-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Dora Vota Incentive Testnet (#319)
* update doravota fee and change doravota testnet config * add doravota to nativeChain * add deardoge testnet * update dear doge detail * update deardoge detail * update deardoge detail * update deardoge token denom * re commit * Some nits. * update gas price * update gas price * update deardoge api url * add vota-vk * add vota-vk * add vota-vk
- Loading branch information
1 parent
00356b2
commit 999cf7b
Showing
3 changed files
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
{ | ||
"rpc": "https://vota-vk-rpc.dorafactory.org", | ||
"rest": "https://vota-vk-rest.dorafactory.org", | ||
"nodeProvider": { | ||
"name": "Dorafactory", | ||
"email": "[email protected]", | ||
"website": "https://dorafactory.org" | ||
}, | ||
"chainId": "vota-vk", | ||
"chainName": "Dora Vota Incentive Testnet", | ||
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/vota-vk/chain.png", | ||
"stakeCurrency": { | ||
"coinDenom": "DORA", | ||
"coinMinimalDenom": "peaka", | ||
"coinDecimals": 18, | ||
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/vota-vk/peaka.png" | ||
}, | ||
"bip44": { | ||
"coinType": 118 | ||
}, | ||
"bech32Config": { | ||
"bech32PrefixAccAddr": "dora", | ||
"bech32PrefixAccPub": "dorapub", | ||
"bech32PrefixValAddr": "doravaloper", | ||
"bech32PrefixValPub": "doravaloperpub", | ||
"bech32PrefixConsAddr": "doravalcons", | ||
"bech32PrefixConsPub": "doravalconspub" | ||
}, | ||
"currencies": [ | ||
{ | ||
"coinDenom": "DORA", | ||
"coinMinimalDenom": "peaka", | ||
"coinDecimals": 18, | ||
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/vota-vk/peaka.png" | ||
} | ||
], | ||
"feeCurrencies": [ | ||
{ | ||
"coinDenom": "DORA", | ||
"coinMinimalDenom": "peaka", | ||
"coinDecimals": 18, | ||
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/vota-vk/peaka.png", | ||
"gasPriceStep": { | ||
"low": 100000000000, | ||
"average": 100000000000, | ||
"high": 100000000000 | ||
} | ||
} | ||
], | ||
"features": [] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
999cf7b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
keplr-chain-registry – ./
keplr-chain-registry.vercel.app
keplr-chain-registry-git-main-chainapsis.vercel.app
keplr-chain-registry-chainapsis.vercel.app