You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried deploying a contract using Remix to an Abstract testnet based on the ZK stack.
My action failed due to this error: Error: "underlying network changed (event="changed", network={"chainId":300,"name":"zkSync Sepolia Testnet"}, detectedNetwork={"chainId":11124,"name":"unknown"}, code=NETWORK_ERROR, version=providers/5.7.2)"
I have used an injected provider (Metamask) to select the account and network. The plugin appears to only support the ZkSync Sepolia testnet.
🤔 Rationale
A similar situation is with other new ZK networks, e.g. Lens Testnet (chain id 11124).
The ZK ecosystem is expanding and it would be very cool to have a generic plugin to support the different networks, not only the ZkSync chain.
📋 Additional Context
The text was updated successfully, but these errors were encountered:
Does verification work programatically at all with abstract? because I couldnt make it work and getting error: ZkSyncVerifyPluginError: The provided chain with id 11124 is not supported by default!
🌟 Feature Request for zksync Remix plugin
💥 Plugin name
zksync-remix-plugin
📝 Description
I have tried deploying a contract using Remix to an Abstract testnet based on the ZK stack.
My action failed due to this error:
Error: "underlying network changed (event="changed", network={"chainId":300,"name":"zkSync Sepolia Testnet"}, detectedNetwork={"chainId":11124,"name":"unknown"}, code=NETWORK_ERROR, version=providers/5.7.2)"
I have used an injected provider (Metamask) to select the account and network. The plugin appears to only support the ZkSync Sepolia testnet.
🤔 Rationale
A similar situation is with other new ZK networks, e.g. Lens Testnet (chain id 11124).
The ZK ecosystem is expanding and it would be very cool to have a generic plugin to support the different networks, not only the ZkSync chain.
📋 Additional Context
The text was updated successfully, but these errors were encountered: