This testcase will fail once we bump ethers to v6 and use the sepolia-supported AlchemyProvider, which consist of apiKey property.
Hence, I added a TODO tag so that we will remember to revert the change in the future bump
modified the resolver config for this testcase because Sepolia is not supported in our current version of ethr-did-resolver (we are using the pre-ethers v6 version and v6 has support for Sepolia but is a breaking change)
What this PR does
ethers
to v6 and use the sepolia-supported AlchemyProvider, which consist ofapiKey
property.TODO
tag so that we will remember to revert the change in the future bumpethr-did-resolver
(we are using the pre-ethers v6 version and v6 has support for Sepolia but is a breaking change)