Skip to content

Commit

Permalink
Merge pull request #6 from oraichain/feat/add-hmstr
Browse files Browse the repository at this point in the history
feat: add $hmstr
  • Loading branch information
haunv3 authored Sep 26, 2024
2 parents 45435de + 8080c03 commit 64f66de
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions chains/Oraichain.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,22 +235,6 @@
"bridgeTo": ["ton"],
"coinImageUrl": "https://assets.coingecko.com/coins/images/17980/standard/ton_symbol.png?1696517498"
},
{
"coinDenom": "PEPE",
"coinGeckoId": "pepe",
"coinMinimalDenom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/pepe",
"bridgeTo": ["0x38", "0x01"],
"coinDecimals": 18,
"coinImageUrl": "https://assets.coingecko.com/coins/images/29850/standard/pepe-token.jpeg?1696528776"
},
{
"coinDenom": "CAT",
"coinGeckoId": "simon-s-cat",
"coinMinimalDenom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/cat",
"coinDecimals": 18,
"bridgeTo": ["0x38"],
"coinImageUrl": "https://assets.coingecko.com/coins/images/39765/standard/Simon's_Cat_Logo.png?1724017505"
},
{
"coinDenom": "PEPE",
"coinGeckoId": "pepe",
Expand All @@ -266,6 +250,14 @@
"bridgeTo": ["0x38"],
"coinDecimals": 6,
"coinImageUrl": "https://assets.coingecko.com/coins/images/39765/standard/Simon's_Cat_Logo.png?1724017505"
},
{
"coinDenom": "HMSTR",
"coinGeckoId": "hamster-kombat",
"coinMinimalDenom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/HMSTR",
"bridgeTo": ["ton"],
"coinDecimals": 9,
"coinImageUrl": "https://s2.coinmarketcap.com/static/img/coins/64x64/32195.png"
}
]
}

0 comments on commit 64f66de

Please sign in to comment.