Skip to content

Commit 094444c

Browse files
Merge pull request #948 from 0xsequence/update_constants
[AUTOMATED] Update constants.ts
2 parents 101f4d9 + 9c46121 commit 094444c

1 file changed

Lines changed: 24 additions & 3 deletions

File tree

packages/network/src/constants.ts

Lines changed: 24 additions & 3 deletions
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> = {
@@ -1066,7 +1069,7 @@ export const networks: Record<ChainId, NetworkMetadata> = {
10661069
testnet: false,
10671070
blockExplorer: {
10681071
name: 'Monad Explorer',
1069-
rootUrl: 'https://mainnet-beta.monvision.io/'
1072+
rootUrl: 'https://monvision.io/'
10701073
},
10711074
nativeToken: {
10721075
symbol: 'MON',
@@ -1121,7 +1124,7 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11211124
testnet: true,
11221125
blockExplorer: {
11231126
name: 'Incentiv Testnet Explorer v2',
1124-
rootUrl: 'https://explorer.testnet.incentiv.net/'
1127+
rootUrl: 'https://explorer-testnet.incentiv.io/'
11251128
},
11261129
nativeToken: {
11271130
symbol: 'TCENT',
@@ -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)