Skip to content

Commit

Permalink
add tnt2, tcp, tgctc denoms to titan network (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
nezha90 authored May 16, 2024
1 parent ba229a9 commit e407232
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions cosmos/titan-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@
"coinDenom": "TNT1",
"coinMinimalDenom": "utnt1",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/titan-test/utnt1.png"
},
{
"coinDecimals": 6,
"coinDenom": "TNT2",
"coinMinimalDenom": "utnt2",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/titan-test/utnt1.png"
},
{
"coinDecimals": 6,
"coinDenom": "TCP",
"coinMinimalDenom": "utcp",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/titan-test/utnt1.png"
},
{
"coinDecimals": 6,
"coinDenom": "TGCTC",
"coinMinimalDenom": "utgctc",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/titan-test/utnt1.png"
}
],
"features": [],
Expand All @@ -41,8 +59,8 @@
}
}
],
"rest": "http://lcd.titannet.io:1317",
"rpc": "http://rpc.titannet.io:26657",
"rest": "https://lcd.titannet.io",
"rpc": "https://rpc.titannet.io",
"stakeCurrency": {
"coinDecimals": 6,
"coinDenom": "TTNT",
Expand Down

0 comments on commit e407232

Please sign in to comment.