Skip to content

Commit 51a391b

Browse files
committed
deploy price feed on batman
1 parent d927b22 commit 51a391b

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1328,5 +1328,12 @@
13281328
"rpcUrl": "https://sepolia-rpc.giwa.io",
13291329
"networkId": 91342,
13301330
"type": "EvmChain"
1331+
},
1332+
{
1333+
"id": "batman",
1334+
"mainnet": true,
1335+
"rpcUrl": "https://rpc.plasma.to/",
1336+
"networkId": 9745,
1337+
"type": "EvmChain"
13311338
}
13321339
]

contract_manager/store/contracts/EvmPriceFeedContracts.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -873,5 +873,10 @@
873873
"chain": "giwa_testnet",
874874
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
875875
"type": "EvmPriceFeedContract"
876+
},
877+
{
878+
"chain": "batman",
879+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
880+
"type": "EvmPriceFeedContract"
876881
}
877882
]

contract_manager/store/contracts/EvmWormholeContracts.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,5 +883,10 @@
883883
"chain": "giwa_testnet",
884884
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
885885
"type": "EvmWormholeContract"
886+
},
887+
{
888+
"chain": "batman",
889+
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
890+
"type": "EvmWormholeContract"
886891
}
887892
]

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export const RECEIVER_CHAINS = {
118118
spiderman: 60087,
119119
zero_gravity: 60088,
120120
itsnotreal: 60089,
121+
batman: 60090,
121122

122123
// Testnets as a separate chain ids (to use stable data sources and governance for them)
123124
injective_testnet: 60013,

0 commit comments

Comments
 (0)