Skip to content

Commit

Permalink
Merge pull request #92 from nezha90/main
Browse files Browse the repository at this point in the history
add titan network
  • Loading branch information
liangping authored Jul 16, 2024
2 parents 6d94671 + 1d8cf5a commit aea634f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions chains/testnet/titannetwork.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"chain_name": "Titan Network Testnet",
"api": [
{
"address": "https://lcd.titannet.io",
"provider": "titan"
}
],
"rpc": [
{
"address": "https://rpc.titannet.io",
"provider": "titan"
}
],
"sdk_version": "0.47.3",
"coin_type": "118",
"min_tx_fee": "500",
"addr_prefix": "titan",
"logo": "/logos/titan.png",
"assets": [
{
"base": "uttnt",
"symbol": "TTNT",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/titan.png"
}
],
"faucet": {
"amount": "50000000uttnt",
"ip_limit": "1",
"address_limit": "1",
"fees": "500uttnt"
}
}
Binary file added logos/titan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit aea634f

Please sign in to comment.