File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,10 @@ export enum ChainId {
142142 MONAD_TESTNET = 10143 ,
143143
144144 //SOMNIA_TESTNET
145- SOMNIA_TESTNET = 50312
145+ SOMNIA_TESTNET = 50312 ,
146+
147+ //FREQUENCY_TESTNET
148+ FREQUENCY_TESTNET = 53716
146149}
147150
148151export const networks : Record < ChainId , NetworkMetadata > = {
@@ -1150,6 +1153,23 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11501153 name : 'STT' ,
11511154 decimals : 18
11521155 }
1156+ } ,
1157+
1158+ [ ChainId . FREQUENCY_TESTNET ] : {
1159+ chainId : ChainId . FREQUENCY_TESTNET ,
1160+ type : NetworkType . TESTNET ,
1161+ name : 'frequency-testnet' ,
1162+ title : 'FREQUENCY Testnet' ,
1163+ testnet : true ,
1164+ blockExplorer : {
1165+ name : 'FREQUENCY Testnet Explorer' ,
1166+ rootUrl : 'https://explorer.frequency.zeeve.net/'
1167+ } ,
1168+ nativeToken : {
1169+ symbol : 'BERA' ,
1170+ name : 'BERA' ,
1171+ decimals : 18
1172+ }
11531173 }
11541174}
11551175
You can’t perform that action at this time.
0 commit comments