open-attestation
open-attestation copied to clipboard
feat: ethers v6 latest
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 thatgetAddress
is available in the given object because we are using that function in our code