Skip to content

Commit

Permalink
Adding ChihuahuaChain (#473)
Browse files Browse the repository at this point in the history
* adding chihuahua-1

* fixed ibc channels and gas increments
  • Loading branch information
woof-chihuahua authored Feb 4, 2025
1 parent f2633a9 commit 84bae01
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 0 deletions.
34 changes: 34 additions & 0 deletions mainnet/chihuahua-1/chihuahua-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"chainId": "chihuahua-1",
"chainName": "Chihuahua",
"rpc": "https://rpc.chihuahua.wtf",
"rest": "https://api.chihuahua.wtf",
"explorerUrl": "https://www.mintscan.io/chihuahua/",
"bech32Prefix": "chihuahua",
"exploreTxUrl": "https://www.mintscan.io/chihuahua/txs/",
"active": true,
"staging": true,
"currencies": [ {
"coinDenom": "HUAHUA",
"coinMinimalDenom": "uhuahua",
"coinDecimals": 6,
"coinGeckoId": "chihuahua-token",
"coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/refs/heads/master/chihuahua/images/huahua.png"
}
],
"coinType": 118,
"ibc": {
"timeout": 600000,
"hubChannel": "channel-58",
"channel": "channel-208",
"allowedDenoms": ["uhuahua","adym"]
},
"gasPriceSteps": {
"low": 100,
"average": 250,
"high": 500
},
"website": "https://chihuahua.wtf/",
"logo": "/logos/chihuahua-logo.svg",
"type": "Regular"
}
64 changes: 64 additions & 0 deletions mainnet/chihuahua-1/logos/chihuahua-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 84bae01

Please sign in to comment.