Skip to content

Commit f00dfd1

Browse files
0xsequence-botandres-horizontaylanpince
authored
[AUTOMATED] Update constants.ts (#993)
* [AUTOMATED] Update constants.ts * [AUTOMATED] Update constants.ts --------- Co-authored-by: andres-horizon <162160045+andres-horizon@users.noreply.github.com> Co-authored-by: taylanpince <12650+taylanpince@users.noreply.github.com>
1 parent f0a0f94 commit f00dfd1

1 file changed

Lines changed: 36 additions & 10 deletions

File tree

packages/network/src/constants.ts

Lines changed: 36 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export enum ChainId {
7878

7979
// Xai
8080
XAI = 660279, // network is deprecated
81-
XAI_SEPOLIA = 37714555429, // netwoprk is deprecated
81+
XAI_SEPOLIA = 37714555429, // network is deprecated
8282

8383
// TELOS
8484
TELOS = 40,
@@ -108,7 +108,7 @@ export enum ChainId {
108108
SONEIUM = 1868,
109109

110110
// TOY Testnet
111-
TOY_TESTNET = 21000000, // network is deprecated
111+
TOY_TESTNET = 21000000,
112112

113113
// Immutable zkEVM
114114
IMMUTABLE_ZKEVM = 13371,
@@ -137,8 +137,8 @@ export enum ChainId {
137137

138138
// INCENTIV TESTNET
139139
INCENTIV_TESTNET = 11690, // network is deprecated
140-
INCENTIV_TESTNET_V2 = 28802, // network is deprecated
141-
INCENTIV = 24101, // network is deprecated
140+
INCENTIV_TESTNET_V2 = 28802,
141+
INCENTIV = 24101,
142142

143143
// Katana
144144
KATANA = 747474,
@@ -156,7 +156,10 @@ export enum ChainId {
156156
SONIC = 146,
157157

158158
// BERACHAIN
159-
BERACHAIN = 80094
159+
BERACHAIN = 80094,
160+
161+
// TEMPO
162+
TEMPO = 4217
160163
}
161164

162165
export const networks: Record<ChainId, NetworkMetadata> = {
@@ -334,7 +337,8 @@ export const networks: Record<ChainId, NetworkMetadata> = {
334337
symbol: 'ETH',
335338
name: 'Ether',
336339
decimals: 18
337-
}
340+
},
341+
deprecated: true
338342
},
339343
[ChainId.BSC]: {
340344
chainId: ChainId.BSC,
@@ -652,7 +656,8 @@ export const networks: Record<ChainId, NetworkMetadata> = {
652656
symbol: 'XAI',
653657
name: 'XAI',
654658
decimals: 18
655-
}
659+
},
660+
deprecated: true
656661
},
657662
[ChainId.XAI_SEPOLIA]: {
658663
chainId: ChainId.XAI_SEPOLIA,
@@ -669,7 +674,8 @@ export const networks: Record<ChainId, NetworkMetadata> = {
669674
symbol: 'sXAI',
670675
name: 'Sepolia XAI',
671676
decimals: 18
672-
}
677+
},
678+
deprecated: true
673679
},
674680
[ChainId.B3]: {
675681
chainId: ChainId.B3,
@@ -753,7 +759,8 @@ export const networks: Record<ChainId, NetworkMetadata> = {
753759
symbol: 'ETH',
754760
name: 'Ether',
755761
decimals: 18
756-
}
762+
},
763+
deprecated: true
757764
},
758765
[ChainId.BLAST_SEPOLIA]: {
759766
chainId: ChainId.BLAST_SEPOLIA,
@@ -770,7 +777,8 @@ export const networks: Record<ChainId, NetworkMetadata> = {
770777
symbol: 'ETH',
771778
name: 'Ether',
772779
decimals: 18
773-
}
780+
},
781+
deprecated: true
774782
},
775783
[ChainId.TELOS]: {
776784
chainId: ChainId.TELOS,
@@ -1278,6 +1286,24 @@ export const networks: Record<ChainId, NetworkMetadata> = {
12781286
name: 'Berachain',
12791287
decimals: 18
12801288
}
1289+
},
1290+
1291+
[ChainId.TEMPO]: {
1292+
chainId: ChainId.TEMPO,
1293+
type: NetworkType.MAINNET,
1294+
name: 'tempo',
1295+
title: 'Tempo',
1296+
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.TEMPO}.webp`,
1297+
testnet: false,
1298+
blockExplorer: {
1299+
name: 'Tempo',
1300+
rootUrl: 'https://explore.tempo.xyz/'
1301+
},
1302+
nativeToken: {
1303+
symbol: 'USD',
1304+
name: 'USD',
1305+
decimals: 18
1306+
}
12811307
}
12821308
}
12831309

0 commit comments

Comments
 (0)