Skip to content

Commit 289eed3

Browse files
authored
fix: Typo in Monad definition (#170)
1 parent 4c52757 commit 289eed3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
"author": "[email protected]",

src/networks.ts

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

0 commit comments

Comments
 (0)