Skip to content

Commit e0cd50d

Browse files
[AUTOMATED] Update constants.ts
1 parent e7c33d2 commit e0cd50d

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

packages/network/src/constants.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ export enum ChainId {
142142
SOMNIA = 5031,
143143

144144
// INCENTIV TESTNET
145-
INCENTIV_TESTNET = 11690,
146145
INCENTIV_TESTNET_V2 = 28802,
147146

148147
//SEI
@@ -1129,24 +1128,6 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11291128
}
11301129
},
11311130

1132-
[ChainId.INCENTIV_TESTNET]: {
1133-
chainId: ChainId.INCENTIV_TESTNET,
1134-
type: NetworkType.TESTNET,
1135-
name: 'incentiv-testnet',
1136-
title: 'Incentiv Testnet',
1137-
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.INCENTIV_TESTNET}.webp`,
1138-
testnet: true,
1139-
blockExplorer: {
1140-
name: 'Incentiv Testnet Explorer',
1141-
rootUrl: 'https://explorer.testnet.incentiv.net/'
1142-
},
1143-
nativeToken: {
1144-
symbol: 'CENT',
1145-
name: 'CENT',
1146-
decimals: 18
1147-
}
1148-
},
1149-
11501131
[ChainId.INCENTIV_TESTNET_V2]: {
11511132
chainId: ChainId.INCENTIV_TESTNET_V2,
11521133
type: NetworkType.TESTNET,

0 commit comments

Comments
 (0)