-
Couldn't load subscription status.
- Fork 182
fix: change walletsListSource URL to scalable #1525
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -12,7 +12,7 @@ Ant Design Web3 官方提供了 `@ant-design/web3-ton` 来适配 TON 生态, | |||||
|
|
||||||
| `@ant-design/web3-ton` 的接口设计参考了 [TON 官方文档](https://docs.ton.org/mandarin/)和`@tonconnect/sdk`,你可以在文档中找到更加深层的实现原理。RPC 服务(比如说查询余额)采用的是 [Tonconnect](http://toncenter.com),包括测试网以及主网。 | ||||||
|
|
||||||
| Ton 支持的钱包可以在 [钱包接口](https://raw.githubusercontent.com/ton-blockchain/wallets-list/main/wallets-v2.json) 中查看,Ant Design Web3 提供了部分常用钱包的设置,如下: | ||||||
| Ton 支持的钱包可以在 [钱包接口](https://whatever-zeta-two.vercel.app/wallets-v2.json) 中查看,Ant Design Web3 提供了部分常用钱包的设置,如下: | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The new URL
For a truly scalable and reliable solution, consider using a public CDN that mirrors GitHub content, like jsDelivr. The URL would be Furthermore, this change creates an inconsistency, as the
Suggested change
|
||||||
|
|
||||||
| - telegram-wallet | ||||||
| - Tonkeeper | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new URL
https://whatever-zeta-two.vercel.app/wallets-v2.jsonappears to be a temporary Vercel deployment endpoint, which is not suitable for production documentation. This change introduces several issues:For a truly scalable and reliable solution, consider using a public CDN that mirrors GitHub content, like jsDelivr. The URL would be
https://cdn.jsdelivr.net/gh/ton-blockchain/wallets-list@main/wallets-v2.json.Furthermore, this change creates an inconsistency, as the
walletsListSourcedefault value in the table on line 47 of this file still points to the old GitHub URL.