@chain-registry/assets 1.70.336 → 1.70.338
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/axelar.js +0 -86
- package/esm/mainnet/celestia.js +6 -0
- package/esm/mainnet/composable.js +46 -0
- package/esm/mainnet/cosmoshub.js +6 -0
- package/esm/mainnet/dydx.js +78 -0
- package/esm/mainnet/lumera.js +90 -0
- package/esm/mainnet/neutron.js +6 -0
- package/esm/mainnet/noble.js +88 -168
- package/esm/mainnet/nyx.js +6 -0
- package/esm/mainnet/osmosis.js +234 -86
- package/esm/mainnet/secretnetwork.js +82 -82
- package/esm/mainnet/stride.js +6 -0
- package/esm/noncosmos/penumbra.js +6 -0
- package/esm/testnet/osmosistestnet.js +0 -78
- package/index.d.ts +1 -1
- package/mainnet/axelar.js +0 -86
- package/mainnet/celestia.js +6 -0
- package/mainnet/composable.js +46 -0
- package/mainnet/cosmoshub.js +6 -0
- package/mainnet/dydx.js +78 -0
- package/mainnet/lumera.js +90 -0
- package/mainnet/neutron.js +6 -0
- package/mainnet/noble.js +88 -168
- package/mainnet/nyx.js +6 -0
- package/mainnet/osmosis.js +234 -86
- package/mainnet/secretnetwork.js +82 -82
- package/mainnet/stride.js +6 -0
- package/noncosmos/penumbra.js +6 -0
- package/package.json +5 -5
- package/testnet/osmosistestnet.js +0 -78
package/mainnet/osmosis.js
CHANGED
|
@@ -27,6 +27,9 @@ const assets = {
|
|
|
27
27
|
twitter: 'https://x.com/namada'
|
|
28
28
|
},
|
|
29
29
|
coingecko_id: 'namada',
|
|
30
|
+
images: [{
|
|
31
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
32
|
+
}],
|
|
30
33
|
traces: [{
|
|
31
34
|
type: 'ibc',
|
|
32
35
|
counterparty: {
|
|
@@ -5507,49 +5510,6 @@ const assets = {
|
|
|
5507
5510
|
}
|
|
5508
5511
|
}]
|
|
5509
5512
|
},
|
|
5510
|
-
{
|
|
5511
|
-
name: 'Astrovault token',
|
|
5512
|
-
description: 'AXV',
|
|
5513
|
-
socials: {
|
|
5514
|
-
website: 'https://astrovault.io/',
|
|
5515
|
-
twitter: 'https://x.com/axvdex'
|
|
5516
|
-
},
|
|
5517
|
-
denom_units: [{
|
|
5518
|
-
denom: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
5519
|
-
exponent: 0,
|
|
5520
|
-
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
5521
|
-
}, {
|
|
5522
|
-
denom: 'AXV',
|
|
5523
|
-
exponent: 6
|
|
5524
|
-
}],
|
|
5525
|
-
base: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
5526
|
-
display: 'AXV',
|
|
5527
|
-
symbol: 'AXV',
|
|
5528
|
-
logo_URIs: {
|
|
5529
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
5530
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
5531
|
-
},
|
|
5532
|
-
images: [{
|
|
5533
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
5534
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg',
|
|
5535
|
-
image_sync: {
|
|
5536
|
-
chain_name: 'neutron',
|
|
5537
|
-
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
5538
|
-
}
|
|
5539
|
-
}],
|
|
5540
|
-
type_asset: 'sdk.coin',
|
|
5541
|
-
traces: [{
|
|
5542
|
-
type: 'ibc',
|
|
5543
|
-
counterparty: {
|
|
5544
|
-
channel_id: 'channel-0',
|
|
5545
|
-
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
5546
|
-
chain_name: 'nibiru'
|
|
5547
|
-
},
|
|
5548
|
-
chain: {
|
|
5549
|
-
channel_id: 'channel-21113'
|
|
5550
|
-
}
|
|
5551
|
-
}]
|
|
5552
|
-
},
|
|
5553
5513
|
{
|
|
5554
5514
|
name: 'uoprek',
|
|
5555
5515
|
description: 'uoprek',
|
|
@@ -11586,6 +11546,9 @@ const assets = {
|
|
|
11586
11546
|
twitter: 'https://x.com/namada'
|
|
11587
11547
|
},
|
|
11588
11548
|
coingecko_id: 'namada',
|
|
11549
|
+
images: [{
|
|
11550
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
11551
|
+
}],
|
|
11589
11552
|
traces: [{
|
|
11590
11553
|
type: 'ibc',
|
|
11591
11554
|
counterparty: {
|
|
@@ -11828,49 +11791,6 @@ const assets = {
|
|
|
11828
11791
|
}
|
|
11829
11792
|
}]
|
|
11830
11793
|
},
|
|
11831
|
-
{
|
|
11832
|
-
name: 'Astrovault token',
|
|
11833
|
-
description: 'AXV',
|
|
11834
|
-
socials: {
|
|
11835
|
-
website: 'https://astrovault.io/',
|
|
11836
|
-
twitter: 'https://x.com/axvdex'
|
|
11837
|
-
},
|
|
11838
|
-
denom_units: [{
|
|
11839
|
-
denom: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
11840
|
-
exponent: 0,
|
|
11841
|
-
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
11842
|
-
}, {
|
|
11843
|
-
denom: 'AXV',
|
|
11844
|
-
exponent: 6
|
|
11845
|
-
}],
|
|
11846
|
-
base: 'ibc/478488928056E6D881185E48D7CC499E17F038219467A4A2952AE58C901E5747',
|
|
11847
|
-
display: 'AXV',
|
|
11848
|
-
symbol: 'AXV',
|
|
11849
|
-
logo_URIs: {
|
|
11850
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
11851
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
11852
|
-
},
|
|
11853
|
-
images: [{
|
|
11854
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
11855
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg',
|
|
11856
|
-
image_sync: {
|
|
11857
|
-
chain_name: 'neutron',
|
|
11858
|
-
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
11859
|
-
}
|
|
11860
|
-
}],
|
|
11861
|
-
type_asset: 'sdk.coin',
|
|
11862
|
-
traces: [{
|
|
11863
|
-
type: 'ibc',
|
|
11864
|
-
counterparty: {
|
|
11865
|
-
channel_id: 'channel-0',
|
|
11866
|
-
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
11867
|
-
chain_name: 'nibiru'
|
|
11868
|
-
},
|
|
11869
|
-
chain: {
|
|
11870
|
-
channel_id: 'channel-21113'
|
|
11871
|
-
}
|
|
11872
|
-
}]
|
|
11873
|
-
},
|
|
11874
11794
|
{
|
|
11875
11795
|
name: 'uoprek',
|
|
11876
11796
|
description: 'uoprek',
|
|
@@ -32912,6 +32832,9 @@ const assets = {
|
|
|
32912
32832
|
port: 'transfer',
|
|
32913
32833
|
channel_id: 'channel-101979'
|
|
32914
32834
|
}
|
|
32835
|
+
}],
|
|
32836
|
+
images: [{
|
|
32837
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
32915
32838
|
}]
|
|
32916
32839
|
},
|
|
32917
32840
|
{
|
|
@@ -32929,6 +32852,7 @@ const assets = {
|
|
|
32929
32852
|
display: 'LBTC',
|
|
32930
32853
|
symbol: 'LBTC',
|
|
32931
32854
|
logo_URIs: {
|
|
32855
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
32932
32856
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
32933
32857
|
},
|
|
32934
32858
|
type_asset: 'cw20',
|
|
@@ -32944,6 +32868,17 @@ const assets = {
|
|
|
32944
32868
|
port: 'transfer',
|
|
32945
32869
|
channel_id: 'channel-101979'
|
|
32946
32870
|
}
|
|
32871
|
+
}],
|
|
32872
|
+
images: [{
|
|
32873
|
+
image_sync: {
|
|
32874
|
+
chain_name: 'ethereum',
|
|
32875
|
+
base_denom: '0x8236a87084f8B84306f72007F36F2618A5634494'
|
|
32876
|
+
},
|
|
32877
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
32878
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
32879
|
+
theme: {
|
|
32880
|
+
circle: true
|
|
32881
|
+
}
|
|
32947
32882
|
}]
|
|
32948
32883
|
},
|
|
32949
32884
|
{
|
|
@@ -32961,6 +32896,7 @@ const assets = {
|
|
|
32961
32896
|
display: 'SolvBTC',
|
|
32962
32897
|
symbol: 'SolvBTC',
|
|
32963
32898
|
logo_URIs: {
|
|
32899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
32964
32900
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
32965
32901
|
},
|
|
32966
32902
|
type_asset: 'cw20',
|
|
@@ -32976,6 +32912,14 @@ const assets = {
|
|
|
32976
32912
|
port: 'transfer',
|
|
32977
32913
|
channel_id: 'channel-101979'
|
|
32978
32914
|
}
|
|
32915
|
+
}],
|
|
32916
|
+
images: [{
|
|
32917
|
+
image_sync: {
|
|
32918
|
+
chain_name: 'ethereum',
|
|
32919
|
+
base_denom: '0x7a56e1c57c7475ccf742a1832b028f0456652f97'
|
|
32920
|
+
},
|
|
32921
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
32922
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
32979
32923
|
}]
|
|
32980
32924
|
},
|
|
32981
32925
|
{
|
|
@@ -33008,6 +32952,13 @@ const assets = {
|
|
|
33008
32952
|
port: 'transfer',
|
|
33009
32953
|
channel_id: 'channel-101979'
|
|
33010
32954
|
}
|
|
32955
|
+
}],
|
|
32956
|
+
images: [{
|
|
32957
|
+
image_sync: {
|
|
32958
|
+
chain_name: 'ethereum',
|
|
32959
|
+
base_denom: '0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3'
|
|
32960
|
+
},
|
|
32961
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
33011
32962
|
}]
|
|
33012
32963
|
},
|
|
33013
32964
|
{
|
|
@@ -33040,6 +32991,13 @@ const assets = {
|
|
|
33040
32991
|
port: 'transfer',
|
|
33041
32992
|
channel_id: 'channel-101979'
|
|
33042
32993
|
}
|
|
32994
|
+
}],
|
|
32995
|
+
images: [{
|
|
32996
|
+
image_sync: {
|
|
32997
|
+
chain_name: 'ethereum',
|
|
32998
|
+
base_denom: '0x657e8c867d8b37dcc18fa4caead9c45eb088c642'
|
|
32999
|
+
},
|
|
33000
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
33043
33001
|
}]
|
|
33044
33002
|
},
|
|
33045
33003
|
{
|
|
@@ -33072,6 +33030,9 @@ const assets = {
|
|
|
33072
33030
|
port: 'transfer',
|
|
33073
33031
|
channel_id: 'channel-101979'
|
|
33074
33032
|
}
|
|
33033
|
+
}],
|
|
33034
|
+
images: [{
|
|
33035
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mBTC.png'
|
|
33075
33036
|
}]
|
|
33076
33037
|
},
|
|
33077
33038
|
{
|
|
@@ -33104,6 +33065,13 @@ const assets = {
|
|
|
33104
33065
|
port: 'transfer',
|
|
33105
33066
|
channel_id: 'channel-101979'
|
|
33106
33067
|
}
|
|
33068
|
+
}],
|
|
33069
|
+
images: [{
|
|
33070
|
+
image_sync: {
|
|
33071
|
+
chain_name: 'ethereum',
|
|
33072
|
+
base_denom: '0xf469fbd2abcd6b9de8e169d128226c0fc90a012e'
|
|
33073
|
+
},
|
|
33074
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
33107
33075
|
}]
|
|
33108
33076
|
},
|
|
33109
33077
|
{
|
|
@@ -33136,6 +33104,13 @@ const assets = {
|
|
|
33136
33104
|
port: 'transfer',
|
|
33137
33105
|
channel_id: 'channel-101979'
|
|
33138
33106
|
}
|
|
33107
|
+
}],
|
|
33108
|
+
images: [{
|
|
33109
|
+
image_sync: {
|
|
33110
|
+
chain_name: 'ethereum',
|
|
33111
|
+
base_denom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
33112
|
+
},
|
|
33113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
33139
33114
|
}]
|
|
33140
33115
|
},
|
|
33141
33116
|
{
|
|
@@ -33168,6 +33143,13 @@ const assets = {
|
|
|
33168
33143
|
port: 'transfer',
|
|
33169
33144
|
channel_id: 'channel-101979'
|
|
33170
33145
|
}
|
|
33146
|
+
}],
|
|
33147
|
+
images: [{
|
|
33148
|
+
image_sync: {
|
|
33149
|
+
chain_name: 'ethereum',
|
|
33150
|
+
base_denom: '0xF7De2B7afdb07AA5dD143180Ed758165821E076e'
|
|
33151
|
+
},
|
|
33152
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
33171
33153
|
}]
|
|
33172
33154
|
},
|
|
33173
33155
|
{
|
|
@@ -33200,6 +33182,9 @@ const assets = {
|
|
|
33200
33182
|
port: 'transfer',
|
|
33201
33183
|
channel_id: 'channel-101979'
|
|
33202
33184
|
}
|
|
33185
|
+
}],
|
|
33186
|
+
images: [{
|
|
33187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
33203
33188
|
}]
|
|
33204
33189
|
},
|
|
33205
33190
|
{
|
|
@@ -33217,6 +33202,7 @@ const assets = {
|
|
|
33217
33202
|
display: 'satLBTC.e',
|
|
33218
33203
|
symbol: 'satLBTC.e',
|
|
33219
33204
|
logo_URIs: {
|
|
33205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
33220
33206
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
33221
33207
|
},
|
|
33222
33208
|
type_asset: 'cw20',
|
|
@@ -33232,6 +33218,17 @@ const assets = {
|
|
|
33232
33218
|
port: 'transfer',
|
|
33233
33219
|
channel_id: 'channel-101979'
|
|
33234
33220
|
}
|
|
33221
|
+
}],
|
|
33222
|
+
images: [{
|
|
33223
|
+
image_sync: {
|
|
33224
|
+
chain_name: 'ethereum',
|
|
33225
|
+
base_denom: '0x067e11Ac5471C853aea205B3C1933a5f6367152F'
|
|
33226
|
+
},
|
|
33227
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
33228
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
33229
|
+
theme: {
|
|
33230
|
+
circle: true
|
|
33231
|
+
}
|
|
33235
33232
|
}]
|
|
33236
33233
|
},
|
|
33237
33234
|
{
|
|
@@ -33264,6 +33261,13 @@ const assets = {
|
|
|
33264
33261
|
port: 'transfer',
|
|
33265
33262
|
channel_id: 'channel-101979'
|
|
33266
33263
|
}
|
|
33264
|
+
}],
|
|
33265
|
+
images: [{
|
|
33266
|
+
image_sync: {
|
|
33267
|
+
chain_name: 'ethereum',
|
|
33268
|
+
base_denom: '0xe2C6755C10d0B61D8B11Dd2851AE8266Cea912DC'
|
|
33269
|
+
},
|
|
33270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
33267
33271
|
}]
|
|
33268
33272
|
},
|
|
33269
33273
|
{
|
|
@@ -33281,6 +33285,7 @@ const assets = {
|
|
|
33281
33285
|
display: 'satWBTC.e',
|
|
33282
33286
|
symbol: 'satWBTC.e',
|
|
33283
33287
|
logo_URIs: {
|
|
33288
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
33284
33289
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
33285
33290
|
},
|
|
33286
33291
|
type_asset: 'cw20',
|
|
@@ -33296,6 +33301,14 @@ const assets = {
|
|
|
33296
33301
|
port: 'transfer',
|
|
33297
33302
|
channel_id: 'channel-101979'
|
|
33298
33303
|
}
|
|
33304
|
+
}],
|
|
33305
|
+
images: [{
|
|
33306
|
+
image_sync: {
|
|
33307
|
+
chain_name: 'ethereum',
|
|
33308
|
+
base_denom: '0x69223B5B36a785Ec08e5f685fd7961399982C566'
|
|
33309
|
+
},
|
|
33310
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
33311
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
33299
33312
|
}]
|
|
33300
33313
|
},
|
|
33301
33314
|
{
|
|
@@ -33328,6 +33341,13 @@ const assets = {
|
|
|
33328
33341
|
port: 'transfer',
|
|
33329
33342
|
channel_id: 'channel-101979'
|
|
33330
33343
|
}
|
|
33344
|
+
}],
|
|
33345
|
+
images: [{
|
|
33346
|
+
image_sync: {
|
|
33347
|
+
chain_name: 'ethereum',
|
|
33348
|
+
base_denom: '0x0c4dd69705D16d91bC9C0534Cc926966f23430c7'
|
|
33349
|
+
},
|
|
33350
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
33331
33351
|
}]
|
|
33332
33352
|
},
|
|
33333
33353
|
{
|
|
@@ -33360,6 +33380,13 @@ const assets = {
|
|
|
33360
33380
|
port: 'transfer',
|
|
33361
33381
|
channel_id: 'channel-101979'
|
|
33362
33382
|
}
|
|
33383
|
+
}],
|
|
33384
|
+
images: [{
|
|
33385
|
+
image_sync: {
|
|
33386
|
+
chain_name: 'ethereum',
|
|
33387
|
+
base_denom: '0xFF2858Cc8227aA45a51c8961598Edc2d44B5ee5b'
|
|
33388
|
+
},
|
|
33389
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
33363
33390
|
}]
|
|
33364
33391
|
},
|
|
33365
33392
|
{
|
|
@@ -33392,6 +33419,13 @@ const assets = {
|
|
|
33392
33419
|
port: 'transfer',
|
|
33393
33420
|
channel_id: 'channel-101979'
|
|
33394
33421
|
}
|
|
33422
|
+
}],
|
|
33423
|
+
images: [{
|
|
33424
|
+
image_sync: {
|
|
33425
|
+
chain_name: 'binancesmartchain',
|
|
33426
|
+
base_denom: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc'
|
|
33427
|
+
},
|
|
33428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
|
|
33395
33429
|
}]
|
|
33396
33430
|
},
|
|
33397
33431
|
{
|
|
@@ -36185,6 +36219,9 @@ const assets = {
|
|
|
36185
36219
|
port: 'transfer',
|
|
36186
36220
|
channel_id: 'channel-101979'
|
|
36187
36221
|
}
|
|
36222
|
+
}],
|
|
36223
|
+
images: [{
|
|
36224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
36188
36225
|
}]
|
|
36189
36226
|
},
|
|
36190
36227
|
{
|
|
@@ -36202,6 +36239,7 @@ const assets = {
|
|
|
36202
36239
|
display: 'LBTC',
|
|
36203
36240
|
symbol: 'LBTC',
|
|
36204
36241
|
logo_URIs: {
|
|
36242
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
36205
36243
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
36206
36244
|
},
|
|
36207
36245
|
type_asset: 'cw20',
|
|
@@ -36217,6 +36255,17 @@ const assets = {
|
|
|
36217
36255
|
port: 'transfer',
|
|
36218
36256
|
channel_id: 'channel-101979'
|
|
36219
36257
|
}
|
|
36258
|
+
}],
|
|
36259
|
+
images: [{
|
|
36260
|
+
image_sync: {
|
|
36261
|
+
chain_name: 'ethereum',
|
|
36262
|
+
base_denom: '0x8236a87084f8B84306f72007F36F2618A5634494'
|
|
36263
|
+
},
|
|
36264
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
36265
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
36266
|
+
theme: {
|
|
36267
|
+
circle: true
|
|
36268
|
+
}
|
|
36220
36269
|
}]
|
|
36221
36270
|
},
|
|
36222
36271
|
{
|
|
@@ -36234,6 +36283,7 @@ const assets = {
|
|
|
36234
36283
|
display: 'SolvBTC',
|
|
36235
36284
|
symbol: 'SolvBTC',
|
|
36236
36285
|
logo_URIs: {
|
|
36286
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
36237
36287
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
36238
36288
|
},
|
|
36239
36289
|
type_asset: 'cw20',
|
|
@@ -36249,6 +36299,14 @@ const assets = {
|
|
|
36249
36299
|
port: 'transfer',
|
|
36250
36300
|
channel_id: 'channel-101979'
|
|
36251
36301
|
}
|
|
36302
|
+
}],
|
|
36303
|
+
images: [{
|
|
36304
|
+
image_sync: {
|
|
36305
|
+
chain_name: 'ethereum',
|
|
36306
|
+
base_denom: '0x7a56e1c57c7475ccf742a1832b028f0456652f97'
|
|
36307
|
+
},
|
|
36308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.png',
|
|
36309
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/solvBTC.svg'
|
|
36252
36310
|
}]
|
|
36253
36311
|
},
|
|
36254
36312
|
{
|
|
@@ -36281,6 +36339,13 @@ const assets = {
|
|
|
36281
36339
|
port: 'transfer',
|
|
36282
36340
|
channel_id: 'channel-101979'
|
|
36283
36341
|
}
|
|
36342
|
+
}],
|
|
36343
|
+
images: [{
|
|
36344
|
+
image_sync: {
|
|
36345
|
+
chain_name: 'ethereum',
|
|
36346
|
+
base_denom: '0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3'
|
|
36347
|
+
},
|
|
36348
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
36284
36349
|
}]
|
|
36285
36350
|
},
|
|
36286
36351
|
{
|
|
@@ -36313,6 +36378,13 @@ const assets = {
|
|
|
36313
36378
|
port: 'transfer',
|
|
36314
36379
|
channel_id: 'channel-101979'
|
|
36315
36380
|
}
|
|
36381
|
+
}],
|
|
36382
|
+
images: [{
|
|
36383
|
+
image_sync: {
|
|
36384
|
+
chain_name: 'ethereum',
|
|
36385
|
+
base_denom: '0x657e8c867d8b37dcc18fa4caead9c45eb088c642'
|
|
36386
|
+
},
|
|
36387
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
36316
36388
|
}]
|
|
36317
36389
|
},
|
|
36318
36390
|
{
|
|
@@ -36345,6 +36417,9 @@ const assets = {
|
|
|
36345
36417
|
port: 'transfer',
|
|
36346
36418
|
channel_id: 'channel-101979'
|
|
36347
36419
|
}
|
|
36420
|
+
}],
|
|
36421
|
+
images: [{
|
|
36422
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mBTC.png'
|
|
36348
36423
|
}]
|
|
36349
36424
|
},
|
|
36350
36425
|
{
|
|
@@ -36377,6 +36452,13 @@ const assets = {
|
|
|
36377
36452
|
port: 'transfer',
|
|
36378
36453
|
channel_id: 'channel-101979'
|
|
36379
36454
|
}
|
|
36455
|
+
}],
|
|
36456
|
+
images: [{
|
|
36457
|
+
image_sync: {
|
|
36458
|
+
chain_name: 'ethereum',
|
|
36459
|
+
base_denom: '0xf469fbd2abcd6b9de8e169d128226c0fc90a012e'
|
|
36460
|
+
},
|
|
36461
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
36380
36462
|
}]
|
|
36381
36463
|
},
|
|
36382
36464
|
{
|
|
@@ -36409,6 +36491,13 @@ const assets = {
|
|
|
36409
36491
|
port: 'transfer',
|
|
36410
36492
|
channel_id: 'channel-101979'
|
|
36411
36493
|
}
|
|
36494
|
+
}],
|
|
36495
|
+
images: [{
|
|
36496
|
+
image_sync: {
|
|
36497
|
+
chain_name: 'ethereum',
|
|
36498
|
+
base_denom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
36499
|
+
},
|
|
36500
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
36412
36501
|
}]
|
|
36413
36502
|
},
|
|
36414
36503
|
{
|
|
@@ -36441,6 +36530,13 @@ const assets = {
|
|
|
36441
36530
|
port: 'transfer',
|
|
36442
36531
|
channel_id: 'channel-101979'
|
|
36443
36532
|
}
|
|
36533
|
+
}],
|
|
36534
|
+
images: [{
|
|
36535
|
+
image_sync: {
|
|
36536
|
+
chain_name: 'ethereum',
|
|
36537
|
+
base_denom: '0xF7De2B7afdb07AA5dD143180Ed758165821E076e'
|
|
36538
|
+
},
|
|
36539
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uniBTC.svg'
|
|
36444
36540
|
}]
|
|
36445
36541
|
},
|
|
36446
36542
|
{
|
|
@@ -36473,6 +36569,9 @@ const assets = {
|
|
|
36473
36569
|
port: 'transfer',
|
|
36474
36570
|
channel_id: 'channel-101979'
|
|
36475
36571
|
}
|
|
36572
|
+
}],
|
|
36573
|
+
images: [{
|
|
36574
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
36476
36575
|
}]
|
|
36477
36576
|
},
|
|
36478
36577
|
{
|
|
@@ -36490,6 +36589,7 @@ const assets = {
|
|
|
36490
36589
|
display: 'satLBTC.e',
|
|
36491
36590
|
symbol: 'satLBTC.e',
|
|
36492
36591
|
logo_URIs: {
|
|
36592
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
36493
36593
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg'
|
|
36494
36594
|
},
|
|
36495
36595
|
type_asset: 'cw20',
|
|
@@ -36505,6 +36605,17 @@ const assets = {
|
|
|
36505
36605
|
port: 'transfer',
|
|
36506
36606
|
channel_id: 'channel-101979'
|
|
36507
36607
|
}
|
|
36608
|
+
}],
|
|
36609
|
+
images: [{
|
|
36610
|
+
image_sync: {
|
|
36611
|
+
chain_name: 'ethereum',
|
|
36612
|
+
base_denom: '0x067e11Ac5471C853aea205B3C1933a5f6367152F'
|
|
36613
|
+
},
|
|
36614
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.png',
|
|
36615
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/lbtc.svg',
|
|
36616
|
+
theme: {
|
|
36617
|
+
circle: true
|
|
36618
|
+
}
|
|
36508
36619
|
}]
|
|
36509
36620
|
},
|
|
36510
36621
|
{
|
|
@@ -36537,6 +36648,13 @@ const assets = {
|
|
|
36537
36648
|
port: 'transfer',
|
|
36538
36649
|
channel_id: 'channel-101979'
|
|
36539
36650
|
}
|
|
36651
|
+
}],
|
|
36652
|
+
images: [{
|
|
36653
|
+
image_sync: {
|
|
36654
|
+
chain_name: 'ethereum',
|
|
36655
|
+
base_denom: '0xe2C6755C10d0B61D8B11Dd2851AE8266Cea912DC'
|
|
36656
|
+
},
|
|
36657
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
36540
36658
|
}]
|
|
36541
36659
|
},
|
|
36542
36660
|
{
|
|
@@ -36554,6 +36672,7 @@ const assets = {
|
|
|
36554
36672
|
display: 'satWBTC.e',
|
|
36555
36673
|
symbol: 'satWBTC.e',
|
|
36556
36674
|
logo_URIs: {
|
|
36675
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
36557
36676
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
36558
36677
|
},
|
|
36559
36678
|
type_asset: 'cw20',
|
|
@@ -36569,6 +36688,14 @@ const assets = {
|
|
|
36569
36688
|
port: 'transfer',
|
|
36570
36689
|
channel_id: 'channel-101979'
|
|
36571
36690
|
}
|
|
36691
|
+
}],
|
|
36692
|
+
images: [{
|
|
36693
|
+
image_sync: {
|
|
36694
|
+
chain_name: 'ethereum',
|
|
36695
|
+
base_denom: '0x69223B5B36a785Ec08e5f685fd7961399982C566'
|
|
36696
|
+
},
|
|
36697
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
36698
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
36572
36699
|
}]
|
|
36573
36700
|
},
|
|
36574
36701
|
{
|
|
@@ -36601,6 +36728,13 @@ const assets = {
|
|
|
36601
36728
|
port: 'transfer',
|
|
36602
36729
|
channel_id: 'channel-101979'
|
|
36603
36730
|
}
|
|
36731
|
+
}],
|
|
36732
|
+
images: [{
|
|
36733
|
+
image_sync: {
|
|
36734
|
+
chain_name: 'ethereum',
|
|
36735
|
+
base_denom: '0x0c4dd69705D16d91bC9C0534Cc926966f23430c7'
|
|
36736
|
+
},
|
|
36737
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
36604
36738
|
}]
|
|
36605
36739
|
},
|
|
36606
36740
|
{
|
|
@@ -36633,6 +36767,13 @@ const assets = {
|
|
|
36633
36767
|
port: 'transfer',
|
|
36634
36768
|
channel_id: 'channel-101979'
|
|
36635
36769
|
}
|
|
36770
|
+
}],
|
|
36771
|
+
images: [{
|
|
36772
|
+
image_sync: {
|
|
36773
|
+
chain_name: 'ethereum',
|
|
36774
|
+
base_denom: '0xFF2858Cc8227aA45a51c8961598Edc2d44B5ee5b'
|
|
36775
|
+
},
|
|
36776
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
36636
36777
|
}]
|
|
36637
36778
|
},
|
|
36638
36779
|
{
|
|
@@ -36665,6 +36806,13 @@ const assets = {
|
|
|
36665
36806
|
port: 'transfer',
|
|
36666
36807
|
channel_id: 'channel-101979'
|
|
36667
36808
|
}
|
|
36809
|
+
}],
|
|
36810
|
+
images: [{
|
|
36811
|
+
image_sync: {
|
|
36812
|
+
chain_name: 'binancesmartchain',
|
|
36813
|
+
base_denom: '0x918b3aa73e2D42D96CF64CBdB16838985992dAbc'
|
|
36814
|
+
},
|
|
36815
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/CoBTC.svg'
|
|
36668
36816
|
}]
|
|
36669
36817
|
},
|
|
36670
36818
|
{
|