@chain-registry/assets 1.64.11 → 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.
- package/esm/mainnet/aura.js +16 -2
- package/esm/mainnet/celestia.js +16 -2
- package/esm/mainnet/coreum.js +16 -2
- package/esm/mainnet/cosmoshub.js +16 -2
- package/esm/mainnet/cronos.js +16 -2
- package/esm/mainnet/dydx.js +16 -2
- package/esm/mainnet/dymension.js +16 -2
- package/esm/mainnet/evmos.js +16 -2
- package/esm/mainnet/haqq.js +16 -2
- package/esm/mainnet/injective.js +16 -2
- package/esm/mainnet/kujira.js +16 -2
- package/esm/mainnet/migaloo.js +16 -2
- package/esm/mainnet/neutron.js +16 -2
- package/esm/mainnet/onex.js +16 -2
- package/esm/mainnet/osmosis.js +13872 -648
- package/esm/mainnet/persistence.js +16 -2
- package/esm/mainnet/sei.js +16 -2
- package/esm/mainnet/terra2.js +16 -2
- package/esm/mainnet/umee.js +16 -2
- package/mainnet/aura.js +16 -2
- package/mainnet/celestia.js +16 -2
- package/mainnet/coreum.js +16 -2
- package/mainnet/cosmoshub.js +16 -2
- package/mainnet/cronos.js +16 -2
- package/mainnet/dydx.js +16 -2
- package/mainnet/dymension.js +16 -2
- package/mainnet/evmos.js +16 -2
- package/mainnet/haqq.js +16 -2
- package/mainnet/injective.js +16 -2
- package/mainnet/kujira.js +16 -2
- package/mainnet/migaloo.js +16 -2
- package/mainnet/neutron.js +16 -2
- package/mainnet/onex.js +16 -2
- package/mainnet/osmosis.js +13872 -648
- package/mainnet/persistence.js +16 -2
- package/mainnet/sei.js +16 -2
- package/mainnet/terra2.js +16 -2
- package/mainnet/umee.js +16 -2
- package/package.json +5 -5
package/esm/mainnet/aura.js
CHANGED
|
@@ -253,9 +253,16 @@ const assets = {
|
|
|
253
253
|
chain_name: 'ethereum',
|
|
254
254
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
255
255
|
},
|
|
256
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
256
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
257
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
258
|
+
theme: {
|
|
259
|
+
circle: true,
|
|
260
|
+
primary_color_hex: '#009393',
|
|
261
|
+
background_color_hex: '#009393'
|
|
262
|
+
}
|
|
257
263
|
}],
|
|
258
264
|
logo_URIs: {
|
|
265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
259
266
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
260
267
|
}
|
|
261
268
|
},
|
|
@@ -774,9 +781,16 @@ const assets = {
|
|
|
774
781
|
chain_name: 'ethereum',
|
|
775
782
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
776
783
|
},
|
|
777
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
784
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
785
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
786
|
+
theme: {
|
|
787
|
+
circle: true,
|
|
788
|
+
primary_color_hex: '#009393',
|
|
789
|
+
background_color_hex: '#009393'
|
|
790
|
+
}
|
|
778
791
|
}],
|
|
779
792
|
logo_URIs: {
|
|
793
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
780
794
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
781
795
|
}
|
|
782
796
|
},
|
package/esm/mainnet/celestia.js
CHANGED
|
@@ -690,9 +690,16 @@ const assets = {
|
|
|
690
690
|
chain_name: 'ethereum',
|
|
691
691
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
692
692
|
},
|
|
693
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
694
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
695
|
+
theme: {
|
|
696
|
+
circle: true,
|
|
697
|
+
primary_color_hex: '#009393',
|
|
698
|
+
background_color_hex: '#009393'
|
|
699
|
+
}
|
|
694
700
|
}],
|
|
695
701
|
logo_URIs: {
|
|
702
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
696
703
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
697
704
|
}
|
|
698
705
|
},
|
|
@@ -1749,9 +1756,16 @@ const assets = {
|
|
|
1749
1756
|
chain_name: 'ethereum',
|
|
1750
1757
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1751
1758
|
},
|
|
1752
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1759
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1760
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1761
|
+
theme: {
|
|
1762
|
+
circle: true,
|
|
1763
|
+
primary_color_hex: '#009393',
|
|
1764
|
+
background_color_hex: '#009393'
|
|
1765
|
+
}
|
|
1753
1766
|
}],
|
|
1754
1767
|
logo_URIs: {
|
|
1768
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1755
1769
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1756
1770
|
}
|
|
1757
1771
|
},
|
package/esm/mainnet/coreum.js
CHANGED
|
@@ -636,9 +636,16 @@ const assets = {
|
|
|
636
636
|
chain_name: 'ethereum',
|
|
637
637
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
638
638
|
},
|
|
639
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
639
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
640
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
641
|
+
theme: {
|
|
642
|
+
circle: true,
|
|
643
|
+
primary_color_hex: '#009393',
|
|
644
|
+
background_color_hex: '#009393'
|
|
645
|
+
}
|
|
640
646
|
}],
|
|
641
647
|
logo_URIs: {
|
|
648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
642
649
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
643
650
|
}
|
|
644
651
|
},
|
|
@@ -1383,9 +1390,16 @@ const assets = {
|
|
|
1383
1390
|
chain_name: 'ethereum',
|
|
1384
1391
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1385
1392
|
},
|
|
1386
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1393
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1394
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1395
|
+
theme: {
|
|
1396
|
+
circle: true,
|
|
1397
|
+
primary_color_hex: '#009393',
|
|
1398
|
+
background_color_hex: '#009393'
|
|
1399
|
+
}
|
|
1387
1400
|
}],
|
|
1388
1401
|
logo_URIs: {
|
|
1402
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1389
1403
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1390
1404
|
}
|
|
1391
1405
|
},
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -2540,9 +2540,16 @@ const assets = {
|
|
|
2540
2540
|
chain_name: 'ethereum',
|
|
2541
2541
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
2542
2542
|
},
|
|
2543
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2543
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
2544
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2545
|
+
theme: {
|
|
2546
|
+
circle: true,
|
|
2547
|
+
primary_color_hex: '#009393',
|
|
2548
|
+
background_color_hex: '#009393'
|
|
2549
|
+
}
|
|
2544
2550
|
}],
|
|
2545
2551
|
logo_URIs: {
|
|
2552
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2546
2553
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2547
2554
|
}
|
|
2548
2555
|
},
|
|
@@ -5201,9 +5208,16 @@ const assets = {
|
|
|
5201
5208
|
chain_name: 'ethereum',
|
|
5202
5209
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
5203
5210
|
},
|
|
5204
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
5211
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
5212
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
5213
|
+
theme: {
|
|
5214
|
+
circle: true,
|
|
5215
|
+
primary_color_hex: '#009393',
|
|
5216
|
+
background_color_hex: '#009393'
|
|
5217
|
+
}
|
|
5205
5218
|
}],
|
|
5206
5219
|
logo_URIs: {
|
|
5220
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
5207
5221
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
5208
5222
|
}
|
|
5209
5223
|
},
|
package/esm/mainnet/cronos.js
CHANGED
|
@@ -175,9 +175,16 @@ const assets = {
|
|
|
175
175
|
chain_name: 'ethereum',
|
|
176
176
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
177
177
|
},
|
|
178
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
178
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
180
|
+
theme: {
|
|
181
|
+
circle: true,
|
|
182
|
+
primary_color_hex: '#009393',
|
|
183
|
+
background_color_hex: '#009393'
|
|
184
|
+
}
|
|
179
185
|
}],
|
|
180
186
|
logo_URIs: {
|
|
187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
181
188
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
182
189
|
}
|
|
183
190
|
},
|
|
@@ -355,9 +362,16 @@ const assets = {
|
|
|
355
362
|
chain_name: 'ethereum',
|
|
356
363
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
357
364
|
},
|
|
358
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
365
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
366
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
367
|
+
theme: {
|
|
368
|
+
circle: true,
|
|
369
|
+
primary_color_hex: '#009393',
|
|
370
|
+
background_color_hex: '#009393'
|
|
371
|
+
}
|
|
359
372
|
}],
|
|
360
373
|
logo_URIs: {
|
|
374
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
361
375
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
362
376
|
}
|
|
363
377
|
}
|
package/esm/mainnet/dydx.js
CHANGED
|
@@ -486,9 +486,16 @@ const assets = {
|
|
|
486
486
|
chain_name: 'ethereum',
|
|
487
487
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
488
488
|
},
|
|
489
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
489
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
490
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
491
|
+
theme: {
|
|
492
|
+
circle: true,
|
|
493
|
+
primary_color_hex: '#009393',
|
|
494
|
+
background_color_hex: '#009393'
|
|
495
|
+
}
|
|
490
496
|
}],
|
|
491
497
|
logo_URIs: {
|
|
498
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
492
499
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
493
500
|
}
|
|
494
501
|
},
|
|
@@ -1325,9 +1332,16 @@ const assets = {
|
|
|
1325
1332
|
chain_name: 'ethereum',
|
|
1326
1333
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1327
1334
|
},
|
|
1328
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1335
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1336
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1337
|
+
theme: {
|
|
1338
|
+
circle: true,
|
|
1339
|
+
primary_color_hex: '#009393',
|
|
1340
|
+
background_color_hex: '#009393'
|
|
1341
|
+
}
|
|
1329
1342
|
}],
|
|
1330
1343
|
logo_URIs: {
|
|
1344
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1331
1345
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1332
1346
|
}
|
|
1333
1347
|
},
|
package/esm/mainnet/dymension.js
CHANGED
|
@@ -650,9 +650,16 @@ const assets = {
|
|
|
650
650
|
chain_name: 'ethereum',
|
|
651
651
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
652
652
|
},
|
|
653
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
654
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
655
|
+
theme: {
|
|
656
|
+
circle: true,
|
|
657
|
+
primary_color_hex: '#009393',
|
|
658
|
+
background_color_hex: '#009393'
|
|
659
|
+
}
|
|
654
660
|
}],
|
|
655
661
|
logo_URIs: {
|
|
662
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
656
663
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
657
664
|
}
|
|
658
665
|
},
|
|
@@ -1455,9 +1462,16 @@ const assets = {
|
|
|
1455
1462
|
chain_name: 'ethereum',
|
|
1456
1463
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1457
1464
|
},
|
|
1458
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1465
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1467
|
+
theme: {
|
|
1468
|
+
circle: true,
|
|
1469
|
+
primary_color_hex: '#009393',
|
|
1470
|
+
background_color_hex: '#009393'
|
|
1471
|
+
}
|
|
1459
1472
|
}],
|
|
1460
1473
|
logo_URIs: {
|
|
1474
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1461
1475
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1462
1476
|
}
|
|
1463
1477
|
},
|
package/esm/mainnet/evmos.js
CHANGED
|
@@ -1820,9 +1820,16 @@ const assets = {
|
|
|
1820
1820
|
chain_name: 'ethereum',
|
|
1821
1821
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1822
1822
|
},
|
|
1823
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1823
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1824
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1825
|
+
theme: {
|
|
1826
|
+
circle: true,
|
|
1827
|
+
primary_color_hex: '#009393',
|
|
1828
|
+
background_color_hex: '#009393'
|
|
1829
|
+
}
|
|
1824
1830
|
}],
|
|
1825
1831
|
logo_URIs: {
|
|
1832
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1826
1833
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1827
1834
|
}
|
|
1828
1835
|
},
|
|
@@ -2716,9 +2723,16 @@ const assets = {
|
|
|
2716
2723
|
chain_name: 'ethereum',
|
|
2717
2724
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
2718
2725
|
},
|
|
2719
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2726
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
2727
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2728
|
+
theme: {
|
|
2729
|
+
circle: true,
|
|
2730
|
+
primary_color_hex: '#009393',
|
|
2731
|
+
background_color_hex: '#009393'
|
|
2732
|
+
}
|
|
2720
2733
|
}],
|
|
2721
2734
|
logo_URIs: {
|
|
2735
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2722
2736
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2723
2737
|
}
|
|
2724
2738
|
},
|
package/esm/mainnet/haqq.js
CHANGED
|
@@ -409,9 +409,16 @@ const assets = {
|
|
|
409
409
|
chain_name: 'ethereum',
|
|
410
410
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
411
411
|
},
|
|
412
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
412
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
413
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
414
|
+
theme: {
|
|
415
|
+
circle: true,
|
|
416
|
+
primary_color_hex: '#009393',
|
|
417
|
+
background_color_hex: '#009393'
|
|
418
|
+
}
|
|
413
419
|
}],
|
|
414
420
|
logo_URIs: {
|
|
421
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
415
422
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
416
423
|
}
|
|
417
424
|
},
|
|
@@ -812,9 +819,16 @@ const assets = {
|
|
|
812
819
|
chain_name: 'ethereum',
|
|
813
820
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
814
821
|
},
|
|
815
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
822
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
823
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
824
|
+
theme: {
|
|
825
|
+
circle: true,
|
|
826
|
+
primary_color_hex: '#009393',
|
|
827
|
+
background_color_hex: '#009393'
|
|
828
|
+
}
|
|
816
829
|
}],
|
|
817
830
|
logo_URIs: {
|
|
831
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
818
832
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
819
833
|
}
|
|
820
834
|
},
|
package/esm/mainnet/injective.js
CHANGED
|
@@ -1089,9 +1089,16 @@ const assets = {
|
|
|
1089
1089
|
chain_name: 'ethereum',
|
|
1090
1090
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1091
1091
|
},
|
|
1092
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1092
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1093
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1094
|
+
theme: {
|
|
1095
|
+
circle: true,
|
|
1096
|
+
primary_color_hex: '#009393',
|
|
1097
|
+
background_color_hex: '#009393'
|
|
1098
|
+
}
|
|
1093
1099
|
}],
|
|
1094
1100
|
logo_URIs: {
|
|
1101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1095
1102
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1096
1103
|
}
|
|
1097
1104
|
},
|
|
@@ -2181,9 +2188,16 @@ const assets = {
|
|
|
2181
2188
|
chain_name: 'ethereum',
|
|
2182
2189
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
2183
2190
|
},
|
|
2184
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2191
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
2192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2193
|
+
theme: {
|
|
2194
|
+
circle: true,
|
|
2195
|
+
primary_color_hex: '#009393',
|
|
2196
|
+
background_color_hex: '#009393'
|
|
2197
|
+
}
|
|
2185
2198
|
}],
|
|
2186
2199
|
logo_URIs: {
|
|
2200
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2187
2201
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2188
2202
|
}
|
|
2189
2203
|
},
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -1614,9 +1614,16 @@ const assets = {
|
|
|
1614
1614
|
chain_name: 'ethereum',
|
|
1615
1615
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1616
1616
|
},
|
|
1617
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1617
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1618
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1619
|
+
theme: {
|
|
1620
|
+
circle: true,
|
|
1621
|
+
primary_color_hex: '#009393',
|
|
1622
|
+
background_color_hex: '#009393'
|
|
1623
|
+
}
|
|
1618
1624
|
}],
|
|
1619
1625
|
logo_URIs: {
|
|
1626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1620
1627
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1621
1628
|
}
|
|
1622
1629
|
},
|
|
@@ -3233,9 +3240,16 @@ const assets = {
|
|
|
3233
3240
|
chain_name: 'ethereum',
|
|
3234
3241
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
3235
3242
|
},
|
|
3236
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3243
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
3244
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
3245
|
+
theme: {
|
|
3246
|
+
circle: true,
|
|
3247
|
+
primary_color_hex: '#009393',
|
|
3248
|
+
background_color_hex: '#009393'
|
|
3249
|
+
}
|
|
3237
3250
|
}],
|
|
3238
3251
|
logo_URIs: {
|
|
3252
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
3239
3253
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
3240
3254
|
}
|
|
3241
3255
|
},
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -641,9 +641,16 @@ const assets = {
|
|
|
641
641
|
chain_name: 'ethereum',
|
|
642
642
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
643
643
|
},
|
|
644
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
644
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
645
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
646
|
+
theme: {
|
|
647
|
+
circle: true,
|
|
648
|
+
primary_color_hex: '#009393',
|
|
649
|
+
background_color_hex: '#009393'
|
|
650
|
+
}
|
|
645
651
|
}],
|
|
646
652
|
logo_URIs: {
|
|
653
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
647
654
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
648
655
|
}
|
|
649
656
|
},
|
|
@@ -1326,9 +1333,16 @@ const assets = {
|
|
|
1326
1333
|
chain_name: 'ethereum',
|
|
1327
1334
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1328
1335
|
},
|
|
1329
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1336
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1337
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1338
|
+
theme: {
|
|
1339
|
+
circle: true,
|
|
1340
|
+
primary_color_hex: '#009393',
|
|
1341
|
+
background_color_hex: '#009393'
|
|
1342
|
+
}
|
|
1330
1343
|
}],
|
|
1331
1344
|
logo_URIs: {
|
|
1345
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1332
1346
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1333
1347
|
}
|
|
1334
1348
|
},
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -744,9 +744,16 @@ const assets = {
|
|
|
744
744
|
chain_name: 'ethereum',
|
|
745
745
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
746
746
|
},
|
|
747
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
747
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
748
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
749
|
+
theme: {
|
|
750
|
+
circle: true,
|
|
751
|
+
primary_color_hex: '#009393',
|
|
752
|
+
background_color_hex: '#009393'
|
|
753
|
+
}
|
|
748
754
|
}],
|
|
749
755
|
logo_URIs: {
|
|
756
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
750
757
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
751
758
|
}
|
|
752
759
|
},
|
|
@@ -1571,9 +1578,16 @@ const assets = {
|
|
|
1571
1578
|
chain_name: 'ethereum',
|
|
1572
1579
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1573
1580
|
},
|
|
1574
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1581
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1582
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1583
|
+
theme: {
|
|
1584
|
+
circle: true,
|
|
1585
|
+
primary_color_hex: '#009393',
|
|
1586
|
+
background_color_hex: '#009393'
|
|
1587
|
+
}
|
|
1575
1588
|
}],
|
|
1576
1589
|
logo_URIs: {
|
|
1590
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1577
1591
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1578
1592
|
}
|
|
1579
1593
|
},
|
package/esm/mainnet/onex.js
CHANGED
|
@@ -175,9 +175,16 @@ const assets = {
|
|
|
175
175
|
chain_name: 'ethereum',
|
|
176
176
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
177
177
|
},
|
|
178
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
178
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
180
|
+
theme: {
|
|
181
|
+
circle: true,
|
|
182
|
+
primary_color_hex: '#009393',
|
|
183
|
+
background_color_hex: '#009393'
|
|
184
|
+
}
|
|
179
185
|
}],
|
|
180
186
|
logo_URIs: {
|
|
187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
181
188
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
182
189
|
}
|
|
183
190
|
},
|
|
@@ -457,9 +464,16 @@ const assets = {
|
|
|
457
464
|
chain_name: 'ethereum',
|
|
458
465
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
459
466
|
},
|
|
460
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
468
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
469
|
+
theme: {
|
|
470
|
+
circle: true,
|
|
471
|
+
primary_color_hex: '#009393',
|
|
472
|
+
background_color_hex: '#009393'
|
|
473
|
+
}
|
|
461
474
|
}],
|
|
462
475
|
logo_URIs: {
|
|
476
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
463
477
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
464
478
|
}
|
|
465
479
|
},
|