chain-registry 1.69.117 → 1.69.118

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 (75) hide show
  1. package/devnet/assets.js +2 -0
  2. package/devnet/chains.js +2 -0
  3. package/devnet/manifestdevnet/assets.d.ts +3 -0
  4. package/devnet/manifestdevnet/assets.js +52 -0
  5. package/devnet/manifestdevnet/chain.d.ts +3 -0
  6. package/devnet/manifestdevnet/chain.js +75 -0
  7. package/devnet/manifestdevnet/index.d.ts +2 -0
  8. package/devnet/manifestdevnet/index.js +10 -0
  9. package/devnet/named.d.ts +1 -0
  10. package/devnet/named.js +2 -1
  11. package/esm/devnet/assets.js +2 -0
  12. package/esm/devnet/chains.js +2 -0
  13. package/esm/devnet/manifestdevnet/assets.js +50 -0
  14. package/esm/devnet/manifestdevnet/chain.js +73 -0
  15. package/esm/devnet/manifestdevnet/index.js +4 -0
  16. package/esm/devnet/named.js +1 -0
  17. package/esm/mainnet/akash/assets.js +0 -43
  18. package/esm/mainnet/archway/assets.js +0 -40
  19. package/esm/mainnet/axelar/chain.js +13 -6
  20. package/esm/mainnet/canto/assets.js +0 -43
  21. package/esm/mainnet/cosmoshub/assets.js +0 -37
  22. package/esm/mainnet/cronos/chain.js +9 -10
  23. package/esm/mainnet/cryptoorgchain/assets.js +3 -49
  24. package/esm/mainnet/elys/assets.js +0 -327
  25. package/esm/mainnet/juno/assets.js +0 -43
  26. package/esm/mainnet/kujira/assets.js +0 -40
  27. package/esm/mainnet/meme/assets.js +0 -42
  28. package/esm/mainnet/migaloo/assets.js +3 -3
  29. package/esm/mainnet/neutron/assets.js +0 -43
  30. package/esm/mainnet/oraichain/assets.js +0 -44
  31. package/esm/mainnet/osmosis/assets.js +0 -168
  32. package/esm/mainnet/planq/assets.js +3 -48
  33. package/esm/mainnet/quasar/assets.js +3 -3
  34. package/esm/mainnet/routerchain/assets.js +0 -49
  35. package/esm/mainnet/sei/assets.js +0 -40
  36. package/esm/mainnet/terra2/assets.js +0 -85
  37. package/esm/noncosmos/picasso/assets.js +3 -2
  38. package/esm/testnet/archwaytestnet/assets.js +3 -89
  39. package/esm/testnet/axelartestnet/assets.js +36 -36
  40. package/esm/testnet/dymensiontestnet1/assets.js +0 -42
  41. package/esm/testnet/elystestnet/assets.js +3 -90
  42. package/esm/testnet/elystestnet/chain.js +2 -18
  43. package/esm/testnet/mantrachaintestnet2/assets.js +2 -178
  44. package/esm/testnet/osmosistestnet/assets.js +0 -163
  45. package/esm/testnet/stridetestnet/assets.js +0 -83
  46. package/mainnet/akash/assets.js +0 -43
  47. package/mainnet/archway/assets.js +0 -40
  48. package/mainnet/axelar/chain.js +13 -6
  49. package/mainnet/canto/assets.js +0 -43
  50. package/mainnet/cosmoshub/assets.js +0 -37
  51. package/mainnet/cronos/chain.js +9 -10
  52. package/mainnet/cryptoorgchain/assets.js +3 -49
  53. package/mainnet/elys/assets.js +0 -327
  54. package/mainnet/juno/assets.js +0 -43
  55. package/mainnet/kujira/assets.js +0 -40
  56. package/mainnet/meme/assets.js +0 -42
  57. package/mainnet/migaloo/assets.js +3 -3
  58. package/mainnet/neutron/assets.js +0 -43
  59. package/mainnet/oraichain/assets.js +0 -44
  60. package/mainnet/osmosis/assets.js +0 -168
  61. package/mainnet/planq/assets.js +3 -48
  62. package/mainnet/quasar/assets.js +3 -3
  63. package/mainnet/routerchain/assets.js +0 -49
  64. package/mainnet/sei/assets.js +0 -40
  65. package/mainnet/terra2/assets.js +0 -85
  66. package/noncosmos/picasso/assets.js +3 -2
  67. package/package.json +4 -4
  68. package/testnet/archwaytestnet/assets.js +3 -89
  69. package/testnet/axelartestnet/assets.js +36 -36
  70. package/testnet/dymensiontestnet1/assets.js +0 -42
  71. package/testnet/elystestnet/assets.js +3 -90
  72. package/testnet/elystestnet/chain.js +2 -18
  73. package/testnet/mantrachaintestnet2/assets.js +2 -178
  74. package/testnet/osmosistestnet/assets.js +0 -163
  75. package/testnet/stridetestnet/assets.js +0 -83
@@ -290,50 +290,6 @@ const info = {
290
290
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/oraix.svg'
291
291
  }
292
292
  },
293
- {
294
- description: 'USDC issued on Oraichain.',
295
- denom_units: [{
296
- denom: 'cw20:orai15un8msx3n5zf9ahlxmfeqd2kwa5wm0nrpxer304m9nd5q6qq0g6sku5pdd',
297
- exponent: 0
298
- }, {
299
- denom: 'usdc',
300
- exponent: 6
301
- }],
302
- traces: [{
303
- type: 'ibc',
304
- counterparty: {
305
- chain_name: 'noble',
306
- base_denom: 'uusdc',
307
- channel_id: 'channel-34'
308
- },
309
- chain: {
310
- channel_id: 'channel-301',
311
- path: 'transfer/channel-301/uusdc'
312
- }
313
- }],
314
- type_asset: 'cw20',
315
- address: 'orai15un8msx3n5zf9ahlxmfeqd2kwa5wm0nrpxer304m9nd5q6qq0g6sku5pdd',
316
- base: 'cw20:orai15un8msx3n5zf9ahlxmfeqd2kwa5wm0nrpxer304m9nd5q6qq0g6sku5pdd',
317
- name: 'Usdc',
318
- display: 'usdc',
319
- symbol: 'USDC',
320
- images: [{
321
- image_sync: {
322
- chain_name: 'noble',
323
- base_denom: 'uusdc'
324
- },
325
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
326
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
327
- theme: {
328
- circle: true,
329
- primary_color_hex: '#2775CA'
330
- }
331
- }],
332
- logo_URIs: {
333
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
334
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
335
- }
336
- },
337
293
  {
338
294
  description: 'The KAWAII token is the cw20 token for the Oraichain.',
339
295
  denom_units: [{
@@ -20122,46 +20122,6 @@ const info = {
20122
20122
  }
20123
20123
  }]
20124
20124
  },
20125
- {
20126
- description: 'Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.',
20127
- denom_units: [{
20128
- denom: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
20129
- exponent: 0,
20130
- aliases: ['uKIMA']
20131
- }, {
20132
- denom: 'KIMA',
20133
- exponent: 6
20134
- }],
20135
- type_asset: 'ics20',
20136
- base: 'ibc/629B5691DE993DCD07AA1B0587AD52A7FA4E8F28B77DE15BCBDF936CA6F76E6C',
20137
- name: 'Kima Network',
20138
- display: 'KIMA',
20139
- symbol: 'KIMA',
20140
- traces: [{
20141
- type: 'ibc',
20142
- counterparty: {
20143
- chain_name: 'kimanetwork',
20144
- base_denom: 'uKIMA',
20145
- channel_id: 'channel-4'
20146
- },
20147
- chain: {
20148
- channel_id: 'channel-86496',
20149
- path: 'transfer/channel-86496/uKIMA'
20150
- }
20151
- }],
20152
- logo_URIs: {
20153
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
20154
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
20155
- },
20156
- images: [{
20157
- image_sync: {
20158
- chain_name: 'kimanetwork',
20159
- base_denom: 'uKIMA'
20160
- },
20161
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
20162
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
20163
- }]
20164
- },
20165
20125
  {
20166
20126
  description: 'STOS coin is the native token for the Stratos Blockchain. Stratos is a pioneering decentralized infrastructure service provider, revolutionizing AI and DePIN with advanced decentralized solutions in storage, computing, databases, and blockchain services. We empower Web 3.0 developpers and dApps through our scalable, reliable, and high-performance networks.',
20167
20127
  denom_units: [
@@ -22344,90 +22304,6 @@ const info = {
22344
22304
  }
22345
22305
  }]
22346
22306
  },
22347
- {
22348
- description: 'Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.',
22349
- denom_units: [{
22350
- denom: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71',
22351
- exponent: 0,
22352
- aliases: ['uKIMA']
22353
- }, {
22354
- denom: 'KIMA',
22355
- exponent: 6
22356
- }],
22357
- type_asset: 'ics20',
22358
- base: 'ibc/A6712952E566B8A9F29D0A533F043C3CE3CF9870B01A2180E390133119C14A71',
22359
- name: 'Kima Network',
22360
- display: 'KIMA',
22361
- symbol: 'KIMA',
22362
- traces: [{
22363
- type: 'ibc',
22364
- counterparty: {
22365
- chain_name: 'kimanetwork',
22366
- base_denom: 'uKIMA',
22367
- channel_id: 'channel-0'
22368
- },
22369
- chain: {
22370
- channel_id: 'channel-83350',
22371
- path: 'transfer/channel-83350/uKIMA'
22372
- }
22373
- }],
22374
- logo_URIs: {
22375
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
22376
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
22377
- },
22378
- images: [{
22379
- image_sync: {
22380
- chain_name: 'kimanetwork',
22381
- base_denom: 'uKIMA'
22382
- },
22383
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.png',
22384
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kimanetwork/images/kima.svg'
22385
- }]
22386
- },
22387
- {
22388
- description: 'The native token of Furya',
22389
- denom_units: [{
22390
- denom: 'ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12',
22391
- exponent: 0,
22392
- aliases: ['ufury']
22393
- }, {
22394
- denom: 'fury',
22395
- exponent: 6
22396
- }],
22397
- type_asset: 'ics20',
22398
- base: 'ibc/42D0FBF9DDC72D7359D309A93A6DF9F6FDEE3987EA1C5B3CDE95C06FCE183F12',
22399
- name: 'furya',
22400
- display: 'fury',
22401
- symbol: 'FURY',
22402
- traces: [{
22403
- type: 'ibc',
22404
- counterparty: {
22405
- chain_name: 'furya',
22406
- base_denom: 'ufury',
22407
- channel_id: 'channel-3'
22408
- },
22409
- chain: {
22410
- channel_id: 'channel-8690',
22411
- path: 'transfer/channel-8690/ufury'
22412
- }
22413
- }],
22414
- logo_URIs: {
22415
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
22416
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
22417
- },
22418
- images: [{
22419
- image_sync: {
22420
- chain_name: 'furya',
22421
- base_denom: 'ufury'
22422
- },
22423
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
22424
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg',
22425
- theme: {
22426
- primary_color_hex: '#040404'
22427
- }
22428
- }],
22429
- keywords: ['gaming', 'staking']
22430
- },
22431
22307
  {
22432
22308
  description: 'PUNDIX token is the native token that functions within the Pundi X ecosystem, including PundiX Chain and XPOS.',
22433
22309
  denom_units: [{
@@ -22477,50 +22353,6 @@ const info = {
22477
22353
  }],
22478
22354
  keywords: ['osmosis_unlisted']
22479
22355
  },
22480
- {
22481
- description: 'The native token of dHealth',
22482
- denom_units: [{
22483
- denom: 'ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9',
22484
- exponent: 0,
22485
- aliases: ['udhp']
22486
- }, {
22487
- denom: 'dhp',
22488
- exponent: 6
22489
- }],
22490
- type_asset: 'ics20',
22491
- base: 'ibc/320F8D6EC17E14436D19C6D844BB9A5AE9B9A209F6D18364A2191FF08E8732A9',
22492
- name: 'dHealth',
22493
- display: 'dhp',
22494
- symbol: 'DHP',
22495
- traces: [{
22496
- type: 'ibc',
22497
- counterparty: {
22498
- chain_name: 'dhealth',
22499
- base_denom: 'udhp',
22500
- channel_id: 'channel-1'
22501
- },
22502
- chain: {
22503
- channel_id: 'channel-38776',
22504
- path: 'transfer/channel-38776/udhp'
22505
- }
22506
- }],
22507
- logo_URIs: {
22508
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
22509
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
22510
- },
22511
- images: [{
22512
- image_sync: {
22513
- chain_name: 'dhealth',
22514
- base_denom: 'udhp'
22515
- },
22516
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
22517
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg',
22518
- theme: {
22519
- primary_color_hex: '#140c7c'
22520
- }
22521
- }],
22522
- keywords: ['osmosis_unlisted']
22523
- },
22524
22356
  {
22525
22357
  denom_units: [{
22526
22358
  denom: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
@@ -1,8 +1,7 @@
1
1
  const info = {
2
2
  $schema: '../assetlist.schema.json',
3
3
  chain_name: 'planq',
4
- assets: [
5
- {
4
+ assets: [{
6
5
  description: 'The native EVM, governance and staking token of the Planq Network',
7
6
  extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
8
7
  denom_units: [{
@@ -33,8 +32,7 @@ const info = {
33
32
  twitter: 'https://twitter.com/planqfoundation'
34
33
  },
35
34
  type_asset: 'sdk.coin'
36
- },
37
- {
35
+ }, {
38
36
  description: 'The token of Source Protocol bridged from BSC.',
39
37
  denom_units: [{
40
38
  denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
@@ -73,49 +71,6 @@ const info = {
73
71
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
74
72
  },
75
73
  type_asset: 'sdk.coin'
76
- },
77
- {
78
- description: 'MEME Token (MEME) is the native staking token of the MEME Chain',
79
- denom_units: [{
80
- denom: 'ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A',
81
- exponent: 0
82
- }, {
83
- denom: 'meme',
84
- exponent: 6
85
- }],
86
- base: 'ibc/747FF58D3F211497581252CEBE11D7E785FC1E53AC5C29497A361E3830F1AF4A',
87
- name: 'MEME',
88
- display: 'meme',
89
- symbol: 'MEME',
90
- logo_URIs: {
91
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
92
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg'
93
- },
94
- type_asset: 'ics20',
95
- traces: [{
96
- type: 'ibc',
97
- counterparty: {
98
- chain_name: 'meme',
99
- base_denom: 'umeme',
100
- channel_id: 'channel-11'
101
- },
102
- chain: {
103
- channel_id: 'channel-64',
104
- path: 'transfer/channel-64/umeme'
105
- }
106
- }],
107
- images: [{
108
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png',
109
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg',
110
- image_sync: {
111
- chain_name: 'meme',
112
- base_denom: 'umeme'
113
- },
114
- theme: {
115
- primary_color_hex: '#b7dcd8'
116
- }
117
- }]
118
- }
119
- ]
74
+ }]
120
75
  };
121
76
  export default info;
@@ -53,7 +53,7 @@ const info = {
53
53
  counterparty: {
54
54
  chain_name: 'osmosis',
55
55
  base_denom: 'uosmo',
56
- channel_id: 'channel-668'
56
+ channel_id: 'channel-688'
57
57
  },
58
58
  chain: {
59
59
  channel_id: 'channel-1',
@@ -97,7 +97,7 @@ const info = {
97
97
  counterparty: {
98
98
  chain_name: 'osmosis',
99
99
  base_denom: 'ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2',
100
- channel_id: 'channel-668'
100
+ channel_id: 'channel-688'
101
101
  },
102
102
  chain: {
103
103
  channel_id: 'channel-1',
@@ -141,7 +141,7 @@ const info = {
141
141
  counterparty: {
142
142
  chain_name: 'osmosis',
143
143
  base_denom: 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858',
144
- channel_id: 'channel-668'
144
+ channel_id: 'channel-688'
145
145
  },
146
146
  chain: {
147
147
  channel_id: 'channel-1',
@@ -32,55 +32,6 @@ const info = {
32
32
  twitter: 'https://x.com/routerprotocol'
33
33
  },
34
34
  type_asset: 'sdk.coin'
35
- }, {
36
- description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.',
37
- denom_units: [{
38
- denom: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
39
- exponent: 0,
40
- aliases: ['microusdc', 'uusdc']
41
- }, {
42
- denom: 'usdc',
43
- exponent: 6
44
- }],
45
- type_asset: 'ics20',
46
- base: 'ibc/B9E4FD154C92D3A23BEA029906C4C5FF2FE74CB7E3A058290B77197A263CF88B',
47
- name: 'USDC',
48
- display: 'usdc',
49
- symbol: 'USDC',
50
- traces: [
51
- {
52
- type: 'synthetic',
53
- counterparty: {
54
- chain_name: 'forex',
55
- base_denom: 'USD'
56
- },
57
- provider: 'Circle'
58
- },
59
- {
60
- type: 'additional-mintage',
61
- counterparty: {
62
- chain_name: 'ethereum',
63
- base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
64
- },
65
- provider: 'Circle'
66
- },
67
- {
68
- type: 'ibc',
69
- counterparty: {
70
- chain_name: 'noble',
71
- base_denom: 'uusdc',
72
- channel_id: 'channel-119'
73
- },
74
- chain: {
75
- channel_id: 'channel-13',
76
- path: 'transfer/channel-13/uusdc'
77
- }
78
- }
79
- ],
80
- logo_URIs: {
81
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
82
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
83
- }
84
35
  }]
85
36
  };
86
37
  export default info;
@@ -128,46 +128,6 @@ const info = {
128
128
  }],
129
129
  type_asset: 'sdk.coin'
130
130
  },
131
- {
132
- description: 'The first memecoin on osmosis.',
133
- denom_units: [{
134
- denom: 'ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A',
135
- exponent: 0
136
- }, {
137
- denom: 'WOSMO',
138
- exponent: 6
139
- }],
140
- type_asset: 'ics20',
141
- base: 'ibc/B023C57727A38A9CF87238F9008477C3761AD4774D528BFA458DD707D90B553A',
142
- name: 'Wosmo',
143
- display: 'WOSMO',
144
- symbol: 'WOSMO',
145
- traces: [{
146
- type: 'ibc',
147
- counterparty: {
148
- chain_name: 'osmosis',
149
- base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
150
- channel_id: 'channel-0'
151
- },
152
- chain: {
153
- channel_id: 'channel-782',
154
- path: 'transfer/channel-782/factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
155
- }
156
- }],
157
- images: [{
158
- image_sync: {
159
- chain_name: 'osmosis',
160
- base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
161
- },
162
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png',
163
- theme: {
164
- primary_color_hex: '#edd5ee'
165
- }
166
- }],
167
- logo_URIs: {
168
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png'
169
- }
170
- },
171
131
  {
172
132
  description: 'OOZARU is a meme token on SEI Network inspired by the iconic transformation in the Dragon Ball series',
173
133
  denom_units: [{
@@ -929,46 +929,6 @@ const info = {
929
929
  }
930
930
  }]
931
931
  },
932
- {
933
- description: 'The first memecoin on osmosis.',
934
- denom_units: [{
935
- denom: 'ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2',
936
- exponent: 0
937
- }, {
938
- denom: 'WOSMO',
939
- exponent: 6
940
- }],
941
- type_asset: 'ics20',
942
- base: 'ibc/E18C0D303957867A164DE2863D1C3F83135936E6F17CADF4D241FBC12B0F23B2',
943
- name: 'Wosmo',
944
- display: 'WOSMO',
945
- symbol: 'WOSMO',
946
- traces: [{
947
- type: 'ibc',
948
- counterparty: {
949
- chain_name: 'osmosis',
950
- base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO',
951
- channel_id: 'channel-1'
952
- },
953
- chain: {
954
- channel_id: 'channel-251',
955
- path: 'transfer/channel-251/factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
956
- }
957
- }],
958
- images: [{
959
- image_sync: {
960
- chain_name: 'osmosis',
961
- base_denom: 'factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO'
962
- },
963
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png',
964
- theme: {
965
- primary_color_hex: '#edd5ee'
966
- }
967
- }],
968
- logo_URIs: {
969
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wosmo.png'
970
- }
971
- },
972
932
  {
973
933
  description: 'DNA DAO',
974
934
  type_asset: 'cw20',
@@ -1320,51 +1280,6 @@ const info = {
1320
1280
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1321
1281
  }]
1322
1282
  },
1323
- {
1324
- description: 'Cosmo is the best currency in the universe.',
1325
- denom_units: [{
1326
- denom: 'ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201',
1327
- exponent: 0,
1328
- aliases: ['factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO']
1329
- }, {
1330
- denom: 'COSMO',
1331
- exponent: 6
1332
- }],
1333
- type_asset: 'ics20',
1334
- base: 'ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201',
1335
- name: 'Cosmo',
1336
- display: 'COSMO',
1337
- symbol: 'COSMO',
1338
- traces: [{
1339
- type: 'ibc',
1340
- counterparty: {
1341
- chain_name: 'injective',
1342
- base_denom: 'factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO',
1343
- channel_id: 'channel-8'
1344
- },
1345
- chain: {
1346
- channel_id: 'channel-122',
1347
- path: 'transfer/channel-122/factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO'
1348
- }
1349
- }],
1350
- logo_URIs: {
1351
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png'
1352
- },
1353
- images: [{
1354
- image_sync: {
1355
- chain_name: 'injective',
1356
- base_denom: 'factory/inj1je6n5sr4qtx2lhpldfxndntmgls9hf38ncmcez/COSMO'
1357
- },
1358
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/cosmo.png',
1359
- theme: {
1360
- primary_color_hex: '#343169'
1361
- }
1362
- }],
1363
- socials: {
1364
- website: 'https://github.com/raphaellafar/Cosmo',
1365
- twitter: 'https://x.com/CosmoClub84'
1366
- }
1367
- },
1368
1283
  {
1369
1284
  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.',
1370
1285
  denom_units: [{
@@ -70,7 +70,7 @@ const info = {
70
70
  display: 'dot',
71
71
  symbol: 'DOT',
72
72
  traces: [{
73
- type: 'ibc',
73
+ type: 'ibc-bridge',
74
74
  counterparty: {
75
75
  chain_name: 'composablepolkadot',
76
76
  base_denom: '79228162514264337593543950342',
@@ -79,7 +79,8 @@ const info = {
79
79
  chain: {
80
80
  channel_id: 'channel-15',
81
81
  path: 'transfer/channel-15/79228162514264337593543950342'
82
- }
82
+ },
83
+ provider: 'Picasso'
83
84
  }],
84
85
  images: [{
85
86
  image_sync: {
@@ -1,8 +1,7 @@
1
1
  const info = {
2
2
  $schema: '../../assetlist.schema.json',
3
3
  chain_name: 'archwaytestnet',
4
- assets: [
5
- {
4
+ assets: [{
6
5
  description: 'The native token of Archway Test Network.',
7
6
  denom_units: [
8
7
  {
@@ -50,8 +49,7 @@ const info = {
50
49
  twitter: 'https://twitter.com/archwayHQ'
51
50
  },
52
51
  type_asset: 'sdk.coin'
53
- },
54
- {
52
+ }, {
55
53
  description: 'Wrapped CONST (Archway Testnet token)',
56
54
  type_asset: 'cw20',
57
55
  address: 'archway1dz6h2smr432gvzruklk3lps7ak2ca7cngdge4vym93wehkkypwpqgwr2q2',
@@ -89,90 +87,6 @@ const info = {
89
87
  primary_color_hex: '#000000'
90
88
  }
91
89
  }]
92
- },
93
- {
94
- description: 'Circle\'s USDC Noble Testnet (Grand) on Archway Testnet',
95
- denom_units: [{
96
- denom: 'ibc/34F8D3402273FFA5278AE5757D81CE151ACFD4B19C494C0EE372A7229714824F',
97
- exponent: 0,
98
- aliases: ['uusdc']
99
- }, {
100
- denom: 'usdc',
101
- exponent: 6
102
- }],
103
- type_asset: 'ics20',
104
- base: 'ibc/34F8D3402273FFA5278AE5757D81CE151ACFD4B19C494C0EE372A7229714824F',
105
- name: 'USDC (Noble)',
106
- display: 'usdc',
107
- symbol: 'USDC',
108
- traces: [{
109
- type: 'ibc',
110
- counterparty: {
111
- chain_name: 'nobletestnet',
112
- base_denom: 'uusdc',
113
- channel_id: 'channel-215'
114
- },
115
- chain: {
116
- channel_id: 'channel-500',
117
- path: 'transfer/channel-500/uusdc'
118
- }
119
- }],
120
- logo_URIs: {
121
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
122
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
123
- },
124
- images: [{
125
- image_sync: {
126
- chain_name: 'noble',
127
- base_denom: 'uusdc'
128
- },
129
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
130
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
131
- theme: {
132
- circle: true,
133
- primary_color_hex: '#2775CA'
134
- }
135
- }]
136
- },
137
- {
138
- description: 'Wrapped USDC (Noble Testnet Grand)',
139
- type_asset: 'cw20',
140
- address: 'archway172vetupqnkgdc7dp3gwqpvk5ljmgzyj2gs4ag2fdmp0s2rucxxsqh0nqeu',
141
- denom_units: [{
142
- denom: 'cw20:archway172vetupqnkgdc7dp3gwqpvk5ljmgzyj2gs4ag2fdmp0s2rucxxsqh0nqeu',
143
- exponent: 0
144
- }, {
145
- denom: 'wUSDC',
146
- exponent: 6
147
- }],
148
- base: 'cw20:archway172vetupqnkgdc7dp3gwqpvk5ljmgzyj2gs4ag2fdmp0s2rucxxsqh0nqeu',
149
- name: 'Wrapped USDC',
150
- display: 'wUSDC',
151
- symbol: 'wUSDC',
152
- traces: [{
153
- type: 'wrapped',
154
- counterparty: {
155
- chain_name: 'archwaytestnet',
156
- base_denom: 'ibc/34F8D3402273FFA5278AE5757D81CE151ACFD4B19C494C0EE372A7229714824F'
157
- },
158
- provider: 'Archway'
159
- }],
160
- logo_URIs: {
161
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wUsdc-noble.png',
162
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wUsdc-noble.svg'
163
- },
164
- images: [{
165
- image_sync: {
166
- chain_name: 'archway',
167
- base_denom: 'cw20:archway1gaf9nw7n8v5lpjz9caxjpps006kxfcrzcuc8y5qp4clslhven2ns2g0ule'
168
- },
169
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wUsdc-noble.png',
170
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/wUsdc-noble.svg',
171
- theme: {
172
- primary_color_hex: '#000000'
173
- }
174
- }]
175
- }
176
- ]
90
+ }]
177
91
  };
178
92
  export default info;