Skip to content

Commit 7ce8f12

Browse files
tejasbadadareaditya520
authored andcommitted
chore(contract-manager): un-redact monad chain name
1 parent d191552 commit 7ce8f12

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

contract_manager/src/store/chains/EvmChains.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,9 +1302,9 @@
13021302
"type": "EvmChain"
13031303
},
13041304
{
1305-
"id": "spiderman",
1305+
"id": "monad",
13061306
"mainnet": true,
1307-
"rpcUrl": "https://rpc-mainnet.spiderman.com/rpc/",
1307+
"rpcUrl": "https://rpc-mainnet.monadinfra.com",
13081308
"networkId": 143,
13091309
"type": "EvmChain"
13101310
},

contract_manager/src/store/contracts/EvmEntropyContracts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"type": "EvmEntropyContract"
191191
},
192192
{
193-
"chain": "spiderman",
193+
"chain": "monad",
194194
"address": "0xD458261E832415CFd3BAE5E416FdF3230ce6F134",
195195
"type": "EvmEntropyContract"
196196
},
@@ -204,4 +204,4 @@
204204
"address": "0x8D254a21b3C86D32F7179855531CE99164721933",
205205
"type": "EvmEntropyContract"
206206
}
207-
]
207+
]

contract_manager/src/store/contracts/EvmExecutorContracts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"type": "EvmExecutorContract"
221221
},
222222
{
223-
"chain": "spiderman",
223+
"chain": "monad",
224224
"address": "0x26DD80569a8B23768A1d80869Ed7339e07595E85",
225225
"type": "EvmExecutorContract"
226226
},
@@ -239,4 +239,4 @@
239239
"address": "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320",
240240
"type": "EvmExecutorContract"
241241
}
242-
]
242+
]

contract_manager/src/store/contracts/EvmPriceFeedContracts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@
860860
"type": "EvmPriceFeedContract"
861861
},
862862
{
863-
"chain": "spiderman",
863+
"chain": "monad",
864864
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
865865
"type": "EvmPriceFeedContract"
866866
},
@@ -919,4 +919,4 @@
919919
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
920920
"type": "EvmPriceFeedContract"
921921
}
922-
]
922+
]

contract_manager/src/store/contracts/EvmWormholeContracts.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@
865865
"type": "EvmWormholeContract"
866866
},
867867
{
868-
"chain": "spiderman",
868+
"chain": "monad",
869869
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
870870
"type": "EvmWormholeContract"
871871
},
@@ -929,4 +929,4 @@
929929
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
930930
"type": "EvmWormholeContract"
931931
}
932-
]
932+
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const RECEIVER_CHAINS = {
116116
mezo: 60084,
117117
iota_sui_mainnet: 60085,
118118
camp_network: 60086,
119-
spiderman: 60087,
119+
monad: 60087,
120120
zero_gravity: 60088,
121121
itsnotreal: 60089, // Deprecated
122122
plasma: 60090,

0 commit comments

Comments
 (0)