fix: workaround assumePayable

This commit is contained in:
rymnc
2023-03-29 17:51:48 +05:30
parent 7c081c1ad8
commit cae34e64d8
3 changed files with 10 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
"start": "hardhat node --export-all deployments/allDeployments.json",
"compile": "hardhat compile",
"test": "yarn test:foundry && yarn test:hardhat",
"test:verbose": "yarn test:foundry -vvv && yarn test:hardhat --verbose",
"test:hardhat": "hardhat test",
"test:hardhat:localhost": "yarn test:hardhat --network localhost",
"test:hardhat:sepolia": "yarn test:hardhat --network sepolia",