mesozoic-technology
mesozoic-technology
When I run the command `npx typechain --discriminate-types --target ethers-v5 out/**/*.json --show-stack-traces` I get this following stack trace... ``` 55 | 56 | > 57 | export interface print_bytes[]_array_EventObject {arg0:...
### Environment information * `brownie` Version: 1.17.0 * Python Version: 3.8.8 * OS: osx ### What was wrong? In `/scripts` I have `/scripts/script.py` which imports `/scripts/vars.py` like so `from vars...
If I run ``` SOLC_FLAGS='--libraries "Controller:0x388be118C18Df3180F4FE0f0A19A4a4180ff45bC SelectiveLiquidity:0x970CC9F79B28662c198167f589af7f854b3BD3F8 ProportionalLiquidity:0x01F6252E54a272145CB2d035bF6a13DBD269426f Shells:0x725C05594edc80E48E8bE2220C9ef02c4d28F617 Swaps:0x9665552d314AC6d8004d3b8f53f6612Af4eF5760"' dapp build --extract ``` Then it tells me `"SelectiveLiquidity:0x970CC9F79B28662c198167f589af7f854b3BD3F8" is not found.` This particular libraries flag works when I perform...
I'd really like it if that was the case. If not, how much doing do you think that'd take to implement? May do it myself...
I think it'd be great to be able to select all the options under a group by clicking on the group. Is that possible? It doesn't look like the demo...
I've been playing around with this lib and thought these might be useful functions to help code flow a little better.
I have some PNG's imported in my component at different places, but they don't appear when I consume the built bundle from NPM.
### Environment information * `brownie` Version: v1.14.6 * `ganache-cli` Version: 6.12.2 * `solc` Version: 0.8.2 * Python Version: 3.8.5 * OS: mac ### What was wrong? `brownie compile` err'd out...
I ran it from the latest master and got this error when I tried to write to an ERC20 account balance with RPC: ``` CallStack (from HasCallStack): error, called at...