issues
search
Open-Attestation
/
open-attestation
Meta framework for providing digital provenance and integrity to documents.
https://openattestation.com
Apache License 2.0
55
stars
19
forks
source link
feat: ethers v6 latest
#267
Open
zixiang2018
opened
11 months ago
zixiang2018
commented
11 months ago
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
What this PR does
import {ethers} from "ethers"
isSigner
because its not in v6 - it checks thatgetAddress
is available in the given object because we are using that function in our code