@chain-registry/assets 1.64.11 → 1.64.13
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/LICENSE +1 -0
- 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/mainnet/neutron.js
CHANGED
|
@@ -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
|
},
|