-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
paritytech/polkadot-sdk
#10233Labels
EVMProblem occurs at the execution stage for EVMProblem occurs at the execution stage for EVMReleaseproject: Axelar
Description
- clone
scc-testingrepo cd axelar-gmp-sdk-solidity- update environment to provide
ETC_RPC_BIN,REVIVE_DEV_NODE_BINandRESOLC_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
EVMProblem occurs at the execution stage for EVMProblem occurs at the execution stage for EVMReleaseproject: Axelar