If I could deploy contract via Remix on zksnc #127
-
EnvironmentMainnet Provide a brief description of the functionality you're trying to implement.I deploy contract on arb works well but I deploy same code on zksync cant work with remix, anyone know the reason hello ,I try to deploy my contract via Remix after complie fine but received this error "creation of xxx errored: Returned error: {"jsonrpc":"2.0","error":"[ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":3,"message":"Failed to serialize transaction: toAddressIsNull"}}}'","id":4364414066223651}", anyone could help? What is the specific issue or error you're encountering?I deploy contract on arb works well but I deploy same code on zksync cant work with remix, anyone know the reason hello ,I try to deploy my contract via Remix after complie fine but received this error "creation of xxx errored: Returned error: {"jsonrpc":"2.0","error":"[ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":3,"message":"Failed to serialize transaction: toAddressIsNull"}}}'","id":4364414066223651}", anyone could help? Can you share the error messages or logs you're receiving, if any?I deploy contract on arb works well but I deploy same code on zksync cant work with remix, anyone know the reason hello ,I try to deploy my contract via Remix after complie fine but received this error "creation of xxx errored: Returned error: {"jsonrpc":"2.0","error":"[ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":3,"message":"Failed to serialize transaction: toAddressIsNull"}}}'","id":4364414066223651}", anyone could help? Have you made any recent changes to the contract before encountering this issue?I deploy contract on arb works well but I deploy same code on zksync cant work with remix, anyone know the reason hello ,I try to deploy my contract via Remix after complie fine but received this error "creation of xxx errored: Returned error: {"jsonrpc":"2.0","error":"[ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":3,"message":"Failed to serialize transaction: toAddressIsNull"}}}'","id":4364414066223651}", anyone could help? Are there any external libraries or contracts that your contract interacts with?I deploy contract on arb works well but I deploy same code on zksync cant work with remix, anyone know the reason hello ,I try to deploy my contract via Remix after complie fine but received this error "creation of xxx errored: Returned error: {"jsonrpc":"2.0","error":"[ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":3,"message":"Failed to serialize transaction: toAddressIsNull"}}}'","id":4364414066223651}", anyone could help? Can you provide the relevant portions of your contract code where the issue is occurring?I deploy contract on arb works well but I deploy same code on zksync cant work with remix, anyone know the reason hello ,I try to deploy my contract via Remix after complie fine but received this error "creation of xxx errored: Returned error: {"jsonrpc":"2.0","error":"[ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":3,"message":"Failed to serialize transaction: toAddressIsNull"}}}'","id":4364414066223651}", anyone could help? Have you tried to isolate the problem, and if so, what were the results?I deploy contract on arb works well but I deploy same code on zksync cant work with remix, anyone know the reason hello ,I try to deploy my contract via Remix after complie fine but received this error "creation of xxx errored: Returned error: {"jsonrpc":"2.0","error":"[ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":3,"message":"Failed to serialize transaction: toAddressIsNull"}}}'","id":4364414066223651}", anyone could help? What steps have you already taken to try to resolve the issue?I deploy contract on arb works well but I deploy same code on zksync cant work with remix, anyone know the reason hello ,I try to deploy my contract via Remix after complie fine but received this error "creation of xxx errored: Returned error: {"jsonrpc":"2.0","error":"[ethjs-query] while formatting outputs from RPC '{"value":{"code":-32603,"data":{"code":3,"message":"Failed to serialize transaction: toAddressIsNull"}}}'","id":4364414066223651}", anyone could help? Repo Link (Optional)No response Additional DetailsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
sorry, too many didnt input place,and its must, so I put it again and again |
Beta Was this translation helpful? Give feedback.
-
@louialex unfortunately Remix is not yet supported, however we are actively looking to support in the future. In the meantime, you can try making use of Atlas instead. For an example on how to use see Hello World example here. |
Beta Was this translation helpful? Give feedback.
@louialex unfortunately Remix is not yet supported, however we are actively looking to support in the future. In the meantime, you can try making use of Atlas instead. For an example on how to use see Hello World example here.