Skip to content

Commit

Permalink
add dear doge testnet (#268)
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
  • Loading branch information
tomas-dora authored Nov 27, 2023
1 parent c57c046 commit c272824
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions cosmos/deardoge-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"rpc": "https://doge-testnet-rpc.dorafactory.org",
"rest": "https://doge-testnet-rest.dorafactory.org",
"nodeProvider": {
"name": "Dorafactory",
"email": "[email protected]",
"website": "https://dorafactory.org"
},
"chainId": "deardoge-testnet",
"chainName": "Dear Doge Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/deardoge-testnet/chain.png",
"stakeCurrency": {
"coinDenom": "DEAR",
"coinMinimalDenom": "udear",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/deardoge-testnet/udear.png"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "deardoge",
"bech32PrefixAccPub": "deardogepub",
"bech32PrefixValAddr": "deardogevaloper",
"bech32PrefixValPub": "deardogevaloperpub",
"bech32PrefixConsAddr": "deardogevalcons",
"bech32PrefixConsPub": "deardogevalconspub"
},
"currencies": [
{
"coinDenom": "DEAR",
"coinMinimalDenom": "udear",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/deardoge-testnet/udear.png"
}
],
"feeCurrencies": [
{
"coinDenom": "DEAR",
"coinMinimalDenom": "udear",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/deardoge-testnet/udear.png",
"gasPriceStep": {
"low": 0.25,
"average": 0.25,
"high": 0.25
}
}
],
"features": []
}
Binary file added images/deardoge-testnet/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/deardoge-testnet/udear.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 c272824

@vercel
Copy link

@vercel vercel bot commented on c272824 Nov 27, 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.