Skip to content

balance mismatch in Axelar EVM tests #179

@mutantcornholio

Description

@mutantcornholio
  • clone scc-testing repo
  • cd axelar-gmp-sdk-solidity
  • update environment to provide ETC_RPC_BIN, REVIVE_DEV_NODE_BIN and RESOLC_BIN
  • run npx hardhat test --network hardhat --grep 'should deploy with native value passed to the constructor' test/deploy/Create2Deployer.js

the output is:

  1) Create2Deployer
       deploy
         should deploy with native value passed to the constructor:

      AssertionError: expected 100000000000000000010 to equal 10. The numerical values of the given "ethers.BigNumber" and "number" inputs were compared, and they differed.
      + expected - actual

      -100000000000000000010
      +10

run the same, but with polkadot: false in config, and the test passes.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions