Skip to content

Commit

Permalink
add Dora Vota Incentive Testnet (#319)
Browse files Browse the repository at this point in the history
* 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
tomas-dora authored Dec 13, 2023
1 parent 00356b2 commit 999cf7b
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions cosmos/vota-vk.json
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": []
}
Binary file added images/vota-vk/chain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vota-vk/peaka.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 999cf7b

@vercel
Copy link

@vercel vercel bot commented on 999cf7b Dec 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.