Skip to content

Commit

Permalink
modify to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nezha90 committed Dec 24, 2024
1 parent 746283b commit 5425449
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 20 deletions.
32 changes: 32 additions & 0 deletions testnets/_IBC/osmosistestnet-titannettestnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"$schema": "../../ibc_data.schema.json",
"chain_1": {
"chain_name": "osmosistestnet",
"client_id": "07-tendermint-4301",
"connection_id": "connection-3765"
},
"chain_2": {
"chain_name": "titannettestnet",
"client_id": "07-tendermint-7",
"connection_id": "connection-5"
},
"channels": [
{
"chain_1": {
"channel_id": "channel-9941",
"port_id": "transfer"
},
"chain_2": {
"channel_id": "channel-5",
"port_id": "transfer"
},
"ordering": "unordered",
"version": "ics20-1",
"tags": {
"status": "live",
"preferred": true,
"dex": "osmosis"
}
}
]
}
20 changes: 10 additions & 10 deletions titannet/assetlist.json → testnets/titannettestnet/assetlist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "titannet",
"$schema": "../../assetlist.schema.json",
"chain_name": "titannettestnet",
"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.",
Expand All @@ -20,13 +20,13 @@
"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"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/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",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg",
"theme": {
"primary_color_hex": "#272d45"
}
Expand Down Expand Up @@ -56,13 +56,13 @@
"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"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/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",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.svg",
"theme": {
"primary_color_hex": "#272d45"
}
Expand Down
16 changes: 8 additions & 8 deletions titannet/chain.json → testnets/titannettestnet/chain.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "../chain.schema.json",
"chain_name": "titannet",
"$schema": "../../chain.schema.json",
"chain_name": "titannettestnet",
"chain_type": "cosmos",
"chain_id": "titan-test-4",
"website": "https://titannet.io/",
"pretty_name": "Titan Network",
"pretty_name": "Titan Network Testnet",
"status": "live",
"network_type": "mainnet",
"network_type": "testnet",
"bech32_prefix": "titan",
"daemon_name": "titand",
"node_home": "$HOME/.titan",
Expand Down Expand Up @@ -64,8 +64,8 @@
}
},
"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"
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/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": {
Expand Down Expand Up @@ -116,8 +116,8 @@
],
"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",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg",
"theme": {
"primary_color_hex": "#272d45"
}
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "../versions.schema.json",
"chain_name": "titannet",
"$schema": "../../versions.schema.json",
"chain_name": "titannettestnet",
"versions": [
{
"name": "v0.3.0",
Expand Down

0 comments on commit 5425449

Please sign in to comment.