update readme

This commit is contained in:
liangping 2022-01-13 15:32:06 +08:00
parent 1574ec063f
commit 81531e36e2

View File

@ -27,9 +27,8 @@
} }
``` ```
- **chain_name** the name to identify the chain on ping.pub - **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 that CORS is enabled: `Allow-Control-Allow-Origin: *`)
- **api** the rest api endpoint. make sure CORS is enabled: `Allow-Control-Allow-Origin: *` - **assets** Native Assets on blockchain.
# Test # Test
please add these check points in comments with your PR, and adding your test result by clicking the checkbox of each line 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: Test Result:
- [ ] Connect wallet, check if address is correct? - [ ] Connect wallet, check if address is correct?
- [ ] Transfer - [ ] Transfer
- [ ] delegate/redelegate/unbond - [ ] Delegate
- [ ] Redelegate
- [ ] Unbond
- [ ] withdraw Validator's Commission - [ ] withdraw Validator's Commission
- [ ] withdraw Rewards - [ ] withdraw Rewards
``` ```