@chain-registry/assets 1.70.31 → 1.70.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/devnet/prysmdevnet.js +0 -148
- package/esm/devnet/prysmdevnet.js +0 -148
- package/esm/mainnet/assets.js +1 -8
- package/esm/mainnet/dungeon.js +392 -0
- package/esm/mainnet/index.js +0 -7
- package/esm/mainnet/juno.js +0 -72
- package/esm/mainnet/kimanetwork.js +16 -16
- package/esm/mainnet/neutron.js +72 -0
- package/esm/mainnet/osmosis.js +8 -472
- package/esm/mainnet/stride.js +72 -0
- package/esm/testnet/assets.js +1 -3
- package/esm/testnet/axelartestnet.js +0 -148
- package/esm/testnet/index.js +0 -2
- package/esm/testnet/junotestnet.js +0 -148
- package/esm/testnet/marstestnet.js +0 -148
- package/esm/testnet/nobletestnet.js +0 -148
- package/esm/testnet/osmosistestnet.js +0 -82
- package/mainnet/assets.js +1 -8
- package/mainnet/dungeon.js +392 -0
- package/mainnet/index.d.ts +0 -7
- package/mainnet/index.js +3 -11
- package/mainnet/juno.js +0 -72
- package/mainnet/kimanetwork.js +16 -16
- package/mainnet/neutron.js +72 -0
- package/mainnet/osmosis.js +8 -472
- package/mainnet/stride.js +72 -0
- package/package.json +6 -6
- package/testnet/assets.js +1 -3
- package/testnet/axelartestnet.js +0 -148
- package/testnet/index.d.ts +0 -2
- package/testnet/index.js +1 -3
- package/testnet/junotestnet.js +0 -148
- package/testnet/marstestnet.js +0 -148
- package/testnet/nobletestnet.js +0 -148
- package/testnet/osmosistestnet.js +0 -82
- package/esm/mainnet/8ball.js +0 -182
- package/esm/mainnet/cerberus.js +0 -182
- package/esm/mainnet/cudos.js +0 -182
- package/esm/mainnet/dig.js +0 -268
- package/esm/mainnet/lumenx.js +0 -182
- package/esm/mainnet/microtick.js +0 -182
- package/esm/mainnet/vidulum.js +0 -424
- package/esm/testnet/entrypointtestnet.js +0 -154
- package/esm/testnet/osmosistestnet4.js +0 -476
- package/mainnet/8ball.d.ts +0 -3
- package/mainnet/8ball.js +0 -184
- package/mainnet/cerberus.d.ts +0 -3
- package/mainnet/cerberus.js +0 -184
- package/mainnet/cudos.d.ts +0 -3
- package/mainnet/cudos.js +0 -184
- package/mainnet/dig.d.ts +0 -3
- package/mainnet/dig.js +0 -270
- package/mainnet/lumenx.d.ts +0 -3
- package/mainnet/lumenx.js +0 -184
- package/mainnet/microtick.d.ts +0 -3
- package/mainnet/microtick.js +0 -184
- package/mainnet/vidulum.d.ts +0 -3
- package/mainnet/vidulum.js +0 -426
- package/testnet/entrypointtestnet.d.ts +0 -3
- package/testnet/entrypointtestnet.js +0 -156
- package/testnet/osmosistestnet4.d.ts +0 -3
- package/testnet/osmosistestnet4.js +0 -478
package/mainnet/kimanetwork.js
CHANGED
|
@@ -6,7 +6,7 @@ const assets = {
|
|
|
6
6
|
{
|
|
7
7
|
description: 'The native token of Osmosis',
|
|
8
8
|
denom_units: [{
|
|
9
|
-
denom: 'ibc/
|
|
9
|
+
denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
10
10
|
exponent: 0,
|
|
11
11
|
aliases: ['uosmo']
|
|
12
12
|
}, {
|
|
@@ -14,7 +14,7 @@ const assets = {
|
|
|
14
14
|
exponent: 6
|
|
15
15
|
}],
|
|
16
16
|
type_asset: 'sdk.coin',
|
|
17
|
-
base: 'ibc/
|
|
17
|
+
base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
18
18
|
name: 'Osmosis',
|
|
19
19
|
display: 'osmo',
|
|
20
20
|
symbol: 'OSMO',
|
|
@@ -38,19 +38,19 @@ const assets = {
|
|
|
38
38
|
traces: [{
|
|
39
39
|
type: 'ibc',
|
|
40
40
|
counterparty: {
|
|
41
|
-
channel_id: 'channel-
|
|
41
|
+
channel_id: 'channel-86496',
|
|
42
42
|
base_denom: 'uosmo',
|
|
43
43
|
chain_name: 'osmosis'
|
|
44
44
|
},
|
|
45
45
|
chain: {
|
|
46
|
-
channel_id: 'channel-
|
|
46
|
+
channel_id: 'channel-4'
|
|
47
47
|
}
|
|
48
48
|
}]
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
description: 'ION is the second native token of Osmosis.',
|
|
52
52
|
denom_units: [{
|
|
53
|
-
denom: 'ibc/
|
|
53
|
+
denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
54
54
|
exponent: 0,
|
|
55
55
|
aliases: ['uion']
|
|
56
56
|
}, {
|
|
@@ -58,7 +58,7 @@ const assets = {
|
|
|
58
58
|
exponent: 6
|
|
59
59
|
}],
|
|
60
60
|
type_asset: 'sdk.coin',
|
|
61
|
-
base: 'ibc/
|
|
61
|
+
base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
62
62
|
name: 'Ion DAO',
|
|
63
63
|
display: 'ion',
|
|
64
64
|
symbol: 'ION',
|
|
@@ -82,19 +82,19 @@ const assets = {
|
|
|
82
82
|
traces: [{
|
|
83
83
|
type: 'ibc',
|
|
84
84
|
counterparty: {
|
|
85
|
-
channel_id: 'channel-
|
|
85
|
+
channel_id: 'channel-86496',
|
|
86
86
|
base_denom: 'uion',
|
|
87
87
|
chain_name: 'osmosis'
|
|
88
88
|
},
|
|
89
89
|
chain: {
|
|
90
|
-
channel_id: 'channel-
|
|
90
|
+
channel_id: 'channel-4'
|
|
91
91
|
}
|
|
92
92
|
}]
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
description: 'The native token of Osmosis',
|
|
96
96
|
denom_units: [{
|
|
97
|
-
denom: 'ibc/
|
|
97
|
+
denom: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
98
98
|
exponent: 0,
|
|
99
99
|
aliases: ['uosmo']
|
|
100
100
|
}, {
|
|
@@ -102,7 +102,7 @@ const assets = {
|
|
|
102
102
|
exponent: 6
|
|
103
103
|
}],
|
|
104
104
|
type_asset: 'sdk.coin',
|
|
105
|
-
base: 'ibc/
|
|
105
|
+
base: 'ibc/05AC4BBA78C5951339A47DD1BC1E7FC922A9311DF81C85745B1C162F516FF2F1',
|
|
106
106
|
name: 'Osmosis',
|
|
107
107
|
display: 'osmo',
|
|
108
108
|
symbol: 'OSMO',
|
|
@@ -126,19 +126,19 @@ const assets = {
|
|
|
126
126
|
traces: [{
|
|
127
127
|
type: 'ibc',
|
|
128
128
|
counterparty: {
|
|
129
|
-
channel_id: 'channel-
|
|
129
|
+
channel_id: 'channel-86496',
|
|
130
130
|
base_denom: 'uosmo',
|
|
131
131
|
chain_name: 'osmosis'
|
|
132
132
|
},
|
|
133
133
|
chain: {
|
|
134
|
-
channel_id: 'channel-
|
|
134
|
+
channel_id: 'channel-4'
|
|
135
135
|
}
|
|
136
136
|
}]
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
description: 'ION is the second native token of Osmosis.',
|
|
140
140
|
denom_units: [{
|
|
141
|
-
denom: 'ibc/
|
|
141
|
+
denom: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
142
142
|
exponent: 0,
|
|
143
143
|
aliases: ['uion']
|
|
144
144
|
}, {
|
|
@@ -146,7 +146,7 @@ const assets = {
|
|
|
146
146
|
exponent: 6
|
|
147
147
|
}],
|
|
148
148
|
type_asset: 'sdk.coin',
|
|
149
|
-
base: 'ibc/
|
|
149
|
+
base: 'ibc/B1468D7420773B5D59561CC0E91D6A5F75415E216DCF2966D657E23B97322B36',
|
|
150
150
|
name: 'Ion DAO',
|
|
151
151
|
display: 'ion',
|
|
152
152
|
symbol: 'ION',
|
|
@@ -170,12 +170,12 @@ const assets = {
|
|
|
170
170
|
traces: [{
|
|
171
171
|
type: 'ibc',
|
|
172
172
|
counterparty: {
|
|
173
|
-
channel_id: 'channel-
|
|
173
|
+
channel_id: 'channel-86496',
|
|
174
174
|
base_denom: 'uion',
|
|
175
175
|
chain_name: 'osmosis'
|
|
176
176
|
},
|
|
177
177
|
chain: {
|
|
178
|
-
channel_id: 'channel-
|
|
178
|
+
channel_id: 'channel-4'
|
|
179
179
|
}
|
|
180
180
|
}]
|
|
181
181
|
}
|
package/mainnet/neutron.js
CHANGED
|
@@ -255,6 +255,42 @@ const assets = {
|
|
|
255
255
|
}
|
|
256
256
|
}]
|
|
257
257
|
},
|
|
258
|
+
{
|
|
259
|
+
description: 'Dungeon native token',
|
|
260
|
+
denom_units: [{
|
|
261
|
+
denom: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
|
|
262
|
+
exponent: 0,
|
|
263
|
+
aliases: ['udgn']
|
|
264
|
+
}, {
|
|
265
|
+
denom: 'DGN',
|
|
266
|
+
exponent: 6
|
|
267
|
+
}],
|
|
268
|
+
base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
|
|
269
|
+
name: 'Dungeon Coin',
|
|
270
|
+
display: 'DGN',
|
|
271
|
+
symbol: 'DGN',
|
|
272
|
+
logo_URIs: {
|
|
273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
274
|
+
},
|
|
275
|
+
images: [{
|
|
276
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
277
|
+
theme: {
|
|
278
|
+
circle: true
|
|
279
|
+
}
|
|
280
|
+
}],
|
|
281
|
+
type_asset: 'sdk.coin',
|
|
282
|
+
traces: [{
|
|
283
|
+
type: 'ibc',
|
|
284
|
+
counterparty: {
|
|
285
|
+
channel_id: 'channel-4',
|
|
286
|
+
base_denom: 'udgn',
|
|
287
|
+
chain_name: 'dungeon'
|
|
288
|
+
},
|
|
289
|
+
chain: {
|
|
290
|
+
channel_id: 'channel-5481'
|
|
291
|
+
}
|
|
292
|
+
}]
|
|
293
|
+
},
|
|
258
294
|
{
|
|
259
295
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
260
296
|
denom_units: [{
|
|
@@ -1168,6 +1204,42 @@ const assets = {
|
|
|
1168
1204
|
}
|
|
1169
1205
|
}]
|
|
1170
1206
|
},
|
|
1207
|
+
{
|
|
1208
|
+
description: 'Dungeon native token',
|
|
1209
|
+
denom_units: [{
|
|
1210
|
+
denom: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
|
|
1211
|
+
exponent: 0,
|
|
1212
|
+
aliases: ['udgn']
|
|
1213
|
+
}, {
|
|
1214
|
+
denom: 'DGN',
|
|
1215
|
+
exponent: 6
|
|
1216
|
+
}],
|
|
1217
|
+
base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
|
|
1218
|
+
name: 'Dungeon Coin',
|
|
1219
|
+
display: 'DGN',
|
|
1220
|
+
symbol: 'DGN',
|
|
1221
|
+
logo_URIs: {
|
|
1222
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
1223
|
+
},
|
|
1224
|
+
images: [{
|
|
1225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
1226
|
+
theme: {
|
|
1227
|
+
circle: true
|
|
1228
|
+
}
|
|
1229
|
+
}],
|
|
1230
|
+
type_asset: 'sdk.coin',
|
|
1231
|
+
traces: [{
|
|
1232
|
+
type: 'ibc',
|
|
1233
|
+
counterparty: {
|
|
1234
|
+
channel_id: 'channel-4',
|
|
1235
|
+
base_denom: 'udgn',
|
|
1236
|
+
chain_name: 'dungeon'
|
|
1237
|
+
},
|
|
1238
|
+
chain: {
|
|
1239
|
+
channel_id: 'channel-5481'
|
|
1240
|
+
}
|
|
1241
|
+
}]
|
|
1242
|
+
},
|
|
1171
1243
|
{
|
|
1172
1244
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
1173
1245
|
denom_units: [{
|