@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/assets.js
CHANGED
|
@@ -111,6 +111,7 @@ import _scorum from './scorum';
|
|
|
111
111
|
import _secretnetwork from './secretnetwork';
|
|
112
112
|
import _seda from './seda';
|
|
113
113
|
import _sei from './sei';
|
|
114
|
+
import _self from './self';
|
|
114
115
|
import _sentinel from './sentinel';
|
|
115
116
|
import _sge from './sge';
|
|
116
117
|
import _shareledger from './shareledger';
|
|
@@ -132,5 +133,5 @@ import _unification from './unification';
|
|
|
132
133
|
import _uptick from './uptick';
|
|
133
134
|
import _vidulum from './vidulum';
|
|
134
135
|
import _xpla from './xpla';
|
|
135
|
-
const assets = [_8ball, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _cerberus, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _cudos, _decentr, _desmos, _dhealth, _dig, _doravota, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _likecoin, _lumenx, _lumnetwork, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutron, _nibiru, _nim, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _saga, _scorum, _secretnetwork, _seda, _sei, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stride, _teritori, _terra, _terra2, _tgrade, _umee, _unification, _uptick, _vidulum, _xpla];
|
|
136
|
+
const assets = [_8ball, _acrechain, _agoric, _aioz, _akash, _andromeda, _archway, _arkh, _assetmantle, _aura, _axelar, _bandchain, _beezee, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _cerberus, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _cudos, _decentr, _desmos, _dhealth, _dig, _doravota, _dydx, _dymension, _dyson, _echelon, _emoney, _empowerchain, _evmos, _fetchhub, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _injective, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _konstellation, _kujira, _kyve, _lambda, _likecoin, _lumenx, _lumnetwork, _mars, _medasdigital, _meme, _microtick, _migaloo, _neutron, _nibiru, _nim, _noble, _nois, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stride, _teritori, _terra, _terra2, _tgrade, _umee, _unification, _uptick, _vidulum, _xpla];
|
|
136
137
|
export default assets;
|
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/axelar.js
CHANGED
|
@@ -2280,6 +2280,43 @@ const assets = {
|
|
|
2280
2280
|
}
|
|
2281
2281
|
}]
|
|
2282
2282
|
},
|
|
2283
|
+
{
|
|
2284
|
+
description: 'The native staking token of Self Chain.',
|
|
2285
|
+
denom_units: [{
|
|
2286
|
+
denom: 'ibc/A3F82E2FAA04727360424B2A7F40FCBA8880E4278F1A5D3DFA4218AF9B0CF7A1',
|
|
2287
|
+
exponent: 0,
|
|
2288
|
+
aliases: ['uslf']
|
|
2289
|
+
}, {
|
|
2290
|
+
denom: 'slf',
|
|
2291
|
+
exponent: 6
|
|
2292
|
+
}],
|
|
2293
|
+
base: 'ibc/A3F82E2FAA04727360424B2A7F40FCBA8880E4278F1A5D3DFA4218AF9B0CF7A1',
|
|
2294
|
+
name: 'Self',
|
|
2295
|
+
display: 'slf',
|
|
2296
|
+
symbol: 'SLF',
|
|
2297
|
+
logo_URIs: {
|
|
2298
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
2299
|
+
},
|
|
2300
|
+
coingecko_id: 'self-chain',
|
|
2301
|
+
images: [{
|
|
2302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
2303
|
+
}],
|
|
2304
|
+
socials: {
|
|
2305
|
+
website: 'https://selfchain.xyz',
|
|
2306
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
2307
|
+
},
|
|
2308
|
+
traces: [{
|
|
2309
|
+
type: 'ibc',
|
|
2310
|
+
counterparty: {
|
|
2311
|
+
channel_id: 'channel-1',
|
|
2312
|
+
base_denom: 'uslf',
|
|
2313
|
+
chain_name: 'self'
|
|
2314
|
+
},
|
|
2315
|
+
chain: {
|
|
2316
|
+
channel_id: 'channel-157'
|
|
2317
|
+
}
|
|
2318
|
+
}]
|
|
2319
|
+
},
|
|
2283
2320
|
{
|
|
2284
2321
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
2285
2322
|
denom_units: [{
|
|
@@ -4224,6 +4261,43 @@ const assets = {
|
|
|
4224
4261
|
}
|
|
4225
4262
|
}]
|
|
4226
4263
|
},
|
|
4264
|
+
{
|
|
4265
|
+
description: 'The native staking token of Self Chain.',
|
|
4266
|
+
denom_units: [{
|
|
4267
|
+
denom: 'ibc/A3F82E2FAA04727360424B2A7F40FCBA8880E4278F1A5D3DFA4218AF9B0CF7A1',
|
|
4268
|
+
exponent: 0,
|
|
4269
|
+
aliases: ['uslf']
|
|
4270
|
+
}, {
|
|
4271
|
+
denom: 'slf',
|
|
4272
|
+
exponent: 6
|
|
4273
|
+
}],
|
|
4274
|
+
base: 'ibc/A3F82E2FAA04727360424B2A7F40FCBA8880E4278F1A5D3DFA4218AF9B0CF7A1',
|
|
4275
|
+
name: 'Self',
|
|
4276
|
+
display: 'slf',
|
|
4277
|
+
symbol: 'SLF',
|
|
4278
|
+
logo_URIs: {
|
|
4279
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
4280
|
+
},
|
|
4281
|
+
coingecko_id: 'self-chain',
|
|
4282
|
+
images: [{
|
|
4283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
4284
|
+
}],
|
|
4285
|
+
socials: {
|
|
4286
|
+
website: 'https://selfchain.xyz',
|
|
4287
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
4288
|
+
},
|
|
4289
|
+
traces: [{
|
|
4290
|
+
type: 'ibc',
|
|
4291
|
+
counterparty: {
|
|
4292
|
+
channel_id: 'channel-1',
|
|
4293
|
+
base_denom: 'uslf',
|
|
4294
|
+
chain_name: 'self'
|
|
4295
|
+
},
|
|
4296
|
+
chain: {
|
|
4297
|
+
channel_id: 'channel-157'
|
|
4298
|
+
}
|
|
4299
|
+
}]
|
|
4300
|
+
},
|
|
4227
4301
|
{
|
|
4228
4302
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
4229
4303
|
denom_units: [{
|
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
|
},
|
|
@@ -3586,6 +3593,43 @@ const assets = {
|
|
|
3586
3593
|
}
|
|
3587
3594
|
}]
|
|
3588
3595
|
},
|
|
3596
|
+
{
|
|
3597
|
+
description: 'The native staking token of Self Chain.',
|
|
3598
|
+
denom_units: [{
|
|
3599
|
+
denom: 'ibc/07C1552AD0D5C8FE63F7E9AAD52E0488D5A9C2D2F49C0D9A0EFF940F5034C8FC',
|
|
3600
|
+
exponent: 0,
|
|
3601
|
+
aliases: ['uslf']
|
|
3602
|
+
}, {
|
|
3603
|
+
denom: 'slf',
|
|
3604
|
+
exponent: 6
|
|
3605
|
+
}],
|
|
3606
|
+
base: 'ibc/07C1552AD0D5C8FE63F7E9AAD52E0488D5A9C2D2F49C0D9A0EFF940F5034C8FC',
|
|
3607
|
+
name: 'Self',
|
|
3608
|
+
display: 'slf',
|
|
3609
|
+
symbol: 'SLF',
|
|
3610
|
+
logo_URIs: {
|
|
3611
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
3612
|
+
},
|
|
3613
|
+
coingecko_id: 'self-chain',
|
|
3614
|
+
images: [{
|
|
3615
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
3616
|
+
}],
|
|
3617
|
+
socials: {
|
|
3618
|
+
website: 'https://selfchain.xyz',
|
|
3619
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
3620
|
+
},
|
|
3621
|
+
traces: [{
|
|
3622
|
+
type: 'ibc',
|
|
3623
|
+
counterparty: {
|
|
3624
|
+
channel_id: 'channel-0',
|
|
3625
|
+
base_denom: 'uslf',
|
|
3626
|
+
chain_name: 'self'
|
|
3627
|
+
},
|
|
3628
|
+
chain: {
|
|
3629
|
+
channel_id: 'channel-892'
|
|
3630
|
+
}
|
|
3631
|
+
}]
|
|
3632
|
+
},
|
|
3589
3633
|
{
|
|
3590
3634
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
3591
3635
|
denom_units: [{
|
|
@@ -5164,9 +5208,16 @@ const assets = {
|
|
|
5164
5208
|
chain_name: 'ethereum',
|
|
5165
5209
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
5166
5210
|
},
|
|
5167
|
-
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
|
+
}
|
|
5168
5218
|
}],
|
|
5169
5219
|
logo_URIs: {
|
|
5220
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
5170
5221
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
5171
5222
|
}
|
|
5172
5223
|
},
|
|
@@ -6210,6 +6261,43 @@ const assets = {
|
|
|
6210
6261
|
}
|
|
6211
6262
|
}]
|
|
6212
6263
|
},
|
|
6264
|
+
{
|
|
6265
|
+
description: 'The native staking token of Self Chain.',
|
|
6266
|
+
denom_units: [{
|
|
6267
|
+
denom: 'ibc/07C1552AD0D5C8FE63F7E9AAD52E0488D5A9C2D2F49C0D9A0EFF940F5034C8FC',
|
|
6268
|
+
exponent: 0,
|
|
6269
|
+
aliases: ['uslf']
|
|
6270
|
+
}, {
|
|
6271
|
+
denom: 'slf',
|
|
6272
|
+
exponent: 6
|
|
6273
|
+
}],
|
|
6274
|
+
base: 'ibc/07C1552AD0D5C8FE63F7E9AAD52E0488D5A9C2D2F49C0D9A0EFF940F5034C8FC',
|
|
6275
|
+
name: 'Self',
|
|
6276
|
+
display: 'slf',
|
|
6277
|
+
symbol: 'SLF',
|
|
6278
|
+
logo_URIs: {
|
|
6279
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
6280
|
+
},
|
|
6281
|
+
coingecko_id: 'self-chain',
|
|
6282
|
+
images: [{
|
|
6283
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
6284
|
+
}],
|
|
6285
|
+
socials: {
|
|
6286
|
+
website: 'https://selfchain.xyz',
|
|
6287
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
6288
|
+
},
|
|
6289
|
+
traces: [{
|
|
6290
|
+
type: 'ibc',
|
|
6291
|
+
counterparty: {
|
|
6292
|
+
channel_id: 'channel-0',
|
|
6293
|
+
base_denom: 'uslf',
|
|
6294
|
+
chain_name: 'self'
|
|
6295
|
+
},
|
|
6296
|
+
chain: {
|
|
6297
|
+
channel_id: 'channel-892'
|
|
6298
|
+
}
|
|
6299
|
+
}]
|
|
6300
|
+
},
|
|
6213
6301
|
{
|
|
6214
6302
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
6215
6303
|
denom_units: [{
|
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/index.js
CHANGED
|
@@ -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/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
|
},
|