Skip to content

Commit 7b91f2d

Browse files
[AUTOMATED] Update constants.ts
1 parent 3fa50db commit 7b91f2d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

packages/network/src/constants.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export enum ChainId {
136136

137137
//MONAD_TESTNET
138138
MONAD_TESTNET = 10143,
139+
MONAD = 143,
139140

140141
//SOMNIA
141142
SOMNIA_TESTNET = 50312,
@@ -1109,6 +1110,23 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11091110
decimals: 18
11101111
}
11111112
},
1113+
[ChainId.MONAD]: {
1114+
chainId: ChainId.MONAD,
1115+
type: NetworkType.MAINNET,
1116+
name: 'monad',
1117+
title: 'Monad',
1118+
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.MONAD}.webp`,
1119+
testnet: true,
1120+
blockExplorer: {
1121+
name: 'Monad Explorer',
1122+
rootUrl: 'https://mainnet-beta.monvision.io/'
1123+
},
1124+
nativeToken: {
1125+
symbol: 'MON',
1126+
name: 'MON',
1127+
decimals: 18
1128+
}
1129+
},
11121130

11131131
[ChainId.SOMNIA_TESTNET]: {
11141132
chainId: ChainId.SOMNIA_TESTNET,

0 commit comments

Comments
 (0)