Skip to content

Commit 63a6156

Browse files
[AUTOMATED] Update constants.ts (#907)
* [AUTOMATED] Update constants.ts * Fix config --------- Co-authored-by: taylanpince <[email protected]> Co-authored-by: Taylan Pince <[email protected]>
1 parent 0cafc5e commit 63a6156

File tree

2 files changed

+212
-296
lines changed

2 files changed

+212
-296
lines changed

packages/network/src/config.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ export const allNetworks = validateAndSortNetworks([
131131
createNetworkConfig(ChainId.TOY_TESTNET),
132132
createNetworkConfig(ChainId.IMMUTABLE_ZKEVM),
133133
createNetworkConfig(ChainId.IMMUTABLE_ZKEVM_TESTNET),
134-
createNetworkConfig(ChainId.ROOT_NETWORK, { disabled: true }),
135-
createNetworkConfig(ChainId.ROOT_NETWORK_PORCINI, { disabled: true }),
136-
createNetworkConfig(ChainId.LAOS, { disabled: true }),
137-
createNetworkConfig(ChainId.LAOS_SIGMA_TESTNET, { disabled: true }),
138134
createNetworkConfig(ChainId.MOONBEAM),
139135
createNetworkConfig(ChainId.MOONBASE_ALPHA),
140136
createNetworkConfig(ChainId.ETHERLINK),

0 commit comments

Comments
 (0)