From 193ba1987c91832e4920f6f29920c8d7e132bee9 Mon Sep 17 00:00:00 2001 From: ping Date: Wed, 22 Dec 2021 09:38:48 +0800 Subject: [PATCH] Update README.md --- src/chains/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/chains/README.md b/src/chains/README.md index 6de7ca8c..7445d193 100644 --- a/src/chains/README.md +++ b/src/chains/README.md @@ -22,4 +22,15 @@ - **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: *` +# Test +please add these check points in comments with your PR, and adding your test result by clicking the checkbox of each line +``` +Test Result: +- [ ] Connect wallet, check if address is correct? +- [ ] Transfer +- [ ] delegate/redelegate/unbond +- [ ] withdraw Validator's Commission +- [ ] withdraw Rewards +``` +Test is very important for us and our users.