File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,9 @@ export enum ChainId {
141141 SOMNIA_TESTNET = 50312 ,
142142
143143 //FREQUENCY_TESTNET
144- FREQUENCY_TESTNET = 53716
144+ FREQUENCY_TESTNET = 53716 ,
145+
146+ INCENTIV_TESTNET = 11690
145147}
146148
147149export const networks : Record < ChainId , NetworkMetadata > = {
@@ -1133,6 +1135,23 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11331135 name : 'BERA' ,
11341136 decimals : 18
11351137 }
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+ }
11361155 }
11371156}
11381157
You can’t perform that action at this time.
0 commit comments