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(ether): support ether testnet 'Sepolia' #762

Merged
merged 6 commits into from
Apr 3, 2024

Conversation

alazypig
Copy link
Contributor

@alazypig alazypig commented Apr 3, 2024

💡 Background and solution

feat(ether): support ether testnet 'Sepolia'

The ether testnet Sepolia is not currently supported in the code. The Goerli testnet is about to go offline, so add Sepolia support.

🔗 Related issue link

Copy link

changeset-bot bot commented Apr 3, 2024

🦋 Changeset detected

Latest commit: 8a08ba2

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@ant-design/web3-assets Minor
@ant-design/web3-solana Patch
@ant-design/web3-wagmi Patch
@ant-design/web3 Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

vercel bot commented Apr 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ant-design-web3 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 3, 2024 9:31am

Copy link

github-actions bot commented Apr 3, 2024

Preview is ready

Co-authored-by: 栗康 <abfind@126.com>
@Likang0122
Copy link
Collaborator

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (0ffc54c) to head (280ed68).

❗ Current head 280ed68 differs from pull request most recent head 8a08ba2. Consider uploading reports for the commit 8a08ba2 to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #762   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          646       646           
  Lines        17660     17671   +11     
  Branches      1099      1099           
=========================================
+ Hits         17660     17671   +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

icon: <EthereumCircleColorful />,
getBrowserLink: createGetBrowserLink('https://sepolia.etherscan.io'),
},
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },

.changeset/sweet-roses-drum.md Outdated Show resolved Hide resolved
Co-authored-by: 愚指导 <yutingzhao1991@gmail.com>
@thinkasany thinkasany merged commit b950d50 into ant-design:main Apr 3, 2024
6 of 7 checks passed
Copy link

github-actions bot commented Apr 3, 2024

🎉 Thank you for your contribution! If you have not yet joined our DingTalk community group, please feel free to join us.

🎉 感谢您的贡献!如果您还没有加入钉钉社区群,请扫描下方二维码加入我们。

Ant Design Web3 Community Group QCcode

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

Successfully merging this pull request may close these issues.

None yet

4 participants