We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99977b commit 5721126Copy full SHA for 5721126
1 file changed
packages/network/src/config.ts
@@ -143,5 +143,6 @@ export const allNetworks = validateAndSortNetworks([
143
createNetworkConfig(ChainId.ETHERLINK_TESTNET),
144
createNetworkConfig(ChainId.SOMNIA_TESTNET),
145
createNetworkConfig(ChainId.MONAD_TESTNET),
146
+ createNetworkConfig(ChainId.FREQUENCY_TESTNET),
147
...hardhatNetworks
148
])
0 commit comments