Does Infura support the Web3.js 1.0 API? · Issue #29 · INFURA/infura
Using web3@1.0.0-beta.18 I have attempted to deploy a contract to Rinkeby with a single argument: myContract.deploy({ arguments: [ 123 ] }) The contract deploys OK but when calling a method to retu...