File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,6 @@ export enum ChainId {
142
142
SOMNIA = 5031 ,
143
143
144
144
// INCENTIV TESTNET
145
- INCENTIV_TESTNET = 11690 ,
146
145
INCENTIV_TESTNET_V2 = 28802 ,
147
146
148
147
//SEI
@@ -1129,24 +1128,6 @@ export const networks: Record<ChainId, NetworkMetadata> = {
1129
1128
}
1130
1129
} ,
1131
1130
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
-
1150
1131
[ ChainId . INCENTIV_TESTNET_V2 ] : {
1151
1132
chainId : ChainId . INCENTIV_TESTNET_V2 ,
1152
1133
type : NetworkType . TESTNET ,
You can’t perform that action at this time.
0 commit comments