Skip to content

Commit 53df858

Browse files
authored
chore(pricefeeds) Deploy Injective EVM (#2805)
1 parent 88560c3 commit 53df858

20 files changed

+36
-18
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,5 +1258,12 @@
12581258
"rpcUrl": "https://testnet.rpc.hemi.network/rpc",
12591259
"networkId": 743111,
12601260
"type": "EvmChain"
1261+
},
1262+
{
1263+
"id": "injective_evm_testnet",
1264+
"mainnet": false,
1265+
"rpcUrl": "https://k8s.testnet.json-rpc.injective.network/",
1266+
"networkId": 1439,
1267+
"type": "EvmChain"
12611268
}
12621269
]

contract_manager/store/contracts/AptosPriceFeedContracts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
"wormholeStateId": "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9",
4242
"type": "AptosPriceFeedContract"
4343
}
44-
]
44+
]

contract_manager/store/contracts/AptosWormholeContracts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
"address": "0x9236893d6444b208b7e0b3e8d4be4ace90b6d17817ab7d1584e46a33ef5c50c9",
3535
"type": "AptosWormholeContract"
3636
}
37-
]
37+
]

contract_manager/store/contracts/CosmWasmPriceFeedContracts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@
8484
"address": "xion18nsqwhfwnqzs4vkxdr02x40awm0gz9pl0wn4ecsl8qqra2vxqppq57qx5a",
8585
"type": "CosmWasmPriceFeedContract"
8686
}
87-
]
87+
]

contract_manager/store/contracts/CosmWasmWormholeContracts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@
8484
"address": "xion1zfdqgkd9lcqwc4ywkeg2pr2v2p5xxa7n2s9layq2623pvhp4xv0sr4659c",
8585
"type": "CosmWasmWormholeContract"
8686
}
87-
]
87+
]

contract_manager/store/contracts/EvmPriceFeedContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,5 +843,10 @@
843843
"chain": "mezo",
844844
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
845845
"type": "EvmPriceFeedContract"
846+
},
847+
{
848+
"chain": "injective_evm_testnet",
849+
"address": "0xDd24F84d36BF92C65F92307595335bdFab5Bbd21",
850+
"type": "EvmPriceFeedContract"
846851
}
847-
]
852+
]

contract_manager/store/contracts/EvmWormholeContracts.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,5 +833,10 @@
833833
"chain": "mezo",
834834
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
835835
"type": "EvmWormholeContract"
836+
},
837+
{
838+
"chain": "injective_evm_testnet",
839+
"address": "0x23f0e8FAeE7bbb405E7A7C3d60138FCfd43d7509",
840+
"type": "EvmWormholeContract"
836841
}
837-
]
842+
]

contract_manager/store/contracts/FuelPriceFeedContracts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"address": "0x1c86fdd9e0e7bc0d2ae1bf6817ef4834ffa7247655701ee1b031b52a24c523da",
1010
"type": "FuelPriceFeedContract"
1111
}
12-
]
12+
]

contract_manager/store/contracts/FuelWormholeContracts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
"address": "0x1c86fdd9e0e7bc0d2ae1bf6817ef4834ffa7247655701ee1b031b52a24c523da",
1010
"type": "FuelWormholeContract"
1111
}
12-
]
12+
]

contract_manager/store/contracts/IotaPriceFeedContracts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
"wormholeStateId": "0xd43b448afc9dd01deb18273ec39d8f27ddd4dd46b0922383874331771b70df73",
1212
"type": "IotaPriceFeedContract"
1313
}
14-
]
14+
]

0 commit comments

Comments
 (0)