Nethermind - #342
-
When using the Nethermind plugin with remix does the contract get deployed to the Era chain and if so why does it not trigger a separate Metamask transaction? I've clicked deploy and MM ask me to sign permissions and it appears in Remix that the contract is live, but I cannot tell because only the subsequent actions are visible in the explorer. TY |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Most likely it is from the structure of your programming code. Usually there is a certain part of the code in your program that is not compatible with the latest metamask version. |
Beta Was this translation helpful? Give feedback.
-
@Crypto6Almonds the remix plugin uses a specific devnet, and not zkSync Era so you would not see the deployment on the explorer. |
Beta Was this translation helpful? Give feedback.
@Crypto6Almonds the remix plugin uses a specific devnet, and not zkSync Era so you would not see the deployment on the explorer.