Skip to content

Commit

Permalink
Merge pull request #24 from oraichain/feat/add-tht-token
Browse files Browse the repository at this point in the history
feat: add THT coin configuration for Oraichain with contract address …
  • Loading branch information
trungbach authored Dec 6, 2024
2 parents 65912ba + f71507e commit 918ce11
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions chains/Oraichain.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,15 @@
"bridgeTo": ["solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],
"coinDecimals": 6,
"coinImageUrl": "https://pump.mypinata.cloud/ipfs/QmcGwYebsQfYbNSM9QDAMS2wKZ8fZNEiMbezJah1zgEWWS?img-width=256&img-dpr=2"
},
{
"coinDenom": "THT",
"coinGeckoId": "polkadot",
"coinMinimalDenom": "cw20:orai1fkz48mkvw9cs848kjmr69gn7znj9flyc3vd2xvzud7h2x36xaj7q6p48re:THT",
"contractAddress": "orai1fkz48mkvw9cs848kjmr69gn7znj9flyc3vd2xvzud7h2x36xaj7q6p48re",
"coinDecimals": 6,
"type": "cw20",
"coinImageUrl": "https://i.imgur.com/28ZtBo3.jpeg"
}
]
}

0 comments on commit 918ce11

Please sign in to comment.