chain-registry 1.69.186 → 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/cosmoshub/ibc.js +6 -6
- package/esm/mainnet/elys/chain.js +12 -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/mainnet/cosmoshub/ibc.js +6 -6
- package/mainnet/elys/chain.js +12 -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
|
@@ -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
|
},
|
|
@@ -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
|
};
|
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/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
|
}
|