@chain-registry/assets 1.70.107 → 1.70.109

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 (43) hide show
  1. package/README.md +15 -12
  2. package/esm/mainnet/agoric.js +84 -0
  3. package/esm/mainnet/axelar.js +8 -8
  4. package/esm/mainnet/celestia.js +84 -0
  5. package/esm/mainnet/cosmoshub.js +24 -24
  6. package/esm/mainnet/dydx.js +84 -0
  7. package/esm/mainnet/injective.js +108 -24
  8. package/esm/mainnet/int3face.js +306 -0
  9. package/esm/mainnet/jackal.js +8 -8
  10. package/esm/mainnet/migaloo.js +216 -0
  11. package/esm/mainnet/neutron.js +80 -0
  12. package/esm/mainnet/noble.js +24 -24
  13. package/esm/mainnet/omniflixhub.js +84 -0
  14. package/esm/mainnet/osmosis.js +240 -24
  15. package/esm/mainnet/quicksilver.js +1528 -168
  16. package/esm/mainnet/saga.js +84 -0
  17. package/esm/mainnet/sommelier.js +84 -0
  18. package/esm/mainnet/terra2.js +108 -24
  19. package/esm/mainnet/xion.js +84 -0
  20. package/esm/testnet/axelartestnet.js +140 -0
  21. package/esm/testnet/manifesttestnet.js +72 -0
  22. package/index.d.ts +1 -1
  23. package/mainnet/agoric.js +84 -0
  24. package/mainnet/axelar.js +8 -8
  25. package/mainnet/celestia.js +84 -0
  26. package/mainnet/cosmoshub.js +24 -24
  27. package/mainnet/dydx.js +84 -0
  28. package/mainnet/injective.js +108 -24
  29. package/mainnet/int3face.js +306 -0
  30. package/mainnet/jackal.js +8 -8
  31. package/mainnet/migaloo.js +216 -0
  32. package/mainnet/neutron.js +80 -0
  33. package/mainnet/noble.js +24 -24
  34. package/mainnet/omniflixhub.js +84 -0
  35. package/mainnet/osmosis.js +240 -24
  36. package/mainnet/quicksilver.js +1528 -168
  37. package/mainnet/saga.js +84 -0
  38. package/mainnet/sommelier.js +84 -0
  39. package/mainnet/terra2.js +108 -24
  40. package/mainnet/xion.js +84 -0
  41. package/package.json +5 -5
  42. package/testnet/axelartestnet.js +140 -0
  43. package/testnet/manifesttestnet.js +72 -0
@@ -35,6 +35,76 @@ const assets = {
35
35
  }
36
36
  }]
37
37
  },
38
+ {
39
+ description: 'Manifest testnet native token',
40
+ denom_units: [{
41
+ denom: 'ibc/EAC654CC560CC03D82AE4BAA808BD0B6E06E9F29F62194B46C0502D967349E24',
42
+ exponent: 0,
43
+ aliases: ['umfx']
44
+ }, {
45
+ denom: 'mfx',
46
+ exponent: 6
47
+ }],
48
+ base: 'ibc/EAC654CC560CC03D82AE4BAA808BD0B6E06E9F29F62194B46C0502D967349E24',
49
+ name: 'Manifest Testnet Token',
50
+ display: 'mfx',
51
+ symbol: 'MFX',
52
+ logo_URIs: {
53
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
54
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
55
+ },
56
+ images: [{
57
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
58
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
59
+ }],
60
+ type_asset: 'sdk.coin',
61
+ traces: [{
62
+ type: 'ibc',
63
+ counterparty: {
64
+ channel_id: 'channel-3',
65
+ base_denom: 'umfx',
66
+ chain_name: 'manifesttestnet'
67
+ },
68
+ chain: {
69
+ channel_id: 'channel-590'
70
+ }
71
+ }]
72
+ },
73
+ {
74
+ description: 'Proof of Authority token for the Manifest testnet',
75
+ denom_units: [{
76
+ denom: 'ibc/19E6407BFF89388736741F6EE3CBED86EAA29DA8CF3314E14CA916FF76577A5F',
77
+ exponent: 0,
78
+ aliases: ['upoa']
79
+ }, {
80
+ denom: 'poa',
81
+ exponent: 6
82
+ }],
83
+ base: 'ibc/19E6407BFF89388736741F6EE3CBED86EAA29DA8CF3314E14CA916FF76577A5F',
84
+ name: 'Manifest Testnet Token',
85
+ display: 'poa',
86
+ symbol: 'POA',
87
+ logo_URIs: {
88
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
89
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
90
+ },
91
+ images: [{
92
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
93
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
94
+ }],
95
+ type_asset: 'sdk.coin',
96
+ traces: [{
97
+ type: 'ibc',
98
+ counterparty: {
99
+ channel_id: 'channel-3',
100
+ base_denom: 'upoa',
101
+ chain_name: 'manifesttestnet'
102
+ },
103
+ chain: {
104
+ channel_id: 'channel-590'
105
+ }
106
+ }]
107
+ },
38
108
  {
39
109
  description: 'The native token of Osmosis',
40
110
  denom_units: [{
@@ -444,6 +514,76 @@ const assets = {
444
514
  }
445
515
  }]
446
516
  },
517
+ {
518
+ description: 'Manifest testnet native token',
519
+ denom_units: [{
520
+ denom: 'ibc/EAC654CC560CC03D82AE4BAA808BD0B6E06E9F29F62194B46C0502D967349E24',
521
+ exponent: 0,
522
+ aliases: ['umfx']
523
+ }, {
524
+ denom: 'mfx',
525
+ exponent: 6
526
+ }],
527
+ base: 'ibc/EAC654CC560CC03D82AE4BAA808BD0B6E06E9F29F62194B46C0502D967349E24',
528
+ name: 'Manifest Testnet Token',
529
+ display: 'mfx',
530
+ symbol: 'MFX',
531
+ logo_URIs: {
532
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
533
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
534
+ },
535
+ images: [{
536
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
537
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
538
+ }],
539
+ type_asset: 'sdk.coin',
540
+ traces: [{
541
+ type: 'ibc',
542
+ counterparty: {
543
+ channel_id: 'channel-3',
544
+ base_denom: 'umfx',
545
+ chain_name: 'manifesttestnet'
546
+ },
547
+ chain: {
548
+ channel_id: 'channel-590'
549
+ }
550
+ }]
551
+ },
552
+ {
553
+ description: 'Proof of Authority token for the Manifest testnet',
554
+ denom_units: [{
555
+ denom: 'ibc/19E6407BFF89388736741F6EE3CBED86EAA29DA8CF3314E14CA916FF76577A5F',
556
+ exponent: 0,
557
+ aliases: ['upoa']
558
+ }, {
559
+ denom: 'poa',
560
+ exponent: 6
561
+ }],
562
+ base: 'ibc/19E6407BFF89388736741F6EE3CBED86EAA29DA8CF3314E14CA916FF76577A5F',
563
+ name: 'Manifest Testnet Token',
564
+ display: 'poa',
565
+ symbol: 'POA',
566
+ logo_URIs: {
567
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
568
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
569
+ },
570
+ images: [{
571
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.png',
572
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifest/images/manifest.svg'
573
+ }],
574
+ type_asset: 'sdk.coin',
575
+ traces: [{
576
+ type: 'ibc',
577
+ counterparty: {
578
+ channel_id: 'channel-3',
579
+ base_denom: 'upoa',
580
+ chain_name: 'manifesttestnet'
581
+ },
582
+ chain: {
583
+ channel_id: 'channel-590'
584
+ }
585
+ }]
586
+ },
447
587
  {
448
588
  description: 'The native token of Osmosis',
449
589
  denom_units: [{
@@ -1,6 +1,78 @@
1
1
  const assets = {
2
2
  chain_name: 'manifesttestnet',
3
3
  assets: [
4
+ {
5
+ description: 'The native token of Axelar',
6
+ denom_units: [{
7
+ denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
8
+ exponent: 0,
9
+ aliases: ['uaxl']
10
+ }, {
11
+ denom: 'axl',
12
+ exponent: 6
13
+ }],
14
+ base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
15
+ name: 'Axelar',
16
+ display: 'axl',
17
+ symbol: 'AXL',
18
+ logo_URIs: {
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
20
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
21
+ },
22
+ coingecko_id: 'axelar',
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
26
+ }],
27
+ type_asset: 'sdk.coin',
28
+ traces: [{
29
+ type: 'ibc',
30
+ counterparty: {
31
+ channel_id: 'channel-590',
32
+ base_denom: 'uaxl',
33
+ chain_name: 'axelartestnet'
34
+ },
35
+ chain: {
36
+ channel_id: 'channel-3'
37
+ }
38
+ }]
39
+ },
40
+ {
41
+ description: 'The native token of Axelar',
42
+ denom_units: [{
43
+ denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
44
+ exponent: 0,
45
+ aliases: ['uaxl']
46
+ }, {
47
+ denom: 'axl',
48
+ exponent: 6
49
+ }],
50
+ base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
51
+ name: 'Axelar',
52
+ display: 'axl',
53
+ symbol: 'AXL',
54
+ logo_URIs: {
55
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
56
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
57
+ },
58
+ coingecko_id: 'axelar',
59
+ images: [{
60
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
61
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
62
+ }],
63
+ type_asset: 'sdk.coin',
64
+ traces: [{
65
+ type: 'ibc',
66
+ counterparty: {
67
+ channel_id: 'channel-590',
68
+ base_denom: 'uaxl',
69
+ chain_name: 'axelartestnet'
70
+ },
71
+ chain: {
72
+ channel_id: 'channel-3'
73
+ }
74
+ }]
75
+ },
4
76
  {
5
77
  description: 'The native token of Osmosis',
6
78
  denom_units: [{
package/index.d.ts CHANGED
@@ -4,7 +4,7 @@ export * from './devnet';
4
4
  export * from './noncosmos';
5
5
  import asset_lists from './asset_lists';
6
6
  declare const _default: {
7
- asset_lists: AssetList[];
7
+ asset_lists: import("@chain-registry/types").AssetList[];
8
8
  };
9
9
  export default _default;
10
10
  export { asset_lists };
package/mainnet/agoric.js CHANGED
@@ -1151,6 +1151,48 @@ const assets = {
1151
1151
  }
1152
1152
  }]
1153
1153
  },
1154
+ {
1155
+ description: 'QCK - native token of Quicksilver',
1156
+ denom_units: [{
1157
+ denom: 'ibc/BBEFCA0C55CF6FE326385725904DD817F7229B82332E8B947F0B15AE1CD66092',
1158
+ exponent: 0,
1159
+ aliases: ['uqck']
1160
+ }, {
1161
+ denom: 'qck',
1162
+ exponent: 6,
1163
+ aliases: []
1164
+ }],
1165
+ base: 'ibc/BBEFCA0C55CF6FE326385725904DD817F7229B82332E8B947F0B15AE1CD66092',
1166
+ name: 'Quicksilver',
1167
+ display: 'qck',
1168
+ symbol: 'QCK',
1169
+ logo_URIs: {
1170
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1171
+ },
1172
+ coingecko_id: 'quicksilver',
1173
+ images: [{
1174
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
1175
+ theme: {
1176
+ primary_color_hex: '#b2b2b2'
1177
+ }
1178
+ }],
1179
+ socials: {
1180
+ website: 'https://quicksilver.zone/',
1181
+ twitter: 'https://twitter.com/quicksilverzone'
1182
+ },
1183
+ type_asset: 'sdk.coin',
1184
+ traces: [{
1185
+ type: 'ibc',
1186
+ counterparty: {
1187
+ channel_id: 'channel-125',
1188
+ base_denom: 'uqck',
1189
+ chain_name: 'quicksilver'
1190
+ },
1191
+ chain: {
1192
+ channel_id: 'channel-68'
1193
+ }
1194
+ }]
1195
+ },
1154
1196
  {
1155
1197
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
1156
1198
  denom_units: [{
@@ -2421,6 +2463,48 @@ const assets = {
2421
2463
  }
2422
2464
  }]
2423
2465
  },
2466
+ {
2467
+ description: 'QCK - native token of Quicksilver',
2468
+ denom_units: [{
2469
+ denom: 'ibc/BBEFCA0C55CF6FE326385725904DD817F7229B82332E8B947F0B15AE1CD66092',
2470
+ exponent: 0,
2471
+ aliases: ['uqck']
2472
+ }, {
2473
+ denom: 'qck',
2474
+ exponent: 6,
2475
+ aliases: []
2476
+ }],
2477
+ base: 'ibc/BBEFCA0C55CF6FE326385725904DD817F7229B82332E8B947F0B15AE1CD66092',
2478
+ name: 'Quicksilver',
2479
+ display: 'qck',
2480
+ symbol: 'QCK',
2481
+ logo_URIs: {
2482
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
2483
+ },
2484
+ coingecko_id: 'quicksilver',
2485
+ images: [{
2486
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
2487
+ theme: {
2488
+ primary_color_hex: '#b2b2b2'
2489
+ }
2490
+ }],
2491
+ socials: {
2492
+ website: 'https://quicksilver.zone/',
2493
+ twitter: 'https://twitter.com/quicksilverzone'
2494
+ },
2495
+ type_asset: 'sdk.coin',
2496
+ traces: [{
2497
+ type: 'ibc',
2498
+ counterparty: {
2499
+ channel_id: 'channel-125',
2500
+ base_denom: 'uqck',
2501
+ chain_name: 'quicksilver'
2502
+ },
2503
+ chain: {
2504
+ channel_id: 'channel-68'
2505
+ }
2506
+ }]
2507
+ },
2424
2508
  {
2425
2509
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
2426
2510
  denom_units: [{
package/mainnet/axelar.js CHANGED
@@ -1842,14 +1842,14 @@ const assets = {
1842
1842
  {
1843
1843
  description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
1844
1844
  denom_units: [{
1845
- denom: 'ibc/2027EC8CD73EB3F0E7E46FFFD71F5A06F91067BE188ADC9D5F512CD8F2145226',
1845
+ denom: 'ibc/A510E27678EF927ABF6781D9A96D3AE1FCA083ACE89EBFF3CC55D343C5192444',
1846
1846
  exponent: 0,
1847
1847
  aliases: ['ujkl']
1848
1848
  }, {
1849
1849
  denom: 'jkl',
1850
1850
  exponent: 6
1851
1851
  }],
1852
- base: 'ibc/2027EC8CD73EB3F0E7E46FFFD71F5A06F91067BE188ADC9D5F512CD8F2145226',
1852
+ base: 'ibc/A510E27678EF927ABF6781D9A96D3AE1FCA083ACE89EBFF3CC55D343C5192444',
1853
1853
  name: 'Jackal',
1854
1854
  display: 'jkl',
1855
1855
  symbol: 'JKL',
@@ -1869,12 +1869,12 @@ const assets = {
1869
1869
  traces: [{
1870
1870
  type: 'ibc',
1871
1871
  counterparty: {
1872
- channel_id: 'channel-49',
1872
+ channel_id: 'channel-153',
1873
1873
  base_denom: 'ujkl',
1874
1874
  chain_name: 'jackal'
1875
1875
  },
1876
1876
  chain: {
1877
- channel_id: 'channel-137'
1877
+ channel_id: 'channel-168'
1878
1878
  }
1879
1879
  }]
1880
1880
  },
@@ -8524,14 +8524,14 @@ const assets = {
8524
8524
  {
8525
8525
  description: 'Jackal Network is a decentralized storage platform that aims to provide secure, private, and efficient data storage solutions on the blockchain.',
8526
8526
  denom_units: [{
8527
- denom: 'ibc/2027EC8CD73EB3F0E7E46FFFD71F5A06F91067BE188ADC9D5F512CD8F2145226',
8527
+ denom: 'ibc/A510E27678EF927ABF6781D9A96D3AE1FCA083ACE89EBFF3CC55D343C5192444',
8528
8528
  exponent: 0,
8529
8529
  aliases: ['ujkl']
8530
8530
  }, {
8531
8531
  denom: 'jkl',
8532
8532
  exponent: 6
8533
8533
  }],
8534
- base: 'ibc/2027EC8CD73EB3F0E7E46FFFD71F5A06F91067BE188ADC9D5F512CD8F2145226',
8534
+ base: 'ibc/A510E27678EF927ABF6781D9A96D3AE1FCA083ACE89EBFF3CC55D343C5192444',
8535
8535
  name: 'Jackal',
8536
8536
  display: 'jkl',
8537
8537
  symbol: 'JKL',
@@ -8551,12 +8551,12 @@ const assets = {
8551
8551
  traces: [{
8552
8552
  type: 'ibc',
8553
8553
  counterparty: {
8554
- channel_id: 'channel-49',
8554
+ channel_id: 'channel-153',
8555
8555
  base_denom: 'ujkl',
8556
8556
  chain_name: 'jackal'
8557
8557
  },
8558
8558
  chain: {
8559
- channel_id: 'channel-137'
8559
+ channel_id: 'channel-168'
8560
8560
  }
8561
8561
  }]
8562
8562
  },
@@ -5106,6 +5106,48 @@ const assets = {
5106
5106
  }
5107
5107
  }]
5108
5108
  },
5109
+ {
5110
+ description: 'QCK - native token of Quicksilver',
5111
+ denom_units: [{
5112
+ denom: 'ibc/BA9C8B4709FA149BEF4C86656BCE54A6AC78176110D5A7122CDE3D5435F51A15',
5113
+ exponent: 0,
5114
+ aliases: ['uqck']
5115
+ }, {
5116
+ denom: 'qck',
5117
+ exponent: 6,
5118
+ aliases: []
5119
+ }],
5120
+ base: 'ibc/BA9C8B4709FA149BEF4C86656BCE54A6AC78176110D5A7122CDE3D5435F51A15',
5121
+ name: 'Quicksilver',
5122
+ display: 'qck',
5123
+ symbol: 'QCK',
5124
+ logo_URIs: {
5125
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
5126
+ },
5127
+ coingecko_id: 'quicksilver',
5128
+ images: [{
5129
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
5130
+ theme: {
5131
+ primary_color_hex: '#b2b2b2'
5132
+ }
5133
+ }],
5134
+ socials: {
5135
+ website: 'https://quicksilver.zone/',
5136
+ twitter: 'https://twitter.com/quicksilverzone'
5137
+ },
5138
+ type_asset: 'sdk.coin',
5139
+ traces: [{
5140
+ type: 'ibc',
5141
+ counterparty: {
5142
+ channel_id: 'channel-207',
5143
+ base_denom: 'uqck',
5144
+ chain_name: 'quicksilver'
5145
+ },
5146
+ chain: {
5147
+ channel_id: 'channel-36'
5148
+ }
5149
+ }]
5150
+ },
5109
5151
  {
5110
5152
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
5111
5153
  denom_units: [{
@@ -10331,6 +10373,48 @@ const assets = {
10331
10373
  }
10332
10374
  }]
10333
10375
  },
10376
+ {
10377
+ description: 'QCK - native token of Quicksilver',
10378
+ denom_units: [{
10379
+ denom: 'ibc/BA9C8B4709FA149BEF4C86656BCE54A6AC78176110D5A7122CDE3D5435F51A15',
10380
+ exponent: 0,
10381
+ aliases: ['uqck']
10382
+ }, {
10383
+ denom: 'qck',
10384
+ exponent: 6,
10385
+ aliases: []
10386
+ }],
10387
+ base: 'ibc/BA9C8B4709FA149BEF4C86656BCE54A6AC78176110D5A7122CDE3D5435F51A15',
10388
+ name: 'Quicksilver',
10389
+ display: 'qck',
10390
+ symbol: 'QCK',
10391
+ logo_URIs: {
10392
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
10393
+ },
10394
+ coingecko_id: 'quicksilver',
10395
+ images: [{
10396
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
10397
+ theme: {
10398
+ primary_color_hex: '#b2b2b2'
10399
+ }
10400
+ }],
10401
+ socials: {
10402
+ website: 'https://quicksilver.zone/',
10403
+ twitter: 'https://twitter.com/quicksilverzone'
10404
+ },
10405
+ type_asset: 'sdk.coin',
10406
+ traces: [{
10407
+ type: 'ibc',
10408
+ counterparty: {
10409
+ channel_id: 'channel-207',
10410
+ base_denom: 'uqck',
10411
+ chain_name: 'quicksilver'
10412
+ },
10413
+ chain: {
10414
+ channel_id: 'channel-36'
10415
+ }
10416
+ }]
10417
+ },
10334
10418
  {
10335
10419
  description: 'Secret Network is a privacy-focused blockchain that enables private and secure smart contracts, protecting sensitive data.',
10336
10420
  denom_units: [{
@@ -3811,10 +3811,10 @@ const assets = {
3811
3811
  display: 'ckUSD',
3812
3812
  symbol: 'CKUSD',
3813
3813
  logo_URIs: {
3814
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
3814
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
3815
3815
  },
3816
3816
  images: [{
3817
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
3817
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
3818
3818
  }],
3819
3819
  keywords: ['dex', 'mm'],
3820
3820
  socials: {
@@ -3849,10 +3849,10 @@ const assets = {
3849
3849
  display: 'cUSDC',
3850
3850
  symbol: 'CUSDC',
3851
3851
  logo_URIs: {
3852
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
3852
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
3853
3853
  },
3854
3854
  images: [{
3855
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
3855
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
3856
3856
  }],
3857
3857
  keywords: ['dex', 'mm'],
3858
3858
  type_asset: 'sdk.coin',
@@ -3881,12 +3881,12 @@ const assets = {
3881
3881
  base: 'ibc/7C786F32F74F43D6B529B23500B4447925AA8E9161979607988D8C4D89AB7334',
3882
3882
  name: 'cUSDT.inj',
3883
3883
  display: 'cUSDT.inj',
3884
- symbol: 'CUSDT.inj',
3884
+ symbol: 'cUSDT.inj',
3885
3885
  logo_URIs: {
3886
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3886
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
3887
3887
  },
3888
3888
  images: [{
3889
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3889
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
3890
3890
  }],
3891
3891
  keywords: ['dex', 'mm'],
3892
3892
  type_asset: 'sdk.coin',
@@ -3915,12 +3915,12 @@ const assets = {
3915
3915
  base: 'ibc/6D6CF93232AE8B235853C4C1ED98580F66606D0B2C6A1101C08BC961CAF36044',
3916
3916
  name: 'asUSDT.inj',
3917
3917
  display: 'asusdtinj',
3918
- symbol: 'ASUSDT.inj',
3918
+ symbol: 'asUSDT.inj',
3919
3919
  logo_URIs: {
3920
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3920
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
3921
3921
  },
3922
3922
  images: [{
3923
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3923
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
3924
3924
  }],
3925
3925
  keywords: ['dex', 'mm'],
3926
3926
  type_asset: 'sdk.coin',
@@ -3951,10 +3951,10 @@ const assets = {
3951
3951
  display: 'asUSDC',
3952
3952
  symbol: 'ASUSDC',
3953
3953
  logo_URIs: {
3954
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
3954
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
3955
3955
  },
3956
3956
  images: [{
3957
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
3957
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
3958
3958
  }],
3959
3959
  keywords: ['dex', 'mm'],
3960
3960
  type_asset: 'sdk.coin',
@@ -11208,10 +11208,10 @@ const assets = {
11208
11208
  display: 'ckUSD',
11209
11209
  symbol: 'CKUSD',
11210
11210
  logo_URIs: {
11211
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
11211
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
11212
11212
  },
11213
11213
  images: [{
11214
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
11214
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
11215
11215
  }],
11216
11216
  keywords: ['dex', 'mm'],
11217
11217
  socials: {
@@ -11246,10 +11246,10 @@ const assets = {
11246
11246
  display: 'cUSDC',
11247
11247
  symbol: 'CUSDC',
11248
11248
  logo_URIs: {
11249
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
11249
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
11250
11250
  },
11251
11251
  images: [{
11252
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
11252
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
11253
11253
  }],
11254
11254
  keywords: ['dex', 'mm'],
11255
11255
  type_asset: 'sdk.coin',
@@ -11278,12 +11278,12 @@ const assets = {
11278
11278
  base: 'ibc/7C786F32F74F43D6B529B23500B4447925AA8E9161979607988D8C4D89AB7334',
11279
11279
  name: 'cUSDT.inj',
11280
11280
  display: 'cUSDT.inj',
11281
- symbol: 'CUSDT.inj',
11281
+ symbol: 'cUSDT.inj',
11282
11282
  logo_URIs: {
11283
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
11283
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
11284
11284
  },
11285
11285
  images: [{
11286
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
11286
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
11287
11287
  }],
11288
11288
  keywords: ['dex', 'mm'],
11289
11289
  type_asset: 'sdk.coin',
@@ -11312,12 +11312,12 @@ const assets = {
11312
11312
  base: 'ibc/6D6CF93232AE8B235853C4C1ED98580F66606D0B2C6A1101C08BC961CAF36044',
11313
11313
  name: 'asUSDT.inj',
11314
11314
  display: 'asusdtinj',
11315
- symbol: 'ASUSDT.inj',
11315
+ symbol: 'asUSDT.inj',
11316
11316
  logo_URIs: {
11317
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
11317
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
11318
11318
  },
11319
11319
  images: [{
11320
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
11320
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
11321
11321
  }],
11322
11322
  keywords: ['dex', 'mm'],
11323
11323
  type_asset: 'sdk.coin',
@@ -11348,10 +11348,10 @@ const assets = {
11348
11348
  display: 'asUSDC',
11349
11349
  symbol: 'ASUSDC',
11350
11350
  logo_URIs: {
11351
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
11351
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
11352
11352
  },
11353
11353
  images: [{
11354
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
11354
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
11355
11355
  }],
11356
11356
  keywords: ['dex', 'mm'],
11357
11357
  type_asset: 'sdk.coin',