From 81531e36e28decd21612eacb7c28957c5fd83539 Mon Sep 17 00:00:00 2001 From: liangping <18786721@qq.com> Date: Thu, 13 Jan 2022 15:32:06 +0800 Subject: [PATCH] update readme --- src/chains/README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/chains/README.md b/src/chains/README.md index 33db2b4f..6013f393 100644 --- a/src/chains/README.md +++ b/src/chains/README.md @@ -27,9 +27,8 @@ } ``` - **chain_name** the name to identify the chain on ping.pub -- **coingecko** the id of the token on chain. if there multi-tokens, using `["tokenA","tokenB"] -- **api** the rest api endpoint. make sure CORS is enabled: `Allow-Control-Allow-Origin: *` - +- **api** the rest api endpoint.(make sure that CORS is enabled: `Allow-Control-Allow-Origin: *`) +- **assets** Native Assets on blockchain. # Test please add these check points in comments with your PR, and adding your test result by clicking the checkbox of each line @@ -37,7 +36,9 @@ please add these check points in comments with your PR, and adding your test res Test Result: - [ ] Connect wallet, check if address is correct? - [ ] Transfer -- [ ] delegate/redelegate/unbond +- [ ] Delegate +- [ ] Redelegate +- [ ] Unbond - [ ] withdraw Validator's Commission - [ ] withdraw Rewards ```