chain-registry 1.69.236 → 1.69.237
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/celestia/chain.js +5 -5
- package/esm/mainnet/elys/chain.js +0 -4
- package/esm/mainnet/humans/chain.js +1 -1
- package/esm/mainnet/solana/assets.js +46 -0
- package/esm/mainnet/source/chain.js +1 -1
- package/esm/mainnet/titan/assets.js +94 -3
- package/esm/mainnet/uptick/chain.js +1 -1
- package/esm/noncosmos/ethereumtestnet/assets.js +43 -6
- package/esm/noncosmos/solanatestnet/assets.js +98 -2
- package/esm/testnet/airchainstestnet/chain.js +4 -4
- package/esm/testnet/celestiatestnet3/chain.js +5 -5
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +1 -1
- package/esm/testnet/elystestnet/chain.js +3 -3
- package/esm/testnet/empowertestnet/chain.js +0 -17
- package/esm/testnet/lavatestnet/chain.js +3 -3
- package/esm/testnet/noistestnet/chain.js +3 -14
- package/esm/testnet/terpnettestnet/chain.js +1 -10
- package/esm/testnet/titantestnet/assets.js +100 -6
- package/mainnet/celestia/chain.js +5 -5
- package/mainnet/elys/chain.js +0 -4
- package/mainnet/humans/chain.js +1 -1
- package/mainnet/solana/assets.js +46 -0
- package/mainnet/source/chain.js +1 -1
- package/mainnet/titan/assets.js +94 -3
- package/mainnet/uptick/chain.js +1 -1
- package/noncosmos/ethereumtestnet/assets.js +43 -6
- package/noncosmos/solanatestnet/assets.js +98 -2
- package/package.json +4 -4
- package/testnet/airchainstestnet/chain.js +4 -4
- package/testnet/celestiatestnet3/chain.js +5 -5
- package/testnet/cosmosicsprovidertestnet/chain.js +1 -1
- package/testnet/elystestnet/chain.js +3 -3
- package/testnet/empowertestnet/chain.js +0 -17
- package/testnet/lavatestnet/chain.js +3 -3
- package/testnet/noistestnet/chain.js +3 -14
- package/testnet/terpnettestnet/chain.js +1 -10
- package/testnet/titantestnet/assets.js +100 -6
|
@@ -112,7 +112,7 @@ const info = {
|
|
|
112
112
|
},
|
|
113
113
|
{
|
|
114
114
|
address: 'https://airchains-testnet-rpc.itrocket.net/',
|
|
115
|
-
provider: '
|
|
115
|
+
provider: 'ITRocket'
|
|
116
116
|
},
|
|
117
117
|
{
|
|
118
118
|
address: 'https://rpc1.airchains.t.cosmostaking.com/',
|
|
@@ -166,7 +166,7 @@ const info = {
|
|
|
166
166
|
},
|
|
167
167
|
{
|
|
168
168
|
address: 'https://airchains-testnet-api.itrocket.net/',
|
|
169
|
-
provider: '
|
|
169
|
+
provider: 'ITRocket'
|
|
170
170
|
},
|
|
171
171
|
{
|
|
172
172
|
address: 'https://rest1.airchains.t.cosmostaking.com/',
|
|
@@ -192,7 +192,7 @@ const info = {
|
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
194
|
address: 'airchains-testnet-grpc.itrocket.net:443',
|
|
195
|
-
provider: '
|
|
195
|
+
provider: 'ITRocket'
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
198
|
address: 'http://grpc1.airchains.t.cosmostaking.com/',
|
|
@@ -269,7 +269,7 @@ const info = {
|
|
|
269
269
|
account_page: 'https://cosmotracker.com/airchains/account/${accountAddress}'
|
|
270
270
|
},
|
|
271
271
|
{
|
|
272
|
-
kind: '
|
|
272
|
+
kind: 'ITRocket',
|
|
273
273
|
url: 'https://testnet.itrocket.net/airchains/',
|
|
274
274
|
tx_page: 'https://testnet.itrocket.net/airchains//tx/${txHash}',
|
|
275
275
|
account_page: 'https://testnet.itrocket.net/airchains/account/${accountAddress}'
|
|
@@ -54,7 +54,7 @@ const info = {
|
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
address: 'https://celestia-testnet-rpc.itrocket.net',
|
|
57
|
-
provider: '
|
|
57
|
+
provider: 'itrocket'
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
address: 'https://rpc-celestia-testnet.cryptech.com.ua',
|
|
@@ -84,7 +84,7 @@ const info = {
|
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
address: 'https://celestia-testnet-api.itrocket.net',
|
|
87
|
-
provider: '
|
|
87
|
+
provider: 'itrocket'
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
address: 'https://api-celestia-testnet.cryptech.com.ua',
|
|
@@ -109,8 +109,8 @@ const info = {
|
|
|
109
109
|
provider: 'Avril 14th'
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
address: 'celestia-testnet-grpc.itrocket.net:
|
|
113
|
-
provider: '
|
|
112
|
+
address: 'celestia-testnet-grpc.itrocket.net:443',
|
|
113
|
+
provider: 'itrocket'
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
address: 'https://grpc-celestia-testnet.cryptech.com.ua',
|
|
@@ -133,7 +133,7 @@ const info = {
|
|
|
133
133
|
tx_page: 'https://mintscan.io/celestia-testnet/txs/${txHash}'
|
|
134
134
|
},
|
|
135
135
|
{
|
|
136
|
-
kind: '
|
|
136
|
+
kind: 'itrocket',
|
|
137
137
|
url: 'https://testnet.itrocket.net/celestia',
|
|
138
138
|
tx_page: 'https://testnet.itrocket.net/celestia/tx/${txHash}',
|
|
139
139
|
account_page: 'https://testnet.itrocket.net/celestia/account/${accountAddress}'
|
|
@@ -61,7 +61,7 @@ const info = {
|
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
address: 'https://elys-testnet-rpc.itrocket.net:443',
|
|
64
|
-
provider: '
|
|
64
|
+
provider: 'ITRocket'
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
address: 'https://elys-testnet-rpc.publicnode.com:443',
|
|
@@ -79,7 +79,7 @@ const info = {
|
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
address: 'https://elys-testnet-api.itrocket.net',
|
|
82
|
-
provider: '
|
|
82
|
+
provider: 'ITRocket'
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
address: 'https://elys-testnet-rest.publicnode.com',
|
|
@@ -98,7 +98,7 @@ const info = {
|
|
|
98
98
|
tx_page: 'https://testnet.ping.pub/elys/tx/${txHash}',
|
|
99
99
|
account_page: 'https://testnet.ping.pub/elys/account/${accountAddress}'
|
|
100
100
|
}, {
|
|
101
|
-
kind: '
|
|
101
|
+
kind: 'ITRocket',
|
|
102
102
|
url: 'https://testnet.itrocket.net/elys',
|
|
103
103
|
tx_page: 'https://testnet.itrocket.net/elys/staking/tx/${txHash}',
|
|
104
104
|
account_page: 'https://testnet.itrocket.net/elys/account/${accountAddress}'
|
|
@@ -49,10 +49,6 @@ const info = {
|
|
|
49
49
|
address: 'https://empower-testnet.nodejumper.io:443',
|
|
50
50
|
provider: 'NODEJUMPER'
|
|
51
51
|
},
|
|
52
|
-
{
|
|
53
|
-
address: 'https://empower-testnet-rpc.itrocket.net:443',
|
|
54
|
-
provider: 'ITRocket'
|
|
55
|
-
},
|
|
56
52
|
{
|
|
57
53
|
address: 'https://rpc.circulus-1.empower.aviaone.com:443',
|
|
58
54
|
provider: 'AviaOne'
|
|
@@ -83,10 +79,6 @@ const info = {
|
|
|
83
79
|
address: 'https://empower-testnet.nodejumper.io:1317',
|
|
84
80
|
provider: 'NODEJUMPER'
|
|
85
81
|
},
|
|
86
|
-
{
|
|
87
|
-
address: 'https://empower-testnet-api.itrocket.net:443',
|
|
88
|
-
provider: 'ITRocket'
|
|
89
|
-
},
|
|
90
82
|
{
|
|
91
83
|
address: 'https://api.circulus-1.empower.aviaone.com',
|
|
92
84
|
provider: 'AviaOne'
|
|
@@ -109,10 +101,6 @@ const info = {
|
|
|
109
101
|
address: 'empower-testnet.nodejumper.io:9090',
|
|
110
102
|
provider: 'NODEJUMPER'
|
|
111
103
|
},
|
|
112
|
-
{
|
|
113
|
-
address: 'empower-testnet-grpc.itrocket.net:16090',
|
|
114
|
-
provider: 'ITRocket'
|
|
115
|
-
},
|
|
116
104
|
{
|
|
117
105
|
address: 'grpc.circulus-1.empower.aviaone.com:443',
|
|
118
106
|
provider: 'AviaOne'
|
|
@@ -140,11 +128,6 @@ const info = {
|
|
|
140
128
|
url: 'https://explorer.nodestake.top/empower-testnet',
|
|
141
129
|
tx_page: 'https://explorer.nodestake.top/empower-testnet/tx/${txHash}'
|
|
142
130
|
},
|
|
143
|
-
{
|
|
144
|
-
kind: 'ping.pub',
|
|
145
|
-
url: 'https://testnet.itrocket.net/empower/staking',
|
|
146
|
-
tx_page: 'https://testnet.itrocket.net/empower/staking/tx/${txHash}'
|
|
147
|
-
},
|
|
148
131
|
{
|
|
149
132
|
kind: 'ping.pub',
|
|
150
133
|
url: 'https://explorer.stavr.tech/empower',
|
|
@@ -85,7 +85,7 @@ const info = {
|
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
address: 'https://lava-testnet-rpc.itrocket.net:443',
|
|
88
|
-
provider: '
|
|
88
|
+
provider: 'ITRocket'
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
address: 'https://lava-testnet-rpc.ibs.team:443',
|
|
@@ -103,7 +103,7 @@ const info = {
|
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
address: 'https://lava-testnet-api.itrocket.net',
|
|
106
|
-
provider: '
|
|
106
|
+
provider: 'ITRocket'
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
109
|
address: 'https://lava-testnet-api.ibs.team:443',
|
|
@@ -131,7 +131,7 @@ const info = {
|
|
|
131
131
|
account_page: 'https://explorer.nodestake.org/lava-testnet/account/${accountAddress}'
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
|
-
kind: '
|
|
134
|
+
kind: 'ITRocket',
|
|
135
135
|
url: 'https://testnet.itrocket.net/lava',
|
|
136
136
|
tx_page: 'https://testnet.itrocket.net/lava/tx/${txHash}',
|
|
137
137
|
account_page: 'https://testnet.itrocket.net/lava/account/${accountAddress}'
|
|
@@ -67,10 +67,6 @@ const info = {
|
|
|
67
67
|
address: 'https://nois-testnet-rpc.polkachu.com',
|
|
68
68
|
provider: 'Polkachu'
|
|
69
69
|
},
|
|
70
|
-
{
|
|
71
|
-
address: 'https://nois-testnet-rpc.itrocket.net:443',
|
|
72
|
-
provider: 'itrocket'
|
|
73
|
-
},
|
|
74
70
|
{
|
|
75
71
|
address: 'https://rpc.nois.mcbnode.online:443',
|
|
76
72
|
provider: 'mcbnode'
|
|
@@ -84,20 +80,13 @@ const info = {
|
|
|
84
80
|
provider: 'systemd'
|
|
85
81
|
}
|
|
86
82
|
],
|
|
87
|
-
grpc: [
|
|
88
|
-
{
|
|
83
|
+
grpc: [{
|
|
89
84
|
address: 'tnois-grpc.systemd.run:443',
|
|
90
85
|
provider: 'systemd'
|
|
91
|
-
},
|
|
92
|
-
{
|
|
86
|
+
}, {
|
|
93
87
|
address: 'http://nois.grpc.t.stavr.tech:191',
|
|
94
88
|
provider: '🔥STAVR🔥'
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
address: 'nois-testnet-grpc.itrocket.net:21090',
|
|
98
|
-
provider: 'itrocket'
|
|
99
|
-
}
|
|
100
|
-
],
|
|
89
|
+
}],
|
|
101
90
|
rest: [
|
|
102
91
|
{
|
|
103
92
|
address: 'https://api.nois.mcbnode.online',
|
|
@@ -51,21 +51,12 @@ const info = {
|
|
|
51
51
|
rpc: [{
|
|
52
52
|
address: 'https://testnet-rpc.terp.network:443/',
|
|
53
53
|
provider: 'Terpnet Foundation'
|
|
54
|
-
}, {
|
|
55
|
-
address: 'https://terp-testnet-rpc.itrocket.net:443/',
|
|
56
|
-
provider: 'itrocket'
|
|
57
54
|
}],
|
|
58
55
|
rest: [{
|
|
59
56
|
address: 'https://testnet-api.terp.network:443/',
|
|
60
57
|
provider: 'Terpnet Foundation'
|
|
61
|
-
}, {
|
|
62
|
-
address: 'https://terp-testnet-api.itrocket.net:443/',
|
|
63
|
-
provider: 'itrocket'
|
|
64
58
|
}],
|
|
65
|
-
grpc: [
|
|
66
|
-
address: 'terp-testnet-grpc.itrocket.net/',
|
|
67
|
-
provider: 'itrocket'
|
|
68
|
-
}]
|
|
59
|
+
grpc: []
|
|
69
60
|
},
|
|
70
61
|
explorers: [{
|
|
71
62
|
kind: 'Ping Pub',
|
|
@@ -48,14 +48,14 @@ const info = {
|
|
|
48
48
|
exponent: 0,
|
|
49
49
|
aliases: ['microusdc', 'uusdc']
|
|
50
50
|
}, {
|
|
51
|
-
denom: 'usdc',
|
|
51
|
+
denom: 'usdc.noble',
|
|
52
52
|
exponent: 6
|
|
53
53
|
}],
|
|
54
54
|
type_asset: 'ics20',
|
|
55
55
|
base: 'ibc/7C0807A56073C4A27B0DE1C21BA3EB75DF75FD763F4AD37BC159917FC01145F0',
|
|
56
|
-
name: '
|
|
57
|
-
display: 'usdc',
|
|
58
|
-
symbol: 'USDC',
|
|
56
|
+
name: 'USDC.noble',
|
|
57
|
+
display: 'usdc.noble',
|
|
58
|
+
symbol: 'USDC.noble',
|
|
59
59
|
traces: [{
|
|
60
60
|
type: 'test-mintage',
|
|
61
61
|
counterparty: {
|
|
@@ -94,7 +94,7 @@ const info = {
|
|
|
94
94
|
coingecko_id: 'usd-coin'
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
|
-
description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge
|
|
97
|
+
description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge',
|
|
98
98
|
denom_units: [{
|
|
99
99
|
denom: 'factory/titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5/w-btc',
|
|
100
100
|
exponent: 0,
|
|
@@ -130,7 +130,7 @@ const info = {
|
|
|
130
130
|
}]
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
|
-
description: 'Ethereum (ETH) is ETH token bridged from Sepolia to titan chain through Titan Power flow bridge
|
|
133
|
+
description: 'Ethereum (ETH) is ETH token bridged from Sepolia to titan chain through Titan Power flow bridge',
|
|
134
134
|
denom_units: [{
|
|
135
135
|
denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/eth',
|
|
136
136
|
exponent: 0,
|
|
@@ -162,6 +162,100 @@ const info = {
|
|
|
162
162
|
images: [{
|
|
163
163
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
164
164
|
}]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
description: 'USDC stablecoin on Titan. Bridge into titan chain from Ethereum to Titan through Titan Power flow bridge',
|
|
168
|
+
denom_units: [{
|
|
169
|
+
denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/usdc',
|
|
170
|
+
exponent: 0,
|
|
171
|
+
aliases: ['uusdc']
|
|
172
|
+
}, {
|
|
173
|
+
denom: 'usdc',
|
|
174
|
+
exponent: 6
|
|
175
|
+
}],
|
|
176
|
+
type_asset: 'sdk.coin',
|
|
177
|
+
base: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/usdc',
|
|
178
|
+
name: 'USDC',
|
|
179
|
+
display: 'usdc',
|
|
180
|
+
symbol: 'USDC',
|
|
181
|
+
traces: [{
|
|
182
|
+
type: 'bridge',
|
|
183
|
+
counterparty: {
|
|
184
|
+
chain_name: 'ethereumtestnet',
|
|
185
|
+
base_denom: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238',
|
|
186
|
+
contract: '0x63e4dAcAFbBf0a02d70e5b47506eebEDDe49b1c6'
|
|
187
|
+
},
|
|
188
|
+
provider: 'powerflow.asia, titanlab.io'
|
|
189
|
+
}],
|
|
190
|
+
logo_URIs: {
|
|
191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
192
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
193
|
+
},
|
|
194
|
+
images: [{
|
|
195
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
196
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
197
|
+
}]
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
description: 'SOL on Titan. Bridge into titan chain from Solana devnet to Titan through Titan Power flow bridge',
|
|
201
|
+
denom_units: [{
|
|
202
|
+
denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/sol',
|
|
203
|
+
exponent: 0,
|
|
204
|
+
aliases: ['lamport']
|
|
205
|
+
}, {
|
|
206
|
+
denom: 'sol',
|
|
207
|
+
exponent: 9
|
|
208
|
+
}],
|
|
209
|
+
type_asset: 'sdk.coin',
|
|
210
|
+
base: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/sol',
|
|
211
|
+
name: 'SOL',
|
|
212
|
+
display: 'sol',
|
|
213
|
+
symbol: 'SOL',
|
|
214
|
+
traces: [{
|
|
215
|
+
type: 'bridge',
|
|
216
|
+
counterparty: {
|
|
217
|
+
chain_name: 'solanatestnet',
|
|
218
|
+
base_denom: 'So11111111111111111111111111111111111111112',
|
|
219
|
+
contract: 'EYREJzRmAXGFTZh1hhH4gtBr7mM7gqSY5bzPYszL2XtD'
|
|
220
|
+
},
|
|
221
|
+
provider: 'powerflow.asia, titanlab.io'
|
|
222
|
+
}],
|
|
223
|
+
logo_URIs: {
|
|
224
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png'
|
|
225
|
+
},
|
|
226
|
+
images: [{
|
|
227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png'
|
|
228
|
+
}]
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
description: 'Meow on Titan. Bridge into titan chain from Solana devnet to Titan through Titan Power flow bridge',
|
|
232
|
+
denom_units: [{
|
|
233
|
+
denom: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/meow',
|
|
234
|
+
exponent: 0
|
|
235
|
+
}, {
|
|
236
|
+
denom: 'meow',
|
|
237
|
+
exponent: 8
|
|
238
|
+
}],
|
|
239
|
+
type_asset: 'sdk.coin',
|
|
240
|
+
base: 'factory/titan16gyvmp43st00s220zypex4lgvwqc3ve8l4657rhxj8myeadswmkq75slkc/meow',
|
|
241
|
+
name: 'MEOW',
|
|
242
|
+
display: 'meow',
|
|
243
|
+
symbol: 'MEOW',
|
|
244
|
+
traces: [{
|
|
245
|
+
type: 'bridge',
|
|
246
|
+
counterparty: {
|
|
247
|
+
chain_name: 'solanatestnet',
|
|
248
|
+
base_denom: 'HYGEZGU5kRh9vjw723wuyjUQGe654ByRQzQRP7PWxgMa',
|
|
249
|
+
contract: 'EYREJzRmAXGFTZh1hhH4gtBr7mM7gqSY5bzPYszL2XtD'
|
|
250
|
+
},
|
|
251
|
+
provider: 'powerflow.asia, titanlab.io'
|
|
252
|
+
}],
|
|
253
|
+
logo_URIs: {
|
|
254
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
|
|
255
|
+
},
|
|
256
|
+
images: [{
|
|
257
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/meow.png'
|
|
258
|
+
}]
|
|
165
259
|
}
|
|
166
260
|
]
|
|
167
261
|
};
|