File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,9 @@ export enum ChainId {
141
141
SOMNIA_TESTNET = 50312 ,
142
142
143
143
//FREQUENCY_TESTNET
144
- FREQUENCY_TESTNET = 53716
144
+ FREQUENCY_TESTNET = 53716 ,
145
+
146
+ INCENTIV_TESTNET = 11690
145
147
}
146
148
147
149
export const networks : Record < ChainId , NetworkMetadata > = {
@@ -1133,6 +1135,23 @@ export const networks: Record<ChainId, NetworkMetadata> = {
1133
1135
name : 'BERA' ,
1134
1136
decimals : 18
1135
1137
}
1138
+ } ,
1139
+ [ ChainId . INCENTIV_TESTNET ] : {
1140
+ chainId : ChainId . INCENTIV_TESTNET ,
1141
+ type : NetworkType . TESTNET ,
1142
+ name : 'incentiv-testnet' ,
1143
+ title : 'Incentiv Testnet' ,
1144
+ logoURI : `https://assets.sequence.info/images/networks/medium/${ ChainId . INCENTIV_TESTNET } .webp` ,
1145
+ testnet : true ,
1146
+ blockExplorer : {
1147
+ name : 'Incentiv Testnet Explorer' ,
1148
+ rootUrl : 'https://explorer.testnet.incentiv.net/'
1149
+ } ,
1150
+ nativeToken : {
1151
+ symbol : 'CENT' ,
1152
+ name : 'CENT' ,
1153
+ decimals : 18
1154
+ }
1136
1155
}
1137
1156
}
1138
1157
You can’t perform that action at this time.
0 commit comments