Merge branch 'master' of https://github.com/ping-pub/explorer
This commit is contained in:
commit
cdeafd9f0a
@ -22,4 +22,15 @@
|
|||||||
- **coingecko** the id of the token on chain. if there multi-tokens, using `["tokenA","tokenB"]
|
- **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 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.
|
||||||
|
8
src/chains/mainnet/bostrom.json
Normal file
8
src/chains/mainnet/bostrom.json
Normal 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"
|
||||||
|
}
|
8
src/chains/mainnet/lum.json
Normal file
8
src/chains/mainnet/lum.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user