Skip to content

Commit 98b71c4

Browse files
authored
Remove Frequency Testnet (#761)
1 parent 9b9aa7b commit 98b71c4

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

packages/network/networkNames.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ You can use this file as a reference to look up the correct network name slug a
4242
| Avalanche Testnet | 43113 | avalanche-testnet |
4343
| Avalanche | 43114 | avalanche |
4444
| Somnia Testnet | 50312 | somnia-testnet |
45-
| Frequency Testnet | 53716 | frequency-testnet |
4645
| LAOS Sigma Testnet | 62850 | laos-sigma-testnet |
4746
| Polygon Amoy | 80002 | amoy |
4847
| Blast | 81457 | blast |

packages/network/src/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,5 @@ export const allNetworks = validateAndSortNetworks([
141141
createNetworkConfig(ChainId.ETHERLINK_TESTNET),
142142
createNetworkConfig(ChainId.SOMNIA_TESTNET),
143143
createNetworkConfig(ChainId.MONAD_TESTNET),
144-
createNetworkConfig(ChainId.FREQUENCY_TESTNET),
145144
...hardhatNetworks
146145
])

packages/network/src/constants.ts

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ export enum ChainId {
139139

140140
//SOMNIA_TESTNET
141141
SOMNIA_TESTNET = 50312,
142-
143-
//FREQUENCY_TESTNET
144-
FREQUENCY_TESTNET = 53716
145142
}
146143

147144
export const networks: Record<ChainId, NetworkMetadata> = {
@@ -1115,24 +1112,6 @@ export const networks: Record<ChainId, NetworkMetadata> = {
11151112
name: 'STT',
11161113
decimals: 18
11171114
}
1118-
},
1119-
1120-
[ChainId.FREQUENCY_TESTNET]: {
1121-
chainId: ChainId.FREQUENCY_TESTNET,
1122-
type: NetworkType.TESTNET,
1123-
name: 'frequency-testnet',
1124-
title: 'Frequency Testnet',
1125-
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.FREQUENCY_TESTNET}.webp`,
1126-
testnet: true,
1127-
blockExplorer: {
1128-
name: 'Frequency Testnet Explorer',
1129-
rootUrl: 'https://explorer.frequency.zeeve.net/'
1130-
},
1131-
nativeToken: {
1132-
symbol: 'BERA',
1133-
name: 'BERA',
1134-
decimals: 18
1135-
}
11361115
}
11371116
}
11381117

0 commit comments

Comments
 (0)