open-attestation icon indicating copy to clipboard operation
open-attestation copied to clipboard

feat: ethers v6 latest

Open zixiang2018 opened this issue 1 year ago • 0 comments

What this PR does

  • bumped ethers version to v6
  • code migration to use v6 functions
  • import specific ethers functions rather than import {ethers} from "ethers"
  • added type predicate function isSigner because its not in v6 - it checks that getAddress is available in the given object because we are using that function in our code

zixiang2018 avatar Dec 19 '23 02:12 zixiang2018