From f5dc441c20d9802a97267965ca76c3ca1bd9d799 Mon Sep 17 00:00:00 2001 From: tinkle-community Date: Mon, 3 Nov 2025 03:47:41 +0800 Subject: [PATCH] docs: Replace sensitive configuration examples with placeholders Update documentation to use placeholder values instead of real credentials in example configurations for enhanced security. Co-Authored-By: tinkle-community --- README.md | 6 +++--- docs/i18n/ru/README.md | 6 +++--- docs/i18n/uk/README.md | 6 +++--- docs/i18n/zh-CN/README.md | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b2f9cb83..58fac9bb 100644 --- a/README.md +++ b/README.md @@ -567,9 +567,9 @@ Open your browser and visit: **🌐 http://localhost:3000** "ai_model": "deepseek", "exchange": "aster", - "aster_user": "0x63DD5aCC6b1aa0f563956C0e534DD30B6dcF7C4e", - "aster_signer": "0x21cF8Ae13Bb72632562c6Fff438652Ba1a151bb0", - "aster_private_key": "4fd0a42218f3eae43a6ce26d22544e986139a01e5b34a62db53757ffca81bae1", + "aster_user": "0xYOUR_MAIN_WALLET_ADDRESS_HERE", + "aster_signer": "0xYOUR_API_WALLET_SIGNER_ADDRESS_HERE", + "aster_private_key": "your_api_wallet_private_key_without_0x_prefix", "deepseek_key": "sk-xxxxxxxxxxxxx", "initial_balance": 1000.0, diff --git a/docs/i18n/ru/README.md b/docs/i18n/ru/README.md index 0554d0b7..bcc79622 100644 --- a/docs/i18n/ru/README.md +++ b/docs/i18n/ru/README.md @@ -558,9 +558,9 @@ cp config.example.jsonc config.json "ai_model": "deepseek", "exchange": "aster", - "aster_user": "0x63DD5aCC6b1aa0f563956C0e534DD30B6dcF7C4e", - "aster_signer": "0x21cF8Ae13Bb72632562c6Fff438652Ba1a151bb0", - "aster_private_key": "4fd0a42218f3eae43a6ce26d22544e986139a01e5b34a62db53757ffca81bae1", + "aster_user": "0xYOUR_MAIN_WALLET_ADDRESS_HERE", + "aster_signer": "0xYOUR_API_WALLET_SIGNER_ADDRESS_HERE", + "aster_private_key": "your_api_wallet_private_key_without_0x_prefix", "deepseek_key": "sk-xxxxxxxxxxxxx", "initial_balance": 1000.0, diff --git a/docs/i18n/uk/README.md b/docs/i18n/uk/README.md index d663c4e0..78bddc72 100644 --- a/docs/i18n/uk/README.md +++ b/docs/i18n/uk/README.md @@ -561,9 +561,9 @@ cp config.example.jsonc config.json "ai_model": "deepseek", "exchange": "aster", - "aster_user": "0x63DD5aCC6b1aa0f563956C0e534DD30B6dcF7C4e", - "aster_signer": "0x21cF8Ae13Bb72632562c6Fff438652Ba1a151bb0", - "aster_private_key": "4fd0a42218f3eae43a6ce26d22544e986139a01e5b34a62db53757ffca81bae1", + "aster_user": "0xYOUR_MAIN_WALLET_ADDRESS_HERE", + "aster_signer": "0xYOUR_API_WALLET_SIGNER_ADDRESS_HERE", + "aster_private_key": "your_api_wallet_private_key_without_0x_prefix", "deepseek_key": "sk-xxxxxxxxxxxxx", "initial_balance": 1000.0, diff --git a/docs/i18n/zh-CN/README.md b/docs/i18n/zh-CN/README.md index 472dc56b..5bfd283c 100644 --- a/docs/i18n/zh-CN/README.md +++ b/docs/i18n/zh-CN/README.md @@ -559,9 +559,9 @@ cp config.example.jsonc config.json "ai_model": "deepseek", "exchange": "aster", - "aster_user": "0x63DD5aCC6b1aa0f563956C0e534DD30B6dcF7C4e", - "aster_signer": "0x21cF8Ae13Bb72632562c6Fff438652Ba1a151bb0", - "aster_private_key": "4fd0a42218f3eae43a6ce26d22544e986139a01e5b34a62db53757ffca81bae1", + "aster_user": "0xYOUR_MAIN_WALLET_ADDRESS_HERE", + "aster_signer": "0xYOUR_API_WALLET_SIGNER_ADDRESS_HERE", + "aster_private_key": "your_api_wallet_private_key_without_0x_prefix", "deepseek_key": "sk-xxxxxxxxxxxxx", "initial_balance": 1000.0,