@chain-registry/assets 1.70.50 → 1.70.51

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 (82) hide show
  1. package/esm/mainnet/agoric.js +2 -8
  2. package/esm/mainnet/akash.js +2 -8
  3. package/esm/mainnet/andromeda.js +2 -8
  4. package/esm/mainnet/archway.js +2 -8
  5. package/esm/mainnet/axelar.js +2 -8
  6. package/esm/mainnet/celestia.js +2 -8
  7. package/esm/mainnet/cheqd.js +2 -8
  8. package/esm/mainnet/chihuahua.js +2 -8
  9. package/esm/mainnet/comdex.js +2 -8
  10. package/esm/mainnet/composable.js +2 -8
  11. package/esm/mainnet/coreum.js +2 -8
  12. package/esm/mainnet/cosmoshub.js +2 -8
  13. package/esm/mainnet/crescent.js +2 -8
  14. package/esm/mainnet/dungeon.js +164 -0
  15. package/esm/mainnet/dymension.js +2 -8
  16. package/esm/mainnet/evmos.js +2 -8
  17. package/esm/mainnet/gravitybridge.js +2 -8
  18. package/esm/mainnet/injective.js +2 -8
  19. package/esm/mainnet/jackal.js +2 -8
  20. package/esm/mainnet/juno.js +2 -8
  21. package/esm/mainnet/kujira.js +2 -8
  22. package/esm/mainnet/migaloo.js +84 -8
  23. package/esm/mainnet/neutron.js +2 -8
  24. package/esm/mainnet/noble.js +2 -8
  25. package/esm/mainnet/nolus.js +2 -8
  26. package/esm/mainnet/nyx.js +80 -0
  27. package/esm/mainnet/oraichain.js +2 -8
  28. package/esm/mainnet/osmosis.js +2 -8
  29. package/esm/mainnet/persistence.js +2 -8
  30. package/esm/mainnet/quicksilver.js +2 -8
  31. package/esm/mainnet/saga.js +2 -8
  32. package/esm/mainnet/secretnetwork.js +170 -0
  33. package/esm/mainnet/sentinel.js +2 -8
  34. package/esm/mainnet/sifchain.js +2 -8
  35. package/esm/mainnet/stargaze.js +2 -8
  36. package/esm/mainnet/stride.js +2 -8
  37. package/esm/mainnet/teritori.js +2 -8
  38. package/esm/mainnet/terra.js +2 -8
  39. package/esm/mainnet/terra2.js +84 -8
  40. package/esm/mainnet/umee.js +2 -8
  41. package/index.d.ts +1 -1
  42. package/mainnet/agoric.js +2 -8
  43. package/mainnet/akash.js +2 -8
  44. package/mainnet/andromeda.js +2 -8
  45. package/mainnet/archway.js +2 -8
  46. package/mainnet/axelar.js +2 -8
  47. package/mainnet/celestia.js +2 -8
  48. package/mainnet/cheqd.js +2 -8
  49. package/mainnet/chihuahua.js +2 -8
  50. package/mainnet/comdex.js +2 -8
  51. package/mainnet/composable.js +2 -8
  52. package/mainnet/coreum.js +2 -8
  53. package/mainnet/cosmoshub.js +2 -8
  54. package/mainnet/crescent.js +2 -8
  55. package/mainnet/dungeon.js +164 -0
  56. package/mainnet/dymension.js +2 -8
  57. package/mainnet/evmos.js +2 -8
  58. package/mainnet/gravitybridge.js +2 -8
  59. package/mainnet/injective.js +2 -8
  60. package/mainnet/jackal.js +2 -8
  61. package/mainnet/juno.js +2 -8
  62. package/mainnet/kujira.js +2 -8
  63. package/mainnet/migaloo.js +84 -8
  64. package/mainnet/neutron.js +2 -8
  65. package/mainnet/noble.js +2 -8
  66. package/mainnet/nolus.js +2 -8
  67. package/mainnet/nyx.js +80 -0
  68. package/mainnet/oraichain.js +2 -8
  69. package/mainnet/osmosis.js +2 -8
  70. package/mainnet/persistence.js +2 -8
  71. package/mainnet/quicksilver.js +2 -8
  72. package/mainnet/saga.js +2 -8
  73. package/mainnet/secretnetwork.js +170 -0
  74. package/mainnet/sentinel.js +2 -8
  75. package/mainnet/sifchain.js +2 -8
  76. package/mainnet/stargaze.js +2 -8
  77. package/mainnet/stride.js +2 -8
  78. package/mainnet/teritori.js +2 -8
  79. package/mainnet/terra.js +2 -8
  80. package/mainnet/terra2.js +84 -8
  81. package/mainnet/umee.js +2 -8
  82. package/package.json +5 -5
@@ -89,6 +89,45 @@ const assets = {
89
89
  }
90
90
  }]
91
91
  },
92
+ {
93
+ description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
94
+ denom_units: [{
95
+ denom: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
96
+ exponent: 0,
97
+ aliases: ['uwhale']
98
+ }, {
99
+ denom: 'whale',
100
+ exponent: 6
101
+ }],
102
+ base: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
103
+ name: 'Whale',
104
+ display: 'whale',
105
+ symbol: 'WHALE',
106
+ logo_URIs: {
107
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
108
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
109
+ },
110
+ coingecko_id: 'white-whale',
111
+ images: [{
112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
113
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
114
+ theme: {
115
+ primary_color_hex: '#1c1c1c'
116
+ }
117
+ }],
118
+ type_asset: 'sdk.coin',
119
+ traces: [{
120
+ type: 'ibc',
121
+ counterparty: {
122
+ channel_id: 'channel-142',
123
+ base_denom: 'uwhale',
124
+ chain_name: 'migaloo'
125
+ },
126
+ chain: {
127
+ channel_id: 'channel-6'
128
+ }
129
+ }]
130
+ },
92
131
  {
93
132
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
94
133
  denom_units: [{
@@ -373,6 +412,88 @@ const assets = {
373
412
  }
374
413
  }]
375
414
  },
415
+ {
416
+ description: 'The native staking token of Terra.',
417
+ denom_units: [{
418
+ denom: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
419
+ exponent: 0,
420
+ aliases: ['uluna']
421
+ }, {
422
+ denom: 'luna',
423
+ exponent: 6
424
+ }],
425
+ base: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
426
+ name: 'Luna',
427
+ display: 'luna',
428
+ symbol: 'LUNA',
429
+ logo_URIs: {
430
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
431
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
432
+ },
433
+ coingecko_id: 'terra-luna-2',
434
+ images: [{
435
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
436
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg',
437
+ theme: {
438
+ primary_color_hex: '#f4de6f'
439
+ }
440
+ }],
441
+ socials: {
442
+ website: 'https://www.terra.money/',
443
+ twitter: 'https://twitter.com/terra_money'
444
+ },
445
+ type_asset: 'sdk.coin',
446
+ traces: [{
447
+ type: 'ibc',
448
+ counterparty: {
449
+ channel_id: 'channel-582',
450
+ base_denom: 'uluna',
451
+ chain_name: 'terra2'
452
+ },
453
+ chain: {
454
+ channel_id: 'channel-7'
455
+ }
456
+ }]
457
+ },
458
+ {
459
+ description: 'Migaloo is a cosmwasm-powered, permissionless blockchain designed to build decentralized applications with a focus on interchain liquidity solutions.',
460
+ denom_units: [{
461
+ denom: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
462
+ exponent: 0,
463
+ aliases: ['uwhale']
464
+ }, {
465
+ denom: 'whale',
466
+ exponent: 6
467
+ }],
468
+ base: 'ibc/3A5933F14B4B1F9FF39B786CD3C37740D85C8D02CB1EF998471F4F945E515F98',
469
+ name: 'Whale',
470
+ display: 'whale',
471
+ symbol: 'WHALE',
472
+ logo_URIs: {
473
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
474
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg'
475
+ },
476
+ coingecko_id: 'white-whale',
477
+ images: [{
478
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.png',
479
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/migaloo/images/white-whale.svg',
480
+ theme: {
481
+ primary_color_hex: '#1c1c1c'
482
+ }
483
+ }],
484
+ type_asset: 'sdk.coin',
485
+ traces: [{
486
+ type: 'ibc',
487
+ counterparty: {
488
+ channel_id: 'channel-142',
489
+ base_denom: 'uwhale',
490
+ chain_name: 'migaloo'
491
+ },
492
+ chain: {
493
+ channel_id: 'channel-6'
494
+ }
495
+ }]
496
+ },
376
497
  {
377
498
  description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
378
499
  denom_units: [{
@@ -656,6 +777,49 @@ const assets = {
656
777
  channel_id: 'channel-5'
657
778
  }
658
779
  }]
780
+ },
781
+ {
782
+ description: 'The native staking token of Terra.',
783
+ denom_units: [{
784
+ denom: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
785
+ exponent: 0,
786
+ aliases: ['uluna']
787
+ }, {
788
+ denom: 'luna',
789
+ exponent: 6
790
+ }],
791
+ base: 'ibc/7B510288CA9EC3C8D034DDC1777DD6A0297B4A2BC6D4BC290ECDE977FA44E9E4',
792
+ name: 'Luna',
793
+ display: 'luna',
794
+ symbol: 'LUNA',
795
+ logo_URIs: {
796
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
797
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg'
798
+ },
799
+ coingecko_id: 'terra-luna-2',
800
+ images: [{
801
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.png',
802
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/luna.svg',
803
+ theme: {
804
+ primary_color_hex: '#f4de6f'
805
+ }
806
+ }],
807
+ socials: {
808
+ website: 'https://www.terra.money/',
809
+ twitter: 'https://twitter.com/terra_money'
810
+ },
811
+ type_asset: 'sdk.coin',
812
+ traces: [{
813
+ type: 'ibc',
814
+ counterparty: {
815
+ channel_id: 'channel-582',
816
+ base_denom: 'uluna',
817
+ chain_name: 'terra2'
818
+ },
819
+ chain: {
820
+ channel_id: 'channel-7'
821
+ }
822
+ }]
659
823
  }
660
824
  ]
661
825
  };
@@ -1308,10 +1308,7 @@ const assets = {
1308
1308
  coingecko_id: 'secret',
1309
1309
  images: [{
1310
1310
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1311
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
1312
- theme: {
1313
- primary_color_hex: '#040404'
1314
- }
1311
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1315
1312
  }],
1316
1313
  socials: {
1317
1314
  website: 'https://scrt.network/',
@@ -2252,10 +2249,7 @@ const assets = {
2252
2249
  coingecko_id: 'secret',
2253
2250
  images: [{
2254
2251
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
2255
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
2256
- theme: {
2257
- primary_color_hex: '#040404'
2258
- }
2252
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
2259
2253
  }],
2260
2254
  socials: {
2261
2255
  website: 'https://scrt.network/',
package/mainnet/evmos.js CHANGED
@@ -2336,10 +2336,7 @@ const assets = {
2336
2336
  coingecko_id: 'secret',
2337
2337
  images: [{
2338
2338
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
2339
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
2340
- theme: {
2341
- primary_color_hex: '#040404'
2342
- }
2339
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
2343
2340
  }],
2344
2341
  socials: {
2345
2342
  website: 'https://scrt.network/',
@@ -3385,10 +3382,7 @@ const assets = {
3385
3382
  coingecko_id: 'secret',
3386
3383
  images: [{
3387
3384
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
3388
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
3389
- theme: {
3390
- primary_color_hex: '#040404'
3391
- }
3385
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
3392
3386
  }],
3393
3387
  socials: {
3394
3388
  website: 'https://scrt.network/',
@@ -1780,10 +1780,7 @@ const assets = {
1780
1780
  coingecko_id: 'secret',
1781
1781
  images: [{
1782
1782
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1783
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
1784
- theme: {
1785
- primary_color_hex: '#040404'
1786
- }
1783
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1787
1784
  }],
1788
1785
  socials: {
1789
1786
  website: 'https://scrt.network/',
@@ -2298,10 +2295,7 @@ const assets = {
2298
2295
  coingecko_id: 'secret',
2299
2296
  images: [{
2300
2297
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
2301
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
2302
- theme: {
2303
- primary_color_hex: '#040404'
2304
- }
2298
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
2305
2299
  }],
2306
2300
  socials: {
2307
2301
  website: 'https://scrt.network/',
@@ -4853,10 +4853,7 @@ const assets = {
4853
4853
  coingecko_id: 'secret',
4854
4854
  images: [{
4855
4855
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
4856
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
4857
- theme: {
4858
- primary_color_hex: '#040404'
4859
- }
4856
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
4860
4857
  }],
4861
4858
  socials: {
4862
4859
  website: 'https://scrt.network/',
@@ -8944,10 +8941,7 @@ const assets = {
8944
8941
  coingecko_id: 'secret',
8945
8942
  images: [{
8946
8943
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
8947
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
8948
- theme: {
8949
- primary_color_hex: '#040404'
8950
- }
8944
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
8951
8945
  }],
8952
8946
  socials: {
8953
8947
  website: 'https://scrt.network/',
package/mainnet/jackal.js CHANGED
@@ -563,10 +563,7 @@ const assets = {
563
563
  coingecko_id: 'secret',
564
564
  images: [{
565
565
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
566
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
567
- theme: {
568
- primary_color_hex: '#040404'
569
- }
566
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
570
567
  }],
571
568
  socials: {
572
569
  website: 'https://scrt.network/',
@@ -737,10 +734,7 @@ const assets = {
737
734
  coingecko_id: 'secret',
738
735
  images: [{
739
736
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
740
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
741
- theme: {
742
- primary_color_hex: '#040404'
743
- }
737
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
744
738
  }],
745
739
  socials: {
746
740
  website: 'https://scrt.network/',
package/mainnet/juno.js CHANGED
@@ -2328,10 +2328,7 @@ const assets = {
2328
2328
  coingecko_id: 'secret',
2329
2329
  images: [{
2330
2330
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
2331
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
2332
- theme: {
2333
- primary_color_hex: '#040404'
2334
- }
2331
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
2335
2332
  }],
2336
2333
  socials: {
2337
2334
  website: 'https://scrt.network/',
@@ -4232,10 +4229,7 @@ const assets = {
4232
4229
  coingecko_id: 'secret',
4233
4230
  images: [{
4234
4231
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
4235
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
4236
- theme: {
4237
- primary_color_hex: '#040404'
4238
- }
4232
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
4239
4233
  }],
4240
4234
  socials: {
4241
4235
  website: 'https://scrt.network/',
package/mainnet/kujira.js CHANGED
@@ -4637,10 +4637,7 @@ const assets = {
4637
4637
  coingecko_id: 'secret',
4638
4638
  images: [{
4639
4639
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
4640
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
4641
- theme: {
4642
- primary_color_hex: '#040404'
4643
- }
4640
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
4644
4641
  }],
4645
4642
  socials: {
4646
4643
  website: 'https://scrt.network/',
@@ -5904,10 +5901,7 @@ const assets = {
5904
5901
  coingecko_id: 'secret',
5905
5902
  images: [{
5906
5903
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
5907
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
5908
- theme: {
5909
- primary_color_hex: '#040404'
5910
- }
5904
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
5911
5905
  }],
5912
5906
  socials: {
5913
5907
  website: 'https://scrt.network/',
@@ -201,6 +201,47 @@ const assets = {
201
201
  }
202
202
  }]
203
203
  },
204
+ {
205
+ 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.',
206
+ denom_units: [{
207
+ denom: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
208
+ exponent: 0,
209
+ aliases: ['udgn']
210
+ }, {
211
+ denom: 'DGN',
212
+ exponent: 6
213
+ }],
214
+ base: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
215
+ name: 'Dragon',
216
+ display: 'DGN',
217
+ coingecko_id: 'dragon-coin-2',
218
+ symbol: 'DGN',
219
+ logo_URIs: {
220
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
221
+ },
222
+ socials: {
223
+ website: 'https://www.cryptodungeon.org',
224
+ twitter: 'https://twitter.com/cryptodungeonma'
225
+ },
226
+ images: [{
227
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
228
+ theme: {
229
+ circle: true
230
+ }
231
+ }],
232
+ type_asset: 'sdk.coin',
233
+ traces: [{
234
+ type: 'ibc',
235
+ counterparty: {
236
+ channel_id: 'channel-6',
237
+ base_denom: 'udgn',
238
+ chain_name: 'dungeon'
239
+ },
240
+ chain: {
241
+ channel_id: 'channel-142'
242
+ }
243
+ }]
244
+ },
204
245
  {
205
246
  description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
206
247
  denom_units: [{
@@ -969,6 +1010,47 @@ const assets = {
969
1010
  }
970
1011
  }]
971
1012
  },
1013
+ {
1014
+ 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.',
1015
+ denom_units: [{
1016
+ denom: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
1017
+ exponent: 0,
1018
+ aliases: ['udgn']
1019
+ }, {
1020
+ denom: 'DGN',
1021
+ exponent: 6
1022
+ }],
1023
+ base: 'ibc/D8C6D71032EC7CC4C9CCD0FF709CF87D34A7311FE5491E70F7EDE2351D189C10',
1024
+ name: 'Dragon',
1025
+ display: 'DGN',
1026
+ coingecko_id: 'dragon-coin-2',
1027
+ symbol: 'DGN',
1028
+ logo_URIs: {
1029
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
1030
+ },
1031
+ socials: {
1032
+ website: 'https://www.cryptodungeon.org',
1033
+ twitter: 'https://twitter.com/cryptodungeonma'
1034
+ },
1035
+ images: [{
1036
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
1037
+ theme: {
1038
+ circle: true
1039
+ }
1040
+ }],
1041
+ type_asset: 'sdk.coin',
1042
+ traces: [{
1043
+ type: 'ibc',
1044
+ counterparty: {
1045
+ channel_id: 'channel-6',
1046
+ base_denom: 'udgn',
1047
+ chain_name: 'dungeon'
1048
+ },
1049
+ chain: {
1050
+ channel_id: 'channel-142'
1051
+ }
1052
+ }]
1053
+ },
972
1054
  {
973
1055
  description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
974
1056
  denom_units: [{
@@ -1767,10 +1849,7 @@ const assets = {
1767
1849
  coingecko_id: 'secret',
1768
1850
  images: [{
1769
1851
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
1770
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
1771
- theme: {
1772
- primary_color_hex: '#040404'
1773
- }
1852
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
1774
1853
  }],
1775
1854
  socials: {
1776
1855
  website: 'https://scrt.network/',
@@ -2222,10 +2301,7 @@ const assets = {
2222
2301
  coingecko_id: 'secret',
2223
2302
  images: [{
2224
2303
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
2225
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
2226
- theme: {
2227
- primary_color_hex: '#040404'
2228
- }
2304
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
2229
2305
  }],
2230
2306
  socials: {
2231
2307
  website: 'https://scrt.network/',
@@ -5167,10 +5167,7 @@ const assets = {
5167
5167
  coingecko_id: 'secret',
5168
5168
  images: [{
5169
5169
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
5170
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
5171
- theme: {
5172
- primary_color_hex: '#040404'
5173
- }
5170
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
5174
5171
  }],
5175
5172
  socials: {
5176
5173
  website: 'https://scrt.network/',
@@ -8615,10 +8612,7 @@ const assets = {
8615
8612
  coingecko_id: 'secret',
8616
8613
  images: [{
8617
8614
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
8618
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
8619
- theme: {
8620
- primary_color_hex: '#040404'
8621
- }
8615
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
8622
8616
  }],
8623
8617
  socials: {
8624
8618
  website: 'https://scrt.network/',
package/mainnet/noble.js CHANGED
@@ -7049,10 +7049,7 @@ const assets = {
7049
7049
  coingecko_id: 'secret',
7050
7050
  images: [{
7051
7051
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
7052
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
7053
- theme: {
7054
- primary_color_hex: '#040404'
7055
- }
7052
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
7056
7053
  }],
7057
7054
  socials: {
7058
7055
  website: 'https://scrt.network/',
@@ -10614,10 +10611,7 @@ const assets = {
10614
10611
  coingecko_id: 'secret',
10615
10612
  images: [{
10616
10613
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
10617
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
10618
- theme: {
10619
- primary_color_hex: '#040404'
10620
- }
10614
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
10621
10615
  }],
10622
10616
  socials: {
10623
10617
  website: 'https://scrt.network/',
package/mainnet/nolus.js CHANGED
@@ -580,10 +580,7 @@ const assets = {
580
580
  coingecko_id: 'secret',
581
581
  images: [{
582
582
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
583
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
584
- theme: {
585
- primary_color_hex: '#040404'
586
- }
583
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
587
584
  }],
588
585
  socials: {
589
586
  website: 'https://scrt.network/',
@@ -711,10 +708,7 @@ const assets = {
711
708
  coingecko_id: 'secret',
712
709
  images: [{
713
710
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
714
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg',
715
- theme: {
716
- primary_color_hex: '#040404'
717
- }
711
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
718
712
  }],
719
713
  socials: {
720
714
  website: 'https://scrt.network/',
package/mainnet/nyx.js CHANGED
@@ -177,6 +177,46 @@ const assets = {
177
177
  }
178
178
  }]
179
179
  },
180
+ {
181
+ description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
182
+ denom_units: [{
183
+ denom: 'ibc/5B0968D76C6250F0824BD0BB4317DB34E884A14B345C83FB8256809855AC7CA7',
184
+ exponent: 0,
185
+ aliases: ['uscrt']
186
+ }, {
187
+ denom: 'scrt',
188
+ exponent: 6
189
+ }],
190
+ base: 'ibc/5B0968D76C6250F0824BD0BB4317DB34E884A14B345C83FB8256809855AC7CA7',
191
+ name: 'Secret Network',
192
+ display: 'scrt',
193
+ symbol: 'SCRT',
194
+ logo_URIs: {
195
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
196
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
197
+ },
198
+ coingecko_id: 'secret',
199
+ images: [{
200
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
201
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
202
+ }],
203
+ socials: {
204
+ website: 'https://scrt.network/',
205
+ twitter: 'https://twitter.com/SecretNetwork'
206
+ },
207
+ type_asset: 'sdk.coin',
208
+ traces: [{
209
+ type: 'ibc',
210
+ counterparty: {
211
+ channel_id: 'channel-174',
212
+ base_denom: 'uscrt',
213
+ chain_name: 'secretnetwork'
214
+ },
215
+ chain: {
216
+ channel_id: 'channel-12'
217
+ }
218
+ }]
219
+ },
180
220
  {
181
221
  description: 'The native token of Osmosis',
182
222
  denom_units: [{
@@ -264,6 +304,46 @@ const assets = {
264
304
  channel_id: 'channel-8'
265
305
  }
266
306
  }]
307
+ },
308
+ {
309
+ description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
310
+ denom_units: [{
311
+ denom: 'ibc/5B0968D76C6250F0824BD0BB4317DB34E884A14B345C83FB8256809855AC7CA7',
312
+ exponent: 0,
313
+ aliases: ['uscrt']
314
+ }, {
315
+ denom: 'scrt',
316
+ exponent: 6
317
+ }],
318
+ base: 'ibc/5B0968D76C6250F0824BD0BB4317DB34E884A14B345C83FB8256809855AC7CA7',
319
+ name: 'Secret Network',
320
+ display: 'scrt',
321
+ symbol: 'SCRT',
322
+ logo_URIs: {
323
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
324
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
325
+ },
326
+ coingecko_id: 'secret',
327
+ images: [{
328
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png',
329
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg'
330
+ }],
331
+ socials: {
332
+ website: 'https://scrt.network/',
333
+ twitter: 'https://twitter.com/SecretNetwork'
334
+ },
335
+ type_asset: 'sdk.coin',
336
+ traces: [{
337
+ type: 'ibc',
338
+ counterparty: {
339
+ channel_id: 'channel-174',
340
+ base_denom: 'uscrt',
341
+ chain_name: 'secretnetwork'
342
+ },
343
+ chain: {
344
+ channel_id: 'channel-12'
345
+ }
346
+ }]
267
347
  }
268
348
  ]
269
349
  };