@chain-registry/assets 1.64.10 → 1.64.12

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 (59) hide show
  1. package/esm/mainnet/assets.js +2 -1
  2. package/esm/mainnet/aura.js +16 -2
  3. package/esm/mainnet/axelar.js +74 -0
  4. package/esm/mainnet/celestia.js +16 -2
  5. package/esm/mainnet/coreum.js +16 -2
  6. package/esm/mainnet/cosmoshub.js +90 -2
  7. package/esm/mainnet/cronos.js +16 -2
  8. package/esm/mainnet/dydx.js +16 -2
  9. package/esm/mainnet/dymension.js +16 -2
  10. package/esm/mainnet/evmos.js +16 -2
  11. package/esm/mainnet/haqq.js +16 -2
  12. package/esm/mainnet/index.js +1 -0
  13. package/esm/mainnet/injective.js +16 -2
  14. package/esm/mainnet/kujira.js +16 -2
  15. package/esm/mainnet/migaloo.js +16 -2
  16. package/esm/mainnet/neutron.js +16 -2
  17. package/esm/mainnet/onex.js +16 -2
  18. package/esm/mainnet/osmosis.js +13943 -645
  19. package/esm/mainnet/persistence.js +16 -2
  20. package/esm/mainnet/sei.js +16 -2
  21. package/esm/mainnet/self.js +326 -0
  22. package/esm/mainnet/terra2.js +16 -2
  23. package/esm/mainnet/umee.js +16 -2
  24. package/esm/testnet/elystestnet.js +68 -0
  25. package/esm/testnet/mantrachaintestnet.js +68 -0
  26. package/esm/testnet/osmosistestnet.js +68 -0
  27. package/esm/testnet/osmosistestnet4.js +68 -0
  28. package/esm/testnet/xiontestnet.js +68 -0
  29. package/mainnet/assets.js +2 -1
  30. package/mainnet/aura.js +16 -2
  31. package/mainnet/axelar.js +74 -0
  32. package/mainnet/celestia.js +16 -2
  33. package/mainnet/coreum.js +16 -2
  34. package/mainnet/cosmoshub.js +90 -2
  35. package/mainnet/cronos.js +16 -2
  36. package/mainnet/dydx.js +16 -2
  37. package/mainnet/dymension.js +16 -2
  38. package/mainnet/evmos.js +16 -2
  39. package/mainnet/haqq.js +16 -2
  40. package/mainnet/index.d.ts +1 -0
  41. package/mainnet/index.js +2 -1
  42. package/mainnet/injective.js +16 -2
  43. package/mainnet/kujira.js +16 -2
  44. package/mainnet/migaloo.js +16 -2
  45. package/mainnet/neutron.js +16 -2
  46. package/mainnet/onex.js +16 -2
  47. package/mainnet/osmosis.js +13943 -645
  48. package/mainnet/persistence.js +16 -2
  49. package/mainnet/sei.js +16 -2
  50. package/mainnet/self.d.ts +3 -0
  51. package/mainnet/self.js +328 -0
  52. package/mainnet/terra2.js +16 -2
  53. package/mainnet/umee.js +16 -2
  54. package/package.json +5 -5
  55. package/testnet/elystestnet.js +68 -0
  56. package/testnet/mantrachaintestnet.js +68 -0
  57. package/testnet/osmosistestnet.js +68 -0
  58. package/testnet/osmosistestnet4.js +68 -0
  59. package/testnet/xiontestnet.js +68 -0
package/mainnet/dydx.js CHANGED
@@ -488,9 +488,16 @@ const assets = {
488
488
  chain_name: 'ethereum',
489
489
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
490
490
  },
491
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
491
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
492
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
493
+ theme: {
494
+ circle: true,
495
+ primary_color_hex: '#009393',
496
+ background_color_hex: '#009393'
497
+ }
492
498
  }],
493
499
  logo_URIs: {
500
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
494
501
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
495
502
  }
496
503
  },
@@ -1327,9 +1334,16 @@ const assets = {
1327
1334
  chain_name: 'ethereum',
1328
1335
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
1329
1336
  },
1330
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1337
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
1338
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1339
+ theme: {
1340
+ circle: true,
1341
+ primary_color_hex: '#009393',
1342
+ background_color_hex: '#009393'
1343
+ }
1331
1344
  }],
1332
1345
  logo_URIs: {
1346
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1333
1347
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1334
1348
  }
1335
1349
  },
@@ -652,9 +652,16 @@ const assets = {
652
652
  chain_name: 'ethereum',
653
653
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
654
654
  },
655
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
655
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
656
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
657
+ theme: {
658
+ circle: true,
659
+ primary_color_hex: '#009393',
660
+ background_color_hex: '#009393'
661
+ }
656
662
  }],
657
663
  logo_URIs: {
664
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
658
665
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
659
666
  }
660
667
  },
@@ -1457,9 +1464,16 @@ const assets = {
1457
1464
  chain_name: 'ethereum',
1458
1465
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
1459
1466
  },
1460
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1467
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
1468
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1469
+ theme: {
1470
+ circle: true,
1471
+ primary_color_hex: '#009393',
1472
+ background_color_hex: '#009393'
1473
+ }
1461
1474
  }],
1462
1475
  logo_URIs: {
1476
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1463
1477
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1464
1478
  }
1465
1479
  },
package/mainnet/evmos.js CHANGED
@@ -1822,9 +1822,16 @@ const assets = {
1822
1822
  chain_name: 'ethereum',
1823
1823
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
1824
1824
  },
1825
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1825
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
1826
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1827
+ theme: {
1828
+ circle: true,
1829
+ primary_color_hex: '#009393',
1830
+ background_color_hex: '#009393'
1831
+ }
1826
1832
  }],
1827
1833
  logo_URIs: {
1834
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1828
1835
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1829
1836
  }
1830
1837
  },
@@ -2718,9 +2725,16 @@ const assets = {
2718
2725
  chain_name: 'ethereum',
2719
2726
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
2720
2727
  },
2721
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2728
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
2729
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
2730
+ theme: {
2731
+ circle: true,
2732
+ primary_color_hex: '#009393',
2733
+ background_color_hex: '#009393'
2734
+ }
2722
2735
  }],
2723
2736
  logo_URIs: {
2737
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
2724
2738
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2725
2739
  }
2726
2740
  },
package/mainnet/haqq.js CHANGED
@@ -411,9 +411,16 @@ const assets = {
411
411
  chain_name: 'ethereum',
412
412
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
413
413
  },
414
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
414
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
415
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
416
+ theme: {
417
+ circle: true,
418
+ primary_color_hex: '#009393',
419
+ background_color_hex: '#009393'
420
+ }
415
421
  }],
416
422
  logo_URIs: {
423
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
417
424
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
418
425
  }
419
426
  },
@@ -814,9 +821,16 @@ const assets = {
814
821
  chain_name: 'ethereum',
815
822
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
816
823
  },
817
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
824
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
825
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
826
+ theme: {
827
+ circle: true,
828
+ primary_color_hex: '#009393',
829
+ background_color_hex: '#009393'
830
+ }
818
831
  }],
819
832
  logo_URIs: {
833
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
820
834
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
821
835
  }
822
836
  },
@@ -111,6 +111,7 @@ export * as scorum from './scorum';
111
111
  export * as secretnetwork from './secretnetwork';
112
112
  export * as seda from './seda';
113
113
  export * as sei from './sei';
114
+ export * as self from './self';
114
115
  export * as sentinel from './sentinel';
115
116
  export * as sge from './sge';
116
117
  export * as shareledger from './shareledger';
package/mainnet/index.js CHANGED
@@ -25,7 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  exports.galaxy = exports.fxcore = exports.furya = exports.fetchhub = exports.evmos = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.doravota = exports.dig = exports.dhealth = exports.desmos = exports.decentr = exports.cudos = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.cerberus = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.axelar = exports.aura = exports.assetmantle = exports.arkh = exports.archway = exports.andromeda = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports._8ball = void 0;
27
27
  exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.nois = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.migaloo = exports.microtick = exports.meme = exports.medasdigital = exports.mars = exports.lumnetwork = exports.lumenx = exports.likecoin = exports.lambda = exports.kyve = exports.kujira = exports.konstellation = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.injective = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = void 0;
28
- exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = void 0;
28
+ exports.xpla = exports.vidulum = exports.uptick = exports.unification = exports.umee = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.stride = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = void 0;
29
29
  exports._8ball = __importStar(require("./8ball"));
30
30
  exports.acrechain = __importStar(require("./acrechain"));
31
31
  exports.agoric = __importStar(require("./agoric"));
@@ -139,6 +139,7 @@ exports.scorum = __importStar(require("./scorum"));
139
139
  exports.secretnetwork = __importStar(require("./secretnetwork"));
140
140
  exports.seda = __importStar(require("./seda"));
141
141
  exports.sei = __importStar(require("./sei"));
142
+ exports.self = __importStar(require("./self"));
142
143
  exports.sentinel = __importStar(require("./sentinel"));
143
144
  exports.sge = __importStar(require("./sge"));
144
145
  exports.shareledger = __importStar(require("./shareledger"));
@@ -1091,9 +1091,16 @@ const assets = {
1091
1091
  chain_name: 'ethereum',
1092
1092
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
1093
1093
  },
1094
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1094
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
1095
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1096
+ theme: {
1097
+ circle: true,
1098
+ primary_color_hex: '#009393',
1099
+ background_color_hex: '#009393'
1100
+ }
1095
1101
  }],
1096
1102
  logo_URIs: {
1103
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1097
1104
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1098
1105
  }
1099
1106
  },
@@ -2183,9 +2190,16 @@ const assets = {
2183
2190
  chain_name: 'ethereum',
2184
2191
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
2185
2192
  },
2186
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2193
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
2194
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
2195
+ theme: {
2196
+ circle: true,
2197
+ primary_color_hex: '#009393',
2198
+ background_color_hex: '#009393'
2199
+ }
2187
2200
  }],
2188
2201
  logo_URIs: {
2202
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
2189
2203
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
2190
2204
  }
2191
2205
  },
package/mainnet/kujira.js CHANGED
@@ -1616,9 +1616,16 @@ const assets = {
1616
1616
  chain_name: 'ethereum',
1617
1617
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
1618
1618
  },
1619
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1619
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
1620
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1621
+ theme: {
1622
+ circle: true,
1623
+ primary_color_hex: '#009393',
1624
+ background_color_hex: '#009393'
1625
+ }
1620
1626
  }],
1621
1627
  logo_URIs: {
1628
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1622
1629
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1623
1630
  }
1624
1631
  },
@@ -3235,9 +3242,16 @@ const assets = {
3235
3242
  chain_name: 'ethereum',
3236
3243
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
3237
3244
  },
3238
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3245
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
3246
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
3247
+ theme: {
3248
+ circle: true,
3249
+ primary_color_hex: '#009393',
3250
+ background_color_hex: '#009393'
3251
+ }
3239
3252
  }],
3240
3253
  logo_URIs: {
3254
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
3241
3255
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
3242
3256
  }
3243
3257
  },
@@ -643,9 +643,16 @@ const assets = {
643
643
  chain_name: 'ethereum',
644
644
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
645
645
  },
646
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
646
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
647
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
648
+ theme: {
649
+ circle: true,
650
+ primary_color_hex: '#009393',
651
+ background_color_hex: '#009393'
652
+ }
647
653
  }],
648
654
  logo_URIs: {
655
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
649
656
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
650
657
  }
651
658
  },
@@ -1328,9 +1335,16 @@ const assets = {
1328
1335
  chain_name: 'ethereum',
1329
1336
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
1330
1337
  },
1331
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1338
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
1339
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1340
+ theme: {
1341
+ circle: true,
1342
+ primary_color_hex: '#009393',
1343
+ background_color_hex: '#009393'
1344
+ }
1332
1345
  }],
1333
1346
  logo_URIs: {
1347
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1334
1348
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1335
1349
  }
1336
1350
  },
@@ -746,9 +746,16 @@ const assets = {
746
746
  chain_name: 'ethereum',
747
747
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
748
748
  },
749
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
749
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
750
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
751
+ theme: {
752
+ circle: true,
753
+ primary_color_hex: '#009393',
754
+ background_color_hex: '#009393'
755
+ }
750
756
  }],
751
757
  logo_URIs: {
758
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
752
759
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
753
760
  }
754
761
  },
@@ -1573,9 +1580,16 @@ const assets = {
1573
1580
  chain_name: 'ethereum',
1574
1581
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
1575
1582
  },
1576
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1583
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
1584
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1585
+ theme: {
1586
+ circle: true,
1587
+ primary_color_hex: '#009393',
1588
+ background_color_hex: '#009393'
1589
+ }
1577
1590
  }],
1578
1591
  logo_URIs: {
1592
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
1579
1593
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
1580
1594
  }
1581
1595
  },
package/mainnet/onex.js CHANGED
@@ -177,9 +177,16 @@ const assets = {
177
177
  chain_name: 'ethereum',
178
178
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
179
179
  },
180
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
180
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
181
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
182
+ theme: {
183
+ circle: true,
184
+ primary_color_hex: '#009393',
185
+ background_color_hex: '#009393'
186
+ }
181
187
  }],
182
188
  logo_URIs: {
189
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
183
190
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
184
191
  }
185
192
  },
@@ -459,9 +466,16 @@ const assets = {
459
466
  chain_name: 'ethereum',
460
467
  base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
461
468
  },
462
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
469
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
470
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
471
+ theme: {
472
+ circle: true,
473
+ primary_color_hex: '#009393',
474
+ background_color_hex: '#009393'
475
+ }
463
476
  }],
464
477
  logo_URIs: {
478
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
465
479
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
466
480
  }
467
481
  },