b2network / b2-node

Ethermint is a Cosmos SDK library for running scalable and interoperable EVM chains
https://docs.evmos.org/
GNU Lesser General Public License v3.0
3 stars 7 forks source link

after running the node, the deployment contract reports an error #48

Closed robertcc0410 closed 7 months ago

robertcc0410 commented 7 months ago
  1. ./init.sh
  2. deploy contract

The error message is as follows: ProviderError: rpc error: code = Unknown desc = invalid opcode: PUSH0

robertcc0410 commented 7 months ago

Error when deploying contract and running


    at HttpProvider.request (b2network/b2-contracts/node_modules/hardhat/src/internal/core/providers/http.ts:88:21)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at HardhatEthersProvider.estimateGas (b2network/b2-contracts/node_modules/@nomicfoundation/hardhat-ethers/src/internal/hardhat-ethers-provider.ts:237:27)
    at b2network/b2-contracts/node_modules/@nomicfoundation/hardhat-ethers/src/signers.ts:235:35
    at async Promise.all (index 0)```
tony-armstrong commented 7 months ago

see fix: solidity version downgrade #1 · b2network/b2-zkevm-contracts@9033fc8