File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -140,9 +140,7 @@ export enum ChainId {
140140 //SOMNIA_TESTNET
141141 SOMNIA_TESTNET = 50312 ,
142142
143- //FREQUENCY_TESTNET
144- FREQUENCY_TESTNET = 53716 ,
145-
143+ // INCENTIV TESTNET
146144 INCENTIV_TESTNET = 11690
147145}
148146
@@ -1119,23 +1117,6 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11191117 }
11201118 } ,
11211119
1122- [ ChainId . FREQUENCY_TESTNET ] : {
1123- chainId : ChainId . FREQUENCY_TESTNET ,
1124- type : NetworkType . TESTNET ,
1125- name : 'frequency-testnet' ,
1126- title : 'Frequency Testnet' ,
1127- logoURI : `https://assets.sequence.info/images/networks/medium/${ ChainId . FREQUENCY_TESTNET } .webp` ,
1128- testnet : true ,
1129- blockExplorer : {
1130- name : 'Frequency Testnet Explorer' ,
1131- rootUrl : 'https://explorer.frequency.zeeve.net/'
1132- } ,
1133- nativeToken : {
1134- symbol : 'BERA' ,
1135- name : 'BERA' ,
1136- decimals : 18
1137- }
1138- } ,
11391120 [ ChainId . INCENTIV_TESTNET ] : {
11401121 chainId : ChainId . INCENTIV_TESTNET ,
11411122 type : NetworkType . TESTNET ,
You can’t perform that action at this time.
0 commit comments