We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac9b60 commit 0badb39Copy full SHA for 0badb39
1 file changed
packages/network/src/config.ts
@@ -134,7 +134,7 @@ export const allNetworks = validateAndSortNetworks([
134
createNetworkConfig(ChainId.MOONBEAM),
135
createNetworkConfig(ChainId.MOONBASE_ALPHA),
136
createNetworkConfig(ChainId.ETHERLINK),
137
- createNetworkConfig(ChainId.ETHERLINK_TESTNET),
+ createNetworkConfig(ChainId.ETHERLINK_TESTNET, { disabled: true }),
138
createNetworkConfig(ChainId.ETHERLINK_SHADOWNET_TESTNET),
139
createNetworkConfig(ChainId.SOMNIA),
140
createNetworkConfig(ChainId.SOMNIA_TESTNET),
0 commit comments