Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/fundamentals/wallets/coinbase.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ The Coinbase Wallet browser extension is a wallet for accessing Ethernet-enabled
2. Open Settings > Network > Add Network and fill in the following network information:

- Network Name : Treausurenet Mainnet Alpha
- New RPC URL: https://wallet.treasurenet.io
- Chain ID :5002
- New RPC URL: https://rpc.treasurenet.io
- Chain ID :5570
- Currency Symbol (optional): UNIT
- Block Explorer URL (optional):https://evmexplorer.treasurenet.io/
- Block Explorer URL (optional):https://scan.treasurenet.io/

![addnetwork1](/img/docs/addnetwork1.png)

Expand Down
6 changes: 3 additions & 3 deletions docs/fundamentals/wallets/metamask.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ The MetaMask browser extension is a wallet for accessing Ethernet-enabled applic
2. Open Settings > Network > Add Network and fill in the network information below.

- Network Name : Treausurenet Mainnet Alpha
- New RPC URL: https://wallet.treasurenet.io
- Chain ID:5002
- New RPC URL: https://rpc.treasurenet.io
- Chain ID:5570
- Currency Symbol (optional): UNIT
- Block Explorer URL (optional):https://evmexplorer.treasurenet.io/
- Block Explorer URL (optional):https://scan.treasurenet.io/

![addmainnet](/img/docs/addmainnet5002.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Treasurenet 提供两种类型的区块浏览器:EVM Block Explorer 和 Cosmos

| | 类型 | 链接 |
| -------------------- | ------ | -------------------------------------- |
| EVM BlockExplorer | evm | https://evmexplorer.treasurenet.io/ |
| EVM BlockExplorer | evm | https://scan.treasurenet.io/ |
| Cosmos BlockExplorer | cosmos | https://cosmosexplorer.treasurenet.io/ |

### 测试网
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Coinbase 浏览器扩展钱包是一个用于访问支持以太坊的应用程
1. 在您的浏览器上打开 Coinbase 钱包扩展程序,如果您尚未登录,您可能需要登录您的 Coinbase 钱包帐户;
2. 打开设置>网络>添加网络,填写下方网络信息:
- Network Name : Treausurenet Mainnet Alpha
- New RPC URL: https://wallet.treasurenet.io
- Chain ID :5002
- New RPC URL: https://rpc.treasurenet.io
- Chain ID :5570
- Currency Symbol (optional): UNIT
- Block Explorer URL (optional):https://evmexplorer.treasurenet.io/
- Block Explorer URL (optional):https://scan.treasurenet.io/

![addnetwork1](/img/docs/addnetwork1.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ MetaMask 浏览器扩展是一个用于访问支持以太坊的应用程序和
2. 打开设置>网络>添加网络,填写下方网络信息

- Network Name : Treausurenet Mainnet Alpha
- New RPC URL: https://wallet.treasurenet.io
- Chain ID:5002
- New RPC URL: https://rpc.treasurenet.io
- Chain ID:5570
- Currency Symbol (optional): UNIT
- Block Explorer URL (optional):https://evmexplorer.treasurenet.io/
- Block Explorer URL (optional):https://scan.treasurenet.io/

![addmainnet](/img/docs/addmainnet5002.png)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

fd -t f "addmainnet.*\.png" -i

Repository: treasurenetprotocol/docs

Length of output: 134


🏁 Script executed:

find . -name "*5570*" -o -name "*addmainnet*" | grep -i png

Repository: treasurenetprotocol/docs

Length of output: 138


🏁 Script executed:

git ls-files | grep -E "(addmainnet|img/docs)" | head -20

Repository: treasurenetprotocol/docs

Length of output: 865


🏁 Script executed:

cat -n i18n/zh-Hans/docusaurus-plugin-content-docs/current/fundamentals/wallets/metamask.md | head -50

Repository: treasurenetprotocol/docs

Length of output: 1745


🏁 Script executed:

file static/img/docs/addmainnet.png static/img/docs/addmainnet5002.png

Repository: treasurenetprotocol/docs

Length of output: 113


🏁 Script executed:

ls -lh static/img/docs/addmainnet*.png

Repository: treasurenetprotocol/docs

Length of output: 232


🏁 Script executed:

git log --oneline -10 -- i18n/zh-Hans/docusaurus-plugin-content-docs/current/fundamentals/wallets/metamask.md

Repository: treasurenetprotocol/docs

Length of output: 129


🏁 Script executed:

git log --oneline -10 -- static/img/docs/addmainnet*.png

Repository: treasurenetprotocol/docs

Length of output: 129


🏁 Script executed:

git diff HEAD~5..HEAD -- i18n/zh-Hans/docusaurus-plugin-content-docs/current/fundamentals/wallets/metamask.md | grep -A 5 -B 5 "addmainnet"

Repository: treasurenetprotocol/docs

Length of output: 103


🏁 Script executed:

git show 4e64eb9 --stat

Repository: treasurenetprotocol/docs

Length of output: 34735


🏁 Script executed:

git show 4e64eb9 -- i18n/zh-Hans/docusaurus-plugin-content-docs/current/fundamentals/wallets/metamask.md

Repository: treasurenetprotocol/docs

Length of output: 2643


Update the screenshot reference to match Chain ID 5570.

The image filename addmainnet5002.png references the old chain ID (5002), but the instructions specify Chain ID 5570. Either the screenshot filename should be updated to addmainnet5570.png, or the referenced image needs to be verified to ensure it displays the correct Chain ID and mainnet values (5570, RPC URL, etc.) to avoid confusing users.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@i18n/zh-Hans/docusaurus-plugin-content-docs/current/fundamentals/wallets/metamask.md`
at line 34, The screenshot reference in the markdown uses addmainnet5002.png but
the doc text expects Chain ID 5570; update the image reference to
addmainnet5570.png (or replace the file contents) and verify that the image
referenced by addmainnet5570.png clearly shows Chain ID 5570 and the correct
mainnet values (RPC URL, chain name, symbol, decimals) so the screenshot matches
the written instructions in metamask.md.


Expand Down
4 changes: 2 additions & 2 deletions static/img/featuredNetworks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
},
{
"title": "Treasurenet",
"url": "https://evmexplorer.treasurenet.io/",
"url": "https://scan.treasurenet.io/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/treasurenetprotocol/docs/feature/1.0.3/static/img/logo_tn_github_noword.png",
"invertIconInDarkMode": true,
"isActive": true
},
{
"title": "Treasurenet",
"url": "https://evmexploerer.testnet.treasurenet.io/",
"url": "https://evmexplorer.testnet.treasurenet.io/",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/treasurenetprotocol/docs/feature/1.0.3/static/img/logo_tn_github_noword.png"
}
Expand Down
4 changes: 2 additions & 2 deletions static/img/featuredNetworks_testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
},
{
"title": "Treasurenet",
"url": "https://evmexplorer.treasurenet.io/",
"url": "https://scan.treasurenet.io/",
"group": "Mainnets",
"icon": "https://raw.githubusercontent.com/treasurenetprotocol/docs/feature/1.0.3/static/img/logo_tn_github_noword.png",
"invertIconInDarkMode": true
},
{
"title": "Treasurenet",
"url": "https://evmexploerer.testnet.treasurenet.io/",
"url": "https://evmexplorer.testnet.treasurenet.io/",
"group": "Testnets",
"icon": "https://raw.githubusercontent.com/treasurenetprotocol/docs/feature/1.0.3/static/img/logo_tn_github_noword.png",
"isActive": true
Expand Down
Loading