zkSync Plugin Error When Deploying Using Remix #2401
Replies: 6 comments 6 replies
-
Hello @Play3rZer0, I haven't run into this issue before, and I am unsure what the problem is, but deploying to |
Beta Was this translation helpful? Give feedback.
-
Hello, I just meet this problem. For me, after i clear browser cache(localstorage, cookies, indexdb...), it works. Remember backup your files, because this operation will clear all the changes you made in Remix. |
Beta Was this translation helpful? Give feedback.
-
@Play3rZer0 Try using remote devnet, it works on zksync plugin! |
Beta Was this translation helpful? Give feedback.
-
Hey @Play3rZer0 you have to change the wallet network to zksync sepolia in the lower right selection box |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm facing the same issue. Closely following the tutorial but cannot connect to a local devnet. Changed browser and cleared cache but didn't work. Please help |
Beta Was this translation helpful? Give feedback.
-
Also pinning your workspace/contract in remix should remember your files. |
Beta Was this translation helpful? Give feedback.
-
I am not sure if anyone else is getting this problem. I am able to successfully compile my source file in the contracts folder in Remix. I was able to deploy a contract to the zkSync Sepolia testnet blockchain before. Then when I tried to deploy a new contract, I get this error message:
Error: "underlying network changed (event="changed", network={"chainId":324,"name":"zkSync Era"}, detectedNetwork={"name":"sepolia","chainId":11155111,"ensAddress":null}, code=NETWORK_ERROR, version=providers/5.7.2)"
I have the wallet configured for zkSync Sepolia testnet and it is setup correctly on Metamask. How can I get Remix to detect the correct network?
Beta Was this translation helpful? Give feedback.
All reactions