diff --git a/src/blocks/modals/NetworkSwitch.vue b/src/blocks/modals/NetworkSwitch.vue index e10b11683..9d98bd892 100644 --- a/src/blocks/modals/NetworkSwitch.vue +++ b/src/blocks/modals/NetworkSwitch.vue @@ -28,7 +28,7 @@ export default Vue.extend({ computed: { options() { return Object.keys(zkSyncNetworkConfig).filter( - (zkNetworkName) => zkNetworkName !== "localhost" && zkNetworkName !== "sepolia" + (zkNetworkName) => !["sepolia", "rinkeby-beta", "localhost"].includes(zkNetworkName) ); }, network() {