5afe / contract-proxy-kit

Enable batched transactions and contract account interactions using a unique deterministic Gnosis Safe.
103 stars 38 forks source link

Invalid number value when sending ether with ethers v4 #129

Closed hexyls closed 3 years ago

hexyls commented 4 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)

I think this because contract-proxy-kit converts tx values to numbers and ethers does not like numbers.