chain-registry 1.69.185 → 1.69.187
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/babylon/ibc.js +29 -0
- package/esm/mainnet/cosmoshub/ibc.js +6 -6
- package/esm/mainnet/elys/chain.js +12 -0
- package/esm/mainnet/elys/ibc.js +29 -0
- package/esm/mainnet/kopi/assets.js +5 -5
- package/esm/mainnet/kopi/ibc.js +6 -6
- package/esm/mainnet/titan/assets.js +63 -0
- package/esm/testnet/xiontestnet2/chain.js +7 -7
- package/mainnet/babylon/ibc.js +29 -0
- package/mainnet/cosmoshub/ibc.js +6 -6
- package/mainnet/elys/chain.js +12 -0
- package/mainnet/elys/ibc.js +29 -0
- package/mainnet/kopi/assets.js +5 -5
- package/mainnet/kopi/ibc.js +6 -6
- package/mainnet/titan/assets.js +63 -0
- package/package.json +4 -4
- package/testnet/xiontestnet2/chain.js +7 -7
|
@@ -56,6 +56,35 @@ const info = [
|
|
|
56
56
|
}
|
|
57
57
|
}]
|
|
58
58
|
},
|
|
59
|
+
{
|
|
60
|
+
$schema: '../ibc_data.schema.json',
|
|
61
|
+
chain_1: {
|
|
62
|
+
chain_name: 'babylon',
|
|
63
|
+
client_id: '07-tendermint-6',
|
|
64
|
+
connection_id: 'connection-6'
|
|
65
|
+
},
|
|
66
|
+
chain_2: {
|
|
67
|
+
chain_name: 'elys',
|
|
68
|
+
client_id: '07-tendermint-51',
|
|
69
|
+
connection_id: 'connection-35'
|
|
70
|
+
},
|
|
71
|
+
channels: [{
|
|
72
|
+
chain_1: {
|
|
73
|
+
channel_id: 'channel-6',
|
|
74
|
+
port_id: 'transfer'
|
|
75
|
+
},
|
|
76
|
+
chain_2: {
|
|
77
|
+
channel_id: 'channel-22',
|
|
78
|
+
port_id: 'transfer'
|
|
79
|
+
},
|
|
80
|
+
ordering: 'unordered',
|
|
81
|
+
version: 'ics20-1',
|
|
82
|
+
tags: {
|
|
83
|
+
status: 'live',
|
|
84
|
+
preferred: true
|
|
85
|
+
}
|
|
86
|
+
}]
|
|
87
|
+
},
|
|
59
88
|
{
|
|
60
89
|
$schema: '../ibc_data.schema.json',
|
|
61
90
|
chain_1: {
|
|
@@ -993,21 +993,21 @@ const info = [
|
|
|
993
993
|
$schema: '../ibc_data.schema.json',
|
|
994
994
|
chain_1: {
|
|
995
995
|
chain_name: 'cosmoshub',
|
|
996
|
-
client_id: '07-tendermint-
|
|
997
|
-
connection_id: 'connection-
|
|
996
|
+
client_id: '07-tendermint-1382',
|
|
997
|
+
connection_id: 'connection-1105'
|
|
998
998
|
},
|
|
999
999
|
chain_2: {
|
|
1000
1000
|
chain_name: 'kopi',
|
|
1001
|
-
client_id: '07-tendermint-
|
|
1002
|
-
connection_id: 'connection-
|
|
1001
|
+
client_id: '07-tendermint-19',
|
|
1002
|
+
connection_id: 'connection-43'
|
|
1003
1003
|
},
|
|
1004
1004
|
channels: [{
|
|
1005
1005
|
chain_1: {
|
|
1006
|
-
channel_id: 'channel-
|
|
1006
|
+
channel_id: 'channel-1351',
|
|
1007
1007
|
port_id: 'transfer'
|
|
1008
1008
|
},
|
|
1009
1009
|
chain_2: {
|
|
1010
|
-
channel_id: 'channel-
|
|
1010
|
+
channel_id: 'channel-15',
|
|
1011
1011
|
port_id: 'transfer'
|
|
1012
1012
|
},
|
|
1013
1013
|
ordering: 'unordered',
|
|
@@ -148,6 +148,10 @@ const info = {
|
|
|
148
148
|
{
|
|
149
149
|
address: 'https://elys.rpc.fr.vnodesv.net:443',
|
|
150
150
|
provider: 'vNodes[V] [RBX France] Ser[V]ices'
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
address: 'https://rpc.elys.node75.org:443',
|
|
154
|
+
provider: 'Pro-Nodes75'
|
|
151
155
|
}
|
|
152
156
|
],
|
|
153
157
|
rest: [
|
|
@@ -226,6 +230,10 @@ const info = {
|
|
|
226
230
|
{
|
|
227
231
|
address: 'https://elys.rest.fr.vnodesv.net:443',
|
|
228
232
|
provider: 'vNodes[V] [RBX France] Ser[V]ices'
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
address: 'https://api.elys.node75.org:443',
|
|
236
|
+
provider: 'Pro-Nodes75'
|
|
229
237
|
}
|
|
230
238
|
],
|
|
231
239
|
grpc: [
|
|
@@ -276,6 +284,10 @@ const info = {
|
|
|
276
284
|
{
|
|
277
285
|
address: 'elys-grpc.node39.top:12090',
|
|
278
286
|
provider: 'Node39'
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
address: 'grpc.elys.node75.org:9210',
|
|
290
|
+
provider: 'Pro-Nodes75'
|
|
279
291
|
}
|
|
280
292
|
]
|
|
281
293
|
},
|
package/esm/mainnet/elys/ibc.js
CHANGED
|
@@ -57,6 +57,35 @@ const info = [
|
|
|
57
57
|
}
|
|
58
58
|
}]
|
|
59
59
|
},
|
|
60
|
+
{
|
|
61
|
+
$schema: '../ibc_data.schema.json',
|
|
62
|
+
chain_1: {
|
|
63
|
+
chain_name: 'babylon',
|
|
64
|
+
client_id: '07-tendermint-6',
|
|
65
|
+
connection_id: 'connection-6'
|
|
66
|
+
},
|
|
67
|
+
chain_2: {
|
|
68
|
+
chain_name: 'elys',
|
|
69
|
+
client_id: '07-tendermint-51',
|
|
70
|
+
connection_id: 'connection-35'
|
|
71
|
+
},
|
|
72
|
+
channels: [{
|
|
73
|
+
chain_1: {
|
|
74
|
+
channel_id: 'channel-6',
|
|
75
|
+
port_id: 'transfer'
|
|
76
|
+
},
|
|
77
|
+
chain_2: {
|
|
78
|
+
channel_id: 'channel-22',
|
|
79
|
+
port_id: 'transfer'
|
|
80
|
+
},
|
|
81
|
+
ordering: 'unordered',
|
|
82
|
+
version: 'ics20-1',
|
|
83
|
+
tags: {
|
|
84
|
+
status: 'live',
|
|
85
|
+
preferred: true
|
|
86
|
+
}
|
|
87
|
+
}]
|
|
88
|
+
},
|
|
60
89
|
{
|
|
61
90
|
$schema: '../ibc_data.schema.json',
|
|
62
91
|
chain_1: {
|
|
@@ -320,13 +320,13 @@ const info = {
|
|
|
320
320
|
{
|
|
321
321
|
description: 'Atom from cosmoshub Chain',
|
|
322
322
|
denom_units: [{
|
|
323
|
-
denom: 'ibc/
|
|
323
|
+
denom: 'ibc/A2E2EEC9057A4A1C2C0A6A4C78B0239118DF5F278830F50B4A6BDD7A66506B78',
|
|
324
324
|
exponent: 0
|
|
325
325
|
}, {
|
|
326
326
|
denom: 'Atom',
|
|
327
327
|
exponent: 6
|
|
328
328
|
}],
|
|
329
|
-
base: 'ibc/
|
|
329
|
+
base: 'ibc/A2E2EEC9057A4A1C2C0A6A4C78B0239118DF5F278830F50B4A6BDD7A66506B78',
|
|
330
330
|
name: 'ATOM',
|
|
331
331
|
display: 'Atom',
|
|
332
332
|
symbol: 'ATOM',
|
|
@@ -343,11 +343,11 @@ const info = {
|
|
|
343
343
|
counterparty: {
|
|
344
344
|
chain_name: 'cosmoshub',
|
|
345
345
|
base_denom: 'uatom',
|
|
346
|
-
channel_id: 'channel-
|
|
346
|
+
channel_id: 'channel-1351'
|
|
347
347
|
},
|
|
348
348
|
chain: {
|
|
349
|
-
channel_id: 'channel-
|
|
350
|
-
path: 'transfer/channel-
|
|
349
|
+
channel_id: 'channel-15',
|
|
350
|
+
path: 'transfer/channel-15/uatom'
|
|
351
351
|
}
|
|
352
352
|
}],
|
|
353
353
|
coingecko_id: 'cosmos'
|
package/esm/mainnet/kopi/ibc.js
CHANGED
|
@@ -3,21 +3,21 @@ const info = [
|
|
|
3
3
|
$schema: '../ibc_data.schema.json',
|
|
4
4
|
chain_1: {
|
|
5
5
|
chain_name: 'cosmoshub',
|
|
6
|
-
client_id: '07-tendermint-
|
|
7
|
-
connection_id: 'connection-
|
|
6
|
+
client_id: '07-tendermint-1382',
|
|
7
|
+
connection_id: 'connection-1105'
|
|
8
8
|
},
|
|
9
9
|
chain_2: {
|
|
10
10
|
chain_name: 'kopi',
|
|
11
|
-
client_id: '07-tendermint-
|
|
12
|
-
connection_id: 'connection-
|
|
11
|
+
client_id: '07-tendermint-19',
|
|
12
|
+
connection_id: 'connection-43'
|
|
13
13
|
},
|
|
14
14
|
channels: [{
|
|
15
15
|
chain_1: {
|
|
16
|
-
channel_id: 'channel-
|
|
16
|
+
channel_id: 'channel-1351',
|
|
17
17
|
port_id: 'transfer'
|
|
18
18
|
},
|
|
19
19
|
chain_2: {
|
|
20
|
-
channel_id: 'channel-
|
|
20
|
+
channel_id: 'channel-15',
|
|
21
21
|
port_id: 'transfer'
|
|
22
22
|
},
|
|
23
23
|
ordering: 'unordered',
|
|
@@ -130,6 +130,69 @@ const info = {
|
|
|
130
130
|
}
|
|
131
131
|
}],
|
|
132
132
|
coingecko_id: 'bitcoin'
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
description: 'Ethereum (ETH) is ETH token bridged from Ethereum to titan chain through Titan Power flow bridge https://powerflow.asia/bridge',
|
|
136
|
+
denom_units: [{
|
|
137
|
+
denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/eth',
|
|
138
|
+
exponent: 0,
|
|
139
|
+
aliases: ['wei']
|
|
140
|
+
}, {
|
|
141
|
+
denom: 'eth',
|
|
142
|
+
exponent: 18
|
|
143
|
+
}],
|
|
144
|
+
type_asset: 'sdk.coin',
|
|
145
|
+
base: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/eth',
|
|
146
|
+
name: 'Ethereum',
|
|
147
|
+
display: 'eth',
|
|
148
|
+
symbol: 'ETH',
|
|
149
|
+
traces: [{
|
|
150
|
+
type: 'bridge',
|
|
151
|
+
counterparty: {
|
|
152
|
+
chain_name: 'ethereum',
|
|
153
|
+
base_denom: 'wei'
|
|
154
|
+
},
|
|
155
|
+
provider: 'powerflow.asia, titanlab.io'
|
|
156
|
+
}],
|
|
157
|
+
logo_URIs: {
|
|
158
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
159
|
+
},
|
|
160
|
+
images: [{
|
|
161
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
162
|
+
}]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
description: 'Tether\'s USD stablecoin on Titan. Bridge into titan chain through Titan Power flow bridge https://powerflow.asia/bridge',
|
|
166
|
+
denom_units: [{
|
|
167
|
+
denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/usdt',
|
|
168
|
+
exponent: 0,
|
|
169
|
+
aliases: ['uusdt']
|
|
170
|
+
}, {
|
|
171
|
+
denom: 'usdt',
|
|
172
|
+
exponent: 6
|
|
173
|
+
}],
|
|
174
|
+
type_asset: 'sdk.coin',
|
|
175
|
+
base: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/usdt',
|
|
176
|
+
name: 'Tether',
|
|
177
|
+
display: 'usdt',
|
|
178
|
+
symbol: 'USDT',
|
|
179
|
+
traces: [{
|
|
180
|
+
type: 'bridge',
|
|
181
|
+
counterparty: {
|
|
182
|
+
chain_name: 'ethereum',
|
|
183
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7',
|
|
184
|
+
contract: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
185
|
+
},
|
|
186
|
+
provider: 'powerflow.asia, titanlab.io'
|
|
187
|
+
}],
|
|
188
|
+
logo_URIs: {
|
|
189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
190
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
191
|
+
},
|
|
192
|
+
images: [{
|
|
193
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
194
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
195
|
+
}]
|
|
133
196
|
}
|
|
134
197
|
]
|
|
135
198
|
};
|
|
@@ -3,7 +3,7 @@ const info = {
|
|
|
3
3
|
chain_name: 'xiontestnet2',
|
|
4
4
|
chain_type: 'cosmos',
|
|
5
5
|
chain_id: 'xion-testnet-2',
|
|
6
|
-
pretty_name: 'Xion Testnet
|
|
6
|
+
pretty_name: 'Xion Testnet',
|
|
7
7
|
website: 'https://xion.burnt.com',
|
|
8
8
|
status: 'live',
|
|
9
9
|
network_type: 'testnet',
|
|
@@ -36,17 +36,17 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
git_repo: 'https://github.com/burnt-labs/xion',
|
|
39
|
-
tag: '
|
|
40
|
-
recommended_version: '
|
|
39
|
+
tag: 'v18.0.0',
|
|
40
|
+
recommended_version: 'v18.0.0',
|
|
41
41
|
language: {
|
|
42
42
|
type: 'go',
|
|
43
43
|
version: 'v1.23'
|
|
44
44
|
},
|
|
45
45
|
binaries: {
|
|
46
|
-
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
47
|
-
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
48
|
-
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
49
|
-
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
46
|
+
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_darwin_amd64.zip?checksum=sha256:bf8fa7743d7aab33396d9122ab3817224d41bbbcf410424c993b1d25911faee6',
|
|
47
|
+
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_darwin_arm64.zip?checksum=sha256:1f8799dc21ff348ca71e25864e12b1b07c2d9be66359eab9c420887178403d9d',
|
|
48
|
+
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_linux_amd64.zip?checksum=sha256:361ff8194f0f2601fd8a0759eb218b27d62d236618ca7c623481c64ec7c85a8c',
|
|
49
|
+
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_linux_arm64.zip?checksum=sha256:1f49577bd44ea2a4072d88e6934e124d44594489b76d33922c4a8803db08303c'
|
|
50
50
|
},
|
|
51
51
|
sdk: {
|
|
52
52
|
type: 'cosmos',
|
package/mainnet/babylon/ibc.js
CHANGED
|
@@ -58,6 +58,35 @@ const info = [
|
|
|
58
58
|
}
|
|
59
59
|
}]
|
|
60
60
|
},
|
|
61
|
+
{
|
|
62
|
+
$schema: '../ibc_data.schema.json',
|
|
63
|
+
chain_1: {
|
|
64
|
+
chain_name: 'babylon',
|
|
65
|
+
client_id: '07-tendermint-6',
|
|
66
|
+
connection_id: 'connection-6'
|
|
67
|
+
},
|
|
68
|
+
chain_2: {
|
|
69
|
+
chain_name: 'elys',
|
|
70
|
+
client_id: '07-tendermint-51',
|
|
71
|
+
connection_id: 'connection-35'
|
|
72
|
+
},
|
|
73
|
+
channels: [{
|
|
74
|
+
chain_1: {
|
|
75
|
+
channel_id: 'channel-6',
|
|
76
|
+
port_id: 'transfer'
|
|
77
|
+
},
|
|
78
|
+
chain_2: {
|
|
79
|
+
channel_id: 'channel-22',
|
|
80
|
+
port_id: 'transfer'
|
|
81
|
+
},
|
|
82
|
+
ordering: 'unordered',
|
|
83
|
+
version: 'ics20-1',
|
|
84
|
+
tags: {
|
|
85
|
+
status: 'live',
|
|
86
|
+
preferred: true
|
|
87
|
+
}
|
|
88
|
+
}]
|
|
89
|
+
},
|
|
61
90
|
{
|
|
62
91
|
$schema: '../ibc_data.schema.json',
|
|
63
92
|
chain_1: {
|
package/mainnet/cosmoshub/ibc.js
CHANGED
|
@@ -995,21 +995,21 @@ const info = [
|
|
|
995
995
|
$schema: '../ibc_data.schema.json',
|
|
996
996
|
chain_1: {
|
|
997
997
|
chain_name: 'cosmoshub',
|
|
998
|
-
client_id: '07-tendermint-
|
|
999
|
-
connection_id: 'connection-
|
|
998
|
+
client_id: '07-tendermint-1382',
|
|
999
|
+
connection_id: 'connection-1105'
|
|
1000
1000
|
},
|
|
1001
1001
|
chain_2: {
|
|
1002
1002
|
chain_name: 'kopi',
|
|
1003
|
-
client_id: '07-tendermint-
|
|
1004
|
-
connection_id: 'connection-
|
|
1003
|
+
client_id: '07-tendermint-19',
|
|
1004
|
+
connection_id: 'connection-43'
|
|
1005
1005
|
},
|
|
1006
1006
|
channels: [{
|
|
1007
1007
|
chain_1: {
|
|
1008
|
-
channel_id: 'channel-
|
|
1008
|
+
channel_id: 'channel-1351',
|
|
1009
1009
|
port_id: 'transfer'
|
|
1010
1010
|
},
|
|
1011
1011
|
chain_2: {
|
|
1012
|
-
channel_id: 'channel-
|
|
1012
|
+
channel_id: 'channel-15',
|
|
1013
1013
|
port_id: 'transfer'
|
|
1014
1014
|
},
|
|
1015
1015
|
ordering: 'unordered',
|
package/mainnet/elys/chain.js
CHANGED
|
@@ -150,6 +150,10 @@ const info = {
|
|
|
150
150
|
{
|
|
151
151
|
address: 'https://elys.rpc.fr.vnodesv.net:443',
|
|
152
152
|
provider: 'vNodes[V] [RBX France] Ser[V]ices'
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
address: 'https://rpc.elys.node75.org:443',
|
|
156
|
+
provider: 'Pro-Nodes75'
|
|
153
157
|
}
|
|
154
158
|
],
|
|
155
159
|
rest: [
|
|
@@ -228,6 +232,10 @@ const info = {
|
|
|
228
232
|
{
|
|
229
233
|
address: 'https://elys.rest.fr.vnodesv.net:443',
|
|
230
234
|
provider: 'vNodes[V] [RBX France] Ser[V]ices'
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
address: 'https://api.elys.node75.org:443',
|
|
238
|
+
provider: 'Pro-Nodes75'
|
|
231
239
|
}
|
|
232
240
|
],
|
|
233
241
|
grpc: [
|
|
@@ -278,6 +286,10 @@ const info = {
|
|
|
278
286
|
{
|
|
279
287
|
address: 'elys-grpc.node39.top:12090',
|
|
280
288
|
provider: 'Node39'
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
address: 'grpc.elys.node75.org:9210',
|
|
292
|
+
provider: 'Pro-Nodes75'
|
|
281
293
|
}
|
|
282
294
|
]
|
|
283
295
|
},
|
package/mainnet/elys/ibc.js
CHANGED
|
@@ -59,6 +59,35 @@ const info = [
|
|
|
59
59
|
}
|
|
60
60
|
}]
|
|
61
61
|
},
|
|
62
|
+
{
|
|
63
|
+
$schema: '../ibc_data.schema.json',
|
|
64
|
+
chain_1: {
|
|
65
|
+
chain_name: 'babylon',
|
|
66
|
+
client_id: '07-tendermint-6',
|
|
67
|
+
connection_id: 'connection-6'
|
|
68
|
+
},
|
|
69
|
+
chain_2: {
|
|
70
|
+
chain_name: 'elys',
|
|
71
|
+
client_id: '07-tendermint-51',
|
|
72
|
+
connection_id: 'connection-35'
|
|
73
|
+
},
|
|
74
|
+
channels: [{
|
|
75
|
+
chain_1: {
|
|
76
|
+
channel_id: 'channel-6',
|
|
77
|
+
port_id: 'transfer'
|
|
78
|
+
},
|
|
79
|
+
chain_2: {
|
|
80
|
+
channel_id: 'channel-22',
|
|
81
|
+
port_id: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
ordering: 'unordered',
|
|
84
|
+
version: 'ics20-1',
|
|
85
|
+
tags: {
|
|
86
|
+
status: 'live',
|
|
87
|
+
preferred: true
|
|
88
|
+
}
|
|
89
|
+
}]
|
|
90
|
+
},
|
|
62
91
|
{
|
|
63
92
|
$schema: '../ibc_data.schema.json',
|
|
64
93
|
chain_1: {
|
package/mainnet/kopi/assets.js
CHANGED
|
@@ -322,13 +322,13 @@ const info = {
|
|
|
322
322
|
{
|
|
323
323
|
description: 'Atom from cosmoshub Chain',
|
|
324
324
|
denom_units: [{
|
|
325
|
-
denom: 'ibc/
|
|
325
|
+
denom: 'ibc/A2E2EEC9057A4A1C2C0A6A4C78B0239118DF5F278830F50B4A6BDD7A66506B78',
|
|
326
326
|
exponent: 0
|
|
327
327
|
}, {
|
|
328
328
|
denom: 'Atom',
|
|
329
329
|
exponent: 6
|
|
330
330
|
}],
|
|
331
|
-
base: 'ibc/
|
|
331
|
+
base: 'ibc/A2E2EEC9057A4A1C2C0A6A4C78B0239118DF5F278830F50B4A6BDD7A66506B78',
|
|
332
332
|
name: 'ATOM',
|
|
333
333
|
display: 'Atom',
|
|
334
334
|
symbol: 'ATOM',
|
|
@@ -345,11 +345,11 @@ const info = {
|
|
|
345
345
|
counterparty: {
|
|
346
346
|
chain_name: 'cosmoshub',
|
|
347
347
|
base_denom: 'uatom',
|
|
348
|
-
channel_id: 'channel-
|
|
348
|
+
channel_id: 'channel-1351'
|
|
349
349
|
},
|
|
350
350
|
chain: {
|
|
351
|
-
channel_id: 'channel-
|
|
352
|
-
path: 'transfer/channel-
|
|
351
|
+
channel_id: 'channel-15',
|
|
352
|
+
path: 'transfer/channel-15/uatom'
|
|
353
353
|
}
|
|
354
354
|
}],
|
|
355
355
|
coingecko_id: 'cosmos'
|
package/mainnet/kopi/ibc.js
CHANGED
|
@@ -5,21 +5,21 @@ const info = [
|
|
|
5
5
|
$schema: '../ibc_data.schema.json',
|
|
6
6
|
chain_1: {
|
|
7
7
|
chain_name: 'cosmoshub',
|
|
8
|
-
client_id: '07-tendermint-
|
|
9
|
-
connection_id: 'connection-
|
|
8
|
+
client_id: '07-tendermint-1382',
|
|
9
|
+
connection_id: 'connection-1105'
|
|
10
10
|
},
|
|
11
11
|
chain_2: {
|
|
12
12
|
chain_name: 'kopi',
|
|
13
|
-
client_id: '07-tendermint-
|
|
14
|
-
connection_id: 'connection-
|
|
13
|
+
client_id: '07-tendermint-19',
|
|
14
|
+
connection_id: 'connection-43'
|
|
15
15
|
},
|
|
16
16
|
channels: [{
|
|
17
17
|
chain_1: {
|
|
18
|
-
channel_id: 'channel-
|
|
18
|
+
channel_id: 'channel-1351',
|
|
19
19
|
port_id: 'transfer'
|
|
20
20
|
},
|
|
21
21
|
chain_2: {
|
|
22
|
-
channel_id: 'channel-
|
|
22
|
+
channel_id: 'channel-15',
|
|
23
23
|
port_id: 'transfer'
|
|
24
24
|
},
|
|
25
25
|
ordering: 'unordered',
|
package/mainnet/titan/assets.js
CHANGED
|
@@ -132,6 +132,69 @@ const info = {
|
|
|
132
132
|
}
|
|
133
133
|
}],
|
|
134
134
|
coingecko_id: 'bitcoin'
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
description: 'Ethereum (ETH) is ETH token bridged from Ethereum to titan chain through Titan Power flow bridge https://powerflow.asia/bridge',
|
|
138
|
+
denom_units: [{
|
|
139
|
+
denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/eth',
|
|
140
|
+
exponent: 0,
|
|
141
|
+
aliases: ['wei']
|
|
142
|
+
}, {
|
|
143
|
+
denom: 'eth',
|
|
144
|
+
exponent: 18
|
|
145
|
+
}],
|
|
146
|
+
type_asset: 'sdk.coin',
|
|
147
|
+
base: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/eth',
|
|
148
|
+
name: 'Ethereum',
|
|
149
|
+
display: 'eth',
|
|
150
|
+
symbol: 'ETH',
|
|
151
|
+
traces: [{
|
|
152
|
+
type: 'bridge',
|
|
153
|
+
counterparty: {
|
|
154
|
+
chain_name: 'ethereum',
|
|
155
|
+
base_denom: 'wei'
|
|
156
|
+
},
|
|
157
|
+
provider: 'powerflow.asia, titanlab.io'
|
|
158
|
+
}],
|
|
159
|
+
logo_URIs: {
|
|
160
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
161
|
+
},
|
|
162
|
+
images: [{
|
|
163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
164
|
+
}]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
description: 'Tether\'s USD stablecoin on Titan. Bridge into titan chain through Titan Power flow bridge https://powerflow.asia/bridge',
|
|
168
|
+
denom_units: [{
|
|
169
|
+
denom: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/usdt',
|
|
170
|
+
exponent: 0,
|
|
171
|
+
aliases: ['uusdt']
|
|
172
|
+
}, {
|
|
173
|
+
denom: 'usdt',
|
|
174
|
+
exponent: 6
|
|
175
|
+
}],
|
|
176
|
+
type_asset: 'sdk.coin',
|
|
177
|
+
base: 'factory/titan1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucsgehpjy/usdt',
|
|
178
|
+
name: 'Tether',
|
|
179
|
+
display: 'usdt',
|
|
180
|
+
symbol: 'USDT',
|
|
181
|
+
traces: [{
|
|
182
|
+
type: 'bridge',
|
|
183
|
+
counterparty: {
|
|
184
|
+
chain_name: 'ethereum',
|
|
185
|
+
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7',
|
|
186
|
+
contract: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
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/usdt.png',
|
|
192
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
193
|
+
},
|
|
194
|
+
images: [{
|
|
195
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
196
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
197
|
+
}]
|
|
135
198
|
}
|
|
136
199
|
]
|
|
137
200
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.187",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/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.118",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.118"
|
|
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": "c79f5627056a14b7e98c857671d3271f6f8a0a0a"
|
|
47
47
|
}
|
|
@@ -5,7 +5,7 @@ const info = {
|
|
|
5
5
|
chain_name: 'xiontestnet2',
|
|
6
6
|
chain_type: 'cosmos',
|
|
7
7
|
chain_id: 'xion-testnet-2',
|
|
8
|
-
pretty_name: 'Xion Testnet
|
|
8
|
+
pretty_name: 'Xion Testnet',
|
|
9
9
|
website: 'https://xion.burnt.com',
|
|
10
10
|
status: 'live',
|
|
11
11
|
network_type: 'testnet',
|
|
@@ -38,17 +38,17 @@ const info = {
|
|
|
38
38
|
},
|
|
39
39
|
codebase: {
|
|
40
40
|
git_repo: 'https://github.com/burnt-labs/xion',
|
|
41
|
-
tag: '
|
|
42
|
-
recommended_version: '
|
|
41
|
+
tag: 'v18.0.0',
|
|
42
|
+
recommended_version: 'v18.0.0',
|
|
43
43
|
language: {
|
|
44
44
|
type: 'go',
|
|
45
45
|
version: 'v1.23'
|
|
46
46
|
},
|
|
47
47
|
binaries: {
|
|
48
|
-
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
49
|
-
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
50
|
-
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
51
|
-
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
48
|
+
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_darwin_amd64.zip?checksum=sha256:bf8fa7743d7aab33396d9122ab3817224d41bbbcf410424c993b1d25911faee6',
|
|
49
|
+
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_darwin_arm64.zip?checksum=sha256:1f8799dc21ff348ca71e25864e12b1b07c2d9be66359eab9c420887178403d9d',
|
|
50
|
+
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_linux_amd64.zip?checksum=sha256:361ff8194f0f2601fd8a0759eb218b27d62d236618ca7c623481c64ec7c85a8c',
|
|
51
|
+
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v18.0.0/xiond_18.0.0_linux_arm64.zip?checksum=sha256:1f49577bd44ea2a4072d88e6934e124d44594489b76d33922c4a8803db08303c'
|
|
52
52
|
},
|
|
53
53
|
sdk: {
|
|
54
54
|
type: 'cosmos',
|