chain-registry 2.0.14 → 2.0.16
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/asset-lists.js +2 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/dydx/chain.js +4 -11
- package/esm/mainnet/noble/asset-list.js +2 -0
- package/esm/mainnet/osmosis/asset-list.js +181 -489
- package/esm/mainnet/xarchain/asset-list.js +33 -0
- package/esm/mainnet/xarchain/chain.js +89 -0
- package/esm/mainnet/xarchain/index.js +4 -0
- package/esm/testnet/lumeratestnet/chain.js +1 -1
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/dydx/chain.js +4 -11
- package/mainnet/noble/asset-list.js +2 -0
- package/mainnet/osmosis/asset-list.js +181 -489
- package/mainnet/xarchain/asset-list.d.ts +3 -0
- package/mainnet/xarchain/asset-list.js +35 -0
- package/mainnet/xarchain/chain.d.ts +3 -0
- package/mainnet/xarchain/chain.js +91 -0
- package/mainnet/xarchain/index.d.ts +2 -0
- package/mainnet/xarchain/index.js +10 -0
- package/package.json +3 -3
- package/testnet/lumeratestnet/chain.js +1 -1
|
@@ -114,16 +114,10 @@ const info = {
|
|
|
114
114
|
}
|
|
115
115
|
],
|
|
116
116
|
logoURIs: {
|
|
117
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
118
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
117
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
118
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
119
119
|
},
|
|
120
120
|
images: [{
|
|
121
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
122
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg',
|
|
123
|
-
theme: {
|
|
124
|
-
primaryColorHex: '#2474cb'
|
|
125
|
-
}
|
|
126
|
-
}, {
|
|
127
121
|
imageSync: {
|
|
128
122
|
chainName: 'axelar',
|
|
129
123
|
baseDenom: 'uusdc'
|
|
@@ -181,15 +175,9 @@ const info = {
|
|
|
181
175
|
}
|
|
182
176
|
],
|
|
183
177
|
logoURIs: {
|
|
184
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
185
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg'
|
|
178
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
|
186
179
|
},
|
|
187
|
-
images: [
|
|
188
|
-
{
|
|
189
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.png',
|
|
190
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.axl.svg'
|
|
191
|
-
},
|
|
192
|
-
{
|
|
180
|
+
images: [{
|
|
193
181
|
imageSync: {
|
|
194
182
|
chainName: 'axelar',
|
|
195
183
|
baseDenom: 'weth-wei'
|
|
@@ -198,15 +186,13 @@ const info = {
|
|
|
198
186
|
theme: {
|
|
199
187
|
primaryColorHex: '#3a3444'
|
|
200
188
|
}
|
|
201
|
-
},
|
|
202
|
-
{
|
|
189
|
+
}, {
|
|
203
190
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
204
191
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
205
192
|
theme: {
|
|
206
193
|
primaryColorHex: '#303030'
|
|
207
194
|
}
|
|
208
|
-
}
|
|
209
|
-
]
|
|
195
|
+
}]
|
|
210
196
|
},
|
|
211
197
|
{
|
|
212
198
|
description: 'Wrapped Bitcoin on Axelar',
|
|
@@ -254,16 +240,9 @@ const info = {
|
|
|
254
240
|
}
|
|
255
241
|
],
|
|
256
242
|
logoURIs: {
|
|
257
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
258
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg'
|
|
243
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png'
|
|
259
244
|
},
|
|
260
245
|
images: [{
|
|
261
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.png',
|
|
262
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.axl.svg',
|
|
263
|
-
theme: {
|
|
264
|
-
primaryColorHex: '#312b3a'
|
|
265
|
-
}
|
|
266
|
-
}, {
|
|
267
246
|
imageSync: {
|
|
268
247
|
chainName: 'axelar',
|
|
269
248
|
baseDenom: 'wbtc-satoshi'
|
|
@@ -320,16 +299,10 @@ const info = {
|
|
|
320
299
|
}
|
|
321
300
|
],
|
|
322
301
|
logoURIs: {
|
|
323
|
-
|
|
324
|
-
|
|
302
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
303
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
325
304
|
},
|
|
326
305
|
images: [{
|
|
327
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.svg',
|
|
328
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.axl.png',
|
|
329
|
-
theme: {
|
|
330
|
-
primaryColorHex: '#049393'
|
|
331
|
-
}
|
|
332
|
-
}, {
|
|
333
306
|
imageSync: {
|
|
334
307
|
chainName: 'axelar',
|
|
335
308
|
baseDenom: 'uusdt'
|
|
@@ -595,15 +568,10 @@ const info = {
|
|
|
595
568
|
}
|
|
596
569
|
],
|
|
597
570
|
logoURIs: {
|
|
598
|
-
|
|
599
|
-
|
|
571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.png',
|
|
572
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/wbnb.svg'
|
|
600
573
|
},
|
|
601
|
-
images: [
|
|
602
|
-
{
|
|
603
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bnb.axl.svg',
|
|
604
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bnb.axl.png'
|
|
605
|
-
},
|
|
606
|
-
{
|
|
574
|
+
images: [{
|
|
607
575
|
imageSync: {
|
|
608
576
|
chainName: 'axelar',
|
|
609
577
|
baseDenom: 'wbnb-wei'
|
|
@@ -613,8 +581,7 @@ const info = {
|
|
|
613
581
|
theme: {
|
|
614
582
|
primaryColorHex: '#f3bb0c'
|
|
615
583
|
}
|
|
616
|
-
},
|
|
617
|
-
{
|
|
584
|
+
}, {
|
|
618
585
|
imageSync: {
|
|
619
586
|
chainName: 'binancesmartchain',
|
|
620
587
|
baseDenom: 'wei'
|
|
@@ -624,8 +591,7 @@ const info = {
|
|
|
624
591
|
theme: {
|
|
625
592
|
primaryColorHex: '#f3bb0c'
|
|
626
593
|
}
|
|
627
|
-
}
|
|
628
|
-
]
|
|
594
|
+
}]
|
|
629
595
|
},
|
|
630
596
|
{
|
|
631
597
|
description: 'Polygon (formerly Matic) Network brings massive scale to Ethereum using an adapted version of Plasma with PoS based side chains. Polygon is a well-structured, easy-to-use platform for Ethereum scaling and infrastructure development.',
|
|
@@ -673,18 +639,10 @@ const info = {
|
|
|
673
639
|
}
|
|
674
640
|
],
|
|
675
641
|
logoURIs: {
|
|
676
|
-
|
|
677
|
-
|
|
642
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.png',
|
|
643
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polygon/images/wmatic.svg'
|
|
678
644
|
},
|
|
679
|
-
images: [
|
|
680
|
-
{
|
|
681
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.svg',
|
|
682
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pol.axl.png',
|
|
683
|
-
theme: {
|
|
684
|
-
primaryColorHex: '#8444e4'
|
|
685
|
-
}
|
|
686
|
-
},
|
|
687
|
-
{
|
|
645
|
+
images: [{
|
|
688
646
|
imageSync: {
|
|
689
647
|
chainName: 'axelar',
|
|
690
648
|
baseDenom: 'wmatic-wei'
|
|
@@ -694,8 +652,7 @@ const info = {
|
|
|
694
652
|
theme: {
|
|
695
653
|
primaryColorHex: '#2b93fb'
|
|
696
654
|
}
|
|
697
|
-
},
|
|
698
|
-
{
|
|
655
|
+
}, {
|
|
699
656
|
imageSync: {
|
|
700
657
|
chainName: 'polygon',
|
|
701
658
|
baseDenom: 'wei'
|
|
@@ -705,8 +662,7 @@ const info = {
|
|
|
705
662
|
theme: {
|
|
706
663
|
primaryColorHex: '#8444e4'
|
|
707
664
|
}
|
|
708
|
-
}
|
|
709
|
-
]
|
|
665
|
+
}]
|
|
710
666
|
},
|
|
711
667
|
{
|
|
712
668
|
description: 'AVAX is the native token of Avalanche. It is a hard-capped, scarce asset that is used to pay for fees, secure the platform through staking, and provide a basic unit of account between the multiple subnets created on Avalanche.',
|
|
@@ -910,11 +866,10 @@ const info = {
|
|
|
910
866
|
}
|
|
911
867
|
],
|
|
912
868
|
logoURIs: {
|
|
913
|
-
|
|
869
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png',
|
|
870
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg'
|
|
914
871
|
},
|
|
915
872
|
images: [{
|
|
916
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.axl.svg'
|
|
917
|
-
}, {
|
|
918
873
|
imageSync: {
|
|
919
874
|
chainName: 'axelar',
|
|
920
875
|
baseDenom: 'dot-planck'
|
|
@@ -2075,15 +2030,10 @@ const info = {
|
|
|
2075
2030
|
}
|
|
2076
2031
|
}],
|
|
2077
2032
|
logoURIs: {
|
|
2078
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2079
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
2033
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.png',
|
|
2034
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/beezee/images/vdl.svg'
|
|
2080
2035
|
},
|
|
2081
|
-
images: [
|
|
2082
|
-
{
|
|
2083
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.svg',
|
|
2084
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/VDL.vdl.png'
|
|
2085
|
-
},
|
|
2086
|
-
{
|
|
2036
|
+
images: [{
|
|
2087
2037
|
imageSync: {
|
|
2088
2038
|
chainName: 'vidulum',
|
|
2089
2039
|
baseDenom: 'uvdl'
|
|
@@ -2093,12 +2043,10 @@ const info = {
|
|
|
2093
2043
|
theme: {
|
|
2094
2044
|
primaryColorHex: '#3454bc'
|
|
2095
2045
|
}
|
|
2096
|
-
},
|
|
2097
|
-
{
|
|
2046
|
+
}, {
|
|
2098
2047
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png',
|
|
2099
2048
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg'
|
|
2100
|
-
}
|
|
2101
|
-
],
|
|
2049
|
+
}],
|
|
2102
2050
|
keywords: ['osmosis_unstable']
|
|
2103
2051
|
},
|
|
2104
2052
|
{
|
|
@@ -2614,13 +2562,10 @@ const info = {
|
|
|
2614
2562
|
}
|
|
2615
2563
|
}],
|
|
2616
2564
|
logoURIs: {
|
|
2617
|
-
|
|
2618
|
-
|
|
2565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png',
|
|
2566
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg'
|
|
2619
2567
|
},
|
|
2620
2568
|
images: [{
|
|
2621
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.svg',
|
|
2622
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fet.fet.png'
|
|
2623
|
-
}, {
|
|
2624
2569
|
imageSync: {
|
|
2625
2570
|
chainName: 'fetchhub',
|
|
2626
2571
|
baseDenom: 'afet'
|
|
@@ -3144,11 +3089,10 @@ const info = {
|
|
|
3144
3089
|
}
|
|
3145
3090
|
],
|
|
3146
3091
|
logoURIs: {
|
|
3147
|
-
|
|
3092
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
3093
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
3148
3094
|
},
|
|
3149
3095
|
images: [{
|
|
3150
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.grv.svg'
|
|
3151
|
-
}, {
|
|
3152
3096
|
imageSync: {
|
|
3153
3097
|
chainName: 'gravitybridge',
|
|
3154
3098
|
baseDenom: 'gravity0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599'
|
|
@@ -3206,11 +3150,9 @@ const info = {
|
|
|
3206
3150
|
}
|
|
3207
3151
|
],
|
|
3208
3152
|
logoURIs: {
|
|
3209
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
3153
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
3210
3154
|
},
|
|
3211
3155
|
images: [{
|
|
3212
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/weth.grv.svg'
|
|
3213
|
-
}, {
|
|
3214
3156
|
imageSync: {
|
|
3215
3157
|
chainName: 'gravitybridge',
|
|
3216
3158
|
baseDenom: 'gravity0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2'
|
|
@@ -3264,11 +3206,10 @@ const info = {
|
|
|
3264
3206
|
}
|
|
3265
3207
|
],
|
|
3266
3208
|
logoURIs: {
|
|
3267
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
3209
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
3210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
|
|
3268
3211
|
},
|
|
3269
3212
|
images: [{
|
|
3270
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.grv.svg'
|
|
3271
|
-
}, {
|
|
3272
3213
|
imageSync: {
|
|
3273
3214
|
chainName: 'gravitybridge',
|
|
3274
3215
|
baseDenom: 'gravity0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48'
|
|
@@ -3327,11 +3268,9 @@ const info = {
|
|
|
3327
3268
|
}
|
|
3328
3269
|
],
|
|
3329
3270
|
logoURIs: {
|
|
3330
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
3271
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
|
|
3331
3272
|
},
|
|
3332
3273
|
images: [{
|
|
3333
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dai.grv.svg'
|
|
3334
|
-
}, {
|
|
3335
3274
|
imageSync: {
|
|
3336
3275
|
chainName: 'gravitybridge',
|
|
3337
3276
|
baseDenom: 'gravity0x6B175474E89094C44Da98b954EedeAC495271d0F'
|
|
@@ -3385,16 +3324,10 @@ const info = {
|
|
|
3385
3324
|
}
|
|
3386
3325
|
],
|
|
3387
3326
|
logoURIs: {
|
|
3388
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
3389
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
3327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
3328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png'
|
|
3390
3329
|
},
|
|
3391
3330
|
images: [{
|
|
3392
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.svg',
|
|
3393
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.grv.png',
|
|
3394
|
-
theme: {
|
|
3395
|
-
primaryColorHex: '#059394'
|
|
3396
|
-
}
|
|
3397
|
-
}, {
|
|
3398
3331
|
imageSync: {
|
|
3399
3332
|
chainName: 'gravitybridge',
|
|
3400
3333
|
baseDenom: 'gravity0xdAC17F958D2ee523a2206206994597C13D831ec7'
|
|
@@ -3962,13 +3895,10 @@ const info = {
|
|
|
3962
3895
|
}
|
|
3963
3896
|
}],
|
|
3964
3897
|
logoURIs: {
|
|
3965
|
-
|
|
3966
|
-
|
|
3898
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png',
|
|
3899
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg'
|
|
3967
3900
|
},
|
|
3968
3901
|
images: [{
|
|
3969
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.svg',
|
|
3970
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/link.axl.png'
|
|
3971
|
-
}, {
|
|
3972
3902
|
imageSync: {
|
|
3973
3903
|
chainName: 'axelar',
|
|
3974
3904
|
baseDenom: 'link-wei'
|
|
@@ -4252,13 +4182,9 @@ const info = {
|
|
|
4252
4182
|
}
|
|
4253
4183
|
}],
|
|
4254
4184
|
logoURIs: {
|
|
4255
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
4256
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.png'
|
|
4185
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg'
|
|
4257
4186
|
},
|
|
4258
4187
|
images: [{
|
|
4259
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.svg',
|
|
4260
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/shib.axl.png'
|
|
4261
|
-
}, {
|
|
4262
4188
|
imageSync: {
|
|
4263
4189
|
chainName: 'axelar',
|
|
4264
4190
|
baseDenom: 'shib-wei'
|
|
@@ -6920,13 +6846,10 @@ const info = {
|
|
|
6920
6846
|
}
|
|
6921
6847
|
],
|
|
6922
6848
|
logoURIs: {
|
|
6923
|
-
|
|
6849
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
6850
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
6924
6851
|
},
|
|
6925
|
-
images: [
|
|
6926
|
-
{
|
|
6927
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/polygon.usdc.svg'
|
|
6928
|
-
},
|
|
6929
|
-
{
|
|
6852
|
+
images: [{
|
|
6930
6853
|
imageSync: {
|
|
6931
6854
|
chainName: 'axelar',
|
|
6932
6855
|
baseDenom: 'polygon-uusdc'
|
|
@@ -6936,11 +6859,9 @@ const info = {
|
|
|
6936
6859
|
theme: {
|
|
6937
6860
|
primaryColorHex: '#2474cc'
|
|
6938
6861
|
}
|
|
6939
|
-
},
|
|
6940
|
-
{
|
|
6862
|
+
}, {
|
|
6941
6863
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
6942
|
-
}
|
|
6943
|
-
]
|
|
6864
|
+
}]
|
|
6944
6865
|
},
|
|
6945
6866
|
{
|
|
6946
6867
|
description: 'USDC is a fully collateralized US Dollar stablecoin developed by CENTRE, the open source project with Circle being the first of several forthcoming issuers.',
|
|
@@ -6996,13 +6917,10 @@ const info = {
|
|
|
6996
6917
|
}
|
|
6997
6918
|
],
|
|
6998
6919
|
logoURIs: {
|
|
6999
|
-
|
|
6920
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
6921
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
7000
6922
|
},
|
|
7001
|
-
images: [
|
|
7002
|
-
{
|
|
7003
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avalanche.usdc.svg'
|
|
7004
|
-
},
|
|
7005
|
-
{
|
|
6923
|
+
images: [{
|
|
7006
6924
|
imageSync: {
|
|
7007
6925
|
chainName: 'axelar',
|
|
7008
6926
|
baseDenom: 'avalanche-uusdc'
|
|
@@ -7012,11 +6930,9 @@ const info = {
|
|
|
7012
6930
|
theme: {
|
|
7013
6931
|
primaryColorHex: '#2474cc'
|
|
7014
6932
|
}
|
|
7015
|
-
},
|
|
7016
|
-
{
|
|
6933
|
+
}, {
|
|
7017
6934
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
7018
|
-
}
|
|
7019
|
-
]
|
|
6935
|
+
}]
|
|
7020
6936
|
},
|
|
7021
6937
|
{
|
|
7022
6938
|
description: 'Mars Protocol token (pre-migration)',
|
|
@@ -8535,20 +8451,10 @@ const info = {
|
|
|
8535
8451
|
}
|
|
8536
8452
|
],
|
|
8537
8453
|
logoURIs: {
|
|
8538
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8539
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
8454
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.png',
|
|
8455
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/filecoin/images/wfil.svg'
|
|
8540
8456
|
},
|
|
8541
8457
|
images: [{
|
|
8542
|
-
imageSync: {
|
|
8543
|
-
chainName: 'filecoin',
|
|
8544
|
-
baseDenom: 'attoFIL'
|
|
8545
|
-
},
|
|
8546
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fil.axl.png',
|
|
8547
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fil.axl.svg',
|
|
8548
|
-
theme: {
|
|
8549
|
-
primaryColorHex: '#0493fc'
|
|
8550
|
-
}
|
|
8551
|
-
}, {
|
|
8552
8458
|
imageSync: {
|
|
8553
8459
|
chainName: 'axelar',
|
|
8554
8460
|
baseDenom: 'wfil-wei'
|
|
@@ -8728,13 +8634,10 @@ const info = {
|
|
|
8728
8634
|
}
|
|
8729
8635
|
}],
|
|
8730
8636
|
logoURIs: {
|
|
8731
|
-
|
|
8732
|
-
|
|
8637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png',
|
|
8638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg'
|
|
8733
8639
|
},
|
|
8734
8640
|
images: [{
|
|
8735
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.svg',
|
|
8736
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/arb.axl.png'
|
|
8737
|
-
}, {
|
|
8738
8641
|
imageSync: {
|
|
8739
8642
|
chainName: 'axelar',
|
|
8740
8643
|
baseDenom: 'arb-wei'
|
|
@@ -8867,13 +8770,10 @@ const info = {
|
|
|
8867
8770
|
}
|
|
8868
8771
|
}],
|
|
8869
8772
|
logoURIs: {
|
|
8870
|
-
|
|
8871
|
-
|
|
8773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png',
|
|
8774
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg'
|
|
8872
8775
|
},
|
|
8873
8776
|
images: [{
|
|
8874
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.svg',
|
|
8875
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.axl.png'
|
|
8876
|
-
}, {
|
|
8877
8777
|
imageSync: {
|
|
8878
8778
|
chainName: 'axelar',
|
|
8879
8779
|
baseDenom: 'pepe-wei'
|
|
@@ -9143,11 +9043,9 @@ const info = {
|
|
|
9143
9043
|
}
|
|
9144
9044
|
],
|
|
9145
9045
|
logoURIs: {
|
|
9146
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
9046
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wsteth.svg'
|
|
9147
9047
|
},
|
|
9148
9048
|
images: [{
|
|
9149
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wstETH.axl.svg'
|
|
9150
|
-
}, {
|
|
9151
9049
|
imageSync: {
|
|
9152
9050
|
chainName: 'axelar',
|
|
9153
9051
|
baseDenom: 'wsteth-wei'
|
|
@@ -9708,13 +9606,10 @@ const info = {
|
|
|
9708
9606
|
}
|
|
9709
9607
|
],
|
|
9710
9608
|
logoURIs: {
|
|
9711
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
9712
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
9609
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg',
|
|
9610
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png'
|
|
9713
9611
|
},
|
|
9714
9612
|
images: [{
|
|
9715
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.svg',
|
|
9716
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dot.pica.png'
|
|
9717
|
-
}, {
|
|
9718
9613
|
imageSync: {
|
|
9719
9614
|
chainName: 'composable',
|
|
9720
9615
|
baseDenom: 'ibc/3CC19CEC7E5A3E90E78A5A9ECC5A0E2F8F826A375CF1E096F4515CF09DA3E366'
|
|
@@ -10000,16 +9895,10 @@ const info = {
|
|
|
10000
9895
|
}
|
|
10001
9896
|
],
|
|
10002
9897
|
logoURIs: {
|
|
10003
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
10004
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
9898
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
9899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png'
|
|
10005
9900
|
},
|
|
10006
9901
|
images: [{
|
|
10007
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.svg',
|
|
10008
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.kava.png',
|
|
10009
|
-
theme: {
|
|
10010
|
-
primaryColorHex: '#049494'
|
|
10011
|
-
}
|
|
10012
|
-
}, {
|
|
10013
9902
|
imageSync: {
|
|
10014
9903
|
chainName: 'kava',
|
|
10015
9904
|
baseDenom: 'erc20/tether/usdt'
|
|
@@ -10283,13 +10172,10 @@ const info = {
|
|
|
10283
10172
|
}
|
|
10284
10173
|
],
|
|
10285
10174
|
logoURIs: {
|
|
10286
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
10287
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
10175
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.svg',
|
|
10176
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/sol_circle.png'
|
|
10288
10177
|
},
|
|
10289
10178
|
images: [{
|
|
10290
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.svg',
|
|
10291
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.wh.png'
|
|
10292
|
-
}, {
|
|
10293
10179
|
imageSync: {
|
|
10294
10180
|
chainName: 'gateway',
|
|
10295
10181
|
baseDenom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8sYgCzLRJC3J7qPn2bNbx6PiGcarhyx8rBhVaNnfvHCA'
|
|
@@ -10398,16 +10284,10 @@ const info = {
|
|
|
10398
10284
|
}
|
|
10399
10285
|
],
|
|
10400
10286
|
logoURIs: {
|
|
10401
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
10402
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
10287
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
10288
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png'
|
|
10403
10289
|
},
|
|
10404
10290
|
images: [{
|
|
10405
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.svg',
|
|
10406
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.wh.png',
|
|
10407
|
-
theme: {
|
|
10408
|
-
primaryColorHex: '#049393'
|
|
10409
|
-
}
|
|
10410
|
-
}, {
|
|
10411
10291
|
imageSync: {
|
|
10412
10292
|
chainName: 'gateway',
|
|
10413
10293
|
baseDenom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/8iuAc6DSeLvi2JDUtwJxLytsZT8R19itXebZsNReLLNi'
|
|
@@ -10457,13 +10337,9 @@ const info = {
|
|
|
10457
10337
|
}
|
|
10458
10338
|
}],
|
|
10459
10339
|
logoURIs: {
|
|
10460
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
10461
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sui.wh.png'
|
|
10340
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/sui/images/sui.svg'
|
|
10462
10341
|
},
|
|
10463
10342
|
images: [{
|
|
10464
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sui.wh.svg',
|
|
10465
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sui.wh.png'
|
|
10466
|
-
}, {
|
|
10467
10343
|
imageSync: {
|
|
10468
10344
|
chainName: 'gateway',
|
|
10469
10345
|
baseDenom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/46YEtoSN1AcwgGSRoWruoS6bnVh8XpMp5aQTpKohCJYh'
|
|
@@ -10507,28 +10383,20 @@ const info = {
|
|
|
10507
10383
|
}
|
|
10508
10384
|
}],
|
|
10509
10385
|
logoURIs: {
|
|
10510
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
10511
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/apt.wh.png'
|
|
10386
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
|
|
10512
10387
|
},
|
|
10513
|
-
images: [
|
|
10514
|
-
{
|
|
10515
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/apt.wh.svg',
|
|
10516
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/apt.wh.png'
|
|
10517
|
-
},
|
|
10518
|
-
{
|
|
10388
|
+
images: [{
|
|
10519
10389
|
imageSync: {
|
|
10520
10390
|
chainName: 'gateway',
|
|
10521
10391
|
baseDenom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5wS2fGojbL9RhGEAeQBdkHPUAciYDxjDTMYvdf9aDn2r'
|
|
10522
10392
|
},
|
|
10523
10393
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/aptos.svg'
|
|
10524
|
-
},
|
|
10525
|
-
{
|
|
10394
|
+
}, {
|
|
10526
10395
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/aptos/images/apt-dm.svg',
|
|
10527
10396
|
theme: {
|
|
10528
10397
|
darkMode: true
|
|
10529
10398
|
}
|
|
10530
|
-
}
|
|
10531
|
-
]
|
|
10399
|
+
}]
|
|
10532
10400
|
},
|
|
10533
10401
|
{
|
|
10534
10402
|
description: 'MantaDAO Governance Token',
|
|
@@ -10660,11 +10528,10 @@ const info = {
|
|
|
10660
10528
|
}
|
|
10661
10529
|
],
|
|
10662
10530
|
logoURIs: {
|
|
10663
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
10531
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
10532
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
|
|
10664
10533
|
},
|
|
10665
10534
|
images: [{
|
|
10666
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.hole.svg'
|
|
10667
|
-
}, {
|
|
10668
10535
|
imageSync: {
|
|
10669
10536
|
chainName: 'gateway',
|
|
10670
10537
|
baseDenom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/GGh9Ufn1SeDGrhzEkMyRKt5568VbbxZK2yvWNsd6PbXt'
|
|
@@ -10724,11 +10591,10 @@ const info = {
|
|
|
10724
10591
|
}
|
|
10725
10592
|
],
|
|
10726
10593
|
logoURIs: {
|
|
10727
|
-
|
|
10594
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
10595
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
10728
10596
|
},
|
|
10729
10597
|
images: [{
|
|
10730
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/weth.hole.svg'
|
|
10731
|
-
}, {
|
|
10732
10598
|
imageSync: {
|
|
10733
10599
|
chainName: 'gateway',
|
|
10734
10600
|
baseDenom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/5BWqpR48Lubd55szM5i62zK7TFkddckhbT48yy6mNbDp'
|
|
@@ -11416,21 +11282,14 @@ const info = {
|
|
|
11416
11282
|
}
|
|
11417
11283
|
}],
|
|
11418
11284
|
logoURIs: {
|
|
11419
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
11420
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.png'
|
|
11285
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg'
|
|
11421
11286
|
},
|
|
11422
|
-
images: [
|
|
11423
|
-
{
|
|
11424
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.svg',
|
|
11425
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dydx.dydx.png'
|
|
11426
|
-
},
|
|
11427
|
-
{
|
|
11287
|
+
images: [{
|
|
11428
11288
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx-circle.svg',
|
|
11429
11289
|
theme: {
|
|
11430
11290
|
circle: true
|
|
11431
11291
|
}
|
|
11432
|
-
},
|
|
11433
|
-
{
|
|
11292
|
+
}, {
|
|
11434
11293
|
imageSync: {
|
|
11435
11294
|
chainName: 'dydx',
|
|
11436
11295
|
baseDenom: 'adydx'
|
|
@@ -11440,8 +11299,7 @@ const info = {
|
|
|
11440
11299
|
theme: {
|
|
11441
11300
|
primaryColorHex: '#21212f'
|
|
11442
11301
|
}
|
|
11443
|
-
}
|
|
11444
|
-
]
|
|
11302
|
+
}]
|
|
11445
11303
|
},
|
|
11446
11304
|
{
|
|
11447
11305
|
description: 'The native staking token of the Function X',
|
|
@@ -13495,16 +13353,10 @@ const info = {
|
|
|
13495
13353
|
}
|
|
13496
13354
|
}],
|
|
13497
13355
|
logoURIs: {
|
|
13498
|
-
|
|
13499
|
-
|
|
13356
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
13357
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
13500
13358
|
},
|
|
13501
13359
|
images: [{
|
|
13502
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.svg',
|
|
13503
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dym.dym.png',
|
|
13504
|
-
theme: {
|
|
13505
|
-
primaryColorHex: '#f4e4d4'
|
|
13506
|
-
}
|
|
13507
|
-
}, {
|
|
13508
13360
|
imageSync: {
|
|
13509
13361
|
chainName: 'dymension',
|
|
13510
13362
|
baseDenom: 'adym'
|
|
@@ -13679,16 +13531,10 @@ const info = {
|
|
|
13679
13531
|
}
|
|
13680
13532
|
],
|
|
13681
13533
|
logoURIs: {
|
|
13682
|
-
|
|
13683
|
-
|
|
13534
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
13535
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
|
|
13684
13536
|
},
|
|
13685
13537
|
images: [{
|
|
13686
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solana.USDC.wh.png',
|
|
13687
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solana.USDC.wh.svg',
|
|
13688
|
-
theme: {
|
|
13689
|
-
primaryColorHex: '#2775cb'
|
|
13690
|
-
}
|
|
13691
|
-
}, {
|
|
13692
13538
|
imageSync: {
|
|
13693
13539
|
chainName: 'gateway',
|
|
13694
13540
|
baseDenom: 'factory/wormhole14ejqjyq8um4p3xfqj74yld5waqljf88fz25yxnma0cngspxe3les00fpjx/HJk1XMDRNUbRrpKkNZYui7SwWDMjXZAsySzqgyNcQoU3'
|
|
@@ -14111,13 +13957,10 @@ const info = {
|
|
|
14111
13957
|
}
|
|
14112
13958
|
}],
|
|
14113
13959
|
logoURIs: {
|
|
14114
|
-
|
|
14115
|
-
|
|
13960
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.png',
|
|
13961
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/aioz/images/aioz.svg'
|
|
14116
13962
|
},
|
|
14117
13963
|
images: [{
|
|
14118
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.svg',
|
|
14119
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/aioz.aioz.png'
|
|
14120
|
-
}, {
|
|
14121
13964
|
imageSync: {
|
|
14122
13965
|
chainName: 'aioz',
|
|
14123
13966
|
baseDenom: 'attoaioz'
|
|
@@ -14325,14 +14168,10 @@ const info = {
|
|
|
14325
14168
|
}
|
|
14326
14169
|
}],
|
|
14327
14170
|
logoURIs: {
|
|
14328
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
14171
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png',
|
|
14172
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.svg'
|
|
14329
14173
|
},
|
|
14330
14174
|
images: [{
|
|
14331
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/xrp.core.png',
|
|
14332
|
-
theme: {
|
|
14333
|
-
primaryColorHex: '#040404'
|
|
14334
|
-
}
|
|
14335
|
-
}, {
|
|
14336
14175
|
imageSync: {
|
|
14337
14176
|
chainName: 'coreum',
|
|
14338
14177
|
baseDenom: 'drop-core1zhs909jp9yktml6qqx9f0ptcq2xnhhj99cja03j3lfcsp2pgm86studdrz'
|
|
@@ -15343,16 +15182,10 @@ const info = {
|
|
|
15343
15182
|
}
|
|
15344
15183
|
],
|
|
15345
15184
|
logoURIs: {
|
|
15346
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
15347
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
15185
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
|
|
15186
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
|
|
15348
15187
|
},
|
|
15349
15188
|
images: [{
|
|
15350
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.png',
|
|
15351
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.grv.svg',
|
|
15352
|
-
theme: {
|
|
15353
|
-
primaryColorHex: '#ddc81a'
|
|
15354
|
-
}
|
|
15355
|
-
}, {
|
|
15356
15189
|
imageSync: {
|
|
15357
15190
|
chainName: 'gravitybridge',
|
|
15358
15191
|
baseDenom: 'gravity0x45804880De22913dAFE09f4980848ECE6EcbAf78'
|
|
@@ -15477,11 +15310,10 @@ const info = {
|
|
|
15477
15310
|
}
|
|
15478
15311
|
}],
|
|
15479
15312
|
logoURIs: {
|
|
15480
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
15313
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
15314
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png'
|
|
15481
15315
|
},
|
|
15482
15316
|
images: [{
|
|
15483
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.pica.svg'
|
|
15484
|
-
}, {
|
|
15485
15317
|
imageSync: {
|
|
15486
15318
|
chainName: 'composable',
|
|
15487
15319
|
baseDenom: 'ibc/F9D075D4079FC56A9C49B601E54A45292C319D8B0E8CC0F8439041130AA7166C'
|
|
@@ -15544,11 +15376,9 @@ const info = {
|
|
|
15544
15376
|
}
|
|
15545
15377
|
],
|
|
15546
15378
|
logoURIs: {
|
|
15547
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
15379
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/dai.svg'
|
|
15548
15380
|
},
|
|
15549
15381
|
images: [{
|
|
15550
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/dai.pica.svg'
|
|
15551
|
-
}, {
|
|
15552
15382
|
imageSync: {
|
|
15553
15383
|
chainName: 'composable',
|
|
15554
15384
|
baseDenom: 'ibc/A342F6F8D1CDE1D934C50E8EAFF91E813D971E1BFEED7E557F1674E01004A533'
|
|
@@ -15596,11 +15426,10 @@ const info = {
|
|
|
15596
15426
|
}
|
|
15597
15427
|
}],
|
|
15598
15428
|
logoURIs: {
|
|
15599
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
15429
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.svg',
|
|
15430
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/fxs.png'
|
|
15600
15431
|
},
|
|
15601
15432
|
images: [{
|
|
15602
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fxs.pica.svg'
|
|
15603
|
-
}, {
|
|
15604
15433
|
imageSync: {
|
|
15605
15434
|
chainName: 'composable',
|
|
15606
15435
|
baseDenom: 'ibc/5F9BE030FC355733EC79307409FA98398BBFC747C9430B326C144A74F6808B29'
|
|
@@ -15663,11 +15492,9 @@ const info = {
|
|
|
15663
15492
|
}
|
|
15664
15493
|
],
|
|
15665
15494
|
logoURIs: {
|
|
15666
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
15495
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frax.svg'
|
|
15667
15496
|
},
|
|
15668
15497
|
images: [{
|
|
15669
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/frax.pica.svg'
|
|
15670
|
-
}, {
|
|
15671
15498
|
imageSync: {
|
|
15672
15499
|
chainName: 'composable',
|
|
15673
15500
|
baseDenom: 'ibc/4F20D68B51ED559F99C3CD658383E91F45486D884BF546E7B25337A058562CDB'
|
|
@@ -15726,16 +15553,10 @@ const info = {
|
|
|
15726
15553
|
}
|
|
15727
15554
|
],
|
|
15728
15555
|
logoURIs: {
|
|
15729
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
15730
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
15556
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
15557
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png'
|
|
15731
15558
|
},
|
|
15732
15559
|
images: [{
|
|
15733
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.svg',
|
|
15734
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pica.png',
|
|
15735
|
-
theme: {
|
|
15736
|
-
primaryColorHex: '#049494'
|
|
15737
|
-
}
|
|
15738
|
-
}, {
|
|
15739
15560
|
imageSync: {
|
|
15740
15561
|
chainName: 'composable',
|
|
15741
15562
|
baseDenom: 'ibc/37CC704EA53E96AB09A9C31D79142DE7DB252420F3AB18015F9870AE219947BD'
|
|
@@ -15808,11 +15629,10 @@ const info = {
|
|
|
15808
15629
|
}
|
|
15809
15630
|
],
|
|
15810
15631
|
logoURIs: {
|
|
15811
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
15632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.svg',
|
|
15633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrax.png'
|
|
15812
15634
|
},
|
|
15813
15635
|
images: [{
|
|
15814
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sfrax.pica.svg'
|
|
15815
|
-
}, {
|
|
15816
15636
|
imageSync: {
|
|
15817
15637
|
chainName: 'composable',
|
|
15818
15638
|
baseDenom: 'ibc/5BD7F23FE150D9CF3BCC944DB829380BCC51A4022A131151C4D13B3AFAC2D1D9'
|
|
@@ -15875,11 +15695,10 @@ const info = {
|
|
|
15875
15695
|
}
|
|
15876
15696
|
],
|
|
15877
15697
|
logoURIs: {
|
|
15878
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
15698
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.svg',
|
|
15699
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/frxeth.png'
|
|
15879
15700
|
},
|
|
15880
15701
|
images: [{
|
|
15881
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/frxeth.pica.svg'
|
|
15882
|
-
}, {
|
|
15883
15702
|
imageSync: {
|
|
15884
15703
|
chainName: 'composable',
|
|
15885
15704
|
baseDenom: 'ibc/458032E654E41DB91EF98F13E2CE4F9E0FE86BA3E0CDBEC074A854E9F5229A90'
|
|
@@ -15950,11 +15769,9 @@ const info = {
|
|
|
15950
15769
|
}
|
|
15951
15770
|
],
|
|
15952
15771
|
logoURIs: {
|
|
15953
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
15772
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/sfrxeth.svg'
|
|
15954
15773
|
},
|
|
15955
15774
|
images: [{
|
|
15956
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sfrxeth.pica.svg'
|
|
15957
|
-
}, {
|
|
15958
15775
|
imageSync: {
|
|
15959
15776
|
chainName: 'composable',
|
|
15960
15777
|
baseDenom: 'ibc/4E0ECE7819D77B0F2B49F5C34B5E594A02D2BA8B1B0F103208F847B53EBFB69A'
|
|
@@ -16630,11 +16447,10 @@ const info = {
|
|
|
16630
16447
|
}
|
|
16631
16448
|
}],
|
|
16632
16449
|
logoURIs: {
|
|
16633
|
-
|
|
16450
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.svg',
|
|
16451
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pepe.png'
|
|
16634
16452
|
},
|
|
16635
16453
|
images: [{
|
|
16636
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pepe.pica.png'
|
|
16637
|
-
}, {
|
|
16638
16454
|
imageSync: {
|
|
16639
16455
|
chainName: 'composable',
|
|
16640
16456
|
baseDenom: 'ibc/6367C5AF2E2477FB13DD0C8CB0027FEDDF5AE947EE84C69FB75003E604E29D05'
|
|
@@ -16687,11 +16503,9 @@ const info = {
|
|
|
16687
16503
|
}
|
|
16688
16504
|
}],
|
|
16689
16505
|
logoURIs: {
|
|
16690
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
16506
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crv.png'
|
|
16691
16507
|
},
|
|
16692
16508
|
images: [{
|
|
16693
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/crv.pica.png'
|
|
16694
|
-
}, {
|
|
16695
16509
|
imageSync: {
|
|
16696
16510
|
chainName: 'composable',
|
|
16697
16511
|
baseDenom: 'ibc/52C8C6197989684F891076F228F20CD1659AB6E1776E3B85E65CBBEC67DA5DED'
|
|
@@ -16754,11 +16568,9 @@ const info = {
|
|
|
16754
16568
|
}
|
|
16755
16569
|
],
|
|
16756
16570
|
logoURIs: {
|
|
16757
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
16571
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ezeth.png'
|
|
16758
16572
|
},
|
|
16759
16573
|
images: [{
|
|
16760
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ezeth.pica.png'
|
|
16761
|
-
}, {
|
|
16762
16574
|
imageSync: {
|
|
16763
16575
|
chainName: 'composable',
|
|
16764
16576
|
baseDenom: 'ibc/E317539F148285AAC77E7614101CBE94E20EDF169B233A5E0C867112972F9041'
|
|
@@ -16821,11 +16633,9 @@ const info = {
|
|
|
16821
16633
|
}
|
|
16822
16634
|
],
|
|
16823
16635
|
logoURIs: {
|
|
16824
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
16636
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usde.png'
|
|
16825
16637
|
},
|
|
16826
16638
|
images: [{
|
|
16827
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usde.pica.png'
|
|
16828
|
-
}, {
|
|
16829
16639
|
imageSync: {
|
|
16830
16640
|
chainName: 'composable',
|
|
16831
16641
|
baseDenom: 'ibc/FFD9EB71B4480ED4D73F7370A2AEBDB48447A0AAE27265F8060A957F0FF71983'
|
|
@@ -16877,11 +16687,9 @@ const info = {
|
|
|
16877
16687
|
}
|
|
16878
16688
|
}],
|
|
16879
16689
|
logoURIs: {
|
|
16880
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
16690
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ena.png'
|
|
16881
16691
|
},
|
|
16882
16692
|
images: [{
|
|
16883
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ena.pica.png'
|
|
16884
|
-
}, {
|
|
16885
16693
|
imageSync: {
|
|
16886
16694
|
chainName: 'composable',
|
|
16887
16695
|
baseDenom: 'ibc/B089810D5A6316AD5E9C7808733DC4AB11C7BA3033221D28711FC7206BACB929'
|
|
@@ -16944,11 +16752,9 @@ const info = {
|
|
|
16944
16752
|
}
|
|
16945
16753
|
],
|
|
16946
16754
|
logoURIs: {
|
|
16947
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
16755
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eeth.png'
|
|
16948
16756
|
},
|
|
16949
16757
|
images: [{
|
|
16950
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eeth.pica.png'
|
|
16951
|
-
}, {
|
|
16952
16758
|
imageSync: {
|
|
16953
16759
|
chainName: 'composable',
|
|
16954
16760
|
baseDenom: 'ibc/34C23BA6BAA2EAE0199D85AD1E2E214F76B0BFAD42BF75542D15F71264EEB05B'
|
|
@@ -17011,11 +16817,9 @@ const info = {
|
|
|
17011
16817
|
}
|
|
17012
16818
|
],
|
|
17013
16819
|
logoURIs: {
|
|
17014
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
16820
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pxeth.png'
|
|
17015
16821
|
},
|
|
17016
16822
|
images: [{
|
|
17017
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/pxeth.pica.png'
|
|
17018
|
-
}, {
|
|
17019
16823
|
imageSync: {
|
|
17020
16824
|
chainName: 'composable',
|
|
17021
16825
|
baseDenom: 'ibc/36EF1EA47A09689C81D848B08E5240FA9FF13B17DB7DCF48B77D4D0D9B152821'
|
|
@@ -17078,11 +16882,9 @@ const info = {
|
|
|
17078
16882
|
}
|
|
17079
16883
|
],
|
|
17080
16884
|
logoURIs: {
|
|
17081
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
16885
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/crvusd.png'
|
|
17082
16886
|
},
|
|
17083
16887
|
images: [{
|
|
17084
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/crvUSD.pica.png'
|
|
17085
|
-
}, {
|
|
17086
16888
|
imageSync: {
|
|
17087
16889
|
chainName: 'composable',
|
|
17088
16890
|
baseDenom: 'ibc/C9D79BE8E3E75CA2DFDC722C77D7B179C39A4802D59019C790A825FDE34B724A'
|
|
@@ -17228,16 +17030,10 @@ const info = {
|
|
|
17228
17030
|
}
|
|
17229
17031
|
],
|
|
17230
17032
|
logoURIs: {
|
|
17231
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
17232
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
17033
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
17034
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png'
|
|
17233
17035
|
},
|
|
17234
17036
|
images: [{
|
|
17235
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.svg',
|
|
17236
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.solana.pica.png',
|
|
17237
|
-
theme: {
|
|
17238
|
-
primaryColorHex: '#089496'
|
|
17239
|
-
}
|
|
17240
|
-
}, {
|
|
17241
17037
|
imageSync: {
|
|
17242
17038
|
chainName: 'composable',
|
|
17243
17039
|
baseDenom: 'ibc/D105950618E47CA2AEC314282BC401625025F80A4F812808DEEBB1941C685575'
|
|
@@ -17303,11 +17099,9 @@ const info = {
|
|
|
17303
17099
|
}
|
|
17304
17100
|
],
|
|
17305
17101
|
logoURIs: {
|
|
17306
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
17102
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/edgesol.png'
|
|
17307
17103
|
},
|
|
17308
17104
|
images: [{
|
|
17309
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/edgesol.pica.png'
|
|
17310
|
-
}, {
|
|
17311
17105
|
imageSync: {
|
|
17312
17106
|
chainName: 'composable',
|
|
17313
17107
|
baseDenom: 'ibc/BADB5950C4A81AC201696EBCB33CD295137FA86F0AA620CDDE946D3700E0208C'
|
|
@@ -17370,16 +17164,14 @@ const info = {
|
|
|
17370
17164
|
}
|
|
17371
17165
|
],
|
|
17372
17166
|
logoURIs: {
|
|
17373
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
17167
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/lst.png'
|
|
17374
17168
|
},
|
|
17375
17169
|
images: [{
|
|
17376
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lst.pica.png'
|
|
17377
|
-
}, {
|
|
17378
17170
|
imageSync: {
|
|
17379
17171
|
chainName: 'composable',
|
|
17380
17172
|
baseDenom: 'ibc/55F5B582483FEFA5422794292B079B4D49A5BAB9881E7C801F9F271F1D234F1D'
|
|
17381
17173
|
},
|
|
17382
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/
|
|
17174
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/lst.png',
|
|
17383
17175
|
theme: {
|
|
17384
17176
|
primaryColorHex: '#cbebe3'
|
|
17385
17177
|
}
|
|
@@ -17437,11 +17229,9 @@ const info = {
|
|
|
17437
17229
|
}
|
|
17438
17230
|
],
|
|
17439
17231
|
logoURIs: {
|
|
17440
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
17232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/solana/images/jitosol.png'
|
|
17441
17233
|
},
|
|
17442
17234
|
images: [{
|
|
17443
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/jitosol.pica.png'
|
|
17444
|
-
}, {
|
|
17445
17235
|
imageSync: {
|
|
17446
17236
|
chainName: 'composable',
|
|
17447
17237
|
baseDenom: 'ibc/91A2FE07F8BDFC0552B1C9972FCCBF2CFD067DDE5F496D81E5132CE57762B0F2'
|
|
@@ -17852,11 +17642,9 @@ const info = {
|
|
|
17852
17642
|
}
|
|
17853
17643
|
],
|
|
17854
17644
|
logoURIs: {
|
|
17855
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
17645
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
17856
17646
|
},
|
|
17857
17647
|
images: [{
|
|
17858
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.arb.axl.svg'
|
|
17859
|
-
}, {
|
|
17860
17648
|
imageSync: {
|
|
17861
17649
|
chainName: 'axelar',
|
|
17862
17650
|
baseDenom: 'arbitrum-weth-wei'
|
|
@@ -17917,11 +17705,9 @@ const info = {
|
|
|
17917
17705
|
}
|
|
17918
17706
|
],
|
|
17919
17707
|
logoURIs: {
|
|
17920
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
17708
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
17921
17709
|
},
|
|
17922
17710
|
images: [{
|
|
17923
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.base.axl.svg'
|
|
17924
|
-
}, {
|
|
17925
17711
|
imageSync: {
|
|
17926
17712
|
chainName: 'axelar',
|
|
17927
17713
|
baseDenom: 'base-weth-wei'
|
|
@@ -17982,11 +17768,9 @@ const info = {
|
|
|
17982
17768
|
}
|
|
17983
17769
|
],
|
|
17984
17770
|
logoURIs: {
|
|
17985
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
17771
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
17986
17772
|
},
|
|
17987
17773
|
images: [{
|
|
17988
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.matic.axl.svg'
|
|
17989
|
-
}, {
|
|
17990
17774
|
imageSync: {
|
|
17991
17775
|
chainName: 'axelar',
|
|
17992
17776
|
baseDenom: 'polygon-weth-wei'
|
|
@@ -18530,13 +18314,10 @@ const info = {
|
|
|
18530
18314
|
provider: 'Router'
|
|
18531
18315
|
}],
|
|
18532
18316
|
logoURIs: {
|
|
18533
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
18534
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
18317
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.svg',
|
|
18318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/tron/images/trx.png'
|
|
18535
18319
|
},
|
|
18536
18320
|
images: [{
|
|
18537
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.svg',
|
|
18538
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/trx.rt.png'
|
|
18539
|
-
}, {
|
|
18540
18321
|
imageSync: {
|
|
18541
18322
|
chainName: 'tron',
|
|
18542
18323
|
baseDenom: 'sun'
|
|
@@ -18581,18 +18362,10 @@ const info = {
|
|
|
18581
18362
|
provider: 'Router'
|
|
18582
18363
|
}],
|
|
18583
18364
|
logoURIs: {
|
|
18584
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
18585
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
18365
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
18366
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png'
|
|
18586
18367
|
},
|
|
18587
18368
|
images: [{
|
|
18588
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.svg',
|
|
18589
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.rt.png',
|
|
18590
|
-
theme: {
|
|
18591
|
-
circle: true,
|
|
18592
|
-
primaryColorHex: '#009393',
|
|
18593
|
-
backgroundColorHex: '#009393'
|
|
18594
|
-
}
|
|
18595
|
-
}, {
|
|
18596
18369
|
imageSync: {
|
|
18597
18370
|
chainName: 'ethereum',
|
|
18598
18371
|
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
@@ -18894,13 +18667,10 @@ const info = {
|
|
|
18894
18667
|
}
|
|
18895
18668
|
}],
|
|
18896
18669
|
logoURIs: {
|
|
18897
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
18898
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
18670
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.svg',
|
|
18671
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/optimism/images/op.png'
|
|
18899
18672
|
},
|
|
18900
18673
|
images: [{
|
|
18901
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.svg',
|
|
18902
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/op.axl.png'
|
|
18903
|
-
}, {
|
|
18904
18674
|
imageSync: {
|
|
18905
18675
|
chainName: 'axelar',
|
|
18906
18676
|
baseDenom: 'op-wei'
|
|
@@ -19190,11 +18960,9 @@ const info = {
|
|
|
19190
18960
|
}
|
|
19191
18961
|
],
|
|
19192
18962
|
logoURIs: {
|
|
19193
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
18963
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unicorn/images/uwu.png'
|
|
19194
18964
|
},
|
|
19195
18965
|
images: [{
|
|
19196
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/UWU.pica.png'
|
|
19197
|
-
}, {
|
|
19198
18966
|
imageSync: {
|
|
19199
18967
|
chainName: 'composable',
|
|
19200
18968
|
baseDenom: 'ibc/586C150919550F6106711C7557DAAAEAB765DDF05648BAC0D96487AE90394BA1'
|
|
@@ -19357,13 +19125,10 @@ const info = {
|
|
|
19357
19125
|
}
|
|
19358
19126
|
],
|
|
19359
19127
|
logoURIs: {
|
|
19360
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
19361
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
19128
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
19129
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png'
|
|
19362
19130
|
},
|
|
19363
19131
|
images: [{
|
|
19364
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.svg',
|
|
19365
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.inj.png'
|
|
19366
|
-
}, {
|
|
19367
19132
|
imageSync: {
|
|
19368
19133
|
chainName: 'injective',
|
|
19369
19134
|
baseDenom: 'peggy0xdAC17F958D2ee523a2206206994597C13D831ec7'
|
|
@@ -19579,13 +19344,10 @@ const info = {
|
|
|
19579
19344
|
}
|
|
19580
19345
|
}],
|
|
19581
19346
|
logoURIs: {
|
|
19582
|
-
|
|
19583
|
-
|
|
19347
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.png',
|
|
19348
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ton/images/ton.svg'
|
|
19584
19349
|
},
|
|
19585
19350
|
images: [{
|
|
19586
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.svg',
|
|
19587
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.orai.png'
|
|
19588
|
-
}, {
|
|
19589
19351
|
imageSync: {
|
|
19590
19352
|
chainName: 'oraichain',
|
|
19591
19353
|
baseDenom: 'factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/ton'
|
|
@@ -19781,17 +19543,10 @@ const info = {
|
|
|
19781
19543
|
provider: 'Router'
|
|
19782
19544
|
}],
|
|
19783
19545
|
logoURIs: {
|
|
19784
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
19785
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
19546
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avail/images/avail.svg',
|
|
19547
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/avail/images/avail.png'
|
|
19786
19548
|
},
|
|
19787
19549
|
images: [{
|
|
19788
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.svg',
|
|
19789
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/avail.eth.rt.png',
|
|
19790
|
-
theme: {
|
|
19791
|
-
circle: false,
|
|
19792
|
-
primaryColorHex: '#2B80D7'
|
|
19793
|
-
}
|
|
19794
|
-
}, {
|
|
19795
19550
|
imageSync: {
|
|
19796
19551
|
chainName: 'ethereum',
|
|
19797
19552
|
baseDenom: '0xEeB4d8400AEefafC1B2953e0094134A887C76Bd8'
|
|
@@ -20309,16 +20064,9 @@ const info = {
|
|
|
20309
20064
|
}
|
|
20310
20065
|
}],
|
|
20311
20066
|
logoURIs: {
|
|
20312
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20313
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.png'
|
|
20067
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg'
|
|
20314
20068
|
},
|
|
20315
20069
|
images: [{
|
|
20316
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.svg',
|
|
20317
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/uni.axl.png',
|
|
20318
|
-
theme: {
|
|
20319
|
-
primaryColorHex: '#FF007A'
|
|
20320
|
-
}
|
|
20321
|
-
}, {
|
|
20322
20070
|
imageSync: {
|
|
20323
20071
|
chainName: 'axelar',
|
|
20324
20072
|
baseDenom: 'uni-wei'
|
|
@@ -20476,13 +20224,10 @@ const info = {
|
|
|
20476
20224
|
}
|
|
20477
20225
|
}],
|
|
20478
20226
|
logoURIs: {
|
|
20479
|
-
|
|
20480
|
-
|
|
20227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.png',
|
|
20228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/doge.int3.svg'
|
|
20481
20229
|
},
|
|
20482
20230
|
images: [{
|
|
20483
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.svg',
|
|
20484
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/doge.int3.png'
|
|
20485
|
-
}, {
|
|
20486
20231
|
imageSync: {
|
|
20487
20232
|
chainName: 'int3face',
|
|
20488
20233
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/dogecoin-doge'
|
|
@@ -20529,13 +20274,10 @@ const info = {
|
|
|
20529
20274
|
}
|
|
20530
20275
|
}],
|
|
20531
20276
|
logoURIs: {
|
|
20532
|
-
|
|
20533
|
-
|
|
20277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.png',
|
|
20278
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/btc.int3.svg'
|
|
20534
20279
|
},
|
|
20535
20280
|
images: [{
|
|
20536
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.svg',
|
|
20537
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/btc.int3.png'
|
|
20538
|
-
}, {
|
|
20539
20281
|
imageSync: {
|
|
20540
20282
|
chainName: 'int3face',
|
|
20541
20283
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-btc'
|
|
@@ -20582,13 +20324,10 @@ const info = {
|
|
|
20582
20324
|
}
|
|
20583
20325
|
}],
|
|
20584
20326
|
logoURIs: {
|
|
20585
|
-
|
|
20586
|
-
|
|
20327
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.png',
|
|
20328
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/bch.int3.svg'
|
|
20587
20329
|
},
|
|
20588
20330
|
images: [{
|
|
20589
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.svg',
|
|
20590
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/bch.int3.png'
|
|
20591
|
-
}, {
|
|
20592
20331
|
imageSync: {
|
|
20593
20332
|
chainName: 'int3face',
|
|
20594
20333
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/bitcoin-cash-bch'
|
|
@@ -20635,13 +20374,10 @@ const info = {
|
|
|
20635
20374
|
}
|
|
20636
20375
|
}],
|
|
20637
20376
|
logoURIs: {
|
|
20638
|
-
|
|
20639
|
-
|
|
20377
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.png',
|
|
20378
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ltc.int3.svg'
|
|
20640
20379
|
},
|
|
20641
20380
|
images: [{
|
|
20642
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.svg',
|
|
20643
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ltc.int3.png'
|
|
20644
|
-
}, {
|
|
20645
20381
|
imageSync: {
|
|
20646
20382
|
chainName: 'int3face',
|
|
20647
20383
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/litecoin-ltc'
|
|
@@ -20707,11 +20443,10 @@ const info = {
|
|
|
20707
20443
|
}
|
|
20708
20444
|
],
|
|
20709
20445
|
logoURIs: {
|
|
20710
|
-
|
|
20446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
20447
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
20711
20448
|
},
|
|
20712
20449
|
images: [{
|
|
20713
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.arb.axl.svg'
|
|
20714
|
-
}, {
|
|
20715
20450
|
imageSync: {
|
|
20716
20451
|
chainName: 'axelar',
|
|
20717
20452
|
baseDenom: 'arbitrum-uusdt'
|
|
@@ -20779,11 +20514,10 @@ const info = {
|
|
|
20779
20514
|
}
|
|
20780
20515
|
],
|
|
20781
20516
|
logoURIs: {
|
|
20782
|
-
|
|
20517
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
20518
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
20783
20519
|
},
|
|
20784
20520
|
images: [{
|
|
20785
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.op.axl.svg'
|
|
20786
|
-
}, {
|
|
20787
20521
|
imageSync: {
|
|
20788
20522
|
chainName: 'axelar',
|
|
20789
20523
|
baseDenom: 'optimism-uusdt'
|
|
@@ -20851,11 +20585,10 @@ const info = {
|
|
|
20851
20585
|
}
|
|
20852
20586
|
],
|
|
20853
20587
|
logoURIs: {
|
|
20854
|
-
|
|
20588
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
20589
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
20855
20590
|
},
|
|
20856
20591
|
images: [{
|
|
20857
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.pol.axl.svg'
|
|
20858
|
-
}, {
|
|
20859
20592
|
imageSync: {
|
|
20860
20593
|
chainName: 'axelar',
|
|
20861
20594
|
baseDenom: 'polygon-uusdt'
|
|
@@ -20915,13 +20648,10 @@ const info = {
|
|
|
20915
20648
|
}
|
|
20916
20649
|
],
|
|
20917
20650
|
logoURIs: {
|
|
20918
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20919
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20651
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/base/images/cbbtc.svg',
|
|
20652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/base/images/cbbtc.png'
|
|
20920
20653
|
},
|
|
20921
20654
|
images: [{
|
|
20922
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbBTC.base.axl.svg',
|
|
20923
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/cbBTC.base.axl.png'
|
|
20924
|
-
}, {
|
|
20925
20655
|
imageSync: {
|
|
20926
20656
|
chainName: 'axelar',
|
|
20927
20657
|
baseDenom: 'cbbtc-satoshi'
|
|
@@ -20980,13 +20710,10 @@ const info = {
|
|
|
20980
20710
|
}
|
|
20981
20711
|
],
|
|
20982
20712
|
logoURIs: {
|
|
20983
|
-
|
|
20984
|
-
|
|
20713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/mantle/images/fbtc.png',
|
|
20714
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/mantle/images/fbtc.svg'
|
|
20985
20715
|
},
|
|
20986
20716
|
images: [{
|
|
20987
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.svg',
|
|
20988
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/fbtc.axl.png'
|
|
20989
|
-
}, {
|
|
20990
20717
|
imageSync: {
|
|
20991
20718
|
chainName: 'axelar',
|
|
20992
20719
|
baseDenom: 'fbtc-satoshi'
|
|
@@ -21046,13 +20773,10 @@ const info = {
|
|
|
21046
20773
|
}
|
|
21047
20774
|
],
|
|
21048
20775
|
logoURIs: {
|
|
21049
|
-
|
|
21050
|
-
|
|
20776
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
20777
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
21051
20778
|
},
|
|
21052
20779
|
images: [{
|
|
21053
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.svg',
|
|
21054
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.axl.png'
|
|
21055
|
-
}, {
|
|
21056
20780
|
imageSync: {
|
|
21057
20781
|
chainName: 'axelar',
|
|
21058
20782
|
baseDenom: 'lbtc-satoshi'
|
|
@@ -21108,13 +20832,10 @@ const info = {
|
|
|
21108
20832
|
}
|
|
21109
20833
|
],
|
|
21110
20834
|
logoURIs: {
|
|
21111
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
21112
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
20835
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/rootstock/images/rbtc.svg',
|
|
20836
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/rootstock/images/rbtc.png'
|
|
21113
20837
|
},
|
|
21114
20838
|
images: [{
|
|
21115
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.svg',
|
|
21116
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/rbtc.rt.png'
|
|
21117
|
-
}, {
|
|
21118
20839
|
imageSync: {
|
|
21119
20840
|
chainName: 'rootstock',
|
|
21120
20841
|
baseDenom: 'sat'
|
|
@@ -21929,13 +21650,10 @@ const info = {
|
|
|
21929
21650
|
}
|
|
21930
21651
|
}],
|
|
21931
21652
|
logoURIs: {
|
|
21932
|
-
|
|
21933
|
-
|
|
21653
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ton.int3.png',
|
|
21654
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/ton.int3.svg'
|
|
21934
21655
|
},
|
|
21935
21656
|
images: [{
|
|
21936
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.svg',
|
|
21937
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ton.int3.png'
|
|
21938
|
-
}, {
|
|
21939
21657
|
imageSync: {
|
|
21940
21658
|
chainName: 'int3face',
|
|
21941
21659
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/ton-ton'
|
|
@@ -23609,16 +23327,10 @@ const info = {
|
|
|
23609
23327
|
}
|
|
23610
23328
|
],
|
|
23611
23329
|
logoURIs: {
|
|
23612
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
23613
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
23330
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
23331
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png'
|
|
23614
23332
|
},
|
|
23615
23333
|
images: [{
|
|
23616
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.svg',
|
|
23617
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/move.eth.axl.png',
|
|
23618
|
-
theme: {
|
|
23619
|
-
primaryColorHex: '#F1BB15'
|
|
23620
|
-
}
|
|
23621
|
-
}, {
|
|
23622
23334
|
imageSync: {
|
|
23623
23335
|
chainName: 'axelar',
|
|
23624
23336
|
baseDenom: 'unit-move'
|
|
@@ -23810,13 +23522,10 @@ const info = {
|
|
|
23810
23522
|
}
|
|
23811
23523
|
],
|
|
23812
23524
|
logoURIs: {
|
|
23813
|
-
|
|
23814
|
-
|
|
23525
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
23526
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
23815
23527
|
},
|
|
23816
23528
|
images: [{
|
|
23817
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.atom.svg',
|
|
23818
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/lbtc.atom.png'
|
|
23819
|
-
}, {
|
|
23820
23529
|
imageSync: {
|
|
23821
23530
|
chainName: 'cosmoshub',
|
|
23822
23531
|
baseDenom: 'ibc/DBD9E339E1B093A052D76BECFFDE8435EAC114CF2133346B4D691F3F2068C957'
|
|
@@ -23876,13 +23585,10 @@ const info = {
|
|
|
23876
23585
|
}
|
|
23877
23586
|
],
|
|
23878
23587
|
logoURIs: {
|
|
23879
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
23880
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
23588
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg',
|
|
23589
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png'
|
|
23881
23590
|
},
|
|
23882
23591
|
images: [{
|
|
23883
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solvbtc.atom.svg',
|
|
23884
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/solvbtc.atom.png'
|
|
23885
|
-
}, {
|
|
23886
23592
|
imageSync: {
|
|
23887
23593
|
chainName: 'cosmoshub',
|
|
23888
23594
|
baseDenom: 'ibc/0C4417F123459B47B6933939BF6F128C362B0C1F9EDA6A6EBC08860E4672AF7E'
|
|
@@ -23951,7 +23657,7 @@ const info = {
|
|
|
23951
23657
|
}],
|
|
23952
23658
|
typeAsset: 'ics20',
|
|
23953
23659
|
base: 'ibc/0B3C3D06228578334B66B57FBFBA4033216CEB8119B27ACDEE18D92DA5B28D43',
|
|
23954
|
-
name: 'Wormhole USDC(Avalanche)',
|
|
23660
|
+
name: 'Wormhole USDC (Avalanche)',
|
|
23955
23661
|
display: 'avalanche-usdc',
|
|
23956
23662
|
symbol: 'avalanche.USDC.wh',
|
|
23957
23663
|
traces: [{
|
|
@@ -23967,15 +23673,16 @@ const info = {
|
|
|
23967
23673
|
}
|
|
23968
23674
|
}],
|
|
23969
23675
|
images: [{
|
|
23970
|
-
|
|
23971
|
-
|
|
23972
|
-
|
|
23973
|
-
|
|
23974
|
-
|
|
23676
|
+
imageSync: {
|
|
23677
|
+
chainName: 'ethereum',
|
|
23678
|
+
baseDenom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
23679
|
+
},
|
|
23680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
23681
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
|
|
23975
23682
|
}],
|
|
23976
23683
|
logoURIs: {
|
|
23977
|
-
|
|
23978
|
-
|
|
23684
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg',
|
|
23685
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png'
|
|
23979
23686
|
}
|
|
23980
23687
|
},
|
|
23981
23688
|
{
|
|
@@ -24569,9 +24276,6 @@ const info = {
|
|
|
24569
24276
|
}
|
|
24570
24277
|
}],
|
|
24571
24278
|
images: [{
|
|
24572
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.svg',
|
|
24573
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.png'
|
|
24574
|
-
}, {
|
|
24575
24279
|
imageSync: {
|
|
24576
24280
|
chainName: 'cosmoshub',
|
|
24577
24281
|
baseDenom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782'
|
|
@@ -24585,8 +24289,8 @@ const info = {
|
|
|
24585
24289
|
}
|
|
24586
24290
|
}],
|
|
24587
24291
|
logoURIs: {
|
|
24588
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
24589
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
24292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
24293
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png'
|
|
24590
24294
|
}
|
|
24591
24295
|
},
|
|
24592
24296
|
{
|
|
@@ -24616,9 +24320,6 @@ const info = {
|
|
|
24616
24320
|
}
|
|
24617
24321
|
}],
|
|
24618
24322
|
images: [{
|
|
24619
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.svg',
|
|
24620
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.png'
|
|
24621
|
-
}, {
|
|
24622
24323
|
imageSync: {
|
|
24623
24324
|
chainName: 'cosmoshub',
|
|
24624
24325
|
baseDenom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF'
|
|
@@ -24630,8 +24331,8 @@ const info = {
|
|
|
24630
24331
|
}
|
|
24631
24332
|
}],
|
|
24632
24333
|
logoURIs: {
|
|
24633
|
-
|
|
24634
|
-
|
|
24334
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
24335
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg'
|
|
24635
24336
|
}
|
|
24636
24337
|
},
|
|
24637
24338
|
{
|
|
@@ -24661,13 +24362,10 @@ const info = {
|
|
|
24661
24362
|
}
|
|
24662
24363
|
}],
|
|
24663
24364
|
logoURIs: {
|
|
24664
|
-
|
|
24665
|
-
|
|
24365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
24366
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
24666
24367
|
},
|
|
24667
24368
|
images: [{
|
|
24668
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.svg',
|
|
24669
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.png'
|
|
24670
|
-
}, {
|
|
24671
24369
|
imageSync: {
|
|
24672
24370
|
chainName: 'cosmoshub',
|
|
24673
24371
|
baseDenom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462'
|
|
@@ -24765,13 +24463,10 @@ const info = {
|
|
|
24765
24463
|
}
|
|
24766
24464
|
}],
|
|
24767
24465
|
logoURIs: {
|
|
24768
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
24769
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
24466
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.png',
|
|
24467
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/sol.int3.svg'
|
|
24770
24468
|
},
|
|
24771
24469
|
images: [{
|
|
24772
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.png',
|
|
24773
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/sol.int3.svg'
|
|
24774
|
-
}, {
|
|
24775
24470
|
imageSync: {
|
|
24776
24471
|
chainName: 'int3face',
|
|
24777
24472
|
baseDenom: 'factory/int31zlefkpe3g0vvm9a4h0jf9000lmqutlh99h7fsd/solana-sol'
|
|
@@ -24847,9 +24542,6 @@ const info = {
|
|
|
24847
24542
|
}
|
|
24848
24543
|
}],
|
|
24849
24544
|
images: [{
|
|
24850
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.svg',
|
|
24851
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/paxg.atom.png'
|
|
24852
|
-
}, {
|
|
24853
24545
|
imageSync: {
|
|
24854
24546
|
chainName: 'cosmoshub',
|
|
24855
24547
|
baseDenom: 'ibc/09E95F57939E344EE36109AC41780B8A51F1FE0548A5203C5957674FF64C0F26'
|
|
@@ -24863,8 +24555,8 @@ const info = {
|
|
|
24863
24555
|
}
|
|
24864
24556
|
}],
|
|
24865
24557
|
logoURIs: {
|
|
24866
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
24867
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
24558
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg',
|
|
24559
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png'
|
|
24868
24560
|
},
|
|
24869
24561
|
socials: {
|
|
24870
24562
|
website: 'https://www.paxos.com/pax-gold',
|