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 {
2
2
TERRA_MAINNET = "terra_mainnet" ,
3
3
TERRA_TESTNET = "terra_testnet" ,
4
4
TERRA_LOCAL = "terra_local" ,
5
+ INJECTIVE_MAINNET = "injective_mainnet" ,
5
6
INJECTIVE_TESTNET = "injective_testnet" ,
6
7
OSMOSIS_TESTNET = "osmosis_testnet" ,
7
8
OSMOSIS_LOCAL = "osmosis_local" ,
Original file line number Diff line number Diff line change @@ -117,6 +117,18 @@ export const CONFIG: Config = {
117
117
// invalid contract info for local testing
118
118
...PYTH_SOURCES_TESTNET ,
119
119
} ,
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
+ } ,
120
132
[ NETWORKS . INJECTIVE_TESTNET ] : {
121
133
wormhole_contract : "inj1xx3aupmgv3ce537c0yce8zzd3sz567syuyedpg" ,
122
134
governance_source_index : 0 ,
You can’t perform that action at this time.
0 commit comments