Closed hexyls closed 3 years ago
I can only send a maximum of 0.009 ether, anything higher e.g. 1 ether and I get invalid input argument (arg="value", reason="invalid number value", value=1000000000000000000, version=4.0.46)
invalid input argument (arg="value", reason="invalid number value", value=1000000000000000000, version=4.0.46)
I think this because contract-proxy-kit converts tx values to numbers and ethers does not like numbers.
I can only send a maximum of 0.009 ether, anything higher e.g. 1 ether and I get
invalid input argument (arg="value", reason="invalid number value", value=1000000000000000000, version=4.0.46)
I think this because contract-proxy-kit converts tx values to numbers and ethers does not like numbers.