Version 0.0.8
v0.0.8
- new: Passthru ganache-cli settings as options to solidity-shell #7
solidity-shell -- -fork https://mainnet.infura.io/v3/yourTokenQuery a live contracts ERC20.name():
» interface ERC20 {
multi> function name() external view returns (string memory);
multi> }
» ERC20(0xB8c77482e45F1F44dE1745F52C74426C631bDD52).name()
BNB
- fix:
.config sethandling of strings and multi-word arguments - fix:
exitexits solidity-shell completely