Skip to content

Commit 1371f18

Browse files
author
Dev Kalra
authored
add injective mainnet (#754)
1 parent 843a30c commit 1371f18

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

target_chains/cosmwasm/tools/src/network.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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",

target_chains/cosmwasm/tools/src/pyth_config.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)