Skip to content

Version 0.0.8

Choose a tag to compare

@tintinweb tintinweb released this 17 Dec 13:28
· 53 commits to master since this release
b999990

v0.0.8

  • new: Passthru ganache-cli settings as options to solidity-shell #7
solidity-shell -- -fork https://mainnet.infura.io/v3/yourToken

Query a live contracts ERC20.name():

 »  interface ERC20 {
multi> function name() external view returns (string memory);
multi> }
 
 »  ERC20(0xB8c77482e45F1F44dE1745F52C74426C631bDD52).name()
BNB
  • fix: .config set handling of strings and multi-word arguments
  • fix: exit exits solidity-shell completely