File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @across-protocol/constants" ,
3- "version" : " 3.1.88 " ,
3+ "version" : " 3.1.89 " ,
44 "description" : " Export commonly re-used values for Across repositories" ,
55 "repository" : " https://github.com/across-protocol/constants.git" ,
66
Original file line number Diff line number Diff line change @@ -288,8 +288,8 @@ export const PRODUCTION_NETWORKS: { [chainId: number]: PublicNetwork } = {
288288 name : "Monad" ,
289289 family : NONE ,
290290 nativeToken : "MON" ,
291- publicRPC : "https://rpc-mainnet.monadinfra.com/ " ,
292- blockExplorer : "https://monadscan .com/ " ,
291+ publicRPC : "https://rpc-mainnet.monadinfra.com" ,
292+ blockExplorer : "https://monadvision .com" ,
293293 cctpDomain : 15 ,
294294 oftEid : PRODUCTION_OFT_EIDs . MONAD ,
295295 hypDomainId : MAINNET_CHAIN_IDs . MONAD ,
@@ -491,8 +491,8 @@ export const TEST_NETWORKS: { [chainId: number]: PublicNetwork } = {
491491 name : "Monad Testnet" ,
492492 family : NONE ,
493493 nativeToken : "MON" ,
494- publicRPC : "https://testnet-rpc.monad.xyz/ " ,
495- blockExplorer : "https://testnet.monvision.io/ " ,
494+ publicRPC : "https://testnet-rpc.monad.xyz" ,
495+ blockExplorer : "https://testnet.monvision.io" ,
496496 cctpDomain : 15 ,
497497 oftEid : TESTNET_OFT_EIDs . MONAD_TESTNET ,
498498 hypDomainId : TESTNET_CHAIN_IDs . MONAD_TESTNET ,
You can’t perform that action at this time.
0 commit comments