Skip to content

Commit 9c46121

Browse files
[AUTOMATED] Update constants.ts
1 parent 019e9ec commit 9c46121

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

packages/network/src/constants.ts

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff 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

156159
export 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

0 commit comments

Comments
 (0)