@chain-registry/assets 1.70.106 → 1.70.108

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 (40) 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/neutron.js +80 -0
  11. package/esm/mainnet/noble.js +24 -24
  12. package/esm/mainnet/omniflixhub.js +84 -0
  13. package/esm/mainnet/osmosis.js +24 -24
  14. package/esm/mainnet/quicksilver.js +1528 -168
  15. package/esm/mainnet/saga.js +84 -0
  16. package/esm/mainnet/sommelier.js +84 -0
  17. package/esm/mainnet/terra2.js +108 -24
  18. package/esm/mainnet/xion.js +84 -0
  19. package/esm/testnet/axelartestnet.js +140 -0
  20. package/esm/testnet/manifesttestnet.js +72 -0
  21. package/mainnet/agoric.js +84 -0
  22. package/mainnet/axelar.js +8 -8
  23. package/mainnet/celestia.js +84 -0
  24. package/mainnet/cosmoshub.js +24 -24
  25. package/mainnet/dydx.js +84 -0
  26. package/mainnet/injective.js +108 -24
  27. package/mainnet/int3face.js +306 -0
  28. package/mainnet/jackal.js +8 -8
  29. package/mainnet/neutron.js +80 -0
  30. package/mainnet/noble.js +24 -24
  31. package/mainnet/omniflixhub.js +84 -0
  32. package/mainnet/osmosis.js +24 -24
  33. package/mainnet/quicksilver.js +1528 -168
  34. package/mainnet/saga.js +84 -0
  35. package/mainnet/sommelier.js +84 -0
  36. package/mainnet/terra2.js +108 -24
  37. package/mainnet/xion.js +84 -0
  38. package/package.json +5 -5
  39. package/testnet/axelartestnet.js +140 -0
  40. package/testnet/manifesttestnet.js +72 -0
@@ -747,6 +747,46 @@ const assets = {
747
747
  }
748
748
  }]
749
749
  },
750
+ {
751
+ description: 'Int3face blockchain native token',
752
+ denom_units: [{
753
+ denom: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6',
754
+ exponent: 0,
755
+ aliases: ['uint3']
756
+ }, {
757
+ denom: 'int3',
758
+ exponent: 6
759
+ }],
760
+ base: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6',
761
+ name: 'Int3face Token',
762
+ display: 'int3',
763
+ symbol: 'INT3',
764
+ logo_URIs: {
765
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
766
+ },
767
+ images: [{
768
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
769
+ theme: {
770
+ primary_color_hex: '#3d3d3d'
771
+ }
772
+ }],
773
+ socials: {
774
+ website: 'https://int3face.io/',
775
+ twitter: 'https://x.com/int3face'
776
+ },
777
+ type_asset: 'sdk.coin',
778
+ traces: [{
779
+ type: 'ibc',
780
+ counterparty: {
781
+ channel_id: 'channel-1',
782
+ base_denom: 'uint3',
783
+ chain_name: 'int3face'
784
+ },
785
+ chain: {
786
+ channel_id: 'channel-6455'
787
+ }
788
+ }]
789
+ },
750
790
  {
751
791
  description: 'The native token of JUNO Chain',
752
792
  denom_units: [{
@@ -1783,6 +1823,46 @@ const assets = {
1783
1823
  }
1784
1824
  }]
1785
1825
  },
1826
+ {
1827
+ description: 'Int3face blockchain native token',
1828
+ denom_units: [{
1829
+ denom: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6',
1830
+ exponent: 0,
1831
+ aliases: ['uint3']
1832
+ }, {
1833
+ denom: 'int3',
1834
+ exponent: 6
1835
+ }],
1836
+ base: 'ibc/BEA8D1B409C69D97E20D4BAFBB7EE72580746EA068127C0B43C3B7991759D1B6',
1837
+ name: 'Int3face Token',
1838
+ display: 'int3',
1839
+ symbol: 'INT3',
1840
+ logo_URIs: {
1841
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
1842
+ },
1843
+ images: [{
1844
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
1845
+ theme: {
1846
+ primary_color_hex: '#3d3d3d'
1847
+ }
1848
+ }],
1849
+ socials: {
1850
+ website: 'https://int3face.io/',
1851
+ twitter: 'https://x.com/int3face'
1852
+ },
1853
+ type_asset: 'sdk.coin',
1854
+ traces: [{
1855
+ type: 'ibc',
1856
+ counterparty: {
1857
+ channel_id: 'channel-1',
1858
+ base_denom: 'uint3',
1859
+ chain_name: 'int3face'
1860
+ },
1861
+ chain: {
1862
+ channel_id: 'channel-6455'
1863
+ }
1864
+ }]
1865
+ },
1786
1866
  {
1787
1867
  description: 'The native token of JUNO Chain',
1788
1868
  denom_units: [{
@@ -1688,10 +1688,10 @@ const assets = {
1688
1688
  display: 'ckUSD',
1689
1689
  symbol: 'CKUSD',
1690
1690
  logo_URIs: {
1691
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1691
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1692
1692
  },
1693
1693
  images: [{
1694
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
1694
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
1695
1695
  }],
1696
1696
  keywords: ['dex', 'mm'],
1697
1697
  socials: {
@@ -1726,10 +1726,10 @@ const assets = {
1726
1726
  display: 'cUSDC',
1727
1727
  symbol: 'CUSDC',
1728
1728
  logo_URIs: {
1729
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1729
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1730
1730
  },
1731
1731
  images: [{
1732
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1732
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
1733
1733
  }],
1734
1734
  keywords: ['dex', 'mm'],
1735
1735
  type_asset: 'sdk.coin',
@@ -1758,12 +1758,12 @@ const assets = {
1758
1758
  base: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
1759
1759
  name: 'cUSDT.inj',
1760
1760
  display: 'cUSDT.inj',
1761
- symbol: 'CUSDT.inj',
1761
+ symbol: 'cUSDT.inj',
1762
1762
  logo_URIs: {
1763
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1763
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1764
1764
  },
1765
1765
  images: [{
1766
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1766
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
1767
1767
  }],
1768
1768
  keywords: ['dex', 'mm'],
1769
1769
  type_asset: 'sdk.coin',
@@ -1792,12 +1792,12 @@ const assets = {
1792
1792
  base: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
1793
1793
  name: 'asUSDT.inj',
1794
1794
  display: 'asusdtinj',
1795
- symbol: 'ASUSDT.inj',
1795
+ symbol: 'asUSDT.inj',
1796
1796
  logo_URIs: {
1797
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1797
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1798
1798
  },
1799
1799
  images: [{
1800
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1800
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
1801
1801
  }],
1802
1802
  keywords: ['dex', 'mm'],
1803
1803
  type_asset: 'sdk.coin',
@@ -1828,10 +1828,10 @@ const assets = {
1828
1828
  display: 'asUSDC',
1829
1829
  symbol: 'ASUSDC',
1830
1830
  logo_URIs: {
1831
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1831
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1832
1832
  },
1833
1833
  images: [{
1834
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
1834
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
1835
1835
  }],
1836
1836
  keywords: ['dex', 'mm'],
1837
1837
  type_asset: 'sdk.coin',
@@ -4050,10 +4050,10 @@ const assets = {
4050
4050
  display: 'ckUSD',
4051
4051
  symbol: 'CKUSD',
4052
4052
  logo_URIs: {
4053
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
4053
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
4054
4054
  },
4055
4055
  images: [{
4056
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
4056
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
4057
4057
  }],
4058
4058
  keywords: ['dex', 'mm'],
4059
4059
  socials: {
@@ -4088,10 +4088,10 @@ const assets = {
4088
4088
  display: 'cUSDC',
4089
4089
  symbol: 'CUSDC',
4090
4090
  logo_URIs: {
4091
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4091
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
4092
4092
  },
4093
4093
  images: [{
4094
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4094
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
4095
4095
  }],
4096
4096
  keywords: ['dex', 'mm'],
4097
4097
  type_asset: 'sdk.coin',
@@ -4120,12 +4120,12 @@ const assets = {
4120
4120
  base: 'ibc/D8B919D6DD94BD908E45A4129C2727B9AF39BBFDA5832BA40D0BE28419A7D5B5',
4121
4121
  name: 'cUSDT.inj',
4122
4122
  display: 'cUSDT.inj',
4123
- symbol: 'CUSDT.inj',
4123
+ symbol: 'cUSDT.inj',
4124
4124
  logo_URIs: {
4125
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4125
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
4126
4126
  },
4127
4127
  images: [{
4128
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4128
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
4129
4129
  }],
4130
4130
  keywords: ['dex', 'mm'],
4131
4131
  type_asset: 'sdk.coin',
@@ -4154,12 +4154,12 @@ const assets = {
4154
4154
  base: 'ibc/3C615BC4572D2F06BE3672347004F065BB241388AA4F18A72950B164958B33DE',
4155
4155
  name: 'asUSDT.inj',
4156
4156
  display: 'asusdtinj',
4157
- symbol: 'ASUSDT.inj',
4157
+ symbol: 'asUSDT.inj',
4158
4158
  logo_URIs: {
4159
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4159
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
4160
4160
  },
4161
4161
  images: [{
4162
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4162
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
4163
4163
  }],
4164
4164
  keywords: ['dex', 'mm'],
4165
4165
  type_asset: 'sdk.coin',
@@ -4190,10 +4190,10 @@ const assets = {
4190
4190
  display: 'asUSDC',
4191
4191
  symbol: 'ASUSDC',
4192
4192
  logo_URIs: {
4193
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4193
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
4194
4194
  },
4195
4195
  images: [{
4196
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4196
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
4197
4197
  }],
4198
4198
  keywords: ['dex', 'mm'],
4199
4199
  type_asset: 'sdk.coin',
@@ -1089,6 +1089,48 @@ const assets = {
1089
1089
  }
1090
1090
  }]
1091
1091
  },
1092
+ {
1093
+ description: 'QCK - native token of Quicksilver',
1094
+ denom_units: [{
1095
+ denom: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B',
1096
+ exponent: 0,
1097
+ aliases: ['uqck']
1098
+ }, {
1099
+ denom: 'qck',
1100
+ exponent: 6,
1101
+ aliases: []
1102
+ }],
1103
+ base: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B',
1104
+ name: 'Quicksilver',
1105
+ display: 'qck',
1106
+ symbol: 'QCK',
1107
+ logo_URIs: {
1108
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1109
+ },
1110
+ coingecko_id: 'quicksilver',
1111
+ images: [{
1112
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
1113
+ theme: {
1114
+ primary_color_hex: '#b2b2b2'
1115
+ }
1116
+ }],
1117
+ socials: {
1118
+ website: 'https://quicksilver.zone/',
1119
+ twitter: 'https://twitter.com/quicksilverzone'
1120
+ },
1121
+ type_asset: 'sdk.coin',
1122
+ traces: [{
1123
+ type: 'ibc',
1124
+ counterparty: {
1125
+ channel_id: 'channel-228',
1126
+ base_denom: 'uqck',
1127
+ chain_name: 'quicksilver'
1128
+ },
1129
+ chain: {
1130
+ channel_id: 'channel-51'
1131
+ }
1132
+ }]
1133
+ },
1092
1134
  {
1093
1135
  description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
1094
1136
  denom_units: [{
@@ -1220,6 +1262,48 @@ const assets = {
1220
1262
  }
1221
1263
  }]
1222
1264
  },
1265
+ {
1266
+ description: 'QCK - native token of Quicksilver',
1267
+ denom_units: [{
1268
+ denom: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B',
1269
+ exponent: 0,
1270
+ aliases: ['uqck']
1271
+ }, {
1272
+ denom: 'qck',
1273
+ exponent: 6,
1274
+ aliases: []
1275
+ }],
1276
+ base: 'ibc/9E5D60B1FEC95399662E00A7BA961E4CA44FE05B35BBDB2A9B36FAAF2632441B',
1277
+ name: 'Quicksilver',
1278
+ display: 'qck',
1279
+ symbol: 'QCK',
1280
+ logo_URIs: {
1281
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
1282
+ },
1283
+ coingecko_id: 'quicksilver',
1284
+ images: [{
1285
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png',
1286
+ theme: {
1287
+ primary_color_hex: '#b2b2b2'
1288
+ }
1289
+ }],
1290
+ socials: {
1291
+ website: 'https://quicksilver.zone/',
1292
+ twitter: 'https://twitter.com/quicksilverzone'
1293
+ },
1294
+ type_asset: 'sdk.coin',
1295
+ traces: [{
1296
+ type: 'ibc',
1297
+ counterparty: {
1298
+ channel_id: 'channel-228',
1299
+ base_denom: 'uqck',
1300
+ chain_name: 'quicksilver'
1301
+ },
1302
+ chain: {
1303
+ channel_id: 'channel-51'
1304
+ }
1305
+ }]
1306
+ },
1223
1307
  {
1224
1308
  description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
1225
1309
  denom_units: [{
@@ -4327,10 +4327,10 @@ const assets = {
4327
4327
  display: 'ckUSD',
4328
4328
  symbol: 'CKUSD',
4329
4329
  logo_URIs: {
4330
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
4330
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
4331
4331
  },
4332
4332
  images: [{
4333
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
4333
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
4334
4334
  }],
4335
4335
  keywords: ['dex', 'mm'],
4336
4336
  socials: {
@@ -4365,10 +4365,10 @@ const assets = {
4365
4365
  display: 'cUSDC',
4366
4366
  symbol: 'CUSDC',
4367
4367
  logo_URIs: {
4368
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4368
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
4369
4369
  },
4370
4370
  images: [{
4371
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4371
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
4372
4372
  }],
4373
4373
  keywords: ['dex', 'mm'],
4374
4374
  type_asset: 'sdk.coin',
@@ -4397,12 +4397,12 @@ const assets = {
4397
4397
  base: 'ibc/13F23BA89C172DDA3B3080DCFD3ED56C00344116443F8A7E98D8F73727CCD04A',
4398
4398
  name: 'cUSDT.inj',
4399
4399
  display: 'cUSDT.inj',
4400
- symbol: 'CUSDT.inj',
4400
+ symbol: 'cUSDT.inj',
4401
4401
  logo_URIs: {
4402
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4402
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
4403
4403
  },
4404
4404
  images: [{
4405
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4405
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
4406
4406
  }],
4407
4407
  keywords: ['dex', 'mm'],
4408
4408
  type_asset: 'sdk.coin',
@@ -4431,12 +4431,12 @@ const assets = {
4431
4431
  base: 'ibc/BB37C44D66572FFDA9523D69893104D2E54075C92FA50C092C799BDF5527A927',
4432
4432
  name: 'asUSDT.inj',
4433
4433
  display: 'asusdtinj',
4434
- symbol: 'ASUSDT.inj',
4434
+ symbol: 'asUSDT.inj',
4435
4435
  logo_URIs: {
4436
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4436
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
4437
4437
  },
4438
4438
  images: [{
4439
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
4439
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
4440
4440
  }],
4441
4441
  keywords: ['dex', 'mm'],
4442
4442
  type_asset: 'sdk.coin',
@@ -4467,10 +4467,10 @@ const assets = {
4467
4467
  display: 'asUSDC',
4468
4468
  symbol: 'ASUSDC',
4469
4469
  logo_URIs: {
4470
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4470
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
4471
4471
  },
4472
4472
  images: [{
4473
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
4473
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
4474
4474
  }],
4475
4475
  keywords: ['dex', 'mm'],
4476
4476
  type_asset: 'sdk.coin',
@@ -10368,10 +10368,10 @@ const assets = {
10368
10368
  display: 'ckUSD',
10369
10369
  symbol: 'CKUSD',
10370
10370
  logo_URIs: {
10371
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
10371
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
10372
10372
  },
10373
10373
  images: [{
10374
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/kusd.svg'
10374
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/ckusd.svg'
10375
10375
  }],
10376
10376
  keywords: ['dex', 'mm'],
10377
10377
  socials: {
@@ -10406,10 +10406,10 @@ const assets = {
10406
10406
  display: 'cUSDC',
10407
10407
  symbol: 'CUSDC',
10408
10408
  logo_URIs: {
10409
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
10409
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
10410
10410
  },
10411
10411
  images: [{
10412
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
10412
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdc.svg'
10413
10413
  }],
10414
10414
  keywords: ['dex', 'mm'],
10415
10415
  type_asset: 'sdk.coin',
@@ -10438,12 +10438,12 @@ const assets = {
10438
10438
  base: 'ibc/13F23BA89C172DDA3B3080DCFD3ED56C00344116443F8A7E98D8F73727CCD04A',
10439
10439
  name: 'cUSDT.inj',
10440
10440
  display: 'cUSDT.inj',
10441
- symbol: 'CUSDT.inj',
10441
+ symbol: 'cUSDT.inj',
10442
10442
  logo_URIs: {
10443
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
10443
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
10444
10444
  },
10445
10445
  images: [{
10446
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
10446
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/cusdt.svg'
10447
10447
  }],
10448
10448
  keywords: ['dex', 'mm'],
10449
10449
  type_asset: 'sdk.coin',
@@ -10472,12 +10472,12 @@ const assets = {
10472
10472
  base: 'ibc/BB37C44D66572FFDA9523D69893104D2E54075C92FA50C092C799BDF5527A927',
10473
10473
  name: 'asUSDT.inj',
10474
10474
  display: 'asusdtinj',
10475
- symbol: 'ASUSDT.inj',
10475
+ symbol: 'asUSDT.inj',
10476
10476
  logo_URIs: {
10477
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
10477
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
10478
10478
  },
10479
10479
  images: [{
10480
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
10480
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdt.svg'
10481
10481
  }],
10482
10482
  keywords: ['dex', 'mm'],
10483
10483
  type_asset: 'sdk.coin',
@@ -10508,10 +10508,10 @@ const assets = {
10508
10508
  display: 'asUSDC',
10509
10509
  symbol: 'ASUSDC',
10510
10510
  logo_URIs: {
10511
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
10511
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
10512
10512
  },
10513
10513
  images: [{
10514
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
10514
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kopi/images/asusdc.svg'
10515
10515
  }],
10516
10516
  keywords: ['dex', 'mm'],
10517
10517
  type_asset: 'sdk.coin',