chain-registry 1.69.32 → 1.69.33
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 +1 -1
- package/esm/mainnet/dungeon/chain.js +5 -0
- package/esm/mainnet/dungeon/ibc.js +68 -5
- package/esm/mainnet/kimanetwork/chain.js +2 -2
- package/esm/mainnet/kimanetwork/ibc.js +6 -6
- package/esm/mainnet/neutron/ibc.js +30 -0
- package/esm/mainnet/osmosis/assets.js +0 -44
- package/esm/mainnet/osmosis/ibc.js +7 -7
- package/esm/mainnet/stride/ibc.js +30 -0
- package/mainnet/cosmoshub/ibc.js +1 -1
- package/mainnet/dungeon/chain.js +5 -0
- package/mainnet/dungeon/ibc.js +68 -5
- package/mainnet/kimanetwork/chain.js +2 -2
- package/mainnet/kimanetwork/ibc.js +6 -6
- package/mainnet/neutron/ibc.js +30 -0
- package/mainnet/osmosis/assets.js +0 -44
- package/mainnet/osmosis/ibc.js +7 -7
- package/mainnet/stride/ibc.js +30 -0
- package/package.json +4 -4
|
@@ -49,6 +49,11 @@ const info = {
|
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
51
|
explorers: [{
|
|
52
|
+
kind: 'Ping.Pub',
|
|
53
|
+
url: 'https://ping.pub/Dungeonchain',
|
|
54
|
+
tx_page: 'https://ping.pub/Dungeonchain/tx/${txHash}',
|
|
55
|
+
account_page: 'https://ping.pub/Dungeonchain/account/${accountAddress}'
|
|
56
|
+
}, {
|
|
52
57
|
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
53
58
|
url: 'https://explorer.whenmoonwhenlambo.money/dungeon',
|
|
54
59
|
tx_page: 'https://explorer.whenmoonwhenlambo.money/dungeon/tx/${txHash}',
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
const info = [
|
|
1
|
+
const info = [
|
|
2
|
+
{
|
|
2
3
|
$schema: '../ibc_data.schema.json',
|
|
3
4
|
chain_1: {
|
|
4
5
|
chain_name: 'cosmoshub',
|
|
5
|
-
client_id: '07-tendermint-
|
|
6
|
+
client_id: '07-tendermint-1325',
|
|
6
7
|
connection_id: 'connection-1057'
|
|
7
8
|
},
|
|
8
9
|
chain_2: {
|
|
@@ -27,7 +28,38 @@ const info = [{
|
|
|
27
28
|
dex: 'osmosis'
|
|
28
29
|
}
|
|
29
30
|
}]
|
|
30
|
-
},
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
$schema: '../ibc_data.schema.json',
|
|
34
|
+
chain_1: {
|
|
35
|
+
chain_name: 'dungeon',
|
|
36
|
+
client_id: '07-tendermint-8',
|
|
37
|
+
connection_id: 'connection-10'
|
|
38
|
+
},
|
|
39
|
+
chain_2: {
|
|
40
|
+
chain_name: 'neutron',
|
|
41
|
+
client_id: '07-tendermint-146',
|
|
42
|
+
connection_id: 'connection-106'
|
|
43
|
+
},
|
|
44
|
+
channels: [{
|
|
45
|
+
chain_1: {
|
|
46
|
+
channel_id: 'channel-4',
|
|
47
|
+
port_id: 'transfer'
|
|
48
|
+
},
|
|
49
|
+
chain_2: {
|
|
50
|
+
channel_id: 'channel-5481',
|
|
51
|
+
port_id: 'transfer'
|
|
52
|
+
},
|
|
53
|
+
ordering: 'unordered',
|
|
54
|
+
version: 'ics20-1',
|
|
55
|
+
tags: {
|
|
56
|
+
status: 'live',
|
|
57
|
+
preferred: true,
|
|
58
|
+
dex: 'osmosis'
|
|
59
|
+
}
|
|
60
|
+
}]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
31
63
|
$schema: '../ibc_data.schema.json',
|
|
32
64
|
chain_1: {
|
|
33
65
|
chain_name: 'dungeon',
|
|
@@ -36,7 +68,7 @@ const info = [{
|
|
|
36
68
|
},
|
|
37
69
|
chain_2: {
|
|
38
70
|
chain_name: 'osmosis',
|
|
39
|
-
client_id: '07-tendermint-
|
|
71
|
+
client_id: '07-tendermint-3325',
|
|
40
72
|
connection_id: 'connection-2798'
|
|
41
73
|
},
|
|
42
74
|
channels: [{
|
|
@@ -56,5 +88,36 @@ const info = [{
|
|
|
56
88
|
dex: 'osmosis'
|
|
57
89
|
}
|
|
58
90
|
}]
|
|
59
|
-
}
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
$schema: '../ibc_data.schema.json',
|
|
94
|
+
chain_1: {
|
|
95
|
+
chain_name: 'dungeon',
|
|
96
|
+
client_id: '07-tendermint-9',
|
|
97
|
+
connection_id: 'connection-11'
|
|
98
|
+
},
|
|
99
|
+
chain_2: {
|
|
100
|
+
chain_name: 'stride',
|
|
101
|
+
client_id: '07-tendermint-148',
|
|
102
|
+
connection_id: 'connection-149'
|
|
103
|
+
},
|
|
104
|
+
channels: [{
|
|
105
|
+
chain_1: {
|
|
106
|
+
channel_id: 'channel-5',
|
|
107
|
+
port_id: 'transfer'
|
|
108
|
+
},
|
|
109
|
+
chain_2: {
|
|
110
|
+
channel_id: 'channel-287',
|
|
111
|
+
port_id: 'transfer'
|
|
112
|
+
},
|
|
113
|
+
ordering: 'unordered',
|
|
114
|
+
version: 'ics20-1',
|
|
115
|
+
tags: {
|
|
116
|
+
status: 'live',
|
|
117
|
+
preferred: true,
|
|
118
|
+
dex: 'osmosis'
|
|
119
|
+
}
|
|
120
|
+
}]
|
|
121
|
+
}
|
|
122
|
+
];
|
|
60
123
|
export default info;
|
|
@@ -2,21 +2,21 @@ const info = [{
|
|
|
2
2
|
$schema: '../ibc_data.schema.json',
|
|
3
3
|
chain_1: {
|
|
4
4
|
chain_name: 'kimanetwork',
|
|
5
|
-
client_id: '07-tendermint-
|
|
6
|
-
connection_id: 'connection-
|
|
5
|
+
client_id: '07-tendermint-27',
|
|
6
|
+
connection_id: 'connection-17'
|
|
7
7
|
},
|
|
8
8
|
chain_2: {
|
|
9
9
|
chain_name: 'osmosis',
|
|
10
|
-
client_id: '07-tendermint-
|
|
11
|
-
connection_id: '
|
|
10
|
+
client_id: '07-tendermint-3350',
|
|
11
|
+
connection_id: 'connection-2810'
|
|
12
12
|
},
|
|
13
13
|
channels: [{
|
|
14
14
|
chain_1: {
|
|
15
|
-
channel_id: 'channel-
|
|
15
|
+
channel_id: 'channel-4',
|
|
16
16
|
port_id: 'transfer'
|
|
17
17
|
},
|
|
18
18
|
chain_2: {
|
|
19
|
-
channel_id: 'channel-
|
|
19
|
+
channel_id: 'channel-86496',
|
|
20
20
|
port_id: 'transfer'
|
|
21
21
|
},
|
|
22
22
|
ordering: 'unordered',
|
|
@@ -188,6 +188,36 @@ const info = [
|
|
|
188
188
|
}
|
|
189
189
|
}]
|
|
190
190
|
},
|
|
191
|
+
{
|
|
192
|
+
$schema: '../ibc_data.schema.json',
|
|
193
|
+
chain_1: {
|
|
194
|
+
chain_name: 'dungeon',
|
|
195
|
+
client_id: '07-tendermint-8',
|
|
196
|
+
connection_id: 'connection-10'
|
|
197
|
+
},
|
|
198
|
+
chain_2: {
|
|
199
|
+
chain_name: 'neutron',
|
|
200
|
+
client_id: '07-tendermint-146',
|
|
201
|
+
connection_id: 'connection-106'
|
|
202
|
+
},
|
|
203
|
+
channels: [{
|
|
204
|
+
chain_1: {
|
|
205
|
+
channel_id: 'channel-4',
|
|
206
|
+
port_id: 'transfer'
|
|
207
|
+
},
|
|
208
|
+
chain_2: {
|
|
209
|
+
channel_id: 'channel-5481',
|
|
210
|
+
port_id: 'transfer'
|
|
211
|
+
},
|
|
212
|
+
ordering: 'unordered',
|
|
213
|
+
version: 'ics20-1',
|
|
214
|
+
tags: {
|
|
215
|
+
status: 'live',
|
|
216
|
+
preferred: true,
|
|
217
|
+
dex: 'osmosis'
|
|
218
|
+
}
|
|
219
|
+
}]
|
|
220
|
+
},
|
|
191
221
|
{
|
|
192
222
|
$schema: '../ibc_data.schema.json',
|
|
193
223
|
chain_1: {
|
|
@@ -21356,50 +21356,6 @@ const info = {
|
|
|
21356
21356
|
}],
|
|
21357
21357
|
keywords: ['osmosis_unlisted']
|
|
21358
21358
|
},
|
|
21359
|
-
{
|
|
21360
|
-
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
21361
|
-
denom_units: [{
|
|
21362
|
-
denom: 'ibc/BBE825F7D1673E1EBF05AB02000E23E6077967B79547A3733B60AE4ED62C4D32',
|
|
21363
|
-
exponent: 0,
|
|
21364
|
-
aliases: ['shido']
|
|
21365
|
-
}, {
|
|
21366
|
-
denom: 'SHIDO',
|
|
21367
|
-
exponent: 18
|
|
21368
|
-
}],
|
|
21369
|
-
type_asset: 'ics20',
|
|
21370
|
-
base: 'ibc/BBE825F7D1673E1EBF05AB02000E23E6077967B79547A3733B60AE4ED62C4D32',
|
|
21371
|
-
name: 'Shido',
|
|
21372
|
-
display: 'SHIDO',
|
|
21373
|
-
symbol: 'SHIDO',
|
|
21374
|
-
traces: [{
|
|
21375
|
-
type: 'ibc',
|
|
21376
|
-
counterparty: {
|
|
21377
|
-
chain_name: 'shido',
|
|
21378
|
-
base_denom: 'shido',
|
|
21379
|
-
channel_id: 'channel-0'
|
|
21380
|
-
},
|
|
21381
|
-
chain: {
|
|
21382
|
-
channel_id: 'channel-38921',
|
|
21383
|
-
path: 'transfer/channel-38921/shido'
|
|
21384
|
-
}
|
|
21385
|
-
}],
|
|
21386
|
-
logo_URIs: {
|
|
21387
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
|
|
21388
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
21389
|
-
},
|
|
21390
|
-
images: [{
|
|
21391
|
-
image_sync: {
|
|
21392
|
-
chain_name: 'shido',
|
|
21393
|
-
base_denom: 'shido'
|
|
21394
|
-
},
|
|
21395
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
|
|
21396
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg',
|
|
21397
|
-
theme: {
|
|
21398
|
-
primary_color_hex: '#046ffc'
|
|
21399
|
-
}
|
|
21400
|
-
}],
|
|
21401
|
-
keywords: ['osmosis_unlisted']
|
|
21402
|
-
},
|
|
21403
21359
|
{
|
|
21404
21360
|
denom_units: [{
|
|
21405
21361
|
denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
|
|
@@ -1215,7 +1215,7 @@ const info = [
|
|
|
1215
1215
|
},
|
|
1216
1216
|
chain_2: {
|
|
1217
1217
|
chain_name: 'osmosis',
|
|
1218
|
-
client_id: '07-tendermint-
|
|
1218
|
+
client_id: '07-tendermint-3325',
|
|
1219
1219
|
connection_id: 'connection-2798'
|
|
1220
1220
|
},
|
|
1221
1221
|
channels: [{
|
|
@@ -2078,21 +2078,21 @@ const info = [
|
|
|
2078
2078
|
$schema: '../ibc_data.schema.json',
|
|
2079
2079
|
chain_1: {
|
|
2080
2080
|
chain_name: 'kimanetwork',
|
|
2081
|
-
client_id: '07-tendermint-
|
|
2082
|
-
connection_id: 'connection-
|
|
2081
|
+
client_id: '07-tendermint-27',
|
|
2082
|
+
connection_id: 'connection-17'
|
|
2083
2083
|
},
|
|
2084
2084
|
chain_2: {
|
|
2085
2085
|
chain_name: 'osmosis',
|
|
2086
|
-
client_id: '07-tendermint-
|
|
2087
|
-
connection_id: '
|
|
2086
|
+
client_id: '07-tendermint-3350',
|
|
2087
|
+
connection_id: 'connection-2810'
|
|
2088
2088
|
},
|
|
2089
2089
|
channels: [{
|
|
2090
2090
|
chain_1: {
|
|
2091
|
-
channel_id: 'channel-
|
|
2091
|
+
channel_id: 'channel-4',
|
|
2092
2092
|
port_id: 'transfer'
|
|
2093
2093
|
},
|
|
2094
2094
|
chain_2: {
|
|
2095
|
-
channel_id: 'channel-
|
|
2095
|
+
channel_id: 'channel-86496',
|
|
2096
2096
|
port_id: 'transfer'
|
|
2097
2097
|
},
|
|
2098
2098
|
ordering: 'unordered',
|
|
@@ -291,6 +291,36 @@ const info = [
|
|
|
291
291
|
}
|
|
292
292
|
}]
|
|
293
293
|
},
|
|
294
|
+
{
|
|
295
|
+
$schema: '../ibc_data.schema.json',
|
|
296
|
+
chain_1: {
|
|
297
|
+
chain_name: 'dungeon',
|
|
298
|
+
client_id: '07-tendermint-9',
|
|
299
|
+
connection_id: 'connection-11'
|
|
300
|
+
},
|
|
301
|
+
chain_2: {
|
|
302
|
+
chain_name: 'stride',
|
|
303
|
+
client_id: '07-tendermint-148',
|
|
304
|
+
connection_id: 'connection-149'
|
|
305
|
+
},
|
|
306
|
+
channels: [{
|
|
307
|
+
chain_1: {
|
|
308
|
+
channel_id: 'channel-5',
|
|
309
|
+
port_id: 'transfer'
|
|
310
|
+
},
|
|
311
|
+
chain_2: {
|
|
312
|
+
channel_id: 'channel-287',
|
|
313
|
+
port_id: 'transfer'
|
|
314
|
+
},
|
|
315
|
+
ordering: 'unordered',
|
|
316
|
+
version: 'ics20-1',
|
|
317
|
+
tags: {
|
|
318
|
+
status: 'live',
|
|
319
|
+
preferred: true,
|
|
320
|
+
dex: 'osmosis'
|
|
321
|
+
}
|
|
322
|
+
}]
|
|
323
|
+
},
|
|
294
324
|
{
|
|
295
325
|
$schema: '../ibc_data.schema.json',
|
|
296
326
|
chain_1: {
|
package/mainnet/cosmoshub/ibc.js
CHANGED
package/mainnet/dungeon/chain.js
CHANGED
|
@@ -51,6 +51,11 @@ const info = {
|
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
53
|
explorers: [{
|
|
54
|
+
kind: 'Ping.Pub',
|
|
55
|
+
url: 'https://ping.pub/Dungeonchain',
|
|
56
|
+
tx_page: 'https://ping.pub/Dungeonchain/tx/${txHash}',
|
|
57
|
+
account_page: 'https://ping.pub/Dungeonchain/account/${accountAddress}'
|
|
58
|
+
}, {
|
|
54
59
|
kind: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥',
|
|
55
60
|
url: 'https://explorer.whenmoonwhenlambo.money/dungeon',
|
|
56
61
|
tx_page: 'https://explorer.whenmoonwhenlambo.money/dungeon/tx/${txHash}',
|
package/mainnet/dungeon/ibc.js
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = [
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
4
5
|
$schema: '../ibc_data.schema.json',
|
|
5
6
|
chain_1: {
|
|
6
7
|
chain_name: 'cosmoshub',
|
|
7
|
-
client_id: '07-tendermint-
|
|
8
|
+
client_id: '07-tendermint-1325',
|
|
8
9
|
connection_id: 'connection-1057'
|
|
9
10
|
},
|
|
10
11
|
chain_2: {
|
|
@@ -29,7 +30,38 @@ const info = [{
|
|
|
29
30
|
dex: 'osmosis'
|
|
30
31
|
}
|
|
31
32
|
}]
|
|
32
|
-
},
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
$schema: '../ibc_data.schema.json',
|
|
36
|
+
chain_1: {
|
|
37
|
+
chain_name: 'dungeon',
|
|
38
|
+
client_id: '07-tendermint-8',
|
|
39
|
+
connection_id: 'connection-10'
|
|
40
|
+
},
|
|
41
|
+
chain_2: {
|
|
42
|
+
chain_name: 'neutron',
|
|
43
|
+
client_id: '07-tendermint-146',
|
|
44
|
+
connection_id: 'connection-106'
|
|
45
|
+
},
|
|
46
|
+
channels: [{
|
|
47
|
+
chain_1: {
|
|
48
|
+
channel_id: 'channel-4',
|
|
49
|
+
port_id: 'transfer'
|
|
50
|
+
},
|
|
51
|
+
chain_2: {
|
|
52
|
+
channel_id: 'channel-5481',
|
|
53
|
+
port_id: 'transfer'
|
|
54
|
+
},
|
|
55
|
+
ordering: 'unordered',
|
|
56
|
+
version: 'ics20-1',
|
|
57
|
+
tags: {
|
|
58
|
+
status: 'live',
|
|
59
|
+
preferred: true,
|
|
60
|
+
dex: 'osmosis'
|
|
61
|
+
}
|
|
62
|
+
}]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
33
65
|
$schema: '../ibc_data.schema.json',
|
|
34
66
|
chain_1: {
|
|
35
67
|
chain_name: 'dungeon',
|
|
@@ -38,7 +70,7 @@ const info = [{
|
|
|
38
70
|
},
|
|
39
71
|
chain_2: {
|
|
40
72
|
chain_name: 'osmosis',
|
|
41
|
-
client_id: '07-tendermint-
|
|
73
|
+
client_id: '07-tendermint-3325',
|
|
42
74
|
connection_id: 'connection-2798'
|
|
43
75
|
},
|
|
44
76
|
channels: [{
|
|
@@ -58,5 +90,36 @@ const info = [{
|
|
|
58
90
|
dex: 'osmosis'
|
|
59
91
|
}
|
|
60
92
|
}]
|
|
61
|
-
}
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
$schema: '../ibc_data.schema.json',
|
|
96
|
+
chain_1: {
|
|
97
|
+
chain_name: 'dungeon',
|
|
98
|
+
client_id: '07-tendermint-9',
|
|
99
|
+
connection_id: 'connection-11'
|
|
100
|
+
},
|
|
101
|
+
chain_2: {
|
|
102
|
+
chain_name: 'stride',
|
|
103
|
+
client_id: '07-tendermint-148',
|
|
104
|
+
connection_id: 'connection-149'
|
|
105
|
+
},
|
|
106
|
+
channels: [{
|
|
107
|
+
chain_1: {
|
|
108
|
+
channel_id: 'channel-5',
|
|
109
|
+
port_id: 'transfer'
|
|
110
|
+
},
|
|
111
|
+
chain_2: {
|
|
112
|
+
channel_id: 'channel-287',
|
|
113
|
+
port_id: 'transfer'
|
|
114
|
+
},
|
|
115
|
+
ordering: 'unordered',
|
|
116
|
+
version: 'ics20-1',
|
|
117
|
+
tags: {
|
|
118
|
+
status: 'live',
|
|
119
|
+
preferred: true,
|
|
120
|
+
dex: 'osmosis'
|
|
121
|
+
}
|
|
122
|
+
}]
|
|
123
|
+
}
|
|
124
|
+
];
|
|
62
125
|
exports.default = info;
|
|
@@ -4,21 +4,21 @@ const info = [{
|
|
|
4
4
|
$schema: '../ibc_data.schema.json',
|
|
5
5
|
chain_1: {
|
|
6
6
|
chain_name: 'kimanetwork',
|
|
7
|
-
client_id: '07-tendermint-
|
|
8
|
-
connection_id: 'connection-
|
|
7
|
+
client_id: '07-tendermint-27',
|
|
8
|
+
connection_id: 'connection-17'
|
|
9
9
|
},
|
|
10
10
|
chain_2: {
|
|
11
11
|
chain_name: 'osmosis',
|
|
12
|
-
client_id: '07-tendermint-
|
|
13
|
-
connection_id: '
|
|
12
|
+
client_id: '07-tendermint-3350',
|
|
13
|
+
connection_id: 'connection-2810'
|
|
14
14
|
},
|
|
15
15
|
channels: [{
|
|
16
16
|
chain_1: {
|
|
17
|
-
channel_id: 'channel-
|
|
17
|
+
channel_id: 'channel-4',
|
|
18
18
|
port_id: 'transfer'
|
|
19
19
|
},
|
|
20
20
|
chain_2: {
|
|
21
|
-
channel_id: 'channel-
|
|
21
|
+
channel_id: 'channel-86496',
|
|
22
22
|
port_id: 'transfer'
|
|
23
23
|
},
|
|
24
24
|
ordering: 'unordered',
|
package/mainnet/neutron/ibc.js
CHANGED
|
@@ -190,6 +190,36 @@ const info = [
|
|
|
190
190
|
}
|
|
191
191
|
}]
|
|
192
192
|
},
|
|
193
|
+
{
|
|
194
|
+
$schema: '../ibc_data.schema.json',
|
|
195
|
+
chain_1: {
|
|
196
|
+
chain_name: 'dungeon',
|
|
197
|
+
client_id: '07-tendermint-8',
|
|
198
|
+
connection_id: 'connection-10'
|
|
199
|
+
},
|
|
200
|
+
chain_2: {
|
|
201
|
+
chain_name: 'neutron',
|
|
202
|
+
client_id: '07-tendermint-146',
|
|
203
|
+
connection_id: 'connection-106'
|
|
204
|
+
},
|
|
205
|
+
channels: [{
|
|
206
|
+
chain_1: {
|
|
207
|
+
channel_id: 'channel-4',
|
|
208
|
+
port_id: 'transfer'
|
|
209
|
+
},
|
|
210
|
+
chain_2: {
|
|
211
|
+
channel_id: 'channel-5481',
|
|
212
|
+
port_id: 'transfer'
|
|
213
|
+
},
|
|
214
|
+
ordering: 'unordered',
|
|
215
|
+
version: 'ics20-1',
|
|
216
|
+
tags: {
|
|
217
|
+
status: 'live',
|
|
218
|
+
preferred: true,
|
|
219
|
+
dex: 'osmosis'
|
|
220
|
+
}
|
|
221
|
+
}]
|
|
222
|
+
},
|
|
193
223
|
{
|
|
194
224
|
$schema: '../ibc_data.schema.json',
|
|
195
225
|
chain_1: {
|
|
@@ -21358,50 +21358,6 @@ const info = {
|
|
|
21358
21358
|
}],
|
|
21359
21359
|
keywords: ['osmosis_unlisted']
|
|
21360
21360
|
},
|
|
21361
|
-
{
|
|
21362
|
-
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
21363
|
-
denom_units: [{
|
|
21364
|
-
denom: 'ibc/BBE825F7D1673E1EBF05AB02000E23E6077967B79547A3733B60AE4ED62C4D32',
|
|
21365
|
-
exponent: 0,
|
|
21366
|
-
aliases: ['shido']
|
|
21367
|
-
}, {
|
|
21368
|
-
denom: 'SHIDO',
|
|
21369
|
-
exponent: 18
|
|
21370
|
-
}],
|
|
21371
|
-
type_asset: 'ics20',
|
|
21372
|
-
base: 'ibc/BBE825F7D1673E1EBF05AB02000E23E6077967B79547A3733B60AE4ED62C4D32',
|
|
21373
|
-
name: 'Shido',
|
|
21374
|
-
display: 'SHIDO',
|
|
21375
|
-
symbol: 'SHIDO',
|
|
21376
|
-
traces: [{
|
|
21377
|
-
type: 'ibc',
|
|
21378
|
-
counterparty: {
|
|
21379
|
-
chain_name: 'shido',
|
|
21380
|
-
base_denom: 'shido',
|
|
21381
|
-
channel_id: 'channel-0'
|
|
21382
|
-
},
|
|
21383
|
-
chain: {
|
|
21384
|
-
channel_id: 'channel-38921',
|
|
21385
|
-
path: 'transfer/channel-38921/shido'
|
|
21386
|
-
}
|
|
21387
|
-
}],
|
|
21388
|
-
logo_URIs: {
|
|
21389
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
|
|
21390
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
21391
|
-
},
|
|
21392
|
-
images: [{
|
|
21393
|
-
image_sync: {
|
|
21394
|
-
chain_name: 'shido',
|
|
21395
|
-
base_denom: 'shido'
|
|
21396
|
-
},
|
|
21397
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
|
|
21398
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg',
|
|
21399
|
-
theme: {
|
|
21400
|
-
primary_color_hex: '#046ffc'
|
|
21401
|
-
}
|
|
21402
|
-
}],
|
|
21403
|
-
keywords: ['osmosis_unlisted']
|
|
21404
|
-
},
|
|
21405
21361
|
{
|
|
21406
21362
|
denom_units: [{
|
|
21407
21363
|
denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
|
package/mainnet/osmosis/ibc.js
CHANGED
|
@@ -1217,7 +1217,7 @@ const info = [
|
|
|
1217
1217
|
},
|
|
1218
1218
|
chain_2: {
|
|
1219
1219
|
chain_name: 'osmosis',
|
|
1220
|
-
client_id: '07-tendermint-
|
|
1220
|
+
client_id: '07-tendermint-3325',
|
|
1221
1221
|
connection_id: 'connection-2798'
|
|
1222
1222
|
},
|
|
1223
1223
|
channels: [{
|
|
@@ -2080,21 +2080,21 @@ const info = [
|
|
|
2080
2080
|
$schema: '../ibc_data.schema.json',
|
|
2081
2081
|
chain_1: {
|
|
2082
2082
|
chain_name: 'kimanetwork',
|
|
2083
|
-
client_id: '07-tendermint-
|
|
2084
|
-
connection_id: 'connection-
|
|
2083
|
+
client_id: '07-tendermint-27',
|
|
2084
|
+
connection_id: 'connection-17'
|
|
2085
2085
|
},
|
|
2086
2086
|
chain_2: {
|
|
2087
2087
|
chain_name: 'osmosis',
|
|
2088
|
-
client_id: '07-tendermint-
|
|
2089
|
-
connection_id: '
|
|
2088
|
+
client_id: '07-tendermint-3350',
|
|
2089
|
+
connection_id: 'connection-2810'
|
|
2090
2090
|
},
|
|
2091
2091
|
channels: [{
|
|
2092
2092
|
chain_1: {
|
|
2093
|
-
channel_id: 'channel-
|
|
2093
|
+
channel_id: 'channel-4',
|
|
2094
2094
|
port_id: 'transfer'
|
|
2095
2095
|
},
|
|
2096
2096
|
chain_2: {
|
|
2097
|
-
channel_id: 'channel-
|
|
2097
|
+
channel_id: 'channel-86496',
|
|
2098
2098
|
port_id: 'transfer'
|
|
2099
2099
|
},
|
|
2100
2100
|
ordering: 'unordered',
|
package/mainnet/stride/ibc.js
CHANGED
|
@@ -293,6 +293,36 @@ const info = [
|
|
|
293
293
|
}
|
|
294
294
|
}]
|
|
295
295
|
},
|
|
296
|
+
{
|
|
297
|
+
$schema: '../ibc_data.schema.json',
|
|
298
|
+
chain_1: {
|
|
299
|
+
chain_name: 'dungeon',
|
|
300
|
+
client_id: '07-tendermint-9',
|
|
301
|
+
connection_id: 'connection-11'
|
|
302
|
+
},
|
|
303
|
+
chain_2: {
|
|
304
|
+
chain_name: 'stride',
|
|
305
|
+
client_id: '07-tendermint-148',
|
|
306
|
+
connection_id: 'connection-149'
|
|
307
|
+
},
|
|
308
|
+
channels: [{
|
|
309
|
+
chain_1: {
|
|
310
|
+
channel_id: 'channel-5',
|
|
311
|
+
port_id: 'transfer'
|
|
312
|
+
},
|
|
313
|
+
chain_2: {
|
|
314
|
+
channel_id: 'channel-287',
|
|
315
|
+
port_id: 'transfer'
|
|
316
|
+
},
|
|
317
|
+
ordering: 'unordered',
|
|
318
|
+
version: 'ics20-1',
|
|
319
|
+
tags: {
|
|
320
|
+
status: 'live',
|
|
321
|
+
preferred: true,
|
|
322
|
+
dex: 'osmosis'
|
|
323
|
+
}
|
|
324
|
+
}]
|
|
325
|
+
},
|
|
296
326
|
{
|
|
297
327
|
$schema: '../ibc_data.schema.json',
|
|
298
328
|
chain_1: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.33",
|
|
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.14",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.14"
|
|
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": "f7848bb1714bd6e39d34847c54f6d24bd0a51c97"
|
|
47
47
|
}
|