@chain-registry/osmosis 1.67.133 → 1.67.135
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/asset_list.js +488 -24
- package/assets.js +44 -0
- package/esm/asset_list.js +488 -24
- package/esm/assets.js +44 -0
- package/package.json +3 -3
package/esm/asset_list.js
CHANGED
|
@@ -467,6 +467,46 @@ const asset_list = {
|
|
|
467
467
|
}
|
|
468
468
|
}]
|
|
469
469
|
},
|
|
470
|
+
{
|
|
471
|
+
description: 'Arkeo is a decentralized marketplace that connects API providers with consumers, bringing web2 data on-chain in a secure and incentivized manner.',
|
|
472
|
+
denom_units: [{
|
|
473
|
+
denom: 'ibc/AD969E97A63B64B30A6E4D9F598341A403B849F5ACFEAA9F18DBD9255305EC65',
|
|
474
|
+
exponent: 0,
|
|
475
|
+
aliases: ['uarkeo']
|
|
476
|
+
}, {
|
|
477
|
+
denom: 'arkeo',
|
|
478
|
+
exponent: 8
|
|
479
|
+
}],
|
|
480
|
+
base: 'ibc/AD969E97A63B64B30A6E4D9F598341A403B849F5ACFEAA9F18DBD9255305EC65',
|
|
481
|
+
name: 'Arkeo',
|
|
482
|
+
display: 'arkeo',
|
|
483
|
+
symbol: 'ARKEO',
|
|
484
|
+
logo_URIs: {
|
|
485
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkeo/images/arkeo.svg'
|
|
486
|
+
},
|
|
487
|
+
images: [{
|
|
488
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkeo/images/arkeo.svg',
|
|
489
|
+
theme: {
|
|
490
|
+
primary_color_hex: '#3BE0FF'
|
|
491
|
+
}
|
|
492
|
+
}],
|
|
493
|
+
socials: {
|
|
494
|
+
website: 'https://arkeo.network/',
|
|
495
|
+
twitter: 'https://twitter.com/ArkeoNetwork'
|
|
496
|
+
},
|
|
497
|
+
type_asset: 'sdk.coin',
|
|
498
|
+
traces: [{
|
|
499
|
+
type: 'ibc',
|
|
500
|
+
counterparty: {
|
|
501
|
+
channel_id: 'channel-1',
|
|
502
|
+
base_denom: 'uarkeo',
|
|
503
|
+
chain_name: 'arkeo'
|
|
504
|
+
},
|
|
505
|
+
chain: {
|
|
506
|
+
channel_id: 'channel-103074'
|
|
507
|
+
}
|
|
508
|
+
}]
|
|
509
|
+
},
|
|
470
510
|
{
|
|
471
511
|
description: 'The native token of Arkhadian',
|
|
472
512
|
denom_units: [{
|
|
@@ -6858,6 +6898,46 @@ const asset_list = {
|
|
|
6858
6898
|
}
|
|
6859
6899
|
}]
|
|
6860
6900
|
},
|
|
6901
|
+
{
|
|
6902
|
+
description: 'Arkeo is a decentralized marketplace that connects API providers with consumers, bringing web2 data on-chain in a secure and incentivized manner.',
|
|
6903
|
+
denom_units: [{
|
|
6904
|
+
denom: 'ibc/AD969E97A63B64B30A6E4D9F598341A403B849F5ACFEAA9F18DBD9255305EC65',
|
|
6905
|
+
exponent: 0,
|
|
6906
|
+
aliases: ['uarkeo']
|
|
6907
|
+
}, {
|
|
6908
|
+
denom: 'arkeo',
|
|
6909
|
+
exponent: 8
|
|
6910
|
+
}],
|
|
6911
|
+
base: 'ibc/AD969E97A63B64B30A6E4D9F598341A403B849F5ACFEAA9F18DBD9255305EC65',
|
|
6912
|
+
name: 'Arkeo',
|
|
6913
|
+
display: 'arkeo',
|
|
6914
|
+
symbol: 'ARKEO',
|
|
6915
|
+
logo_URIs: {
|
|
6916
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkeo/images/arkeo.svg'
|
|
6917
|
+
},
|
|
6918
|
+
images: [{
|
|
6919
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/arkeo/images/arkeo.svg',
|
|
6920
|
+
theme: {
|
|
6921
|
+
primary_color_hex: '#3BE0FF'
|
|
6922
|
+
}
|
|
6923
|
+
}],
|
|
6924
|
+
socials: {
|
|
6925
|
+
website: 'https://arkeo.network/',
|
|
6926
|
+
twitter: 'https://twitter.com/ArkeoNetwork'
|
|
6927
|
+
},
|
|
6928
|
+
type_asset: 'sdk.coin',
|
|
6929
|
+
traces: [{
|
|
6930
|
+
type: 'ibc',
|
|
6931
|
+
counterparty: {
|
|
6932
|
+
channel_id: 'channel-1',
|
|
6933
|
+
base_denom: 'uarkeo',
|
|
6934
|
+
chain_name: 'arkeo'
|
|
6935
|
+
},
|
|
6936
|
+
chain: {
|
|
6937
|
+
channel_id: 'channel-103074'
|
|
6938
|
+
}
|
|
6939
|
+
}]
|
|
6940
|
+
},
|
|
6861
6941
|
{
|
|
6862
6942
|
description: 'The native token of Arkhadian',
|
|
6863
6943
|
denom_units: [{
|
|
@@ -13077,10 +13157,10 @@ const asset_list = {
|
|
|
13077
13157
|
display: 'astonic',
|
|
13078
13158
|
symbol: 'ATC',
|
|
13079
13159
|
logo_URIs: {
|
|
13080
|
-
|
|
13160
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
13081
13161
|
},
|
|
13082
13162
|
images: [{
|
|
13083
|
-
|
|
13163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
13084
13164
|
}],
|
|
13085
13165
|
socials: {
|
|
13086
13166
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -13125,10 +13205,10 @@ const asset_list = {
|
|
|
13125
13205
|
}
|
|
13126
13206
|
}],
|
|
13127
13207
|
logo_URIs: {
|
|
13128
|
-
|
|
13208
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
13129
13209
|
},
|
|
13130
13210
|
images: [{
|
|
13131
|
-
|
|
13211
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
13132
13212
|
}],
|
|
13133
13213
|
socials: {
|
|
13134
13214
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -13162,10 +13242,10 @@ const asset_list = {
|
|
|
13162
13242
|
}
|
|
13163
13243
|
}],
|
|
13164
13244
|
logo_URIs: {
|
|
13165
|
-
|
|
13245
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
13166
13246
|
},
|
|
13167
13247
|
images: [{
|
|
13168
|
-
|
|
13248
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
13169
13249
|
}],
|
|
13170
13250
|
socials: {
|
|
13171
13251
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -13199,10 +13279,10 @@ const asset_list = {
|
|
|
13199
13279
|
}
|
|
13200
13280
|
}],
|
|
13201
13281
|
logo_URIs: {
|
|
13202
|
-
|
|
13282
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
13203
13283
|
},
|
|
13204
13284
|
images: [{
|
|
13205
|
-
|
|
13285
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
13206
13286
|
}],
|
|
13207
13287
|
socials: {
|
|
13208
13288
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -20921,10 +21001,10 @@ const asset_list = {
|
|
|
20921
21001
|
display: 'astonic',
|
|
20922
21002
|
symbol: 'ATC',
|
|
20923
21003
|
logo_URIs: {
|
|
20924
|
-
|
|
21004
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
20925
21005
|
},
|
|
20926
21006
|
images: [{
|
|
20927
|
-
|
|
21007
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/atc.svg'
|
|
20928
21008
|
}],
|
|
20929
21009
|
socials: {
|
|
20930
21010
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -20969,10 +21049,10 @@ const asset_list = {
|
|
|
20969
21049
|
}
|
|
20970
21050
|
}],
|
|
20971
21051
|
logo_URIs: {
|
|
20972
|
-
|
|
21052
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
20973
21053
|
},
|
|
20974
21054
|
images: [{
|
|
20975
|
-
|
|
21055
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.svg'
|
|
20976
21056
|
}],
|
|
20977
21057
|
socials: {
|
|
20978
21058
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -21006,10 +21086,10 @@ const asset_list = {
|
|
|
21006
21086
|
}
|
|
21007
21087
|
}],
|
|
21008
21088
|
logo_URIs: {
|
|
21009
|
-
|
|
21089
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
21010
21090
|
},
|
|
21011
21091
|
images: [{
|
|
21012
|
-
|
|
21092
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.svg'
|
|
21013
21093
|
}],
|
|
21014
21094
|
socials: {
|
|
21015
21095
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -21043,10 +21123,10 @@ const asset_list = {
|
|
|
21043
21123
|
}
|
|
21044
21124
|
}],
|
|
21045
21125
|
logo_URIs: {
|
|
21046
|
-
|
|
21126
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
21047
21127
|
},
|
|
21048
21128
|
images: [{
|
|
21049
|
-
|
|
21129
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.svg'
|
|
21050
21130
|
}],
|
|
21051
21131
|
socials: {
|
|
21052
21132
|
twitter: 'https://x.com/astonic_xyz',
|
|
@@ -28756,6 +28836,70 @@ const asset_list = {
|
|
|
28756
28836
|
}
|
|
28757
28837
|
}]
|
|
28758
28838
|
},
|
|
28839
|
+
{
|
|
28840
|
+
denom_units: [{
|
|
28841
|
+
denom: 'ibc/3D11C7C57643E40B5E4B2A71E64C37D32333096086393B0E64D6DC9F1576F4A8',
|
|
28842
|
+
exponent: 0,
|
|
28843
|
+
aliases: ['cw20:bbn1rgsgnu9hcssn97hprmavtt58vt3qg5y4qha4ky6q09urczsuzwlss60thh']
|
|
28844
|
+
}, {
|
|
28845
|
+
denom: 'eBTC',
|
|
28846
|
+
exponent: 8
|
|
28847
|
+
}],
|
|
28848
|
+
base: 'ibc/3D11C7C57643E40B5E4B2A71E64C37D32333096086393B0E64D6DC9F1576F4A8',
|
|
28849
|
+
address: 'bbn1rgsgnu9hcssn97hprmavtt58vt3qg5y4qha4ky6q09urczsuzwlss60thh',
|
|
28850
|
+
name: 'ether.fi BTC',
|
|
28851
|
+
display: 'eBTC',
|
|
28852
|
+
symbol: 'eBTC',
|
|
28853
|
+
logo_URIs: {
|
|
28854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
28855
|
+
},
|
|
28856
|
+
type_asset: 'cw20',
|
|
28857
|
+
traces: [{
|
|
28858
|
+
type: 'ibc-cw20',
|
|
28859
|
+
counterparty: {
|
|
28860
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
28861
|
+
channel_id: 'channel-7',
|
|
28862
|
+
base_denom: 'cw20:bbn1rgsgnu9hcssn97hprmavtt58vt3qg5y4qha4ky6q09urczsuzwlss60thh',
|
|
28863
|
+
chain_name: 'babylon'
|
|
28864
|
+
},
|
|
28865
|
+
chain: {
|
|
28866
|
+
port: 'transfer',
|
|
28867
|
+
channel_id: 'channel-101979'
|
|
28868
|
+
}
|
|
28869
|
+
}]
|
|
28870
|
+
},
|
|
28871
|
+
{
|
|
28872
|
+
denom_units: [{
|
|
28873
|
+
denom: 'ibc/C61EBD52A18250353AED7822A88944C0EAFA20457DDA30745E19EF56C4F4E9ED',
|
|
28874
|
+
exponent: 0,
|
|
28875
|
+
aliases: ['cw20:bbn1j7yz208yls9v5vcgsekwaf096wk2ysyrdn0u747868v80fd05tjsalq9ll']
|
|
28876
|
+
}, {
|
|
28877
|
+
denom: 'mBTC',
|
|
28878
|
+
exponent: 8
|
|
28879
|
+
}],
|
|
28880
|
+
base: 'ibc/C61EBD52A18250353AED7822A88944C0EAFA20457DDA30745E19EF56C4F4E9ED',
|
|
28881
|
+
address: 'bbn1j7yz208yls9v5vcgsekwaf096wk2ysyrdn0u747868v80fd05tjsalq9ll',
|
|
28882
|
+
name: 'Liquid Staked BTC',
|
|
28883
|
+
display: 'mBTC',
|
|
28884
|
+
symbol: 'mBTC',
|
|
28885
|
+
logo_URIs: {
|
|
28886
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mBTC.png'
|
|
28887
|
+
},
|
|
28888
|
+
type_asset: 'cw20',
|
|
28889
|
+
traces: [{
|
|
28890
|
+
type: 'ibc-cw20',
|
|
28891
|
+
counterparty: {
|
|
28892
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
28893
|
+
channel_id: 'channel-7',
|
|
28894
|
+
base_denom: 'cw20:bbn1j7yz208yls9v5vcgsekwaf096wk2ysyrdn0u747868v80fd05tjsalq9ll',
|
|
28895
|
+
chain_name: 'babylon'
|
|
28896
|
+
},
|
|
28897
|
+
chain: {
|
|
28898
|
+
port: 'transfer',
|
|
28899
|
+
channel_id: 'channel-101979'
|
|
28900
|
+
}
|
|
28901
|
+
}]
|
|
28902
|
+
},
|
|
28759
28903
|
{
|
|
28760
28904
|
denom_units: [{
|
|
28761
28905
|
denom: 'ibc/3B78E60C2363983E33F8AE7661345DC6C9BD3EC7439943830693D548F346C713',
|
|
@@ -28858,16 +29002,16 @@ const asset_list = {
|
|
|
28858
29002
|
exponent: 0,
|
|
28859
29003
|
aliases: ['cw20:bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc']
|
|
28860
29004
|
}, {
|
|
28861
|
-
denom: '
|
|
29005
|
+
denom: 'satXSolvBTC.e',
|
|
28862
29006
|
exponent: 18
|
|
28863
29007
|
}],
|
|
28864
29008
|
base: 'ibc/4762DABA78EFBB1C343A97F3FB1F6589C780ACBB7FD2BAD57780F7DEE8F92F5F',
|
|
28865
29009
|
address: 'bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc',
|
|
28866
29010
|
name: 'SatLayer xSatSolvBTC Bridged',
|
|
28867
|
-
display: '
|
|
28868
|
-
symbol: '
|
|
29011
|
+
display: 'satXSolvBTC.e',
|
|
29012
|
+
symbol: 'satXSolvBTC.e',
|
|
28869
29013
|
logo_URIs: {
|
|
28870
|
-
|
|
29014
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
28871
29015
|
},
|
|
28872
29016
|
type_asset: 'cw20',
|
|
28873
29017
|
traces: [{
|
|
@@ -28916,6 +29060,134 @@ const asset_list = {
|
|
|
28916
29060
|
}
|
|
28917
29061
|
}]
|
|
28918
29062
|
},
|
|
29063
|
+
{
|
|
29064
|
+
denom_units: [{
|
|
29065
|
+
denom: 'ibc/4545039FDA0113359C7FF308F2DB22F3FB0EE1E096299B910791F452B0F4CD3B',
|
|
29066
|
+
exponent: 0,
|
|
29067
|
+
aliases: ['cw20:bbn13vejhl4x0arsq7wajcmlu5hx3phmxdcrp3s2jvy65ucyt9kfkh7qr2laaa']
|
|
29068
|
+
}, {
|
|
29069
|
+
denom: 'satFBTC.e',
|
|
29070
|
+
exponent: 8
|
|
29071
|
+
}],
|
|
29072
|
+
base: 'ibc/4545039FDA0113359C7FF308F2DB22F3FB0EE1E096299B910791F452B0F4CD3B',
|
|
29073
|
+
address: 'bbn13vejhl4x0arsq7wajcmlu5hx3phmxdcrp3s2jvy65ucyt9kfkh7qr2laaa',
|
|
29074
|
+
name: 'SatLayer FBTC Bridged',
|
|
29075
|
+
display: 'satFBTC.e',
|
|
29076
|
+
symbol: 'satFBTC.e',
|
|
29077
|
+
logo_URIs: {
|
|
29078
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
29079
|
+
},
|
|
29080
|
+
type_asset: 'cw20',
|
|
29081
|
+
traces: [{
|
|
29082
|
+
type: 'ibc-cw20',
|
|
29083
|
+
counterparty: {
|
|
29084
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
29085
|
+
channel_id: 'channel-7',
|
|
29086
|
+
base_denom: 'cw20:bbn13vejhl4x0arsq7wajcmlu5hx3phmxdcrp3s2jvy65ucyt9kfkh7qr2laaa',
|
|
29087
|
+
chain_name: 'babylon'
|
|
29088
|
+
},
|
|
29089
|
+
chain: {
|
|
29090
|
+
port: 'transfer',
|
|
29091
|
+
channel_id: 'channel-101979'
|
|
29092
|
+
}
|
|
29093
|
+
}]
|
|
29094
|
+
},
|
|
29095
|
+
{
|
|
29096
|
+
denom_units: [{
|
|
29097
|
+
denom: 'ibc/73735D49956D9B4C277D9967101A315BA44CD1BE370F335924729B1C6DA5E42E',
|
|
29098
|
+
exponent: 0,
|
|
29099
|
+
aliases: ['cw20:bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3']
|
|
29100
|
+
}, {
|
|
29101
|
+
denom: 'satWBTC.e',
|
|
29102
|
+
exponent: 8
|
|
29103
|
+
}],
|
|
29104
|
+
base: 'ibc/73735D49956D9B4C277D9967101A315BA44CD1BE370F335924729B1C6DA5E42E',
|
|
29105
|
+
address: 'bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
|
|
29106
|
+
name: 'SatLayer WBTC Bridged',
|
|
29107
|
+
display: 'satWBTC.e',
|
|
29108
|
+
symbol: 'satWBTC.e',
|
|
29109
|
+
logo_URIs: {
|
|
29110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
29111
|
+
},
|
|
29112
|
+
type_asset: 'cw20',
|
|
29113
|
+
traces: [{
|
|
29114
|
+
type: 'ibc-cw20',
|
|
29115
|
+
counterparty: {
|
|
29116
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
29117
|
+
channel_id: 'channel-7',
|
|
29118
|
+
base_denom: 'cw20:bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
|
|
29119
|
+
chain_name: 'babylon'
|
|
29120
|
+
},
|
|
29121
|
+
chain: {
|
|
29122
|
+
port: 'transfer',
|
|
29123
|
+
channel_id: 'channel-101979'
|
|
29124
|
+
}
|
|
29125
|
+
}]
|
|
29126
|
+
},
|
|
29127
|
+
{
|
|
29128
|
+
denom_units: [{
|
|
29129
|
+
denom: 'ibc/F26E8336E8F3BBDCF179778548F94ADB6F2DA3A3B938BA8C441009136FCFB875',
|
|
29130
|
+
exponent: 0,
|
|
29131
|
+
aliases: ['cw20:bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2']
|
|
29132
|
+
}, {
|
|
29133
|
+
denom: 'satPumpBTC.e',
|
|
29134
|
+
exponent: 8
|
|
29135
|
+
}],
|
|
29136
|
+
base: 'ibc/F26E8336E8F3BBDCF179778548F94ADB6F2DA3A3B938BA8C441009136FCFB875',
|
|
29137
|
+
address: 'bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
|
|
29138
|
+
name: 'SatLayer pumpBTC Bridged',
|
|
29139
|
+
display: 'satPumpBTC.e',
|
|
29140
|
+
symbol: 'satPumpBTC.e',
|
|
29141
|
+
logo_URIs: {
|
|
29142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
29143
|
+
},
|
|
29144
|
+
type_asset: 'cw20',
|
|
29145
|
+
traces: [{
|
|
29146
|
+
type: 'ibc-cw20',
|
|
29147
|
+
counterparty: {
|
|
29148
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
29149
|
+
channel_id: 'channel-7',
|
|
29150
|
+
base_denom: 'cw20:bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
|
|
29151
|
+
chain_name: 'babylon'
|
|
29152
|
+
},
|
|
29153
|
+
chain: {
|
|
29154
|
+
port: 'transfer',
|
|
29155
|
+
channel_id: 'channel-101979'
|
|
29156
|
+
}
|
|
29157
|
+
}]
|
|
29158
|
+
},
|
|
29159
|
+
{
|
|
29160
|
+
denom_units: [{
|
|
29161
|
+
denom: 'ibc/3DCA5A763F7623D0A3DB25DD9FE435D3AFCFF0C9B8B1B4845B49E656804FB5F0',
|
|
29162
|
+
exponent: 0,
|
|
29163
|
+
aliases: ['cw20:bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93']
|
|
29164
|
+
}, {
|
|
29165
|
+
denom: 'satStBTC.e',
|
|
29166
|
+
exponent: 18
|
|
29167
|
+
}],
|
|
29168
|
+
base: 'ibc/3DCA5A763F7623D0A3DB25DD9FE435D3AFCFF0C9B8B1B4845B49E656804FB5F0',
|
|
29169
|
+
address: 'bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
|
|
29170
|
+
name: 'SatLayer stBTC Bridged',
|
|
29171
|
+
display: 'satStBTC.e',
|
|
29172
|
+
symbol: 'satStBTC.e',
|
|
29173
|
+
logo_URIs: {
|
|
29174
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
29175
|
+
},
|
|
29176
|
+
type_asset: 'cw20',
|
|
29177
|
+
traces: [{
|
|
29178
|
+
type: 'ibc-cw20',
|
|
29179
|
+
counterparty: {
|
|
29180
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
29181
|
+
channel_id: 'channel-7',
|
|
29182
|
+
base_denom: 'cw20:bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
|
|
29183
|
+
chain_name: 'babylon'
|
|
29184
|
+
},
|
|
29185
|
+
chain: {
|
|
29186
|
+
port: 'transfer',
|
|
29187
|
+
channel_id: 'channel-101979'
|
|
29188
|
+
}
|
|
29189
|
+
}]
|
|
29190
|
+
},
|
|
28919
29191
|
{
|
|
28920
29192
|
description: 'Puppy',
|
|
28921
29193
|
denom_units: [{
|
|
@@ -32018,6 +32290,70 @@ const asset_list = {
|
|
|
32018
32290
|
}
|
|
32019
32291
|
}]
|
|
32020
32292
|
},
|
|
32293
|
+
{
|
|
32294
|
+
denom_units: [{
|
|
32295
|
+
denom: 'ibc/3D11C7C57643E40B5E4B2A71E64C37D32333096086393B0E64D6DC9F1576F4A8',
|
|
32296
|
+
exponent: 0,
|
|
32297
|
+
aliases: ['cw20:bbn1rgsgnu9hcssn97hprmavtt58vt3qg5y4qha4ky6q09urczsuzwlss60thh']
|
|
32298
|
+
}, {
|
|
32299
|
+
denom: 'eBTC',
|
|
32300
|
+
exponent: 8
|
|
32301
|
+
}],
|
|
32302
|
+
base: 'ibc/3D11C7C57643E40B5E4B2A71E64C37D32333096086393B0E64D6DC9F1576F4A8',
|
|
32303
|
+
address: 'bbn1rgsgnu9hcssn97hprmavtt58vt3qg5y4qha4ky6q09urczsuzwlss60thh',
|
|
32304
|
+
name: 'ether.fi BTC',
|
|
32305
|
+
display: 'eBTC',
|
|
32306
|
+
symbol: 'eBTC',
|
|
32307
|
+
logo_URIs: {
|
|
32308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eBTC.png'
|
|
32309
|
+
},
|
|
32310
|
+
type_asset: 'cw20',
|
|
32311
|
+
traces: [{
|
|
32312
|
+
type: 'ibc-cw20',
|
|
32313
|
+
counterparty: {
|
|
32314
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
32315
|
+
channel_id: 'channel-7',
|
|
32316
|
+
base_denom: 'cw20:bbn1rgsgnu9hcssn97hprmavtt58vt3qg5y4qha4ky6q09urczsuzwlss60thh',
|
|
32317
|
+
chain_name: 'babylon'
|
|
32318
|
+
},
|
|
32319
|
+
chain: {
|
|
32320
|
+
port: 'transfer',
|
|
32321
|
+
channel_id: 'channel-101979'
|
|
32322
|
+
}
|
|
32323
|
+
}]
|
|
32324
|
+
},
|
|
32325
|
+
{
|
|
32326
|
+
denom_units: [{
|
|
32327
|
+
denom: 'ibc/C61EBD52A18250353AED7822A88944C0EAFA20457DDA30745E19EF56C4F4E9ED',
|
|
32328
|
+
exponent: 0,
|
|
32329
|
+
aliases: ['cw20:bbn1j7yz208yls9v5vcgsekwaf096wk2ysyrdn0u747868v80fd05tjsalq9ll']
|
|
32330
|
+
}, {
|
|
32331
|
+
denom: 'mBTC',
|
|
32332
|
+
exponent: 8
|
|
32333
|
+
}],
|
|
32334
|
+
base: 'ibc/C61EBD52A18250353AED7822A88944C0EAFA20457DDA30745E19EF56C4F4E9ED',
|
|
32335
|
+
address: 'bbn1j7yz208yls9v5vcgsekwaf096wk2ysyrdn0u747868v80fd05tjsalq9ll',
|
|
32336
|
+
name: 'Liquid Staked BTC',
|
|
32337
|
+
display: 'mBTC',
|
|
32338
|
+
symbol: 'mBTC',
|
|
32339
|
+
logo_URIs: {
|
|
32340
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mBTC.png'
|
|
32341
|
+
},
|
|
32342
|
+
type_asset: 'cw20',
|
|
32343
|
+
traces: [{
|
|
32344
|
+
type: 'ibc-cw20',
|
|
32345
|
+
counterparty: {
|
|
32346
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
32347
|
+
channel_id: 'channel-7',
|
|
32348
|
+
base_denom: 'cw20:bbn1j7yz208yls9v5vcgsekwaf096wk2ysyrdn0u747868v80fd05tjsalq9ll',
|
|
32349
|
+
chain_name: 'babylon'
|
|
32350
|
+
},
|
|
32351
|
+
chain: {
|
|
32352
|
+
port: 'transfer',
|
|
32353
|
+
channel_id: 'channel-101979'
|
|
32354
|
+
}
|
|
32355
|
+
}]
|
|
32356
|
+
},
|
|
32021
32357
|
{
|
|
32022
32358
|
denom_units: [{
|
|
32023
32359
|
denom: 'ibc/3B78E60C2363983E33F8AE7661345DC6C9BD3EC7439943830693D548F346C713',
|
|
@@ -32120,16 +32456,16 @@ const asset_list = {
|
|
|
32120
32456
|
exponent: 0,
|
|
32121
32457
|
aliases: ['cw20:bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc']
|
|
32122
32458
|
}, {
|
|
32123
|
-
denom: '
|
|
32459
|
+
denom: 'satXSolvBTC.e',
|
|
32124
32460
|
exponent: 18
|
|
32125
32461
|
}],
|
|
32126
32462
|
base: 'ibc/4762DABA78EFBB1C343A97F3FB1F6589C780ACBB7FD2BAD57780F7DEE8F92F5F',
|
|
32127
32463
|
address: 'bbn1rl75n93kk075clrt72hqa7md6mwl78u28sghs380xuvlmksw6x3q07n2tc',
|
|
32128
32464
|
name: 'SatLayer xSatSolvBTC Bridged',
|
|
32129
|
-
display: '
|
|
32130
|
-
symbol: '
|
|
32465
|
+
display: 'satXSolvBTC.e',
|
|
32466
|
+
symbol: 'satXSolvBTC.e',
|
|
32131
32467
|
logo_URIs: {
|
|
32132
|
-
|
|
32468
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xSolvBTC.png'
|
|
32133
32469
|
},
|
|
32134
32470
|
type_asset: 'cw20',
|
|
32135
32471
|
traces: [{
|
|
@@ -32178,6 +32514,134 @@ const asset_list = {
|
|
|
32178
32514
|
}
|
|
32179
32515
|
}]
|
|
32180
32516
|
},
|
|
32517
|
+
{
|
|
32518
|
+
denom_units: [{
|
|
32519
|
+
denom: 'ibc/4545039FDA0113359C7FF308F2DB22F3FB0EE1E096299B910791F452B0F4CD3B',
|
|
32520
|
+
exponent: 0,
|
|
32521
|
+
aliases: ['cw20:bbn13vejhl4x0arsq7wajcmlu5hx3phmxdcrp3s2jvy65ucyt9kfkh7qr2laaa']
|
|
32522
|
+
}, {
|
|
32523
|
+
denom: 'satFBTC.e',
|
|
32524
|
+
exponent: 8
|
|
32525
|
+
}],
|
|
32526
|
+
base: 'ibc/4545039FDA0113359C7FF308F2DB22F3FB0EE1E096299B910791F452B0F4CD3B',
|
|
32527
|
+
address: 'bbn13vejhl4x0arsq7wajcmlu5hx3phmxdcrp3s2jvy65ucyt9kfkh7qr2laaa',
|
|
32528
|
+
name: 'SatLayer FBTC Bridged',
|
|
32529
|
+
display: 'satFBTC.e',
|
|
32530
|
+
symbol: 'satFBTC.e',
|
|
32531
|
+
logo_URIs: {
|
|
32532
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/FBTC.png'
|
|
32533
|
+
},
|
|
32534
|
+
type_asset: 'cw20',
|
|
32535
|
+
traces: [{
|
|
32536
|
+
type: 'ibc-cw20',
|
|
32537
|
+
counterparty: {
|
|
32538
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
32539
|
+
channel_id: 'channel-7',
|
|
32540
|
+
base_denom: 'cw20:bbn13vejhl4x0arsq7wajcmlu5hx3phmxdcrp3s2jvy65ucyt9kfkh7qr2laaa',
|
|
32541
|
+
chain_name: 'babylon'
|
|
32542
|
+
},
|
|
32543
|
+
chain: {
|
|
32544
|
+
port: 'transfer',
|
|
32545
|
+
channel_id: 'channel-101979'
|
|
32546
|
+
}
|
|
32547
|
+
}]
|
|
32548
|
+
},
|
|
32549
|
+
{
|
|
32550
|
+
denom_units: [{
|
|
32551
|
+
denom: 'ibc/73735D49956D9B4C277D9967101A315BA44CD1BE370F335924729B1C6DA5E42E',
|
|
32552
|
+
exponent: 0,
|
|
32553
|
+
aliases: ['cw20:bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3']
|
|
32554
|
+
}, {
|
|
32555
|
+
denom: 'satWBTC.e',
|
|
32556
|
+
exponent: 8
|
|
32557
|
+
}],
|
|
32558
|
+
base: 'ibc/73735D49956D9B4C277D9967101A315BA44CD1BE370F335924729B1C6DA5E42E',
|
|
32559
|
+
address: 'bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
|
|
32560
|
+
name: 'SatLayer WBTC Bridged',
|
|
32561
|
+
display: 'satWBTC.e',
|
|
32562
|
+
symbol: 'satWBTC.e',
|
|
32563
|
+
logo_URIs: {
|
|
32564
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
32565
|
+
},
|
|
32566
|
+
type_asset: 'cw20',
|
|
32567
|
+
traces: [{
|
|
32568
|
+
type: 'ibc-cw20',
|
|
32569
|
+
counterparty: {
|
|
32570
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
32571
|
+
channel_id: 'channel-7',
|
|
32572
|
+
base_denom: 'cw20:bbn1m83xl7pshe9dt25ztlnlqfy8ksaxdp5e098fcl372fjdacpusdcqjp4zx3',
|
|
32573
|
+
chain_name: 'babylon'
|
|
32574
|
+
},
|
|
32575
|
+
chain: {
|
|
32576
|
+
port: 'transfer',
|
|
32577
|
+
channel_id: 'channel-101979'
|
|
32578
|
+
}
|
|
32579
|
+
}]
|
|
32580
|
+
},
|
|
32581
|
+
{
|
|
32582
|
+
denom_units: [{
|
|
32583
|
+
denom: 'ibc/F26E8336E8F3BBDCF179778548F94ADB6F2DA3A3B938BA8C441009136FCFB875',
|
|
32584
|
+
exponent: 0,
|
|
32585
|
+
aliases: ['cw20:bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2']
|
|
32586
|
+
}, {
|
|
32587
|
+
denom: 'satPumpBTC.e',
|
|
32588
|
+
exponent: 8
|
|
32589
|
+
}],
|
|
32590
|
+
base: 'ibc/F26E8336E8F3BBDCF179778548F94ADB6F2DA3A3B938BA8C441009136FCFB875',
|
|
32591
|
+
address: 'bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
|
|
32592
|
+
name: 'SatLayer pumpBTC Bridged',
|
|
32593
|
+
display: 'satPumpBTC.e',
|
|
32594
|
+
symbol: 'satPumpBTC.e',
|
|
32595
|
+
logo_URIs: {
|
|
32596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/pumpBTC.svg'
|
|
32597
|
+
},
|
|
32598
|
+
type_asset: 'cw20',
|
|
32599
|
+
traces: [{
|
|
32600
|
+
type: 'ibc-cw20',
|
|
32601
|
+
counterparty: {
|
|
32602
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
32603
|
+
channel_id: 'channel-7',
|
|
32604
|
+
base_denom: 'cw20:bbn1zwg6c8rzk8htpn67cj4vrq5y2qdhfgtzvslyy9574s4j8j5xynlqg0qzs2',
|
|
32605
|
+
chain_name: 'babylon'
|
|
32606
|
+
},
|
|
32607
|
+
chain: {
|
|
32608
|
+
port: 'transfer',
|
|
32609
|
+
channel_id: 'channel-101979'
|
|
32610
|
+
}
|
|
32611
|
+
}]
|
|
32612
|
+
},
|
|
32613
|
+
{
|
|
32614
|
+
denom_units: [{
|
|
32615
|
+
denom: 'ibc/3DCA5A763F7623D0A3DB25DD9FE435D3AFCFF0C9B8B1B4845B49E656804FB5F0',
|
|
32616
|
+
exponent: 0,
|
|
32617
|
+
aliases: ['cw20:bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93']
|
|
32618
|
+
}, {
|
|
32619
|
+
denom: 'satStBTC.e',
|
|
32620
|
+
exponent: 18
|
|
32621
|
+
}],
|
|
32622
|
+
base: 'ibc/3DCA5A763F7623D0A3DB25DD9FE435D3AFCFF0C9B8B1B4845B49E656804FB5F0',
|
|
32623
|
+
address: 'bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
|
|
32624
|
+
name: 'SatLayer stBTC Bridged',
|
|
32625
|
+
display: 'satStBTC.e',
|
|
32626
|
+
symbol: 'satStBTC.e',
|
|
32627
|
+
logo_URIs: {
|
|
32628
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/stbtc.svg'
|
|
32629
|
+
},
|
|
32630
|
+
type_asset: 'cw20',
|
|
32631
|
+
traces: [{
|
|
32632
|
+
type: 'ibc-cw20',
|
|
32633
|
+
counterparty: {
|
|
32634
|
+
port: 'wasm.bbn16tfcsjcg4trlnj2t4cpdq20q4d7nzusew3ev50scz30mmfzdx8ssgx7eq6',
|
|
32635
|
+
channel_id: 'channel-7',
|
|
32636
|
+
base_denom: 'cw20:bbn17awjw4g3a7wn5eruejf6hmshc8y06wpz6qu7ue32xygcueu55zqs33aq93',
|
|
32637
|
+
chain_name: 'babylon'
|
|
32638
|
+
},
|
|
32639
|
+
chain: {
|
|
32640
|
+
port: 'transfer',
|
|
32641
|
+
channel_id: 'channel-101979'
|
|
32642
|
+
}
|
|
32643
|
+
}]
|
|
32644
|
+
},
|
|
32181
32645
|
{
|
|
32182
32646
|
description: 'Puppy',
|
|
32183
32647
|
denom_units: [{
|