File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
target_chains/cosmwasm/tools/src Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ export enum NETWORKS {
22 TERRA_MAINNET = "terra_mainnet" ,
33 TERRA_TESTNET = "terra_testnet" ,
44 TERRA_LOCAL = "terra_local" ,
5+ INJECTIVE_MAINNET = "injective_mainnet" ,
56 INJECTIVE_TESTNET = "injective_testnet" ,
67 OSMOSIS_TESTNET = "osmosis_testnet" ,
78 OSMOSIS_LOCAL = "osmosis_local" ,
Original file line number Diff line number Diff line change @@ -117,6 +117,18 @@ export const CONFIG: Config = {
117117 // invalid contract info for local testing
118118 ...PYTH_SOURCES_TESTNET ,
119119 } ,
120+ [ NETWORKS . INJECTIVE_MAINNET ] : {
121+ wormhole_contract : "inj17p9rzwnnfxcjp32un9ug7yhhzgtkhvl9l2q74d" ,
122+ governance_source_index : 0 ,
123+ governance_sequence_number : 0 ,
124+ chain_id : 19 ,
125+ valid_time_period_secs : 60 ,
126+ fee : {
127+ amount : "1" ,
128+ denom : "inj" ,
129+ } ,
130+ ...PYTH_SOURCES_MAINNET ,
131+ } ,
120132 [ NETWORKS . INJECTIVE_TESTNET ] : {
121133 wormhole_contract : "inj1xx3aupmgv3ce537c0yce8zzd3sz567syuyedpg" ,
122134 governance_source_index : 0 ,
You can’t perform that action at this time.
0 commit comments