Skip to content

Commit

Permalink
feat(chihuahua): Add support for ROAR-HUAHUA (#217)
Browse files Browse the repository at this point in the history
* feat(chihuahua): Add support for ROAR-HUAHUA

* fix(price): Fix coingecko price label
  • Loading branch information
0xFable authored Apr 20, 2023
1 parent 40e59e2 commit 61d660d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
Binary file added public/logos/lion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions public/mainnet/chihuahua-1/pools_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,45 @@
"swap_address": "chihuahua1l4735tn25cr0tjyjtdlcla020843hgjvtmvwrdtazfp9ut0a9arsd5w4ys",
"staking_address": "",
"rewards_tokens": []
},
{
"pool_id": "ROAR-HUAHUA",
"lpOrder": ["ROAR", "HUAHUA"],
"assetOrder": ["ROAR", "WHALE"],
"displayName": "ROAR-HUAHUA",
"displayLogo1": "/logos/lion.png",
"displayLogo2": "/logos/huahua.png",
"pool_assets": [

{
"id": "lion-dao",
"chain_id": "chihuahua-1",
"token_address": "ibc/6BB4ADB45B1903AE497710FBC24E73C2C578A79D25EF923BD2E784A7FD0FC59F",
"symbol": "ROAR",
"name": "ROAR",
"decimals": 6,
"logoURI": "/logos/lion.png",
"tags": ["native"],
"native": true,
"denom": "ibc/6BB4ADB45B1903AE497710FBC24E73C2C578A79D25EF923BD2E784A7FD0FC59F"
},
{
"id": "chihuahua-chain",
"chain_id": "chihuahua-1",
"token_address": "uhuahua",
"symbol": "HUAHUA",
"name": "Huahua",
"decimals": 6,
"logoURI": "/logos/huahua.jpeg",
"tags": ["native"],
"native": true,
"denom": "uhuahua"
}
],
"lp_token": "chihuahua1r2un7qsaqfmurm8ytcwqtylhrufhkkfwvrqdxa90c74ghgcpa9ps5tqn9n",
"swap_address": "chihuahua1qekdpx5su9hhsswr0w4qq2szss0rwywl7y9gp4dawmp7jnm98mgss84zgv",
"staking_address": "",
"rewards_tokens": []
}
],
"version": {
Expand Down

0 comments on commit 61d660d

Please sign in to comment.