chain-registry 1.69.172 → 1.69.173
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/ibc.js +8 -158
- package/esm/mainnet/migaloo/assets.js +2 -2
- package/esm/mainnet/migaloo/ibc.js +1 -1
- package/esm/mainnet/neutron/ibc.js +1 -1
- package/esm/mainnet/osmosis/assets.js +47 -5
- package/esm/mainnet/osmosis/ibc.js +30 -0
- package/esm/mainnet/stride/ibc.js +1 -1
- package/esm/mainnet/terra2/assets.js +2 -2
- package/esm/mainnet/terra2/ibc.js +1 -1
- package/mainnet/cosmoshub/ibc.js +1 -1
- package/mainnet/dungeon/ibc.js +8 -158
- package/mainnet/migaloo/assets.js +2 -2
- package/mainnet/migaloo/ibc.js +1 -1
- package/mainnet/neutron/ibc.js +1 -1
- package/mainnet/osmosis/assets.js +47 -5
- package/mainnet/osmosis/ibc.js +30 -0
- package/mainnet/stride/ibc.js +1 -1
- package/mainnet/terra2/assets.js +2 -2
- package/mainnet/terra2/ibc.js +1 -1
- package/package.json +4 -4
|
@@ -1,142 +1,22 @@
|
|
|
1
|
-
const info = [
|
|
2
|
-
{
|
|
3
|
-
$schema: '../ibc_data.schema.json',
|
|
4
|
-
chain_1: {
|
|
5
|
-
chain_name: 'cosmoshub',
|
|
6
|
-
client_id: '07-tendermint-1325',
|
|
7
|
-
connection_id: 'connection-1057'
|
|
8
|
-
},
|
|
9
|
-
chain_2: {
|
|
10
|
-
chain_name: 'dungeon',
|
|
11
|
-
client_id: '07-tendermint-4',
|
|
12
|
-
connection_id: 'connection-9'
|
|
13
|
-
},
|
|
14
|
-
channels: [{
|
|
15
|
-
chain_1: {
|
|
16
|
-
channel_id: 'channel-1213',
|
|
17
|
-
port_id: 'transfer'
|
|
18
|
-
},
|
|
19
|
-
chain_2: {
|
|
20
|
-
channel_id: 'channel-3',
|
|
21
|
-
port_id: 'transfer'
|
|
22
|
-
},
|
|
23
|
-
ordering: 'unordered',
|
|
24
|
-
version: 'ics20-1',
|
|
25
|
-
tags: {
|
|
26
|
-
status: 'live',
|
|
27
|
-
preferred: true,
|
|
28
|
-
dex: 'osmosis'
|
|
29
|
-
}
|
|
30
|
-
}]
|
|
31
|
-
},
|
|
32
|
-
{
|
|
1
|
+
const info = [{
|
|
33
2
|
$schema: '../ibc_data.schema.json',
|
|
34
3
|
chain_1: {
|
|
35
4
|
chain_name: 'dungeon',
|
|
36
|
-
client_id: '07-tendermint-
|
|
37
|
-
connection_id: 'connection-
|
|
38
|
-
},
|
|
39
|
-
chain_2: {
|
|
40
|
-
chain_name: 'migaloo',
|
|
41
|
-
client_id: '07-tendermint-139',
|
|
42
|
-
connection_id: 'connection-109'
|
|
43
|
-
},
|
|
44
|
-
channels: [{
|
|
45
|
-
chain_1: {
|
|
46
|
-
channel_id: 'channel-6',
|
|
47
|
-
port_id: 'transfer'
|
|
48
|
-
},
|
|
49
|
-
chain_2: {
|
|
50
|
-
channel_id: 'channel-142',
|
|
51
|
-
port_id: 'transfer'
|
|
52
|
-
},
|
|
53
|
-
ordering: 'unordered',
|
|
54
|
-
version: 'ics20-1',
|
|
55
|
-
tags: {
|
|
56
|
-
status: 'live',
|
|
57
|
-
preferred: true
|
|
58
|
-
}
|
|
59
|
-
}]
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
$schema: '../ibc_data.schema.json',
|
|
63
|
-
chain_1: {
|
|
64
|
-
chain_name: 'dungeon',
|
|
65
|
-
client_id: '07-tendermint-8',
|
|
66
|
-
connection_id: 'connection-10'
|
|
67
|
-
},
|
|
68
|
-
chain_2: {
|
|
69
|
-
chain_name: 'neutron',
|
|
70
|
-
client_id: '07-tendermint-146',
|
|
71
|
-
connection_id: 'connection-106'
|
|
72
|
-
},
|
|
73
|
-
channels: [{
|
|
74
|
-
chain_1: {
|
|
75
|
-
channel_id: 'channel-4',
|
|
76
|
-
port_id: 'transfer'
|
|
77
|
-
},
|
|
78
|
-
chain_2: {
|
|
79
|
-
channel_id: 'channel-5481',
|
|
80
|
-
port_id: 'transfer'
|
|
81
|
-
},
|
|
82
|
-
ordering: 'unordered',
|
|
83
|
-
version: 'ics20-1',
|
|
84
|
-
tags: {
|
|
85
|
-
status: 'live',
|
|
86
|
-
preferred: true,
|
|
87
|
-
dex: 'osmosis'
|
|
88
|
-
}
|
|
89
|
-
}]
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
$schema: '../ibc_data.schema.json',
|
|
93
|
-
chain_1: {
|
|
94
|
-
chain_name: 'dungeon',
|
|
95
|
-
client_id: '07-tendermint-3',
|
|
96
|
-
connection_id: 'connection-8'
|
|
5
|
+
client_id: '07-tendermint-18',
|
|
6
|
+
connection_id: 'connection-8628'
|
|
97
7
|
},
|
|
98
8
|
chain_2: {
|
|
99
9
|
chain_name: 'osmosis',
|
|
100
|
-
client_id: '07-tendermint-
|
|
101
|
-
connection_id: 'connection-
|
|
102
|
-
},
|
|
103
|
-
channels: [{
|
|
104
|
-
chain_1: {
|
|
105
|
-
channel_id: 'channel-2',
|
|
106
|
-
port_id: 'transfer'
|
|
107
|
-
},
|
|
108
|
-
chain_2: {
|
|
109
|
-
channel_id: 'channel-85791',
|
|
110
|
-
port_id: 'transfer'
|
|
111
|
-
},
|
|
112
|
-
ordering: 'unordered',
|
|
113
|
-
version: 'ics20-1',
|
|
114
|
-
tags: {
|
|
115
|
-
status: 'live',
|
|
116
|
-
preferred: true,
|
|
117
|
-
dex: 'osmosis'
|
|
118
|
-
}
|
|
119
|
-
}]
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
$schema: '../ibc_data.schema.json',
|
|
123
|
-
chain_1: {
|
|
124
|
-
chain_name: 'dungeon',
|
|
125
|
-
client_id: '07-tendermint-9',
|
|
126
|
-
connection_id: 'connection-11'
|
|
127
|
-
},
|
|
128
|
-
chain_2: {
|
|
129
|
-
chain_name: 'stride',
|
|
130
|
-
client_id: '07-tendermint-148',
|
|
131
|
-
connection_id: 'connection-149'
|
|
10
|
+
client_id: '07-tendermint-3456',
|
|
11
|
+
connection_id: 'connection-10614'
|
|
132
12
|
},
|
|
133
13
|
channels: [{
|
|
134
14
|
chain_1: {
|
|
135
|
-
channel_id: 'channel-
|
|
15
|
+
channel_id: 'channel-5305',
|
|
136
16
|
port_id: 'transfer'
|
|
137
17
|
},
|
|
138
18
|
chain_2: {
|
|
139
|
-
channel_id: 'channel-
|
|
19
|
+
channel_id: 'channel-101249',
|
|
140
20
|
port_id: 'transfer'
|
|
141
21
|
},
|
|
142
22
|
ordering: 'unordered',
|
|
@@ -147,35 +27,5 @@ const info = [
|
|
|
147
27
|
dex: 'osmosis'
|
|
148
28
|
}
|
|
149
29
|
}]
|
|
150
|
-
}
|
|
151
|
-
{
|
|
152
|
-
$schema: '../ibc_data.schema.json',
|
|
153
|
-
chain_1: {
|
|
154
|
-
chain_name: 'dungeon',
|
|
155
|
-
client_id: '07-tendermint-11',
|
|
156
|
-
connection_id: 'connection-13'
|
|
157
|
-
},
|
|
158
|
-
chain_2: {
|
|
159
|
-
chain_name: 'terra2',
|
|
160
|
-
client_id: '07-tendermint-424',
|
|
161
|
-
connection_id: 'connection-438'
|
|
162
|
-
},
|
|
163
|
-
channels: [{
|
|
164
|
-
chain_1: {
|
|
165
|
-
channel_id: 'channel-7',
|
|
166
|
-
port_id: 'transfer'
|
|
167
|
-
},
|
|
168
|
-
chain_2: {
|
|
169
|
-
channel_id: 'channel-582',
|
|
170
|
-
port_id: 'transfer'
|
|
171
|
-
},
|
|
172
|
-
ordering: 'unordered',
|
|
173
|
-
version: 'ics20-1',
|
|
174
|
-
tags: {
|
|
175
|
-
status: 'live',
|
|
176
|
-
preferred: true
|
|
177
|
-
}
|
|
178
|
-
}]
|
|
179
|
-
}
|
|
180
|
-
];
|
|
30
|
+
}];
|
|
181
31
|
export default info;
|
|
@@ -741,7 +741,7 @@ const info = {
|
|
|
741
741
|
traces: [{
|
|
742
742
|
type: 'ibc',
|
|
743
743
|
counterparty: {
|
|
744
|
-
chain_name: '
|
|
744
|
+
chain_name: 'dungeon1',
|
|
745
745
|
base_denom: 'udgn',
|
|
746
746
|
channel_id: 'channel-6'
|
|
747
747
|
},
|
|
@@ -755,7 +755,7 @@ const info = {
|
|
|
755
755
|
},
|
|
756
756
|
images: [{
|
|
757
757
|
image_sync: {
|
|
758
|
-
chain_name: '
|
|
758
|
+
chain_name: 'dungeon1',
|
|
759
759
|
base_denom: 'udgn'
|
|
760
760
|
},
|
|
761
761
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
@@ -21538,24 +21538,25 @@ const info = {
|
|
|
21538
21538
|
}]
|
|
21539
21539
|
},
|
|
21540
21540
|
{
|
|
21541
|
-
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
21541
|
+
description: 'Deprecated after hard fork: Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
21542
|
+
deprecated: true,
|
|
21542
21543
|
denom_units: [{
|
|
21543
21544
|
denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
21544
21545
|
exponent: 0,
|
|
21545
21546
|
aliases: ['udgn']
|
|
21546
21547
|
}, {
|
|
21547
|
-
denom: '
|
|
21548
|
+
denom: 'OLDDGN',
|
|
21548
21549
|
exponent: 6
|
|
21549
21550
|
}],
|
|
21550
21551
|
type_asset: 'ics20',
|
|
21551
21552
|
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
21552
21553
|
name: 'Dragon',
|
|
21553
|
-
display: '
|
|
21554
|
-
symbol: '
|
|
21554
|
+
display: 'OLDDGN',
|
|
21555
|
+
symbol: 'OLDDGN',
|
|
21555
21556
|
traces: [{
|
|
21556
21557
|
type: 'ibc',
|
|
21557
21558
|
counterparty: {
|
|
21558
|
-
chain_name: '
|
|
21559
|
+
chain_name: 'dungeon1',
|
|
21559
21560
|
base_denom: 'udgn',
|
|
21560
21561
|
channel_id: 'channel-2'
|
|
21561
21562
|
},
|
|
@@ -21567,6 +21568,47 @@ const info = {
|
|
|
21567
21568
|
logo_URIs: {
|
|
21568
21569
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
21569
21570
|
},
|
|
21571
|
+
images: [{
|
|
21572
|
+
image_sync: {
|
|
21573
|
+
chain_name: 'dungeon',
|
|
21574
|
+
base_denom: 'udgn'
|
|
21575
|
+
},
|
|
21576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
21577
|
+
theme: {
|
|
21578
|
+
circle: true
|
|
21579
|
+
}
|
|
21580
|
+
}]
|
|
21581
|
+
},
|
|
21582
|
+
{
|
|
21583
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
21584
|
+
denom_units: [{
|
|
21585
|
+
denom: 'ibc/CD6412358F33B372A355CF22786D8C19477C15092B56BD56188679EED8556964',
|
|
21586
|
+
exponent: 0,
|
|
21587
|
+
aliases: ['udgn']
|
|
21588
|
+
}, {
|
|
21589
|
+
denom: 'DGN',
|
|
21590
|
+
exponent: 6
|
|
21591
|
+
}],
|
|
21592
|
+
type_asset: 'ics20',
|
|
21593
|
+
base: 'ibc/CD6412358F33B372A355CF22786D8C19477C15092B56BD56188679EED8556964',
|
|
21594
|
+
name: 'Dragon',
|
|
21595
|
+
display: 'DGN',
|
|
21596
|
+
symbol: 'DGN',
|
|
21597
|
+
traces: [{
|
|
21598
|
+
type: 'ibc',
|
|
21599
|
+
counterparty: {
|
|
21600
|
+
chain_name: 'dungeon',
|
|
21601
|
+
base_denom: 'udgn',
|
|
21602
|
+
channel_id: 'channel-5305'
|
|
21603
|
+
},
|
|
21604
|
+
chain: {
|
|
21605
|
+
channel_id: 'channel-101249',
|
|
21606
|
+
path: 'transfer/channel-101249/udgn'
|
|
21607
|
+
}
|
|
21608
|
+
}],
|
|
21609
|
+
logo_URIs: {
|
|
21610
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
21611
|
+
},
|
|
21570
21612
|
images: [{
|
|
21571
21613
|
image_sync: {
|
|
21572
21614
|
chain_name: 'dungeon',
|
|
@@ -1239,6 +1239,36 @@ const info = [
|
|
|
1239
1239
|
$schema: '../ibc_data.schema.json',
|
|
1240
1240
|
chain_1: {
|
|
1241
1241
|
chain_name: 'dungeon',
|
|
1242
|
+
client_id: '07-tendermint-18',
|
|
1243
|
+
connection_id: 'connection-8628'
|
|
1244
|
+
},
|
|
1245
|
+
chain_2: {
|
|
1246
|
+
chain_name: 'osmosis',
|
|
1247
|
+
client_id: '07-tendermint-3456',
|
|
1248
|
+
connection_id: 'connection-10614'
|
|
1249
|
+
},
|
|
1250
|
+
channels: [{
|
|
1251
|
+
chain_1: {
|
|
1252
|
+
channel_id: 'channel-5305',
|
|
1253
|
+
port_id: 'transfer'
|
|
1254
|
+
},
|
|
1255
|
+
chain_2: {
|
|
1256
|
+
channel_id: 'channel-101249',
|
|
1257
|
+
port_id: 'transfer'
|
|
1258
|
+
},
|
|
1259
|
+
ordering: 'unordered',
|
|
1260
|
+
version: 'ics20-1',
|
|
1261
|
+
tags: {
|
|
1262
|
+
status: 'live',
|
|
1263
|
+
preferred: true,
|
|
1264
|
+
dex: 'osmosis'
|
|
1265
|
+
}
|
|
1266
|
+
}]
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
$schema: '../ibc_data.schema.json',
|
|
1270
|
+
chain_1: {
|
|
1271
|
+
chain_name: 'dungeon1',
|
|
1242
1272
|
client_id: '07-tendermint-3',
|
|
1243
1273
|
connection_id: 'connection-8'
|
|
1244
1274
|
},
|
|
@@ -1301,7 +1301,7 @@ const info = {
|
|
|
1301
1301
|
traces: [{
|
|
1302
1302
|
type: 'ibc',
|
|
1303
1303
|
counterparty: {
|
|
1304
|
-
chain_name: '
|
|
1304
|
+
chain_name: 'dungeon1',
|
|
1305
1305
|
base_denom: 'udgn',
|
|
1306
1306
|
channel_id: 'channel-7'
|
|
1307
1307
|
},
|
|
@@ -1315,7 +1315,7 @@ const info = {
|
|
|
1315
1315
|
},
|
|
1316
1316
|
images: [{
|
|
1317
1317
|
image_sync: {
|
|
1318
|
-
chain_name: '
|
|
1318
|
+
chain_name: 'dungeon1',
|
|
1319
1319
|
base_denom: 'udgn'
|
|
1320
1320
|
},
|
|
1321
1321
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
package/mainnet/cosmoshub/ibc.js
CHANGED
package/mainnet/dungeon/ibc.js
CHANGED
|
@@ -1,144 +1,24 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = [
|
|
4
|
-
{
|
|
5
|
-
$schema: '../ibc_data.schema.json',
|
|
6
|
-
chain_1: {
|
|
7
|
-
chain_name: 'cosmoshub',
|
|
8
|
-
client_id: '07-tendermint-1325',
|
|
9
|
-
connection_id: 'connection-1057'
|
|
10
|
-
},
|
|
11
|
-
chain_2: {
|
|
12
|
-
chain_name: 'dungeon',
|
|
13
|
-
client_id: '07-tendermint-4',
|
|
14
|
-
connection_id: 'connection-9'
|
|
15
|
-
},
|
|
16
|
-
channels: [{
|
|
17
|
-
chain_1: {
|
|
18
|
-
channel_id: 'channel-1213',
|
|
19
|
-
port_id: 'transfer'
|
|
20
|
-
},
|
|
21
|
-
chain_2: {
|
|
22
|
-
channel_id: 'channel-3',
|
|
23
|
-
port_id: 'transfer'
|
|
24
|
-
},
|
|
25
|
-
ordering: 'unordered',
|
|
26
|
-
version: 'ics20-1',
|
|
27
|
-
tags: {
|
|
28
|
-
status: 'live',
|
|
29
|
-
preferred: true,
|
|
30
|
-
dex: 'osmosis'
|
|
31
|
-
}
|
|
32
|
-
}]
|
|
33
|
-
},
|
|
34
|
-
{
|
|
3
|
+
const info = [{
|
|
35
4
|
$schema: '../ibc_data.schema.json',
|
|
36
5
|
chain_1: {
|
|
37
6
|
chain_name: 'dungeon',
|
|
38
|
-
client_id: '07-tendermint-
|
|
39
|
-
connection_id: 'connection-
|
|
40
|
-
},
|
|
41
|
-
chain_2: {
|
|
42
|
-
chain_name: 'migaloo',
|
|
43
|
-
client_id: '07-tendermint-139',
|
|
44
|
-
connection_id: 'connection-109'
|
|
45
|
-
},
|
|
46
|
-
channels: [{
|
|
47
|
-
chain_1: {
|
|
48
|
-
channel_id: 'channel-6',
|
|
49
|
-
port_id: 'transfer'
|
|
50
|
-
},
|
|
51
|
-
chain_2: {
|
|
52
|
-
channel_id: 'channel-142',
|
|
53
|
-
port_id: 'transfer'
|
|
54
|
-
},
|
|
55
|
-
ordering: 'unordered',
|
|
56
|
-
version: 'ics20-1',
|
|
57
|
-
tags: {
|
|
58
|
-
status: 'live',
|
|
59
|
-
preferred: true
|
|
60
|
-
}
|
|
61
|
-
}]
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
$schema: '../ibc_data.schema.json',
|
|
65
|
-
chain_1: {
|
|
66
|
-
chain_name: 'dungeon',
|
|
67
|
-
client_id: '07-tendermint-8',
|
|
68
|
-
connection_id: 'connection-10'
|
|
69
|
-
},
|
|
70
|
-
chain_2: {
|
|
71
|
-
chain_name: 'neutron',
|
|
72
|
-
client_id: '07-tendermint-146',
|
|
73
|
-
connection_id: 'connection-106'
|
|
74
|
-
},
|
|
75
|
-
channels: [{
|
|
76
|
-
chain_1: {
|
|
77
|
-
channel_id: 'channel-4',
|
|
78
|
-
port_id: 'transfer'
|
|
79
|
-
},
|
|
80
|
-
chain_2: {
|
|
81
|
-
channel_id: 'channel-5481',
|
|
82
|
-
port_id: 'transfer'
|
|
83
|
-
},
|
|
84
|
-
ordering: 'unordered',
|
|
85
|
-
version: 'ics20-1',
|
|
86
|
-
tags: {
|
|
87
|
-
status: 'live',
|
|
88
|
-
preferred: true,
|
|
89
|
-
dex: 'osmosis'
|
|
90
|
-
}
|
|
91
|
-
}]
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
$schema: '../ibc_data.schema.json',
|
|
95
|
-
chain_1: {
|
|
96
|
-
chain_name: 'dungeon',
|
|
97
|
-
client_id: '07-tendermint-3',
|
|
98
|
-
connection_id: 'connection-8'
|
|
7
|
+
client_id: '07-tendermint-18',
|
|
8
|
+
connection_id: 'connection-8628'
|
|
99
9
|
},
|
|
100
10
|
chain_2: {
|
|
101
11
|
chain_name: 'osmosis',
|
|
102
|
-
client_id: '07-tendermint-
|
|
103
|
-
connection_id: 'connection-
|
|
104
|
-
},
|
|
105
|
-
channels: [{
|
|
106
|
-
chain_1: {
|
|
107
|
-
channel_id: 'channel-2',
|
|
108
|
-
port_id: 'transfer'
|
|
109
|
-
},
|
|
110
|
-
chain_2: {
|
|
111
|
-
channel_id: 'channel-85791',
|
|
112
|
-
port_id: 'transfer'
|
|
113
|
-
},
|
|
114
|
-
ordering: 'unordered',
|
|
115
|
-
version: 'ics20-1',
|
|
116
|
-
tags: {
|
|
117
|
-
status: 'live',
|
|
118
|
-
preferred: true,
|
|
119
|
-
dex: 'osmosis'
|
|
120
|
-
}
|
|
121
|
-
}]
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
$schema: '../ibc_data.schema.json',
|
|
125
|
-
chain_1: {
|
|
126
|
-
chain_name: 'dungeon',
|
|
127
|
-
client_id: '07-tendermint-9',
|
|
128
|
-
connection_id: 'connection-11'
|
|
129
|
-
},
|
|
130
|
-
chain_2: {
|
|
131
|
-
chain_name: 'stride',
|
|
132
|
-
client_id: '07-tendermint-148',
|
|
133
|
-
connection_id: 'connection-149'
|
|
12
|
+
client_id: '07-tendermint-3456',
|
|
13
|
+
connection_id: 'connection-10614'
|
|
134
14
|
},
|
|
135
15
|
channels: [{
|
|
136
16
|
chain_1: {
|
|
137
|
-
channel_id: 'channel-
|
|
17
|
+
channel_id: 'channel-5305',
|
|
138
18
|
port_id: 'transfer'
|
|
139
19
|
},
|
|
140
20
|
chain_2: {
|
|
141
|
-
channel_id: 'channel-
|
|
21
|
+
channel_id: 'channel-101249',
|
|
142
22
|
port_id: 'transfer'
|
|
143
23
|
},
|
|
144
24
|
ordering: 'unordered',
|
|
@@ -149,35 +29,5 @@ const info = [
|
|
|
149
29
|
dex: 'osmosis'
|
|
150
30
|
}
|
|
151
31
|
}]
|
|
152
|
-
}
|
|
153
|
-
{
|
|
154
|
-
$schema: '../ibc_data.schema.json',
|
|
155
|
-
chain_1: {
|
|
156
|
-
chain_name: 'dungeon',
|
|
157
|
-
client_id: '07-tendermint-11',
|
|
158
|
-
connection_id: 'connection-13'
|
|
159
|
-
},
|
|
160
|
-
chain_2: {
|
|
161
|
-
chain_name: 'terra2',
|
|
162
|
-
client_id: '07-tendermint-424',
|
|
163
|
-
connection_id: 'connection-438'
|
|
164
|
-
},
|
|
165
|
-
channels: [{
|
|
166
|
-
chain_1: {
|
|
167
|
-
channel_id: 'channel-7',
|
|
168
|
-
port_id: 'transfer'
|
|
169
|
-
},
|
|
170
|
-
chain_2: {
|
|
171
|
-
channel_id: 'channel-582',
|
|
172
|
-
port_id: 'transfer'
|
|
173
|
-
},
|
|
174
|
-
ordering: 'unordered',
|
|
175
|
-
version: 'ics20-1',
|
|
176
|
-
tags: {
|
|
177
|
-
status: 'live',
|
|
178
|
-
preferred: true
|
|
179
|
-
}
|
|
180
|
-
}]
|
|
181
|
-
}
|
|
182
|
-
];
|
|
32
|
+
}];
|
|
183
33
|
exports.default = info;
|
|
@@ -743,7 +743,7 @@ const info = {
|
|
|
743
743
|
traces: [{
|
|
744
744
|
type: 'ibc',
|
|
745
745
|
counterparty: {
|
|
746
|
-
chain_name: '
|
|
746
|
+
chain_name: 'dungeon1',
|
|
747
747
|
base_denom: 'udgn',
|
|
748
748
|
channel_id: 'channel-6'
|
|
749
749
|
},
|
|
@@ -757,7 +757,7 @@ const info = {
|
|
|
757
757
|
},
|
|
758
758
|
images: [{
|
|
759
759
|
image_sync: {
|
|
760
|
-
chain_name: '
|
|
760
|
+
chain_name: 'dungeon1',
|
|
761
761
|
base_denom: 'udgn'
|
|
762
762
|
},
|
|
763
763
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
package/mainnet/migaloo/ibc.js
CHANGED
package/mainnet/neutron/ibc.js
CHANGED
|
@@ -21540,24 +21540,25 @@ const info = {
|
|
|
21540
21540
|
}]
|
|
21541
21541
|
},
|
|
21542
21542
|
{
|
|
21543
|
-
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
21543
|
+
description: 'Deprecated after hard fork: Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
21544
|
+
deprecated: true,
|
|
21544
21545
|
denom_units: [{
|
|
21545
21546
|
denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
21546
21547
|
exponent: 0,
|
|
21547
21548
|
aliases: ['udgn']
|
|
21548
21549
|
}, {
|
|
21549
|
-
denom: '
|
|
21550
|
+
denom: 'OLDDGN',
|
|
21550
21551
|
exponent: 6
|
|
21551
21552
|
}],
|
|
21552
21553
|
type_asset: 'ics20',
|
|
21553
21554
|
base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
|
|
21554
21555
|
name: 'Dragon',
|
|
21555
|
-
display: '
|
|
21556
|
-
symbol: '
|
|
21556
|
+
display: 'OLDDGN',
|
|
21557
|
+
symbol: 'OLDDGN',
|
|
21557
21558
|
traces: [{
|
|
21558
21559
|
type: 'ibc',
|
|
21559
21560
|
counterparty: {
|
|
21560
|
-
chain_name: '
|
|
21561
|
+
chain_name: 'dungeon1',
|
|
21561
21562
|
base_denom: 'udgn',
|
|
21562
21563
|
channel_id: 'channel-2'
|
|
21563
21564
|
},
|
|
@@ -21569,6 +21570,47 @@ const info = {
|
|
|
21569
21570
|
logo_URIs: {
|
|
21570
21571
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
21571
21572
|
},
|
|
21573
|
+
images: [{
|
|
21574
|
+
image_sync: {
|
|
21575
|
+
chain_name: 'dungeon',
|
|
21576
|
+
base_denom: 'udgn'
|
|
21577
|
+
},
|
|
21578
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
21579
|
+
theme: {
|
|
21580
|
+
circle: true
|
|
21581
|
+
}
|
|
21582
|
+
}]
|
|
21583
|
+
},
|
|
21584
|
+
{
|
|
21585
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
21586
|
+
denom_units: [{
|
|
21587
|
+
denom: 'ibc/CD6412358F33B372A355CF22786D8C19477C15092B56BD56188679EED8556964',
|
|
21588
|
+
exponent: 0,
|
|
21589
|
+
aliases: ['udgn']
|
|
21590
|
+
}, {
|
|
21591
|
+
denom: 'DGN',
|
|
21592
|
+
exponent: 6
|
|
21593
|
+
}],
|
|
21594
|
+
type_asset: 'ics20',
|
|
21595
|
+
base: 'ibc/CD6412358F33B372A355CF22786D8C19477C15092B56BD56188679EED8556964',
|
|
21596
|
+
name: 'Dragon',
|
|
21597
|
+
display: 'DGN',
|
|
21598
|
+
symbol: 'DGN',
|
|
21599
|
+
traces: [{
|
|
21600
|
+
type: 'ibc',
|
|
21601
|
+
counterparty: {
|
|
21602
|
+
chain_name: 'dungeon',
|
|
21603
|
+
base_denom: 'udgn',
|
|
21604
|
+
channel_id: 'channel-5305'
|
|
21605
|
+
},
|
|
21606
|
+
chain: {
|
|
21607
|
+
channel_id: 'channel-101249',
|
|
21608
|
+
path: 'transfer/channel-101249/udgn'
|
|
21609
|
+
}
|
|
21610
|
+
}],
|
|
21611
|
+
logo_URIs: {
|
|
21612
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
21613
|
+
},
|
|
21572
21614
|
images: [{
|
|
21573
21615
|
image_sync: {
|
|
21574
21616
|
chain_name: 'dungeon',
|
package/mainnet/osmosis/ibc.js
CHANGED
|
@@ -1241,6 +1241,36 @@ const info = [
|
|
|
1241
1241
|
$schema: '../ibc_data.schema.json',
|
|
1242
1242
|
chain_1: {
|
|
1243
1243
|
chain_name: 'dungeon',
|
|
1244
|
+
client_id: '07-tendermint-18',
|
|
1245
|
+
connection_id: 'connection-8628'
|
|
1246
|
+
},
|
|
1247
|
+
chain_2: {
|
|
1248
|
+
chain_name: 'osmosis',
|
|
1249
|
+
client_id: '07-tendermint-3456',
|
|
1250
|
+
connection_id: 'connection-10614'
|
|
1251
|
+
},
|
|
1252
|
+
channels: [{
|
|
1253
|
+
chain_1: {
|
|
1254
|
+
channel_id: 'channel-5305',
|
|
1255
|
+
port_id: 'transfer'
|
|
1256
|
+
},
|
|
1257
|
+
chain_2: {
|
|
1258
|
+
channel_id: 'channel-101249',
|
|
1259
|
+
port_id: 'transfer'
|
|
1260
|
+
},
|
|
1261
|
+
ordering: 'unordered',
|
|
1262
|
+
version: 'ics20-1',
|
|
1263
|
+
tags: {
|
|
1264
|
+
status: 'live',
|
|
1265
|
+
preferred: true,
|
|
1266
|
+
dex: 'osmosis'
|
|
1267
|
+
}
|
|
1268
|
+
}]
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
$schema: '../ibc_data.schema.json',
|
|
1272
|
+
chain_1: {
|
|
1273
|
+
chain_name: 'dungeon1',
|
|
1244
1274
|
client_id: '07-tendermint-3',
|
|
1245
1275
|
connection_id: 'connection-8'
|
|
1246
1276
|
},
|
package/mainnet/stride/ibc.js
CHANGED
package/mainnet/terra2/assets.js
CHANGED
|
@@ -1303,7 +1303,7 @@ const info = {
|
|
|
1303
1303
|
traces: [{
|
|
1304
1304
|
type: 'ibc',
|
|
1305
1305
|
counterparty: {
|
|
1306
|
-
chain_name: '
|
|
1306
|
+
chain_name: 'dungeon1',
|
|
1307
1307
|
base_denom: 'udgn',
|
|
1308
1308
|
channel_id: 'channel-7'
|
|
1309
1309
|
},
|
|
@@ -1317,7 +1317,7 @@ const info = {
|
|
|
1317
1317
|
},
|
|
1318
1318
|
images: [{
|
|
1319
1319
|
image_sync: {
|
|
1320
|
-
chain_name: '
|
|
1320
|
+
chain_name: 'dungeon1',
|
|
1321
1321
|
base_denom: 'udgn'
|
|
1322
1322
|
},
|
|
1323
1323
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
package/mainnet/terra2/ibc.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.173",
|
|
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.107",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.107"
|
|
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": "6d0fdc597b41b0fccb637b91335b07b4910ac333"
|
|
47
47
|
}
|