Skip to content

Commit

Permalink
feat: add stablecoins (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblackstone1 committed Sep 6, 2024
1 parent 67584a2 commit 94da8b6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cosmos/symphony-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@
"coinMinimalDenom": "note",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/symphony-testnet/melody.png"
},
{
"coinDenom": "HUSD",
"coinMinimalDenom": "uusd",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/symphony-testnet/melody.png"
},
{
"coinDenom": "HKHD",
"coinMinimalDenom": "ukhd",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/symphony-testnet/melody.png"
},
{
"coinDenom": "HVND",
"coinMinimalDenom": "uvnd",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/symphony-testnet/melody.png"
}
],
"feeCurrencies": [
Expand Down

0 comments on commit 94da8b6

Please sign in to comment.