File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,10 @@ export enum ChainId {
150150 ARC_TESTNET = 5042002 ,
151151
152152 // HYPEREVM
153- HYPEREVM = 999
153+ HYPEREVM = 999 ,
154+
155+ // SONIC
156+ SONIC = 146
154157}
155158
156159export const networks : Record < ChainId , NetworkMetadata > = {
@@ -1236,6 +1239,24 @@ export const networks: Record<ChainId, NetworkMetadata> = {
12361239 name : 'HYPE' ,
12371240 decimals : 18
12381241 }
1242+ } ,
1243+
1244+ [ ChainId . SONIC ] : {
1245+ chainId : ChainId . SONIC ,
1246+ type : NetworkType . MAINNET ,
1247+ name : 'sonic' ,
1248+ title : 'Sonic' ,
1249+ logoURI : `https://assets.sequence.info/images/networks/medium/${ ChainId . SONIC } .webp` ,
1250+ testnet : false ,
1251+ blockExplorer : {
1252+ name : 'Sonic' ,
1253+ rootUrl : 'https://sonicscan.org/'
1254+ } ,
1255+ nativeToken : {
1256+ symbol : 'Sonic' ,
1257+ name : 'Sonic' ,
1258+ decimals : 18
1259+ }
12391260 }
12401261}
12411262
You can’t perform that action at this time.
0 commit comments