@chain-registry/assets 1.70.171 → 1.70.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.
Files changed (45) hide show
  1. package/esm/mainnet/axelar.js +10 -4
  2. package/esm/mainnet/cosmoshub.js +0 -82
  3. package/esm/mainnet/dungeon.js +16 -658
  4. package/esm/mainnet/elys.js +10 -4
  5. package/esm/mainnet/injective.js +10 -4
  6. package/esm/mainnet/kyve.js +84 -0
  7. package/esm/mainnet/migaloo.js +0 -82
  8. package/esm/mainnet/neutron.js +0 -82
  9. package/esm/mainnet/noble.js +10 -4
  10. package/esm/mainnet/osmosis.js +18 -12
  11. package/esm/mainnet/quicksilver.js +10 -4
  12. package/esm/mainnet/stride.js +0 -82
  13. package/esm/mainnet/terra2.js +0 -82
  14. package/esm/mainnet/xion.js +86 -0
  15. package/esm/testnet/assets.js +1 -2
  16. package/esm/testnet/axelartestnet.js +0 -68
  17. package/esm/testnet/index.js +0 -1
  18. package/esm/testnet/injectivetestnet.js +3 -74
  19. package/esm/testnet/nobletestnet.js +14 -68
  20. package/esm/testnet/osmosistestnet.js +14 -68
  21. package/mainnet/axelar.js +10 -4
  22. package/mainnet/cosmoshub.js +0 -82
  23. package/mainnet/dungeon.js +16 -658
  24. package/mainnet/elys.js +10 -4
  25. package/mainnet/injective.js +10 -4
  26. package/mainnet/kyve.js +84 -0
  27. package/mainnet/migaloo.js +0 -82
  28. package/mainnet/neutron.js +0 -82
  29. package/mainnet/noble.js +10 -4
  30. package/mainnet/osmosis.js +18 -12
  31. package/mainnet/quicksilver.js +10 -4
  32. package/mainnet/stride.js +0 -82
  33. package/mainnet/terra2.js +0 -82
  34. package/mainnet/xion.js +86 -0
  35. package/package.json +5 -5
  36. package/testnet/assets.js +1 -2
  37. package/testnet/axelartestnet.js +0 -68
  38. package/testnet/index.d.ts +0 -1
  39. package/testnet/index.js +1 -2
  40. package/testnet/injectivetestnet.js +3 -74
  41. package/testnet/nobletestnet.js +14 -68
  42. package/testnet/osmosistestnet.js +14 -68
  43. package/esm/testnet/xiontestnet.js +0 -184
  44. package/testnet/xiontestnet.d.ts +0 -3
  45. package/testnet/xiontestnet.js +0 -186
package/mainnet/elys.js CHANGED
@@ -667,8 +667,11 @@ const assets = {
667
667
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
668
668
  }],
669
669
  socials: {
670
- website: 'https://xion.burnt.com/',
671
- twitter: 'https://twitter.com/burnt_xion'
670
+ discord: 'https://discord.com/invite/burnt',
671
+ github: 'https://github.com/burnt-labs',
672
+ telegram: 'https://t.me/xion_announcements',
673
+ twitter: 'https://x.com/burnt_xion',
674
+ website: 'https://xion.burnt.com'
672
675
  },
673
676
  traces: [{
674
677
  type: 'ibc',
@@ -1002,8 +1005,11 @@ const assets = {
1002
1005
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
1003
1006
  }],
1004
1007
  socials: {
1005
- website: 'https://xion.burnt.com/',
1006
- twitter: 'https://twitter.com/burnt_xion'
1008
+ discord: 'https://discord.com/invite/burnt',
1009
+ github: 'https://github.com/burnt-labs',
1010
+ telegram: 'https://t.me/xion_announcements',
1011
+ twitter: 'https://x.com/burnt_xion',
1012
+ website: 'https://xion.burnt.com'
1007
1013
  },
1008
1014
  traces: [{
1009
1015
  type: 'ibc',
@@ -7220,8 +7220,11 @@ const assets = {
7220
7220
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
7221
7221
  }],
7222
7222
  socials: {
7223
- website: 'https://xion.burnt.com/',
7224
- twitter: 'https://twitter.com/burnt_xion'
7223
+ discord: 'https://discord.com/invite/burnt',
7224
+ github: 'https://github.com/burnt-labs',
7225
+ telegram: 'https://t.me/xion_announcements',
7226
+ twitter: 'https://x.com/burnt_xion',
7227
+ website: 'https://xion.burnt.com'
7225
7228
  },
7226
7229
  traces: [{
7227
7230
  type: 'ibc',
@@ -13497,8 +13500,11 @@ const assets = {
13497
13500
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
13498
13501
  }],
13499
13502
  socials: {
13500
- website: 'https://xion.burnt.com/',
13501
- twitter: 'https://twitter.com/burnt_xion'
13503
+ discord: 'https://discord.com/invite/burnt',
13504
+ github: 'https://github.com/burnt-labs',
13505
+ telegram: 'https://t.me/xion_announcements',
13506
+ twitter: 'https://x.com/burnt_xion',
13507
+ website: 'https://xion.burnt.com'
13502
13508
  },
13503
13509
  traces: [{
13504
13510
  type: 'ibc',
package/mainnet/kyve.js CHANGED
@@ -294,6 +294,48 @@ const assets = {
294
294
  }
295
295
  }]
296
296
  },
297
+ {
298
+ description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
299
+ denom_units: [{
300
+ denom: 'ibc/506478E08FB0A2D3B12D493E3B182572A3B0D7BD5DCBE71610D2F393DEDDF4CA',
301
+ exponent: 0,
302
+ aliases: ['uxion']
303
+ }, {
304
+ denom: 'XION',
305
+ exponent: 6,
306
+ aliases: ['xion']
307
+ }],
308
+ base: 'ibc/506478E08FB0A2D3B12D493E3B182572A3B0D7BD5DCBE71610D2F393DEDDF4CA',
309
+ display: 'XION',
310
+ name: 'xion',
311
+ symbol: 'XION',
312
+ coingecko_id: 'xion-2',
313
+ type_asset: 'sdk.coin',
314
+ logo_URIs: {
315
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
316
+ },
317
+ images: [{
318
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
319
+ }],
320
+ socials: {
321
+ discord: 'https://discord.com/invite/burnt',
322
+ github: 'https://github.com/burnt-labs',
323
+ telegram: 'https://t.me/xion_announcements',
324
+ twitter: 'https://x.com/burnt_xion',
325
+ website: 'https://xion.burnt.com'
326
+ },
327
+ traces: [{
328
+ type: 'ibc',
329
+ counterparty: {
330
+ channel_id: 'channel-5',
331
+ base_denom: 'uxion',
332
+ chain_name: 'xion'
333
+ },
334
+ chain: {
335
+ channel_id: 'channel-7'
336
+ }
337
+ }]
338
+ },
297
339
  {
298
340
  description: 'The native token of Osmosis',
299
341
  denom_units: [{
@@ -424,6 +466,48 @@ const assets = {
424
466
  channel_id: 'channel-3'
425
467
  }
426
468
  }]
469
+ },
470
+ {
471
+ description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
472
+ denom_units: [{
473
+ denom: 'ibc/506478E08FB0A2D3B12D493E3B182572A3B0D7BD5DCBE71610D2F393DEDDF4CA',
474
+ exponent: 0,
475
+ aliases: ['uxion']
476
+ }, {
477
+ denom: 'XION',
478
+ exponent: 6,
479
+ aliases: ['xion']
480
+ }],
481
+ base: 'ibc/506478E08FB0A2D3B12D493E3B182572A3B0D7BD5DCBE71610D2F393DEDDF4CA',
482
+ display: 'XION',
483
+ name: 'xion',
484
+ symbol: 'XION',
485
+ coingecko_id: 'xion-2',
486
+ type_asset: 'sdk.coin',
487
+ logo_URIs: {
488
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
489
+ },
490
+ images: [{
491
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
492
+ }],
493
+ socials: {
494
+ discord: 'https://discord.com/invite/burnt',
495
+ github: 'https://github.com/burnt-labs',
496
+ telegram: 'https://t.me/xion_announcements',
497
+ twitter: 'https://x.com/burnt_xion',
498
+ website: 'https://xion.burnt.com'
499
+ },
500
+ traces: [{
501
+ type: 'ibc',
502
+ counterparty: {
503
+ channel_id: 'channel-5',
504
+ base_denom: 'uxion',
505
+ chain_name: 'xion'
506
+ },
507
+ chain: {
508
+ channel_id: 'channel-7'
509
+ }
510
+ }]
427
511
  }
428
512
  ]
429
513
  };
@@ -285,47 +285,6 @@ const assets = {
285
285
  }
286
286
  }]
287
287
  },
288
- {
289
- 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.',
290
- denom_units: [{
291
- denom: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
292
- exponent: 0,
293
- aliases: ['udgn']
294
- }, {
295
- denom: 'DGN',
296
- exponent: 6
297
- }],
298
- base: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
299
- name: 'Dragon Coin',
300
- display: 'DGN',
301
- coingecko_id: 'dragon-coin-2',
302
- symbol: 'DGN',
303
- logo_URIs: {
304
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
305
- },
306
- socials: {
307
- website: 'https://www.cryptodungeon.org',
308
- twitter: 'https://twitter.com/cryptodungeonma'
309
- },
310
- images: [{
311
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
312
- theme: {
313
- circle: true
314
- }
315
- }],
316
- type_asset: 'sdk.coin',
317
- traces: [{
318
- type: 'ibc',
319
- counterparty: {
320
- channel_id: 'channel-6',
321
- base_denom: 'udgn',
322
- chain_name: 'dungeon'
323
- },
324
- chain: {
325
- channel_id: 'channel-142'
326
- }
327
- }]
328
- },
329
288
  {
330
289
  description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
331
290
  denom_units: [{
@@ -1178,47 +1137,6 @@ const assets = {
1178
1137
  }
1179
1138
  }]
1180
1139
  },
1181
- {
1182
- 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.',
1183
- denom_units: [{
1184
- denom: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
1185
- exponent: 0,
1186
- aliases: ['udgn']
1187
- }, {
1188
- denom: 'DGN',
1189
- exponent: 6
1190
- }],
1191
- base: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
1192
- name: 'Dragon Coin',
1193
- display: 'DGN',
1194
- coingecko_id: 'dragon-coin-2',
1195
- symbol: 'DGN',
1196
- logo_URIs: {
1197
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
1198
- },
1199
- socials: {
1200
- website: 'https://www.cryptodungeon.org',
1201
- twitter: 'https://twitter.com/cryptodungeonma'
1202
- },
1203
- images: [{
1204
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
1205
- theme: {
1206
- circle: true
1207
- }
1208
- }],
1209
- type_asset: 'sdk.coin',
1210
- traces: [{
1211
- type: 'ibc',
1212
- counterparty: {
1213
- channel_id: 'channel-6',
1214
- base_denom: 'udgn',
1215
- chain_name: 'dungeon'
1216
- },
1217
- chain: {
1218
- channel_id: 'channel-142'
1219
- }
1220
- }]
1221
- },
1222
1140
  {
1223
1141
  description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
1224
1142
  denom_units: [{
@@ -337,47 +337,6 @@ const assets = {
337
337
  }
338
338
  }]
339
339
  },
340
- {
341
- 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.',
342
- denom_units: [{
343
- denom: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
344
- exponent: 0,
345
- aliases: ['udgn']
346
- }, {
347
- denom: 'DGN',
348
- exponent: 6
349
- }],
350
- base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
351
- name: 'Dragon Coin',
352
- display: 'DGN',
353
- coingecko_id: 'dragon-coin-2',
354
- symbol: 'DGN',
355
- logo_URIs: {
356
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
357
- },
358
- socials: {
359
- website: 'https://www.cryptodungeon.org',
360
- twitter: 'https://twitter.com/cryptodungeonma'
361
- },
362
- images: [{
363
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
364
- theme: {
365
- circle: true
366
- }
367
- }],
368
- type_asset: 'sdk.coin',
369
- traces: [{
370
- type: 'ibc',
371
- counterparty: {
372
- channel_id: 'channel-4',
373
- base_denom: 'udgn',
374
- chain_name: 'dungeon'
375
- },
376
- chain: {
377
- channel_id: 'channel-5481'
378
- }
379
- }]
380
- },
381
340
  {
382
341
  description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
383
342
  denom_units: [{
@@ -1413,47 +1372,6 @@ const assets = {
1413
1372
  }
1414
1373
  }]
1415
1374
  },
1416
- {
1417
- 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.',
1418
- denom_units: [{
1419
- denom: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
1420
- exponent: 0,
1421
- aliases: ['udgn']
1422
- }, {
1423
- denom: 'DGN',
1424
- exponent: 6
1425
- }],
1426
- base: 'ibc/2ECB3D2ADFE9F1CA85258C6330FA666120549349BC526D56B098A2A782D75455',
1427
- name: 'Dragon Coin',
1428
- display: 'DGN',
1429
- coingecko_id: 'dragon-coin-2',
1430
- symbol: 'DGN',
1431
- logo_URIs: {
1432
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
1433
- },
1434
- socials: {
1435
- website: 'https://www.cryptodungeon.org',
1436
- twitter: 'https://twitter.com/cryptodungeonma'
1437
- },
1438
- images: [{
1439
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
1440
- theme: {
1441
- circle: true
1442
- }
1443
- }],
1444
- type_asset: 'sdk.coin',
1445
- traces: [{
1446
- type: 'ibc',
1447
- counterparty: {
1448
- channel_id: 'channel-4',
1449
- base_denom: 'udgn',
1450
- chain_name: 'dungeon'
1451
- },
1452
- chain: {
1453
- channel_id: 'channel-5481'
1454
- }
1455
- }]
1456
- },
1457
1375
  {
1458
1376
  description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
1459
1377
  denom_units: [{
package/mainnet/noble.js CHANGED
@@ -10603,8 +10603,11 @@ const assets = {
10603
10603
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
10604
10604
  }],
10605
10605
  socials: {
10606
- website: 'https://xion.burnt.com/',
10607
- twitter: 'https://twitter.com/burnt_xion'
10606
+ discord: 'https://discord.com/invite/burnt',
10607
+ github: 'https://github.com/burnt-labs',
10608
+ telegram: 'https://t.me/xion_announcements',
10609
+ twitter: 'https://x.com/burnt_xion',
10610
+ website: 'https://xion.burnt.com'
10608
10611
  },
10609
10612
  traces: [{
10610
10613
  type: 'ibc',
@@ -16328,8 +16331,11 @@ const assets = {
16328
16331
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
16329
16332
  }],
16330
16333
  socials: {
16331
- website: 'https://xion.burnt.com/',
16332
- twitter: 'https://twitter.com/burnt_xion'
16334
+ discord: 'https://discord.com/invite/burnt',
16335
+ github: 'https://github.com/burnt-labs',
16336
+ telegram: 'https://t.me/xion_announcements',
16337
+ twitter: 'https://x.com/burnt_xion',
16338
+ website: 'https://xion.burnt.com'
16333
16339
  },
16334
16340
  traces: [{
16335
16341
  type: 'ibc',
@@ -2188,14 +2188,14 @@ const assets = {
2188
2188
  {
2189
2189
  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.',
2190
2190
  denom_units: [{
2191
- denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
2191
+ denom: 'ibc/CD6412358F33B372A355CF22786D8C19477C15092B56BD56188679EED8556964',
2192
2192
  exponent: 0,
2193
2193
  aliases: ['udgn']
2194
2194
  }, {
2195
2195
  denom: 'DGN',
2196
2196
  exponent: 6
2197
2197
  }],
2198
- base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
2198
+ base: 'ibc/CD6412358F33B372A355CF22786D8C19477C15092B56BD56188679EED8556964',
2199
2199
  name: 'Dragon Coin',
2200
2200
  display: 'DGN',
2201
2201
  coingecko_id: 'dragon-coin-2',
@@ -2217,12 +2217,12 @@ const assets = {
2217
2217
  traces: [{
2218
2218
  type: 'ibc',
2219
2219
  counterparty: {
2220
- channel_id: 'channel-2',
2220
+ channel_id: 'channel-5305',
2221
2221
  base_denom: 'udgn',
2222
2222
  chain_name: 'dungeon'
2223
2223
  },
2224
2224
  chain: {
2225
- channel_id: 'channel-85791'
2225
+ channel_id: 'channel-101249'
2226
2226
  }
2227
2227
  }]
2228
2228
  },
@@ -8502,14 +8502,14 @@ const assets = {
8502
8502
  {
8503
8503
  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.',
8504
8504
  denom_units: [{
8505
- denom: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
8505
+ denom: 'ibc/CD6412358F33B372A355CF22786D8C19477C15092B56BD56188679EED8556964',
8506
8506
  exponent: 0,
8507
8507
  aliases: ['udgn']
8508
8508
  }, {
8509
8509
  denom: 'DGN',
8510
8510
  exponent: 6
8511
8511
  }],
8512
- base: 'ibc/3B95D63B520C283BCA86F8CD426D57584039463FD684A5CBA31D2780B86A1995',
8512
+ base: 'ibc/CD6412358F33B372A355CF22786D8C19477C15092B56BD56188679EED8556964',
8513
8513
  name: 'Dragon Coin',
8514
8514
  display: 'DGN',
8515
8515
  coingecko_id: 'dragon-coin-2',
@@ -8531,12 +8531,12 @@ const assets = {
8531
8531
  traces: [{
8532
8532
  type: 'ibc',
8533
8533
  counterparty: {
8534
- channel_id: 'channel-2',
8534
+ channel_id: 'channel-5305',
8535
8535
  base_denom: 'udgn',
8536
8536
  chain_name: 'dungeon'
8537
8537
  },
8538
8538
  chain: {
8539
- channel_id: 'channel-85791'
8539
+ channel_id: 'channel-101249'
8540
8540
  }
8541
8541
  }]
8542
8542
  },
@@ -20457,8 +20457,11 @@ const assets = {
20457
20457
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
20458
20458
  }],
20459
20459
  socials: {
20460
- website: 'https://xion.burnt.com/',
20461
- twitter: 'https://twitter.com/burnt_xion'
20460
+ discord: 'https://discord.com/invite/burnt',
20461
+ github: 'https://github.com/burnt-labs',
20462
+ telegram: 'https://t.me/xion_announcements',
20463
+ twitter: 'https://x.com/burnt_xion',
20464
+ website: 'https://xion.burnt.com'
20462
20465
  },
20463
20466
  traces: [{
20464
20467
  type: 'ibc',
@@ -28298,8 +28301,11 @@ const assets = {
28298
28301
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
28299
28302
  }],
28300
28303
  socials: {
28301
- website: 'https://xion.burnt.com/',
28302
- twitter: 'https://twitter.com/burnt_xion'
28304
+ discord: 'https://discord.com/invite/burnt',
28305
+ github: 'https://github.com/burnt-labs',
28306
+ telegram: 'https://t.me/xion_announcements',
28307
+ twitter: 'https://x.com/burnt_xion',
28308
+ website: 'https://xion.burnt.com'
28303
28309
  },
28304
28310
  traces: [{
28305
28311
  type: 'ibc',
@@ -1974,8 +1974,11 @@ const assets = {
1974
1974
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
1975
1975
  }],
1976
1976
  socials: {
1977
- website: 'https://xion.burnt.com/',
1978
- twitter: 'https://twitter.com/burnt_xion'
1977
+ discord: 'https://discord.com/invite/burnt',
1978
+ github: 'https://github.com/burnt-labs',
1979
+ telegram: 'https://t.me/xion_announcements',
1980
+ twitter: 'https://x.com/burnt_xion',
1981
+ website: 'https://xion.burnt.com'
1979
1982
  },
1980
1983
  traces: [{
1981
1984
  type: 'ibc',
@@ -2362,8 +2365,11 @@ const assets = {
2362
2365
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
2363
2366
  }],
2364
2367
  socials: {
2365
- website: 'https://xion.burnt.com/',
2366
- twitter: 'https://twitter.com/burnt_xion'
2368
+ discord: 'https://discord.com/invite/burnt',
2369
+ github: 'https://github.com/burnt-labs',
2370
+ telegram: 'https://t.me/xion_announcements',
2371
+ twitter: 'https://x.com/burnt_xion',
2372
+ website: 'https://xion.burnt.com'
2367
2373
  },
2368
2374
  traces: [{
2369
2375
  type: 'ibc',
package/mainnet/stride.js CHANGED
@@ -689,47 +689,6 @@ const assets = {
689
689
  }
690
690
  }]
691
691
  },
692
- {
693
- 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.',
694
- denom_units: [{
695
- denom: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
696
- exponent: 0,
697
- aliases: ['udgn']
698
- }, {
699
- denom: 'DGN',
700
- exponent: 6
701
- }],
702
- base: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
703
- name: 'Dragon Coin',
704
- display: 'DGN',
705
- coingecko_id: 'dragon-coin-2',
706
- symbol: 'DGN',
707
- logo_URIs: {
708
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
709
- },
710
- socials: {
711
- website: 'https://www.cryptodungeon.org',
712
- twitter: 'https://twitter.com/cryptodungeonma'
713
- },
714
- images: [{
715
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
716
- theme: {
717
- circle: true
718
- }
719
- }],
720
- type_asset: 'sdk.coin',
721
- traces: [{
722
- type: 'ibc',
723
- counterparty: {
724
- channel_id: 'channel-5',
725
- base_denom: 'udgn',
726
- chain_name: 'dungeon'
727
- },
728
- chain: {
729
- channel_id: 'channel-287'
730
- }
731
- }]
732
- },
733
692
  {
734
693
  description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
735
694
  denom_units: [{
@@ -7298,47 +7257,6 @@ const assets = {
7298
7257
  }
7299
7258
  }]
7300
7259
  },
7301
- {
7302
- 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.',
7303
- denom_units: [{
7304
- denom: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
7305
- exponent: 0,
7306
- aliases: ['udgn']
7307
- }, {
7308
- denom: 'DGN',
7309
- exponent: 6
7310
- }],
7311
- base: 'ibc/A2DE32404B33102ECD88D3D988A2716CDFEE46ACACCD1454B959BE7654139C41',
7312
- name: 'Dragon Coin',
7313
- display: 'DGN',
7314
- coingecko_id: 'dragon-coin-2',
7315
- symbol: 'DGN',
7316
- logo_URIs: {
7317
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
7318
- },
7319
- socials: {
7320
- website: 'https://www.cryptodungeon.org',
7321
- twitter: 'https://twitter.com/cryptodungeonma'
7322
- },
7323
- images: [{
7324
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
7325
- theme: {
7326
- circle: true
7327
- }
7328
- }],
7329
- type_asset: 'sdk.coin',
7330
- traces: [{
7331
- type: 'ibc',
7332
- counterparty: {
7333
- channel_id: 'channel-5',
7334
- base_denom: 'udgn',
7335
- chain_name: 'dungeon'
7336
- },
7337
- chain: {
7338
- channel_id: 'channel-287'
7339
- }
7340
- }]
7341
- },
7342
7260
  {
7343
7261
  description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
7344
7262
  denom_units: [{