chain-registry 1.69.172 → 1.69.174
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/atomone/chain.js +18 -0
- package/esm/mainnet/cosmoshub/ibc.js +1 -1
- package/esm/mainnet/dungeon/ibc.js +8 -158
- package/esm/mainnet/gateway/chain.js +3 -3
- package/esm/mainnet/kyve/chain.js +4 -4
- 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 +91 -6
- package/esm/mainnet/osmosis/ibc.js +30 -0
- package/esm/mainnet/shentu/chain.js +1 -1
- package/esm/mainnet/sidechain/chain.js +18 -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/esm/mainnet/zenrock/chain.js +10 -3
- package/mainnet/atomone/chain.js +18 -0
- package/mainnet/cosmoshub/ibc.js +1 -1
- package/mainnet/dungeon/ibc.js +8 -158
- package/mainnet/gateway/chain.js +3 -3
- package/mainnet/kyve/chain.js +4 -4
- 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 +91 -6
- package/mainnet/osmosis/ibc.js +30 -0
- package/mainnet/shentu/chain.js +1 -1
- package/mainnet/sidechain/chain.js +18 -0
- package/mainnet/stride/ibc.js +1 -1
- package/mainnet/terra2/assets.js +2 -2
- package/mainnet/terra2/ibc.js +1 -1
- package/mainnet/zenrock/chain.js +10 -3
- package/package.json +4 -4
|
@@ -120,6 +120,10 @@ const info = {
|
|
|
120
120
|
{
|
|
121
121
|
address: 'https://rpc-atomone.ecostake.com',
|
|
122
122
|
provider: 'ecostake'
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
address: 'https://rpc.atomone.roomit.xyz',
|
|
126
|
+
provider: 'Roomit'
|
|
123
127
|
}
|
|
124
128
|
],
|
|
125
129
|
rest: [
|
|
@@ -186,6 +190,10 @@ const info = {
|
|
|
186
190
|
{
|
|
187
191
|
address: 'https://rest-atomone.ecostake.com',
|
|
188
192
|
provider: 'ecostake'
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
address: 'https://api.atomone.roomit.xyz',
|
|
196
|
+
provider: 'Roomit'
|
|
189
197
|
}
|
|
190
198
|
],
|
|
191
199
|
grpc: [
|
|
@@ -228,6 +236,10 @@ const info = {
|
|
|
228
236
|
{
|
|
229
237
|
address: 'atomone-mainnet-grpc.itrocket.net:443',
|
|
230
238
|
provider: 'ITRocket'
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
address: 'grpc.atomone.roomit.xyz:8443',
|
|
242
|
+
provider: 'Roomit'
|
|
231
243
|
}
|
|
232
244
|
]
|
|
233
245
|
},
|
|
@@ -273,6 +285,12 @@ const info = {
|
|
|
273
285
|
url: 'https://mainnet.itrocket.net/atomone',
|
|
274
286
|
tx_page: 'https://mainnet.itrocket.net/atomone/tx/${txHash}',
|
|
275
287
|
account_page: 'https://mainnet.itrocket.net/atomone/account/${accountAddress}'
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
kind: 'Roomit',
|
|
291
|
+
url: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet',
|
|
292
|
+
tx_page: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet/tx/${txHash}',
|
|
293
|
+
account_page: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet/account/${accountAddress}'
|
|
276
294
|
}
|
|
277
295
|
],
|
|
278
296
|
images: [{
|
|
@@ -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;
|
|
@@ -72,21 +72,21 @@ const info = {
|
|
|
72
72
|
},
|
|
73
73
|
apis: {
|
|
74
74
|
rpc: [{
|
|
75
|
-
address: '
|
|
75
|
+
address: 'http://wormchain-mainnet-1-full.tm.p2p.org/',
|
|
76
76
|
provider: 'P2P'
|
|
77
77
|
}, {
|
|
78
78
|
address: 'https://wormchain-rpc.quickapi.com/',
|
|
79
79
|
provider: 'ChainLayer'
|
|
80
80
|
}],
|
|
81
81
|
rest: [{
|
|
82
|
-
address: '
|
|
82
|
+
address: 'http://wormchain-mainnet-1-full-rest.tm.p2p.org/',
|
|
83
83
|
provider: 'P2P'
|
|
84
84
|
}, {
|
|
85
85
|
address: 'https://wormchain-lcd.quickapi.com/',
|
|
86
86
|
provider: 'ChainLayer'
|
|
87
87
|
}],
|
|
88
88
|
grpc: [{
|
|
89
|
-
address: '
|
|
89
|
+
address: 'http://wormchain-mainnet-1-full-grpc.tm.p2p.org',
|
|
90
90
|
provider: 'P2P'
|
|
91
91
|
}]
|
|
92
92
|
},
|
|
@@ -15,10 +15,10 @@ const info = {
|
|
|
15
15
|
fees: {
|
|
16
16
|
fee_tokens: [{
|
|
17
17
|
denom: 'ukyve',
|
|
18
|
-
fixed_min_gas_price:
|
|
19
|
-
low_gas_price:
|
|
20
|
-
average_gas_price:
|
|
21
|
-
high_gas_price:
|
|
18
|
+
fixed_min_gas_price: 2,
|
|
19
|
+
low_gas_price: 2,
|
|
20
|
+
average_gas_price: 3,
|
|
21
|
+
high_gas_price: 6
|
|
22
22
|
}]
|
|
23
23
|
},
|
|
24
24
|
staking: {
|
|
@@ -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',
|
|
@@ -23984,7 +24026,7 @@ const info = {
|
|
|
23984
24026
|
exponent: 8
|
|
23985
24027
|
}],
|
|
23986
24028
|
type_asset: 'sdk.coin',
|
|
23987
|
-
address: '
|
|
24029
|
+
address: 'osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk',
|
|
23988
24030
|
base: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
|
|
23989
24031
|
name: 'Movement (Alloy)',
|
|
23990
24032
|
display: 'allMOVE',
|
|
@@ -24023,6 +24065,49 @@ const info = {
|
|
|
24023
24065
|
website: 'https://www.movementnetwork.xyz/',
|
|
24024
24066
|
twitter: 'https://twitter.com/movementfdn'
|
|
24025
24067
|
}
|
|
24068
|
+
},
|
|
24069
|
+
{
|
|
24070
|
+
description: 'An alloy of DGN asset variants on Osmosis.',
|
|
24071
|
+
extended_description: 'Multiple DGN variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of DGN.',
|
|
24072
|
+
denom_units: [{
|
|
24073
|
+
denom: 'factory/osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n/alloyed/allDGN',
|
|
24074
|
+
exponent: 0
|
|
24075
|
+
}, {
|
|
24076
|
+
denom: 'allDGN',
|
|
24077
|
+
exponent: 6
|
|
24078
|
+
}],
|
|
24079
|
+
type_asset: 'sdk.coin',
|
|
24080
|
+
base: 'factory/osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n/alloyed/allDGN',
|
|
24081
|
+
address: 'osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n',
|
|
24082
|
+
name: 'Dragon (Alloy)',
|
|
24083
|
+
display: 'allDGN',
|
|
24084
|
+
symbol: 'allDGN',
|
|
24085
|
+
traces: [{
|
|
24086
|
+
type: 'synthetic',
|
|
24087
|
+
counterparty: {
|
|
24088
|
+
chain_name: 'dungeon',
|
|
24089
|
+
base_denom: 'udgn'
|
|
24090
|
+
},
|
|
24091
|
+
provider: 'Osmosis'
|
|
24092
|
+
}],
|
|
24093
|
+
logo_URIs: {
|
|
24094
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDGN.png'
|
|
24095
|
+
},
|
|
24096
|
+
images: [{
|
|
24097
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDGN.png',
|
|
24098
|
+
theme: {
|
|
24099
|
+
circle: true
|
|
24100
|
+
}
|
|
24101
|
+
}, {
|
|
24102
|
+
image_sync: {
|
|
24103
|
+
chain_name: 'dungeon',
|
|
24104
|
+
base_denom: 'udgn'
|
|
24105
|
+
},
|
|
24106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
24107
|
+
theme: {
|
|
24108
|
+
circle: true
|
|
24109
|
+
}
|
|
24110
|
+
}]
|
|
24026
24111
|
}
|
|
24027
24112
|
]
|
|
24028
24113
|
};
|
|
@@ -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
|
},
|
|
@@ -90,6 +90,10 @@ const info = {
|
|
|
90
90
|
{
|
|
91
91
|
address: 'https://rpc.side.bh.rocks',
|
|
92
92
|
provider: 'BlockHunters'
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
address: 'https://side.rpc.m.stavr.tech',
|
|
96
|
+
provider: '🔥STAVR🔥'
|
|
93
97
|
}
|
|
94
98
|
],
|
|
95
99
|
rest: [
|
|
@@ -120,6 +124,10 @@ const info = {
|
|
|
120
124
|
{
|
|
121
125
|
address: 'https://api.side.bh.rocks',
|
|
122
126
|
provider: 'BlockHunters'
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
address: 'https://side.api.m.stavr.tech',
|
|
130
|
+
provider: '🔥STAVR🔥'
|
|
123
131
|
}
|
|
124
132
|
],
|
|
125
133
|
grpc: [
|
|
@@ -150,6 +158,10 @@ const info = {
|
|
|
150
158
|
{
|
|
151
159
|
address: 'grpc.side.bh.rocks:443',
|
|
152
160
|
provider: 'BlockHunters'
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
address: 'side.grpc.m.stavr.tech:9917',
|
|
164
|
+
provider: '🔥STAVR🔥'
|
|
153
165
|
}
|
|
154
166
|
]
|
|
155
167
|
},
|
|
@@ -183,6 +195,12 @@ const info = {
|
|
|
183
195
|
url: 'https://bh.rocks/side',
|
|
184
196
|
tx_page: 'https://bh.rocks/side/tx/${txHash}',
|
|
185
197
|
account_page: 'https://bh.rocks/side/account/${accountAddress}'
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
kind: '🔥STAVR🔥',
|
|
201
|
+
url: 'https://explorer.stavr.tech/Side-Mainnet',
|
|
202
|
+
tx_page: 'https://explorer.stavr.tech/Side-Mainnet/tx/${txHash}',
|
|
203
|
+
account_page: 'https://explorer.stavr.tech/Side-Mainnet/account/${accountAddress}'
|
|
186
204
|
}
|
|
187
205
|
],
|
|
188
206
|
images: [{
|
|
@@ -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',
|
|
@@ -62,13 +62,20 @@ const info = {
|
|
|
62
62
|
address: 'https://rpc.zenrock.nodestake.org',
|
|
63
63
|
provider: 'NodeStake'
|
|
64
64
|
}],
|
|
65
|
-
rest: [
|
|
65
|
+
rest: [
|
|
66
|
+
{
|
|
66
67
|
address: 'https://api.diamond.zenrocklabs.io/',
|
|
67
68
|
provider: 'zenrock'
|
|
68
|
-
},
|
|
69
|
+
},
|
|
70
|
+
{
|
|
69
71
|
address: 'https://api.zenrock.nodestake.org',
|
|
70
72
|
provider: 'NodeStake'
|
|
71
|
-
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
address: 'https://zenrock.api.m.stavr.tech',
|
|
76
|
+
provider: '🔥STAVR🔥'
|
|
77
|
+
}
|
|
78
|
+
],
|
|
72
79
|
grpc: [{
|
|
73
80
|
address: 'https://grpc.diamond.zenrocklabs.io/',
|
|
74
81
|
provider: 'zenrock'
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -122,6 +122,10 @@ const info = {
|
|
|
122
122
|
{
|
|
123
123
|
address: 'https://rpc-atomone.ecostake.com',
|
|
124
124
|
provider: 'ecostake'
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
address: 'https://rpc.atomone.roomit.xyz',
|
|
128
|
+
provider: 'Roomit'
|
|
125
129
|
}
|
|
126
130
|
],
|
|
127
131
|
rest: [
|
|
@@ -188,6 +192,10 @@ const info = {
|
|
|
188
192
|
{
|
|
189
193
|
address: 'https://rest-atomone.ecostake.com',
|
|
190
194
|
provider: 'ecostake'
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
address: 'https://api.atomone.roomit.xyz',
|
|
198
|
+
provider: 'Roomit'
|
|
191
199
|
}
|
|
192
200
|
],
|
|
193
201
|
grpc: [
|
|
@@ -230,6 +238,10 @@ const info = {
|
|
|
230
238
|
{
|
|
231
239
|
address: 'atomone-mainnet-grpc.itrocket.net:443',
|
|
232
240
|
provider: 'ITRocket'
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
address: 'grpc.atomone.roomit.xyz:8443',
|
|
244
|
+
provider: 'Roomit'
|
|
233
245
|
}
|
|
234
246
|
]
|
|
235
247
|
},
|
|
@@ -275,6 +287,12 @@ const info = {
|
|
|
275
287
|
url: 'https://mainnet.itrocket.net/atomone',
|
|
276
288
|
tx_page: 'https://mainnet.itrocket.net/atomone/tx/${txHash}',
|
|
277
289
|
account_page: 'https://mainnet.itrocket.net/atomone/account/${accountAddress}'
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
kind: 'Roomit',
|
|
293
|
+
url: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet',
|
|
294
|
+
tx_page: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet/tx/${txHash}',
|
|
295
|
+
account_page: 'https://explorer.tendermint.roomit.xyz/atomone-mainnet/account/${accountAddress}'
|
|
278
296
|
}
|
|
279
297
|
],
|
|
280
298
|
images: [{
|
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;
|
package/mainnet/gateway/chain.js
CHANGED
|
@@ -74,21 +74,21 @@ const info = {
|
|
|
74
74
|
},
|
|
75
75
|
apis: {
|
|
76
76
|
rpc: [{
|
|
77
|
-
address: '
|
|
77
|
+
address: 'http://wormchain-mainnet-1-full.tm.p2p.org/',
|
|
78
78
|
provider: 'P2P'
|
|
79
79
|
}, {
|
|
80
80
|
address: 'https://wormchain-rpc.quickapi.com/',
|
|
81
81
|
provider: 'ChainLayer'
|
|
82
82
|
}],
|
|
83
83
|
rest: [{
|
|
84
|
-
address: '
|
|
84
|
+
address: 'http://wormchain-mainnet-1-full-rest.tm.p2p.org/',
|
|
85
85
|
provider: 'P2P'
|
|
86
86
|
}, {
|
|
87
87
|
address: 'https://wormchain-lcd.quickapi.com/',
|
|
88
88
|
provider: 'ChainLayer'
|
|
89
89
|
}],
|
|
90
90
|
grpc: [{
|
|
91
|
-
address: '
|
|
91
|
+
address: 'http://wormchain-mainnet-1-full-grpc.tm.p2p.org',
|
|
92
92
|
provider: 'P2P'
|
|
93
93
|
}]
|
|
94
94
|
},
|
package/mainnet/kyve/chain.js
CHANGED
|
@@ -17,10 +17,10 @@ const info = {
|
|
|
17
17
|
fees: {
|
|
18
18
|
fee_tokens: [{
|
|
19
19
|
denom: 'ukyve',
|
|
20
|
-
fixed_min_gas_price:
|
|
21
|
-
low_gas_price:
|
|
22
|
-
average_gas_price:
|
|
23
|
-
high_gas_price:
|
|
20
|
+
fixed_min_gas_price: 2,
|
|
21
|
+
low_gas_price: 2,
|
|
22
|
+
average_gas_price: 3,
|
|
23
|
+
high_gas_price: 6
|
|
24
24
|
}]
|
|
25
25
|
},
|
|
26
26
|
staking: {
|
|
@@ -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',
|
|
@@ -23986,7 +24028,7 @@ const info = {
|
|
|
23986
24028
|
exponent: 8
|
|
23987
24029
|
}],
|
|
23988
24030
|
type_asset: 'sdk.coin',
|
|
23989
|
-
address: '
|
|
24031
|
+
address: 'osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk',
|
|
23990
24032
|
base: 'factory/osmo1v90ezcqkv5utjc52vg4w2gztmcpt7l4vqxzuryj6zl3qr8wy539quxeafk/alloyed/allMOVE',
|
|
23991
24033
|
name: 'Movement (Alloy)',
|
|
23992
24034
|
display: 'allMOVE',
|
|
@@ -24025,6 +24067,49 @@ const info = {
|
|
|
24025
24067
|
website: 'https://www.movementnetwork.xyz/',
|
|
24026
24068
|
twitter: 'https://twitter.com/movementfdn'
|
|
24027
24069
|
}
|
|
24070
|
+
},
|
|
24071
|
+
{
|
|
24072
|
+
description: 'An alloy of DGN asset variants on Osmosis.',
|
|
24073
|
+
extended_description: 'Multiple DGN variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of DGN.',
|
|
24074
|
+
denom_units: [{
|
|
24075
|
+
denom: 'factory/osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n/alloyed/allDGN',
|
|
24076
|
+
exponent: 0
|
|
24077
|
+
}, {
|
|
24078
|
+
denom: 'allDGN',
|
|
24079
|
+
exponent: 6
|
|
24080
|
+
}],
|
|
24081
|
+
type_asset: 'sdk.coin',
|
|
24082
|
+
base: 'factory/osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n/alloyed/allDGN',
|
|
24083
|
+
address: 'osmo10ca28knpu7yuf6mkcvvdf8w7g3ydamrcmfraxyejc6exv2ff748s4hzk4n',
|
|
24084
|
+
name: 'Dragon (Alloy)',
|
|
24085
|
+
display: 'allDGN',
|
|
24086
|
+
symbol: 'allDGN',
|
|
24087
|
+
traces: [{
|
|
24088
|
+
type: 'synthetic',
|
|
24089
|
+
counterparty: {
|
|
24090
|
+
chain_name: 'dungeon',
|
|
24091
|
+
base_denom: 'udgn'
|
|
24092
|
+
},
|
|
24093
|
+
provider: 'Osmosis'
|
|
24094
|
+
}],
|
|
24095
|
+
logo_URIs: {
|
|
24096
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDGN.png'
|
|
24097
|
+
},
|
|
24098
|
+
images: [{
|
|
24099
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/allDGN.png',
|
|
24100
|
+
theme: {
|
|
24101
|
+
circle: true
|
|
24102
|
+
}
|
|
24103
|
+
}, {
|
|
24104
|
+
image_sync: {
|
|
24105
|
+
chain_name: 'dungeon',
|
|
24106
|
+
base_denom: 'udgn'
|
|
24107
|
+
},
|
|
24108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
24109
|
+
theme: {
|
|
24110
|
+
circle: true
|
|
24111
|
+
}
|
|
24112
|
+
}]
|
|
24028
24113
|
}
|
|
24029
24114
|
]
|
|
24030
24115
|
};
|
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/shentu/chain.js
CHANGED
|
@@ -92,6 +92,10 @@ const info = {
|
|
|
92
92
|
{
|
|
93
93
|
address: 'https://rpc.side.bh.rocks',
|
|
94
94
|
provider: 'BlockHunters'
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
address: 'https://side.rpc.m.stavr.tech',
|
|
98
|
+
provider: '🔥STAVR🔥'
|
|
95
99
|
}
|
|
96
100
|
],
|
|
97
101
|
rest: [
|
|
@@ -122,6 +126,10 @@ const info = {
|
|
|
122
126
|
{
|
|
123
127
|
address: 'https://api.side.bh.rocks',
|
|
124
128
|
provider: 'BlockHunters'
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
address: 'https://side.api.m.stavr.tech',
|
|
132
|
+
provider: '🔥STAVR🔥'
|
|
125
133
|
}
|
|
126
134
|
],
|
|
127
135
|
grpc: [
|
|
@@ -152,6 +160,10 @@ const info = {
|
|
|
152
160
|
{
|
|
153
161
|
address: 'grpc.side.bh.rocks:443',
|
|
154
162
|
provider: 'BlockHunters'
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
address: 'side.grpc.m.stavr.tech:9917',
|
|
166
|
+
provider: '🔥STAVR🔥'
|
|
155
167
|
}
|
|
156
168
|
]
|
|
157
169
|
},
|
|
@@ -185,6 +197,12 @@ const info = {
|
|
|
185
197
|
url: 'https://bh.rocks/side',
|
|
186
198
|
tx_page: 'https://bh.rocks/side/tx/${txHash}',
|
|
187
199
|
account_page: 'https://bh.rocks/side/account/${accountAddress}'
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
kind: '🔥STAVR🔥',
|
|
203
|
+
url: 'https://explorer.stavr.tech/Side-Mainnet',
|
|
204
|
+
tx_page: 'https://explorer.stavr.tech/Side-Mainnet/tx/${txHash}',
|
|
205
|
+
account_page: 'https://explorer.stavr.tech/Side-Mainnet/account/${accountAddress}'
|
|
188
206
|
}
|
|
189
207
|
],
|
|
190
208
|
images: [{
|
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/mainnet/zenrock/chain.js
CHANGED
|
@@ -64,13 +64,20 @@ const info = {
|
|
|
64
64
|
address: 'https://rpc.zenrock.nodestake.org',
|
|
65
65
|
provider: 'NodeStake'
|
|
66
66
|
}],
|
|
67
|
-
rest: [
|
|
67
|
+
rest: [
|
|
68
|
+
{
|
|
68
69
|
address: 'https://api.diamond.zenrocklabs.io/',
|
|
69
70
|
provider: 'zenrock'
|
|
70
|
-
},
|
|
71
|
+
},
|
|
72
|
+
{
|
|
71
73
|
address: 'https://api.zenrock.nodestake.org',
|
|
72
74
|
provider: 'NodeStake'
|
|
73
|
-
}
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
address: 'https://zenrock.api.m.stavr.tech',
|
|
78
|
+
provider: '🔥STAVR🔥'
|
|
79
|
+
}
|
|
80
|
+
],
|
|
74
81
|
grpc: [{
|
|
75
82
|
address: 'https://grpc.diamond.zenrocklabs.io/',
|
|
76
83
|
provider: 'zenrock'
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.174",
|
|
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.108",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.108"
|
|
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": "ac50692aea14fb100de9b442f058b255be137f90"
|
|
47
47
|
}
|