-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
379 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"$schema": "../assetlist.schema.json", | ||
"chain_name": "titannet", | ||
"assets": [ | ||
{ | ||
"description": "TTNT is the native token of the Titan Network testnet, serving as a medium of value, staking token, and transparency mechanism for the ecosystem.", | ||
"extended_description": "TTNT plays three essential roles in the Titan Network testnet ecosystem. As a medium of value, it enables customers to access network resources (computing, storage, and bandwidth) and allows resource providers to monetize their infrastructure, with all network transactions conducted in TTNT.\n\nThrough its staking mechanism based on Cosmos SDK, TTNT implements Delegated Proof of Stake for network security and consensus, rewarding participants who contribute to network stability.\n\nThe public chain architecture ensures transparency by recording all resource rentals and rewards, creating trust between resource providers and customers.", | ||
"denom_units": [ | ||
{ | ||
"denom": "uttnt", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "ttnt", | ||
"exponent": 6 | ||
} | ||
], | ||
"base": "uttnt", | ||
"name": "Titan Testnet TTNT", | ||
"display": "ttnt", | ||
"symbol": "TTNT", | ||
"logo_URIs": { | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/titanchain/images/ttnt.png", | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/titanchain/images/ttnt.svg" | ||
}, | ||
"images": [ | ||
{ | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/titanchain/images/ttnt.png", | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/titanchain/images/ttnt.svg", | ||
"theme": { | ||
"primary_color_hex": "#272d45" | ||
} | ||
} | ||
], | ||
"socials": { | ||
"website": "https://titannet.io", | ||
"twitter": "https://twitter.com/Titannet_dao" | ||
}, | ||
"type_asset": "sdk.coin" | ||
}, | ||
{ | ||
"description": "TNT4 is the incentive token of the Titan Network's Galileo testnet, rewarding contributors who provide bandwidth resources for commercial use.", | ||
"extended_description": "TNT4 serves as the reward mechanism in the Titan Network's Galileo testnet phase. Node operators earn TNT4 when their contributed bandwidth resources are utilized by commercial clients. This incentive structure validates both resource provision and real business usage in the test environment.\n\nTNT4 holders will be able to exchange their tokens for native TNT tokens upon mainnet launch, ensuring early contributors are rewarded for supporting the network's development and commercial adoption.", | ||
"denom_units": [ | ||
{ | ||
"denom": "utnt4", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "tnt4", | ||
"exponent": 2 | ||
} | ||
], | ||
"base": "utnt4", | ||
"name": "Titan Testnet TNT4", | ||
"display": "tnt4", | ||
"symbol": "TNT4", | ||
"logo_URIs": { | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/titanchain/images/tnt4.png", | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/titanchain/images/tnt4.svg" | ||
}, | ||
"images": [ | ||
{ | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/titanchain/images/tnt4.png", | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/titanchain/images/tnt4.svg", | ||
"theme": { | ||
"primary_color_hex": "#272d45" | ||
} | ||
} | ||
], | ||
"socials": { | ||
"website": "https://titannet.io", | ||
"twitter": "https://twitter.com/Titannet_dao" | ||
}, | ||
"type_asset": "sdk.coin" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
{ | ||
"$schema": "../chain.schema.json", | ||
"chain_name": "titannet", | ||
"chain_type": "cosmos", | ||
"chain_id": "titan-test-4", | ||
"website": "https://titannet.io/", | ||
"pretty_name": "Titan Network", | ||
"status": "live", | ||
"network_type": "mainnet", | ||
"bech32_prefix": "titan", | ||
"daemon_name": "titand", | ||
"node_home": "$HOME/.titan", | ||
"key_algos": [ | ||
"secp256k1" | ||
], | ||
"slip44": 118, | ||
"fees": { | ||
"fee_tokens": [ | ||
{ | ||
"denom": "uttnt", | ||
"fixed_min_gas_price": 0.005, | ||
"low_gas_price": 0.01, | ||
"average_gas_price": 0.025, | ||
"high_gas_price": 0.03 | ||
} | ||
] | ||
}, | ||
"staking": { | ||
"staking_tokens": [ | ||
{ | ||
"denom": "uttnt" | ||
} | ||
] | ||
}, | ||
"codebase": { | ||
"git_repo": "https://github.com/Titannet-dao/titan-chain", | ||
"recommended_version": "v0.3.0", | ||
"compatible_versions": [ | ||
"v0.3.0" | ||
], | ||
"consensus": { | ||
"type": "cometbft", | ||
"version": "0.38.15" | ||
}, | ||
"binaries": { | ||
"linux/amd64": "https://github.com/Titannet-dao/titan-chain/releases/download/v0.3.0/titand_0.3.0-1_g167b7fd6.tar.gz" | ||
}, | ||
"genesis": { | ||
"genesis_url": "https://github.com/Titannet-dao/titan-chain/releases/download/v0.3.0/genesis.json" | ||
}, | ||
"sdk": { | ||
"type": "cosmos", | ||
"version": "v0.50.10", | ||
"tag": "v0.50.10" | ||
}, | ||
"ibc": { | ||
"type": "go", | ||
"version": "v8.5.1" | ||
}, | ||
"cosmwasm": { | ||
"version": "v0.53.0", | ||
"repo": "https://github.com/CosmWasm/wasmd", | ||
"tag": "v0.53.0" | ||
} | ||
}, | ||
"logo_URIs": { | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/titanchain/images/ttnt.png", | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/titanchain/images/ttnt.svg" | ||
}, | ||
"description": "Titan Chain aims to solve the resource utilization challenges in the Web3 ecosystem by creating an efficient, transparent, and decentralized infrastructure marketplace. Built on Cosmos SDK, it enables seamless trading of computing, storage, and bandwidth resources while ensuring fair compensation for resource providers.\n\nThe project focuses on making decentralized infrastructure services more accessible and efficient through its modular blockchain design. Using the Inter-blockchain Communication (IBC) protocol, Titan Chain can connect with other blockchain networks, facilitating broader resource sharing and integration across the ecosystem.\n\nThe network uses TTNT tokens for governance and securing the network through a Delegated Proof-of-Stake consensus mechanism, where token holders can participate in network decisions and earn rewards for contributing to network stability.", | ||
"peers": { | ||
"seeds": [ | ||
{ | ||
"id": "bb075c8cc4b7032d506008b68d4192298a09aeea", | ||
"address": "47.76.107.159:26656", | ||
"provider": "titan" | ||
} | ||
], | ||
"persistent_peers": [ | ||
{ | ||
"id": "b656a30fd7585c68c72167805784bcd3bed2d67c", | ||
"address": "8.217.10.76:26656" | ||
} | ||
] | ||
}, | ||
"apis": { | ||
"rpc": [ | ||
{ | ||
"address": "https://rpc.titannet.io:443", | ||
"provider": "Titan" | ||
} | ||
], | ||
"rest": [ | ||
{ | ||
"address": "https://lcd.titannet.io:443", | ||
"provider": "Titan" | ||
} | ||
], | ||
"grpc": [ | ||
{ | ||
"address": "https://grpc.titannet.io:443", | ||
"provider": "Titan" | ||
} | ||
] | ||
}, | ||
"explorers": [ | ||
{ | ||
"kind": "guru", | ||
"url": "https://testnet.titan.explorers.guru", | ||
"tx_page": "https://testnet.titan.explorers.guru/transaction/${txHash}", | ||
"account_page": "https://testnet.titan.explorers.guru/account/${accountAddress}", | ||
"validator_page": "https://testnet.titan.explorers.guru/validator/${validatorAddress}", | ||
"proposal_page": "https://testnet.titan.explorers.guru/proposal/${proposalId}", | ||
"block_page": "https://testnet.titan.explorers.guru/block/${blockHeight}" | ||
} | ||
], | ||
"images": [ | ||
{ | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/titanchain/images/ttnt.png", | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/titanchain/images/ttnt.svg", | ||
"theme": { | ||
"primary_color_hex": "#272d45" | ||
} | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.