You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
Argument of type 'import("/node_modules/@ethersproject/abstract-signer/lib/index").TypedDataDomain' is not assignable to parameter of type 'import("/node_modules/ethers/lib.esm/hash/typed-data", { assert: { "resolution-mode": "import" } }).TypedDataDomain'.
Types of property 'chainId' are incompatible.
Type 'BigNumberish | undefined' is not assignable to type 'BigNumberish | null | undefined'.
Type 'BigNumber' is not assignable to type 'BigNumberish | null | undefined'.ts(2345)
I think this is due to ethers on permit2-sdk being ethers 5, and I'm using ethers 6.
Are there any plans to be compatible with ethers 6, or that's up to the user to do?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using
ethers
with version6.6.4
.When calling
I get the error
I think this is due to ethers on
permit2-sdk
being ethers 5, and I'm using ethers 6.Are there any plans to be compatible with ethers 6, or that's up to the user to do?
The text was updated successfully, but these errors were encountered: