eluv-io / elv-live-js

Eluvio Live JavaScript SDK
MIT License
4 stars 3 forks source link

Fix payment splitter contract calls with updated ethersjs #147

Closed elv-serban closed 1 year ago

elv-serban commented 1 year ago

Due to elv-client-js upgrading ethers to version 5 I had to update some of the calls for ambiguous method names.

elv-preethi commented 1 year ago

looks good! Tested payment_contract_show method, doesn't return any error.

Also, this doc can be helpful: https://docs.ethers.org/v5/migration/ethers-v4/