hyperliquid-dex / hyperliquid-rust-sdk

MIT License
68 stars 49 forks source link

Update ethers rs version #24

Closed sree-revoori1 closed 4 months ago

sree-revoori1 commented 6 months ago

It is currently very hard to use this sdk and ethers rs in tandem due to the version of ethers being very outdated and types mismatching. This PR updates the ethers version to the latest version.

Also, run cargo fmt, run cargo clippy, and ignore Cargo.lock as this is a library.

sree-revoori1 commented 4 months ago

@lmlmt resolved the merge conflicts.