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 was 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?