-
**Version**
`ethers-providers v0.5.5`
**Platform**
`Darwin wild.local 21.2.0 Darwin Kernel Version 21.2.0: Sun Nov 28 20:28:41 PST 2021; root:xnu-8019.61.5~1/RELEASE_ARM64_T6000 arm64`
**Descr…
-
### Issue
I've followed the instruction and deployed them to the Rinkeby network, After the contract deployment when calling the Add liquidity it fails the transaction.
Trnx: https://rinkeby.eth…
-
And remove the extra check in assert-revert.js when is fixed
Related to https://github.com/nomiclabs/hardhat/issues/1996
-
Complete deployment script in hardhat
-
What Ethereum Framework(s) should we use? Here are my researched recommendations:
[TheGraph](https://thegraph.com/): Use this to index and query the EVM for fiduciary token state
[EthersJS](https:…
-
Solidly repo is closed so I put it here.
Test for showing how it works
https://github.com/belbix/solidly/blob/c649d895ab3ad0ce008f09a93ccf605c8cada42a/test/minter.js#L102-L151
Fantom chain POC …
-
Hi,
Heads up: I am not sure if hardhat already generates stack traces for caught reverts because I virtually never saw hardhat stack traces yet due to #1077
It would be great if `hardhat` woul…
-
I use symlink to point my development workspace to a synced folder. When I open a hardhat project inside the symlink, I got following error and intellisense doesn't work correctly:
![image](https:/…
-
**Description:**
https://github.com/Arachnid/deterministic-deployment-proxy is one of the most *popular* EVM deployment tools for deploying smart contracts to a canonical address across all chains in …
-
I am using
hardhat v2.14.0
solidity v0.8.9
Simple code is like
original code
> contract BoxV1 is Initializable{
uint256 private value;
uint256[48] private __gapUint256;}
upgr…