@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.
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/aura.js +16 -2
- package/esm/mainnet/axelar.js +74 -0
- package/esm/mainnet/celestia.js +16 -2
- package/esm/mainnet/coreum.js +16 -2
- package/esm/mainnet/cosmoshub.js +90 -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/index.js +1 -0
- 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 +13943 -645
- package/esm/mainnet/persistence.js +16 -2
- package/esm/mainnet/sei.js +16 -2
- package/esm/mainnet/self.js +326 -0
- package/esm/mainnet/terra2.js +16 -2
- package/esm/mainnet/umee.js +16 -2
- package/esm/testnet/elystestnet.js +68 -0
- package/esm/testnet/mantrachaintestnet.js +68 -0
- package/esm/testnet/osmosistestnet.js +68 -0
- package/esm/testnet/osmosistestnet4.js +68 -0
- package/esm/testnet/xiontestnet.js +68 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/aura.js +16 -2
- package/mainnet/axelar.js +74 -0
- package/mainnet/celestia.js +16 -2
- package/mainnet/coreum.js +16 -2
- package/mainnet/cosmoshub.js +90 -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/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- 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 +13943 -645
- package/mainnet/persistence.js +16 -2
- package/mainnet/sei.js +16 -2
- package/mainnet/self.d.ts +3 -0
- package/mainnet/self.js +328 -0
- package/mainnet/terra2.js +16 -2
- package/mainnet/umee.js +16 -2
- package/package.json +5 -5
- package/testnet/elystestnet.js +68 -0
- package/testnet/mantrachaintestnet.js +68 -0
- package/testnet/osmosistestnet.js +68 -0
- package/testnet/osmosistestnet4.js +68 -0
- package/testnet/xiontestnet.js +68 -0
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
|
},
|