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 {
140
140
//SOMNIA_TESTNET
141
141
SOMNIA_TESTNET = 50312 ,
142
142
143
- //FREQUENCY_TESTNET
144
- FREQUENCY_TESTNET = 53716 ,
145
-
143
+ // INCENTIV TESTNET
146
144
INCENTIV_TESTNET = 11690
147
145
}
148
146
@@ -1119,23 +1117,6 @@ export const networks: Record<ChainId, NetworkMetadata> = {
1119
1117
}
1120
1118
} ,
1121
1119
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
- } ,
1139
1120
[ ChainId . INCENTIV_TESTNET ] : {
1140
1121
chainId : ChainId . INCENTIV_TESTNET ,
1141
1122
type : NetworkType . TESTNET ,
You can’t perform that action at this time.
0 commit comments