chain-registry 1.69.75 → 1.69.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/mainnet/dungeon/chain.js +2 -2
- package/esm/mainnet/nibiru/chain.js +0 -4
- package/esm/mainnet/omniflixhub/chain.js +1 -1
- package/esm/mainnet/source/chain.js +1 -1
- package/esm/mainnet/terra2/chain.js +18 -0
- package/esm/testnet/assets.js +2 -0
- package/esm/testnet/chains.js +2 -0
- package/esm/testnet/dymensiontestnet1/assets.js +12 -1
- package/esm/testnet/dymensiontestnet1/chain.js +12 -0
- package/esm/testnet/ibc.js +2 -0
- package/esm/testnet/named.js +1 -0
- package/esm/testnet/osmosistestnet/ibc.js +30 -0
- package/esm/testnet/titannettestnet/assets.js +66 -0
- package/esm/testnet/titannettestnet/chain.js +66 -0
- package/esm/testnet/titannettestnet/ibc.js +31 -0
- package/esm/testnet/titannettestnet/index.js +6 -0
- package/mainnet/dungeon/chain.js +2 -2
- package/mainnet/nibiru/chain.js +0 -4
- package/mainnet/omniflixhub/chain.js +1 -1
- package/mainnet/source/chain.js +1 -1
- package/mainnet/terra2/chain.js +18 -0
- package/package.json +4 -4
- package/testnet/assets.js +2 -0
- package/testnet/chains.js +2 -0
- package/testnet/dymensiontestnet1/assets.js +12 -1
- package/testnet/dymensiontestnet1/chain.js +12 -0
- package/testnet/ibc.js +2 -0
- package/testnet/named.d.ts +1 -0
- package/testnet/named.js +2 -1
- package/testnet/osmosistestnet/ibc.js +30 -0
- package/testnet/titannettestnet/assets.d.ts +3 -0
- package/testnet/titannettestnet/assets.js +68 -0
- package/testnet/titannettestnet/chain.d.ts +3 -0
- package/testnet/titannettestnet/chain.js +68 -0
- package/testnet/titannettestnet/ibc.d.ts +3 -0
- package/testnet/titannettestnet/ibc.js +33 -0
- package/testnet/titannettestnet/index.d.ts +3 -0
- package/testnet/titannettestnet/index.js +12 -0
|
@@ -33,7 +33,7 @@ const info = {
|
|
|
33
33
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
|
-
address: 'https://dungeon-rpc.ibs
|
|
36
|
+
address: 'https://dungeon-rpc.ibs.team',
|
|
37
37
|
provider: 'Inter Blockchain Services'
|
|
38
38
|
}
|
|
39
39
|
],
|
|
@@ -55,7 +55,7 @@ const info = {
|
|
|
55
55
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
56
56
|
},
|
|
57
57
|
{
|
|
58
|
-
address: 'https://dungeon-api.ibs
|
|
58
|
+
address: 'https://dungeon-api.ibs.team',
|
|
59
59
|
provider: 'Inter Blockchain Services'
|
|
60
60
|
}
|
|
61
61
|
],
|
|
@@ -135,10 +135,6 @@ const info = {
|
|
|
135
135
|
address: 'https://nibiru.api.nodeshub.online:443',
|
|
136
136
|
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
137
137
|
},
|
|
138
|
-
{
|
|
139
|
-
address: 'https://nibiru.api.staking-explorer.com',
|
|
140
|
-
provider: 'Daily DROP | 2% Fee'
|
|
141
|
-
},
|
|
142
138
|
{
|
|
143
139
|
address: 'https://nibiru-api.noders.services',
|
|
144
140
|
provider: '[NODERS]TEAM'
|
|
@@ -84,6 +84,10 @@ const info = {
|
|
|
84
84
|
{
|
|
85
85
|
address: 'https://terra-rpc.cosmosrescue.dev:8443',
|
|
86
86
|
provider: 'cosmosrescue'
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
address: 'https://terra-rpc.chainroot.io',
|
|
90
|
+
provider: 'Chainroot'
|
|
87
91
|
}
|
|
88
92
|
],
|
|
89
93
|
rest: [
|
|
@@ -126,6 +130,10 @@ const info = {
|
|
|
126
130
|
{
|
|
127
131
|
address: 'https://terra-api.cosmosrescue.dev:8443',
|
|
128
132
|
provider: 'cosmosrescue'
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
address: 'https://terra-api.chainroot.io',
|
|
136
|
+
provider: 'Chainroot'
|
|
129
137
|
}
|
|
130
138
|
],
|
|
131
139
|
grpc: [
|
|
@@ -160,6 +168,10 @@ const info = {
|
|
|
160
168
|
{
|
|
161
169
|
address: 'https://terra2.tdrsys.com:2083',
|
|
162
170
|
provider: 'TdrSys'
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
address: 'terra-grpc.chainroot.io:443',
|
|
174
|
+
provider: 'Chainroot'
|
|
163
175
|
}
|
|
164
176
|
]
|
|
165
177
|
},
|
|
@@ -192,6 +204,12 @@ const info = {
|
|
|
192
204
|
url: 'https://www.mintscan.io/terra',
|
|
193
205
|
tx_page: 'https://www.mintscan.io/terra/transactions/${txHash}',
|
|
194
206
|
account_page: 'https://www.mintscan.io/terra/accounts/${accountAddress}'
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
kind: 'Chainroot',
|
|
210
|
+
url: 'https://explorer.chainroot.io/terra',
|
|
211
|
+
tx_page: 'https://explorer.chainroot.io/terra/transactions/${txHash}',
|
|
212
|
+
account_page: 'https://explorer.chainroot.io/terra/accounts/${accountAddress}'
|
|
195
213
|
}
|
|
196
214
|
],
|
|
197
215
|
images: [{
|
package/esm/testnet/assets.js
CHANGED
|
@@ -102,6 +102,7 @@ import * as _synternettestnet from './synternettestnet';
|
|
|
102
102
|
import * as _terpnettestnet from './terpnettestnet';
|
|
103
103
|
import * as _terpnettestnet2 from './terpnettestnet2';
|
|
104
104
|
import * as _terra2testnet from './terra2testnet';
|
|
105
|
+
import * as _titannettestnet from './titannettestnet';
|
|
105
106
|
import * as _titantestnet from './titantestnet';
|
|
106
107
|
import * as _tucanatestnet from './tucanatestnet';
|
|
107
108
|
import * as _ulastestnet from './ulastestnet';
|
|
@@ -219,6 +220,7 @@ const assets = [
|
|
|
219
220
|
_terpnettestnet.assets,
|
|
220
221
|
_terpnettestnet2.assets,
|
|
221
222
|
_terra2testnet.assets,
|
|
223
|
+
_titannettestnet.assets,
|
|
222
224
|
_titantestnet.assets,
|
|
223
225
|
_tucanatestnet.assets,
|
|
224
226
|
_ulastestnet.assets,
|
package/esm/testnet/chains.js
CHANGED
|
@@ -102,6 +102,7 @@ import * as _synternettestnet from './synternettestnet';
|
|
|
102
102
|
import * as _terpnettestnet from './terpnettestnet';
|
|
103
103
|
import * as _terpnettestnet2 from './terpnettestnet2';
|
|
104
104
|
import * as _terra2testnet from './terra2testnet';
|
|
105
|
+
import * as _titannettestnet from './titannettestnet';
|
|
105
106
|
import * as _titantestnet from './titantestnet';
|
|
106
107
|
import * as _tucanatestnet from './tucanatestnet';
|
|
107
108
|
import * as _ulastestnet from './ulastestnet';
|
|
@@ -219,6 +220,7 @@ const chains = [
|
|
|
219
220
|
_terpnettestnet.chain,
|
|
220
221
|
_terpnettestnet2.chain,
|
|
221
222
|
_terra2testnet.chain,
|
|
223
|
+
_titannettestnet.chain,
|
|
222
224
|
_titantestnet.chain,
|
|
223
225
|
_tucanatestnet.chain,
|
|
224
226
|
_ulastestnet.chain,
|
|
@@ -14,7 +14,18 @@ const info = {
|
|
|
14
14
|
base: 'adym',
|
|
15
15
|
name: 'Dymension',
|
|
16
16
|
display: 'dym',
|
|
17
|
-
symbol: 'DYM'
|
|
17
|
+
symbol: 'DYM',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
|
|
25
|
+
theme: {
|
|
26
|
+
primary_color_hex: '#f4e4d4'
|
|
27
|
+
}
|
|
28
|
+
}]
|
|
18
29
|
}, {
|
|
19
30
|
description: 'USDC from Noble',
|
|
20
31
|
denom_units: [{
|
|
@@ -26,6 +26,18 @@ const info = {
|
|
|
26
26
|
denom: 'adym'
|
|
27
27
|
}]
|
|
28
28
|
},
|
|
29
|
+
logo_URIs: {
|
|
30
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
32
|
+
},
|
|
33
|
+
description: 'Dymension is a network of easily deployable and lightning fast modular blockchains called RollApps.',
|
|
34
|
+
images: [{
|
|
35
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
36
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
|
|
37
|
+
theme: {
|
|
38
|
+
primary_color_hex: '#f4e4d4'
|
|
39
|
+
}
|
|
40
|
+
}],
|
|
29
41
|
codebase: {},
|
|
30
42
|
apis: {
|
|
31
43
|
rpc: [{
|
package/esm/testnet/ibc.js
CHANGED
|
@@ -36,6 +36,7 @@ import * as _swisstroniktestnet from './swisstroniktestnet';
|
|
|
36
36
|
import * as _symphonytestnet from './symphonytestnet';
|
|
37
37
|
import * as _synternettestnet from './synternettestnet';
|
|
38
38
|
import * as _terra2testnet from './terra2testnet';
|
|
39
|
+
import * as _titannettestnet from './titannettestnet';
|
|
39
40
|
import * as _titantestnet from './titantestnet';
|
|
40
41
|
import * as _xiontestnet from './xiontestnet';
|
|
41
42
|
const ibc = [
|
|
@@ -77,6 +78,7 @@ const ibc = [
|
|
|
77
78
|
..._symphonytestnet.ibc,
|
|
78
79
|
..._synternettestnet.ibc,
|
|
79
80
|
..._terra2testnet.ibc,
|
|
81
|
+
..._titannettestnet.ibc,
|
|
80
82
|
..._titantestnet.ibc,
|
|
81
83
|
..._xiontestnet.ibc
|
|
82
84
|
];
|
package/esm/testnet/named.js
CHANGED
|
@@ -102,6 +102,7 @@ export * as synternettestnet from './synternettestnet';
|
|
|
102
102
|
export * as terpnettestnet from './terpnettestnet';
|
|
103
103
|
export * as terpnettestnet2 from './terpnettestnet2';
|
|
104
104
|
export * as terra2testnet from './terra2testnet';
|
|
105
|
+
export * as titannettestnet from './titannettestnet';
|
|
105
106
|
export * as titantestnet from './titantestnet';
|
|
106
107
|
export * as tucanatestnet from './tucanatestnet';
|
|
107
108
|
export * as ulastestnet from './ulastestnet';
|
|
@@ -967,6 +967,36 @@ const info = [
|
|
|
967
967
|
}
|
|
968
968
|
}]
|
|
969
969
|
},
|
|
970
|
+
{
|
|
971
|
+
$schema: '../../ibc_data.schema.json',
|
|
972
|
+
chain_1: {
|
|
973
|
+
chain_name: 'osmosistestnet',
|
|
974
|
+
client_id: '07-tendermint-4301',
|
|
975
|
+
connection_id: 'connection-3765'
|
|
976
|
+
},
|
|
977
|
+
chain_2: {
|
|
978
|
+
chain_name: 'titannettestnet',
|
|
979
|
+
client_id: '07-tendermint-7',
|
|
980
|
+
connection_id: 'connection-5'
|
|
981
|
+
},
|
|
982
|
+
channels: [{
|
|
983
|
+
chain_1: {
|
|
984
|
+
channel_id: 'channel-9941',
|
|
985
|
+
port_id: 'transfer'
|
|
986
|
+
},
|
|
987
|
+
chain_2: {
|
|
988
|
+
channel_id: 'channel-5',
|
|
989
|
+
port_id: 'transfer'
|
|
990
|
+
},
|
|
991
|
+
ordering: 'unordered',
|
|
992
|
+
version: 'ics20-1',
|
|
993
|
+
tags: {
|
|
994
|
+
status: 'live',
|
|
995
|
+
preferred: true,
|
|
996
|
+
dex: 'osmosis'
|
|
997
|
+
}
|
|
998
|
+
}]
|
|
999
|
+
},
|
|
970
1000
|
{
|
|
971
1001
|
$schema: '../../ibc_data.schema.json',
|
|
972
1002
|
chain_1: {
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
|
+
chain_name: 'titannettestnet',
|
|
4
|
+
assets: [{
|
|
5
|
+
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.',
|
|
6
|
+
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.',
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'uttnt',
|
|
9
|
+
exponent: 0
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'ttnt',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'uttnt',
|
|
15
|
+
name: 'Titan Testnet TTNT',
|
|
16
|
+
display: 'ttnt',
|
|
17
|
+
symbol: 'TTNT',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg'
|
|
21
|
+
},
|
|
22
|
+
images: [{
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg',
|
|
25
|
+
theme: {
|
|
26
|
+
primary_color_hex: '#272d45'
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://titannet.io',
|
|
31
|
+
twitter: 'https://twitter.com/Titannet_dao'
|
|
32
|
+
},
|
|
33
|
+
type_asset: 'sdk.coin'
|
|
34
|
+
}, {
|
|
35
|
+
description: 'TNT4 is the incentive token of the Titan Network\'s Galileo testnet, rewarding contributors who provide bandwidth resources for commercial use.',
|
|
36
|
+
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.',
|
|
37
|
+
denom_units: [{
|
|
38
|
+
denom: 'utnt4',
|
|
39
|
+
exponent: 0
|
|
40
|
+
}, {
|
|
41
|
+
denom: 'tnt4',
|
|
42
|
+
exponent: 2
|
|
43
|
+
}],
|
|
44
|
+
base: 'utnt4',
|
|
45
|
+
name: 'Titan Testnet TNT4',
|
|
46
|
+
display: 'tnt4',
|
|
47
|
+
symbol: 'TNT4',
|
|
48
|
+
logo_URIs: {
|
|
49
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png',
|
|
50
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.svg'
|
|
51
|
+
},
|
|
52
|
+
images: [{
|
|
53
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png',
|
|
54
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.svg',
|
|
55
|
+
theme: {
|
|
56
|
+
primary_color_hex: '#272d45'
|
|
57
|
+
}
|
|
58
|
+
}],
|
|
59
|
+
socials: {
|
|
60
|
+
website: 'https://titannet.io',
|
|
61
|
+
twitter: 'https://twitter.com/Titannet_dao'
|
|
62
|
+
},
|
|
63
|
+
type_asset: 'sdk.coin'
|
|
64
|
+
}]
|
|
65
|
+
};
|
|
66
|
+
export default info;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../../chain.schema.json',
|
|
3
|
+
chain_name: 'titannettestnet',
|
|
4
|
+
chain_type: 'cosmos',
|
|
5
|
+
chain_id: 'titan-test-4',
|
|
6
|
+
website: 'https://titannet.io/',
|
|
7
|
+
pretty_name: 'Titan Network Testnet',
|
|
8
|
+
status: 'live',
|
|
9
|
+
network_type: 'testnet',
|
|
10
|
+
bech32_prefix: 'titan',
|
|
11
|
+
daemon_name: 'titand',
|
|
12
|
+
node_home: '$HOME/.titan',
|
|
13
|
+
key_algos: ['secp256k1'],
|
|
14
|
+
slip44: 118,
|
|
15
|
+
fees: {
|
|
16
|
+
fee_tokens: [{
|
|
17
|
+
denom: 'uttnt',
|
|
18
|
+
fixed_min_gas_price: 0.005,
|
|
19
|
+
low_gas_price: 0.01,
|
|
20
|
+
average_gas_price: 0.025,
|
|
21
|
+
high_gas_price: 0.03
|
|
22
|
+
}]
|
|
23
|
+
},
|
|
24
|
+
staking: {
|
|
25
|
+
staking_tokens: [{
|
|
26
|
+
denom: 'uttnt'
|
|
27
|
+
}]
|
|
28
|
+
},
|
|
29
|
+
codebase: {},
|
|
30
|
+
logo_URIs: {
|
|
31
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
32
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg'
|
|
33
|
+
},
|
|
34
|
+
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.',
|
|
35
|
+
apis: {
|
|
36
|
+
rpc: [{
|
|
37
|
+
address: 'https://rpc.titannet.io:443',
|
|
38
|
+
provider: 'Titan'
|
|
39
|
+
}],
|
|
40
|
+
rest: [{
|
|
41
|
+
address: 'https://lcd.titannet.io:443',
|
|
42
|
+
provider: 'Titan'
|
|
43
|
+
}],
|
|
44
|
+
grpc: [{
|
|
45
|
+
address: 'https://grpc.titannet.io:443',
|
|
46
|
+
provider: 'Titan'
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
49
|
+
explorers: [{
|
|
50
|
+
kind: 'guru',
|
|
51
|
+
url: 'https://testnet.titan.explorers.guru',
|
|
52
|
+
tx_page: 'https://testnet.titan.explorers.guru/transaction/${txHash}',
|
|
53
|
+
account_page: 'https://testnet.titan.explorers.guru/account/${accountAddress}',
|
|
54
|
+
validator_page: 'https://testnet.titan.explorers.guru/validator/${validatorAddress}',
|
|
55
|
+
proposal_page: 'https://testnet.titan.explorers.guru/proposal/${proposalId}',
|
|
56
|
+
block_page: 'https://testnet.titan.explorers.guru/block/${blockHeight}'
|
|
57
|
+
}],
|
|
58
|
+
images: [{
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg',
|
|
61
|
+
theme: {
|
|
62
|
+
primary_color_hex: '#272d45'
|
|
63
|
+
}
|
|
64
|
+
}]
|
|
65
|
+
};
|
|
66
|
+
export default info;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const info = [{
|
|
2
|
+
$schema: '../../ibc_data.schema.json',
|
|
3
|
+
chain_1: {
|
|
4
|
+
chain_name: 'osmosistestnet',
|
|
5
|
+
client_id: '07-tendermint-4301',
|
|
6
|
+
connection_id: 'connection-3765'
|
|
7
|
+
},
|
|
8
|
+
chain_2: {
|
|
9
|
+
chain_name: 'titannettestnet',
|
|
10
|
+
client_id: '07-tendermint-7',
|
|
11
|
+
connection_id: 'connection-5'
|
|
12
|
+
},
|
|
13
|
+
channels: [{
|
|
14
|
+
chain_1: {
|
|
15
|
+
channel_id: 'channel-9941',
|
|
16
|
+
port_id: 'transfer'
|
|
17
|
+
},
|
|
18
|
+
chain_2: {
|
|
19
|
+
channel_id: 'channel-5',
|
|
20
|
+
port_id: 'transfer'
|
|
21
|
+
},
|
|
22
|
+
ordering: 'unordered',
|
|
23
|
+
version: 'ics20-1',
|
|
24
|
+
tags: {
|
|
25
|
+
status: 'live',
|
|
26
|
+
preferred: true,
|
|
27
|
+
dex: 'osmosis'
|
|
28
|
+
}
|
|
29
|
+
}]
|
|
30
|
+
}];
|
|
31
|
+
export default info;
|
package/mainnet/dungeon/chain.js
CHANGED
|
@@ -35,7 +35,7 @@ const info = {
|
|
|
35
35
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
|
-
address: 'https://dungeon-rpc.ibs
|
|
38
|
+
address: 'https://dungeon-rpc.ibs.team',
|
|
39
39
|
provider: 'Inter Blockchain Services'
|
|
40
40
|
}
|
|
41
41
|
],
|
|
@@ -57,7 +57,7 @@ const info = {
|
|
|
57
57
|
provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
|
-
address: 'https://dungeon-api.ibs
|
|
60
|
+
address: 'https://dungeon-api.ibs.team',
|
|
61
61
|
provider: 'Inter Blockchain Services'
|
|
62
62
|
}
|
|
63
63
|
],
|
package/mainnet/nibiru/chain.js
CHANGED
|
@@ -137,10 +137,6 @@ const info = {
|
|
|
137
137
|
address: 'https://nibiru.api.nodeshub.online:443',
|
|
138
138
|
provider: 'Nodes Hub 🛡️ 100% Slash Protected 🛡️ | Restake ✅'
|
|
139
139
|
},
|
|
140
|
-
{
|
|
141
|
-
address: 'https://nibiru.api.staking-explorer.com',
|
|
142
|
-
provider: 'Daily DROP | 2% Fee'
|
|
143
|
-
},
|
|
144
140
|
{
|
|
145
141
|
address: 'https://nibiru-api.noders.services',
|
|
146
142
|
provider: '[NODERS]TEAM'
|
package/mainnet/source/chain.js
CHANGED
package/mainnet/terra2/chain.js
CHANGED
|
@@ -86,6 +86,10 @@ const info = {
|
|
|
86
86
|
{
|
|
87
87
|
address: 'https://terra-rpc.cosmosrescue.dev:8443',
|
|
88
88
|
provider: 'cosmosrescue'
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
address: 'https://terra-rpc.chainroot.io',
|
|
92
|
+
provider: 'Chainroot'
|
|
89
93
|
}
|
|
90
94
|
],
|
|
91
95
|
rest: [
|
|
@@ -128,6 +132,10 @@ const info = {
|
|
|
128
132
|
{
|
|
129
133
|
address: 'https://terra-api.cosmosrescue.dev:8443',
|
|
130
134
|
provider: 'cosmosrescue'
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
address: 'https://terra-api.chainroot.io',
|
|
138
|
+
provider: 'Chainroot'
|
|
131
139
|
}
|
|
132
140
|
],
|
|
133
141
|
grpc: [
|
|
@@ -162,6 +170,10 @@ const info = {
|
|
|
162
170
|
{
|
|
163
171
|
address: 'https://terra2.tdrsys.com:2083',
|
|
164
172
|
provider: 'TdrSys'
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
address: 'terra-grpc.chainroot.io:443',
|
|
176
|
+
provider: 'Chainroot'
|
|
165
177
|
}
|
|
166
178
|
]
|
|
167
179
|
},
|
|
@@ -194,6 +206,12 @@ const info = {
|
|
|
194
206
|
url: 'https://www.mintscan.io/terra',
|
|
195
207
|
tx_page: 'https://www.mintscan.io/terra/transactions/${txHash}',
|
|
196
208
|
account_page: 'https://www.mintscan.io/terra/accounts/${accountAddress}'
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
kind: 'Chainroot',
|
|
212
|
+
url: 'https://explorer.chainroot.io/terra',
|
|
213
|
+
tx_page: 'https://explorer.chainroot.io/terra/transactions/${txHash}',
|
|
214
|
+
account_page: 'https://explorer.chainroot.io/terra/accounts/${accountAddress}'
|
|
197
215
|
}
|
|
198
216
|
],
|
|
199
217
|
images: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.77",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.43",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.43"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "979f461088c63ea217149c1091100a4dce5359ab"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -127,6 +127,7 @@ const _synternettestnet = __importStar(require("./synternettestnet"));
|
|
|
127
127
|
const _terpnettestnet = __importStar(require("./terpnettestnet"));
|
|
128
128
|
const _terpnettestnet2 = __importStar(require("./terpnettestnet2"));
|
|
129
129
|
const _terra2testnet = __importStar(require("./terra2testnet"));
|
|
130
|
+
const _titannettestnet = __importStar(require("./titannettestnet"));
|
|
130
131
|
const _titantestnet = __importStar(require("./titantestnet"));
|
|
131
132
|
const _tucanatestnet = __importStar(require("./tucanatestnet"));
|
|
132
133
|
const _ulastestnet = __importStar(require("./ulastestnet"));
|
|
@@ -244,6 +245,7 @@ const assets = [
|
|
|
244
245
|
_terpnettestnet.assets,
|
|
245
246
|
_terpnettestnet2.assets,
|
|
246
247
|
_terra2testnet.assets,
|
|
248
|
+
_titannettestnet.assets,
|
|
247
249
|
_titantestnet.assets,
|
|
248
250
|
_tucanatestnet.assets,
|
|
249
251
|
_ulastestnet.assets,
|
package/testnet/chains.js
CHANGED
|
@@ -127,6 +127,7 @@ const _synternettestnet = __importStar(require("./synternettestnet"));
|
|
|
127
127
|
const _terpnettestnet = __importStar(require("./terpnettestnet"));
|
|
128
128
|
const _terpnettestnet2 = __importStar(require("./terpnettestnet2"));
|
|
129
129
|
const _terra2testnet = __importStar(require("./terra2testnet"));
|
|
130
|
+
const _titannettestnet = __importStar(require("./titannettestnet"));
|
|
130
131
|
const _titantestnet = __importStar(require("./titantestnet"));
|
|
131
132
|
const _tucanatestnet = __importStar(require("./tucanatestnet"));
|
|
132
133
|
const _ulastestnet = __importStar(require("./ulastestnet"));
|
|
@@ -244,6 +245,7 @@ const chains = [
|
|
|
244
245
|
_terpnettestnet.chain,
|
|
245
246
|
_terpnettestnet2.chain,
|
|
246
247
|
_terra2testnet.chain,
|
|
248
|
+
_titannettestnet.chain,
|
|
247
249
|
_titantestnet.chain,
|
|
248
250
|
_tucanatestnet.chain,
|
|
249
251
|
_ulastestnet.chain,
|
|
@@ -16,7 +16,18 @@ const info = {
|
|
|
16
16
|
base: 'adym',
|
|
17
17
|
name: 'Dymension',
|
|
18
18
|
display: 'dym',
|
|
19
|
-
symbol: 'DYM'
|
|
19
|
+
symbol: 'DYM',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
|
|
27
|
+
theme: {
|
|
28
|
+
primary_color_hex: '#f4e4d4'
|
|
29
|
+
}
|
|
30
|
+
}]
|
|
20
31
|
}, {
|
|
21
32
|
description: 'USDC from Noble',
|
|
22
33
|
denom_units: [{
|
|
@@ -28,6 +28,18 @@ const info = {
|
|
|
28
28
|
denom: 'adym'
|
|
29
29
|
}]
|
|
30
30
|
},
|
|
31
|
+
logo_URIs: {
|
|
32
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
33
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
34
|
+
},
|
|
35
|
+
description: 'Dymension is a network of easily deployable and lightning fast modular blockchains called RollApps.',
|
|
36
|
+
images: [{
|
|
37
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
38
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
|
|
39
|
+
theme: {
|
|
40
|
+
primary_color_hex: '#f4e4d4'
|
|
41
|
+
}
|
|
42
|
+
}],
|
|
31
43
|
codebase: {},
|
|
32
44
|
apis: {
|
|
33
45
|
rpc: [{
|
package/testnet/ibc.js
CHANGED
|
@@ -61,6 +61,7 @@ const _swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
|
|
|
61
61
|
const _symphonytestnet = __importStar(require("./symphonytestnet"));
|
|
62
62
|
const _synternettestnet = __importStar(require("./synternettestnet"));
|
|
63
63
|
const _terra2testnet = __importStar(require("./terra2testnet"));
|
|
64
|
+
const _titannettestnet = __importStar(require("./titannettestnet"));
|
|
64
65
|
const _titantestnet = __importStar(require("./titantestnet"));
|
|
65
66
|
const _xiontestnet = __importStar(require("./xiontestnet"));
|
|
66
67
|
const ibc = [
|
|
@@ -102,6 +103,7 @@ const ibc = [
|
|
|
102
103
|
..._symphonytestnet.ibc,
|
|
103
104
|
..._synternettestnet.ibc,
|
|
104
105
|
..._terra2testnet.ibc,
|
|
106
|
+
..._titannettestnet.ibc,
|
|
105
107
|
..._titantestnet.ibc,
|
|
106
108
|
..._xiontestnet.ibc
|
|
107
109
|
];
|
package/testnet/named.d.ts
CHANGED
|
@@ -102,6 +102,7 @@ export * as synternettestnet from './synternettestnet';
|
|
|
102
102
|
export * as terpnettestnet from './terpnettestnet';
|
|
103
103
|
export * as terpnettestnet2 from './terpnettestnet2';
|
|
104
104
|
export * as terra2testnet from './terra2testnet';
|
|
105
|
+
export * as titannettestnet from './titannettestnet';
|
|
105
106
|
export * as titantestnet from './titantestnet';
|
|
106
107
|
export * as tucanatestnet from './tucanatestnet';
|
|
107
108
|
export * as ulastestnet from './ulastestnet';
|
package/testnet/named.js
CHANGED
|
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.kimanetworktestnet = exports.kichaintestnet = exports.junotestnet = exports.jackaltestnet2 = exports.jackaltestnet = exports.injectivetestnet = exports.imversedtestnet = exports.impacthubtestnet = exports.hypersigntestnet = exports.humanstestnet = exports.hedgetestnet = exports.gitopiatestnet = exports.galacticatestnet = exports.finschiatestnet = exports.fiammatestnet = exports.fetchhubtestnet = exports.evmostestnet = exports.epixtestnet = exports.empowertestnet = exports.empetestnet = exports.elystestnet = exports.dymensiontestnet1 = exports.dydxtestnet = exports.doravotatestnet = exports.dhealthtestnet = exports.desmostestnet = exports.deardogetestnet = exports.cudostestnet = exports.cosstestnet = exports.cosmwasmtestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.coolcattestnet = exports.composabletestnet = exports.chimbatestnet = exports.cheqdtestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.cascadiatestnet = exports.blockxtestnet = exports.bitcannadevnet = exports.babylontestnet = exports.axelartestnet = exports.auratestnet = exports.artelatestnet = exports.arkeonetworktestnet = exports.archwaytestnet = exports.akashtestnet = exports.airchainstestnet = void 0;
|
|
27
27
|
exports.symphonytestnet = exports.swisstroniktestnet = exports.sunrisetestnet = exports.stridetestnet = exports.statesettestnet = exports.stargazetestnet = exports.sourcetestnet = exports.soarchaintestnet = exports.sixtestnet = exports.shentutestnet = exports.sgetestnet4 = exports.sgetestnet = exports.selfchaindevnet = exports.seitestnet2 = exports.seitestnet = exports.secretnetworktestnet = exports.sagatestnet = exports.qwoyntestnet = exports.quicksilvertestnet = exports.quasartestnet = exports.pryzmtestnet = exports.pockettestnet = exports.planqtestnet = exports.persistencetestnet2 = exports.persistencetestnet = exports.permtestnet = exports.osmosistestnet = exports.okp4testnet = exports.nyxtestnet = exports.nomictestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.nilliontestnet = exports.nibirutestnet3 = exports.nibirutestnet2 = exports.nibirutestnet = exports.neutrontestnet = exports.neuratestnet = exports.migalootestnet = exports.metanovaversetestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.mantrachaintestnet = exports.manifesttestnet = exports.lumenxtestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = void 0;
|
|
28
|
-
exports.zetachaintestnet = exports.zenrocktestnet = exports.xplatestnet = exports.xiontestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.synternettestnet = void 0;
|
|
28
|
+
exports.zetachaintestnet = exports.zenrocktestnet = exports.xplatestnet = exports.xiontestnet = exports.wavehashtestnet = exports.wardenprotocoltestnet = exports.upticktestnet = exports.uniontestnet = exports.unificationtestnet = exports.ulastestnet = exports.tucanatestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.terpnettestnet2 = exports.terpnettestnet = exports.synternettestnet = void 0;
|
|
29
29
|
exports.airchainstestnet = __importStar(require("./airchainstestnet"));
|
|
30
30
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
31
31
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
@@ -130,6 +130,7 @@ exports.synternettestnet = __importStar(require("./synternettestnet"));
|
|
|
130
130
|
exports.terpnettestnet = __importStar(require("./terpnettestnet"));
|
|
131
131
|
exports.terpnettestnet2 = __importStar(require("./terpnettestnet2"));
|
|
132
132
|
exports.terra2testnet = __importStar(require("./terra2testnet"));
|
|
133
|
+
exports.titannettestnet = __importStar(require("./titannettestnet"));
|
|
133
134
|
exports.titantestnet = __importStar(require("./titantestnet"));
|
|
134
135
|
exports.tucanatestnet = __importStar(require("./tucanatestnet"));
|
|
135
136
|
exports.ulastestnet = __importStar(require("./ulastestnet"));
|
|
@@ -969,6 +969,36 @@ const info = [
|
|
|
969
969
|
}
|
|
970
970
|
}]
|
|
971
971
|
},
|
|
972
|
+
{
|
|
973
|
+
$schema: '../../ibc_data.schema.json',
|
|
974
|
+
chain_1: {
|
|
975
|
+
chain_name: 'osmosistestnet',
|
|
976
|
+
client_id: '07-tendermint-4301',
|
|
977
|
+
connection_id: 'connection-3765'
|
|
978
|
+
},
|
|
979
|
+
chain_2: {
|
|
980
|
+
chain_name: 'titannettestnet',
|
|
981
|
+
client_id: '07-tendermint-7',
|
|
982
|
+
connection_id: 'connection-5'
|
|
983
|
+
},
|
|
984
|
+
channels: [{
|
|
985
|
+
chain_1: {
|
|
986
|
+
channel_id: 'channel-9941',
|
|
987
|
+
port_id: 'transfer'
|
|
988
|
+
},
|
|
989
|
+
chain_2: {
|
|
990
|
+
channel_id: 'channel-5',
|
|
991
|
+
port_id: 'transfer'
|
|
992
|
+
},
|
|
993
|
+
ordering: 'unordered',
|
|
994
|
+
version: 'ics20-1',
|
|
995
|
+
tags: {
|
|
996
|
+
status: 'live',
|
|
997
|
+
preferred: true,
|
|
998
|
+
dex: 'osmosis'
|
|
999
|
+
}
|
|
1000
|
+
}]
|
|
1001
|
+
},
|
|
972
1002
|
{
|
|
973
1003
|
$schema: '../../ibc_data.schema.json',
|
|
974
1004
|
chain_1: {
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../assetlist.schema.json',
|
|
5
|
+
chain_name: 'titannettestnet',
|
|
6
|
+
assets: [{
|
|
7
|
+
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.',
|
|
8
|
+
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.',
|
|
9
|
+
denom_units: [{
|
|
10
|
+
denom: 'uttnt',
|
|
11
|
+
exponent: 0
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'ttnt',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'uttnt',
|
|
17
|
+
name: 'Titan Testnet TTNT',
|
|
18
|
+
display: 'ttnt',
|
|
19
|
+
symbol: 'TTNT',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg'
|
|
23
|
+
},
|
|
24
|
+
images: [{
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
26
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg',
|
|
27
|
+
theme: {
|
|
28
|
+
primary_color_hex: '#272d45'
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
socials: {
|
|
32
|
+
website: 'https://titannet.io',
|
|
33
|
+
twitter: 'https://twitter.com/Titannet_dao'
|
|
34
|
+
},
|
|
35
|
+
type_asset: 'sdk.coin'
|
|
36
|
+
}, {
|
|
37
|
+
description: 'TNT4 is the incentive token of the Titan Network\'s Galileo testnet, rewarding contributors who provide bandwidth resources for commercial use.',
|
|
38
|
+
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.',
|
|
39
|
+
denom_units: [{
|
|
40
|
+
denom: 'utnt4',
|
|
41
|
+
exponent: 0
|
|
42
|
+
}, {
|
|
43
|
+
denom: 'tnt4',
|
|
44
|
+
exponent: 2
|
|
45
|
+
}],
|
|
46
|
+
base: 'utnt4',
|
|
47
|
+
name: 'Titan Testnet TNT4',
|
|
48
|
+
display: 'tnt4',
|
|
49
|
+
symbol: 'TNT4',
|
|
50
|
+
logo_URIs: {
|
|
51
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png',
|
|
52
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.svg'
|
|
53
|
+
},
|
|
54
|
+
images: [{
|
|
55
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.png',
|
|
56
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/tnt4.svg',
|
|
57
|
+
theme: {
|
|
58
|
+
primary_color_hex: '#272d45'
|
|
59
|
+
}
|
|
60
|
+
}],
|
|
61
|
+
socials: {
|
|
62
|
+
website: 'https://titannet.io',
|
|
63
|
+
twitter: 'https://twitter.com/Titannet_dao'
|
|
64
|
+
},
|
|
65
|
+
type_asset: 'sdk.coin'
|
|
66
|
+
}]
|
|
67
|
+
};
|
|
68
|
+
exports.default = info;
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../../chain.schema.json',
|
|
5
|
+
chain_name: 'titannettestnet',
|
|
6
|
+
chain_type: 'cosmos',
|
|
7
|
+
chain_id: 'titan-test-4',
|
|
8
|
+
website: 'https://titannet.io/',
|
|
9
|
+
pretty_name: 'Titan Network Testnet',
|
|
10
|
+
status: 'live',
|
|
11
|
+
network_type: 'testnet',
|
|
12
|
+
bech32_prefix: 'titan',
|
|
13
|
+
daemon_name: 'titand',
|
|
14
|
+
node_home: '$HOME/.titan',
|
|
15
|
+
key_algos: ['secp256k1'],
|
|
16
|
+
slip44: 118,
|
|
17
|
+
fees: {
|
|
18
|
+
fee_tokens: [{
|
|
19
|
+
denom: 'uttnt',
|
|
20
|
+
fixed_min_gas_price: 0.005,
|
|
21
|
+
low_gas_price: 0.01,
|
|
22
|
+
average_gas_price: 0.025,
|
|
23
|
+
high_gas_price: 0.03
|
|
24
|
+
}]
|
|
25
|
+
},
|
|
26
|
+
staking: {
|
|
27
|
+
staking_tokens: [{
|
|
28
|
+
denom: 'uttnt'
|
|
29
|
+
}]
|
|
30
|
+
},
|
|
31
|
+
codebase: {},
|
|
32
|
+
logo_URIs: {
|
|
33
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
34
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg'
|
|
35
|
+
},
|
|
36
|
+
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.',
|
|
37
|
+
apis: {
|
|
38
|
+
rpc: [{
|
|
39
|
+
address: 'https://rpc.titannet.io:443',
|
|
40
|
+
provider: 'Titan'
|
|
41
|
+
}],
|
|
42
|
+
rest: [{
|
|
43
|
+
address: 'https://lcd.titannet.io:443',
|
|
44
|
+
provider: 'Titan'
|
|
45
|
+
}],
|
|
46
|
+
grpc: [{
|
|
47
|
+
address: 'https://grpc.titannet.io:443',
|
|
48
|
+
provider: 'Titan'
|
|
49
|
+
}]
|
|
50
|
+
},
|
|
51
|
+
explorers: [{
|
|
52
|
+
kind: 'guru',
|
|
53
|
+
url: 'https://testnet.titan.explorers.guru',
|
|
54
|
+
tx_page: 'https://testnet.titan.explorers.guru/transaction/${txHash}',
|
|
55
|
+
account_page: 'https://testnet.titan.explorers.guru/account/${accountAddress}',
|
|
56
|
+
validator_page: 'https://testnet.titan.explorers.guru/validator/${validatorAddress}',
|
|
57
|
+
proposal_page: 'https://testnet.titan.explorers.guru/proposal/${proposalId}',
|
|
58
|
+
block_page: 'https://testnet.titan.explorers.guru/block/${blockHeight}'
|
|
59
|
+
}],
|
|
60
|
+
images: [{
|
|
61
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.png',
|
|
62
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titannettestnet/images/ttnt.svg',
|
|
63
|
+
theme: {
|
|
64
|
+
primary_color_hex: '#272d45'
|
|
65
|
+
}
|
|
66
|
+
}]
|
|
67
|
+
};
|
|
68
|
+
exports.default = info;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = [{
|
|
4
|
+
$schema: '../../ibc_data.schema.json',
|
|
5
|
+
chain_1: {
|
|
6
|
+
chain_name: 'osmosistestnet',
|
|
7
|
+
client_id: '07-tendermint-4301',
|
|
8
|
+
connection_id: 'connection-3765'
|
|
9
|
+
},
|
|
10
|
+
chain_2: {
|
|
11
|
+
chain_name: 'titannettestnet',
|
|
12
|
+
client_id: '07-tendermint-7',
|
|
13
|
+
connection_id: 'connection-5'
|
|
14
|
+
},
|
|
15
|
+
channels: [{
|
|
16
|
+
chain_1: {
|
|
17
|
+
channel_id: 'channel-9941',
|
|
18
|
+
port_id: 'transfer'
|
|
19
|
+
},
|
|
20
|
+
chain_2: {
|
|
21
|
+
channel_id: 'channel-5',
|
|
22
|
+
port_id: 'transfer'
|
|
23
|
+
},
|
|
24
|
+
ordering: 'unordered',
|
|
25
|
+
version: 'ics20-1',
|
|
26
|
+
tags: {
|
|
27
|
+
status: 'live',
|
|
28
|
+
preferred: true,
|
|
29
|
+
dex: 'osmosis'
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
}];
|
|
33
|
+
exports.default = info;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.ibc = exports.chain = exports.assets = void 0;
|
|
7
|
+
const assets_1 = __importDefault(require("./assets"));
|
|
8
|
+
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
+
const ibc_1 = __importDefault(require("./ibc"));
|
|
10
|
+
exports.assets = assets_1.default;
|
|
11
|
+
exports.chain = chain_1.default;
|
|
12
|
+
exports.ibc = ibc_1.default;
|