-
```
1) "before all" hook: deploy and configure
0 passing (2s)
1 failing
1) Contract: bancor deployment
"before all" hook: deploy and configure:
Error: VM Exception wh…
-
I am using solc's remapping feature and [brownie](https://github.com/eth-brownie/brownie) for [my project](https://github.com/SatoshiAndKin/argobytes-contracts-brownie). Doing either of these cause th…
-
```log
m1:~ $ echo $NIXPKGS_ALLOW_UNSUPPORTED_SYSTEM
1
m1:~ $ curl https://dapp.tools/install | sh
% Total % Received % Xferd Average Speed Time Time Time Current
…
-
These are missing from the reader atm.
-
Hi,
I'm BM, a very nice and polite guy.
I'm trying to deploy a basic ERC-20 contract to the Polygon blockchain at the moment. I get this error message:
Insufficient funds for gas * price + value
H…
-
Is it possible to map an imported library to a particular location as a compilation option in the hardhat config? I'm thinking something like:
```
mappings: {
'@openzeppelin/contracts/t…
-
On nixos solidity binaries are always downloaded on every invocation of a `forge` command. I'm guessing this is due to some hash check failure as a result of the patching performed since: https://gith…
-
It's seems to be a pretty cool feature but I have no idea how it works. Maybe @mbrock or @livnev could share some of their secret knowledge about this.
-
Trying to decode the below data results in an error. Seems like it's because of the double parenthesis wrapping the arguments.
I believe they signify the input is encoded as a struct? Looks like t…
-
Sethrc is dangerous and confusing because it always overrides local env vars
people should just put global config in their .zshrc/etc instead so they can still override env vars locally
IMO we s…