Skip to content

Commit 930cbcc

Browse files
committed
Address Masking
1 parent 7f26fd6 commit 930cbcc

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/McpServer-Skills/MCP/TRONMCPServer/LocalPrivatizedDeployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ If everything is working, the AI will call the `get_wallet_address` tool and ret
189189
You can also try a testnet transfer (make sure you have test TRX on Nile):
190190

191191
```
192-
Transfer 1 TRX to address TNPeeaaFB7K9cmo4uQpcU32zGK8G1NYqeL on the Nile testnet
192+
Transfer 1 TRX to address TNPee...xxxxx on the Nile testnet
193193
```
194194

195195
:::info Getting Test TRX

docs/McpServer-Skills/SKILLS/BANKOFAISkill.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Want to trade contracts? This skill handles market data, opening/closing positio
128128

129129
Want to know what's happening on-chain? This skill looks up accounts, transactions, tokens, blocks, and network stats. **Pure read-only, completely safe, costs nothing, needs no credentials.** The perfect first skill to get started.
130130

131-
> Look up the full account info and holdings for address TDqSquXBgUCLYvYC4XZgrprLK589dkhSCf.
131+
> Look up the full account info and holdings for address TDqSq...xxxxx.
132132
133133
> Show me the details of this transaction: abc123...
134134
@@ -186,7 +186,7 @@ Want to add multi-signature protection to your TRON account? This skill manages
186186

187187
> Check my account's current permission setup.
188188
189-
> Check the permission configuration for address TXk8rQSAvPvBBNtqSoY3UkFdpMTMbqRMKU.
189+
> Check the permission configuration for address TXk8r...xxxxx.
190190
191191
> List all pending multi-sig proposals.
192192

i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/MCP/TRONMCPServer/LocalPrivatizedDeployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ npm run start:http
198198
你也可以在测试网上尝试转账(确保 Nile 测试网上有测试 TRX):
199199

200200
```
201-
在 Nile 测试网上向地址 TNPeeaaFB7K9cmo4uQpcU32zGK8G1NYqeL 转 1 TRX
201+
在 Nile 测试网上向地址 TNPee...xxxxx 转 1 TRX
202202
```
203203

204204
:::info 获取测试 TRX

i18n/zh-Hans/docusaurus-plugin-content-docs/current/McpServer-Skills/SKILLS/BANKOFAISkill.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ BANK OF AI SKILLS 可以操作**真实的链上资产**。区块链交易一旦
128128

129129
想查链上发生了什么?这个技能帮你查账户、交易、代币、区块和全网统计。**纯查询,绝对安全,不花一分钱,不需要任何密码。** 非常适合作为你的第一个技能来上手。
130130

131-
> 帮我查询地址 TDqSquXBgUCLYvYC4XZgrprLK589dkhSCf 的完整账户信息和持仓。
131+
> 帮我查询地址 TDqSq...xxxxx 的完整账户信息和持仓。
132132
133133
> 查询这笔交易的详情:abc123...
134134
@@ -186,7 +186,7 @@ BANK OF AI SKILLS 可以操作**真实的链上资产**。区块链交易一旦
186186

187187
> 帮我查一下我的账户当前的权限配置。
188188
189-
> 查一下地址 TXk8rQSAvPvBBNtqSoY3UkFdpMTMbqRMKU 的权限设置。
189+
> 查一下地址 TXk8r...xxxxx 的权限设置。
190190
191191
> 帮我列出所有待处理的多签提案。
192192

0 commit comments

Comments
 (0)