This commit is contained in:
liangping 2021-12-22 16:17:16 +08:00
commit cdeafd9f0a
3 changed files with 27 additions and 0 deletions

View File

@ -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.

View File

@ -0,0 +1,8 @@
{
"chain_name": "bostrom",
"coingecko": "",
"api": "https://lcd.bostrom.cybernode.ai",
"sdk_version": "0.44.3",
"addr_prefix": "bostrom",
"logo": "https://ipfs.infura.io/ipfs/QmSVz41kA5aXttxT1rAXnuJecfazij3wh95X8ewd7Kdc2F"
}

View File

@ -0,0 +1,8 @@
{
"chain_name": "LUM Network",
"coingecko": "",
"api": "https://node0.mainnet.lum.network/rest",
"sdk_version": "0.42.0",
"addr_prefix": "lum",
"logo": "https://ipfs.infura.io/ipfs/QmWwKRnkHantvhoFx9serWaWKBUG6gfhSYN3SHdAv1jmKY"
}