File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ export enum ChainId {
136
136
137
137
//MONAD_TESTNET
138
138
MONAD_TESTNET = 10143 ,
139
+ MONAD = 143 ,
139
140
140
141
//SOMNIA
141
142
SOMNIA_TESTNET = 50312 ,
@@ -1109,6 +1110,23 @@ export const networks: Record<ChainId, NetworkMetadata> = {
1109
1110
decimals : 18
1110
1111
}
1111
1112
} ,
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
+ } ,
1112
1130
1113
1131
[ ChainId . SOMNIA_TESTNET ] : {
1114
1132
chainId : ChainId . SOMNIA_TESTNET ,
You can’t perform that action at this time.
0 commit comments