Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migrate to sepolia #273

Merged
merged 11 commits into from
Jan 12, 2024
Merged

feat: migrate to sepolia #273

merged 11 commits into from
Jan 12, 2024

Conversation

zixiang2018
Copy link
Contributor

@zixiang2018 zixiang2018 commented Dec 21, 2023

What this PR does

@zixiang2018 zixiang2018 changed the title draft: feat: migrate to sepolia feat: migrate to sepolia Dec 26, 2023
src/did/resolver.ts Outdated Show resolved Hide resolved

expect(getProviderConfig()).toEqual({
networks: [{ name: "goerli", rpcUrl: "https://eth-goerli.alchemyapi.io/v2/_gg7wSSi0KMBsdKnGVfHDueq6xMB9EkC" }],
networks: [{ name: "sepolia", rpcUrl: "https://eth-sepolia.g.alchemy.com/v2/" }],
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No default API key used here because we are using a workaround with manual URL (JsonRPCProvider) for ethers v5 to call Sepolia. Default API key will apply in ethers v6 when we use AlchemyProvider which supports Sepolia

@zixiang2018 zixiang2018 requested a review from a team January 2, 2024 01:12
Copy link
Member

@HJunyuan HJunyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@zixiang2018 zixiang2018 merged commit 85b6f53 into master Jan 12, 2024
6 checks passed
@zixiang2018 zixiang2018 deleted the feat/migrate-to-sepolia branch January 12, 2024 03:59
Copy link

🎉 This PR is included in version 9.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants