@chain-registry/osmosis 1.67.128 → 1.67.130
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 +72 -72
- package/assets.js +137 -0
- package/esm/asset_list.js +72 -72
- package/esm/assets.js +137 -0
- package/package.json +3 -3
package/asset_list.js
CHANGED
|
@@ -13115,17 +13115,6 @@ const asset_list = {
|
|
|
13115
13115
|
name: 'Astonic USD',
|
|
13116
13116
|
display: 'ausd',
|
|
13117
13117
|
symbol: 'aUSD',
|
|
13118
|
-
logo_URIs: {
|
|
13119
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13120
|
-
},
|
|
13121
|
-
images: [{
|
|
13122
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13123
|
-
}],
|
|
13124
|
-
socials: {
|
|
13125
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
13126
|
-
telegram: 'https://t.me/astonic_io'
|
|
13127
|
-
},
|
|
13128
|
-
type_asset: 'sdk.coin',
|
|
13129
13118
|
traces: [{
|
|
13130
13119
|
type: 'ibc',
|
|
13131
13120
|
counterparty: {
|
|
@@ -13136,7 +13125,18 @@ const asset_list = {
|
|
|
13136
13125
|
chain: {
|
|
13137
13126
|
channel_id: 'channel-492'
|
|
13138
13127
|
}
|
|
13139
|
-
}]
|
|
13128
|
+
}],
|
|
13129
|
+
logo_URIs: {
|
|
13130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13131
|
+
},
|
|
13132
|
+
images: [{
|
|
13133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13134
|
+
}],
|
|
13135
|
+
socials: {
|
|
13136
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
13137
|
+
telegram: 'https://t.me/astonic_io'
|
|
13138
|
+
},
|
|
13139
|
+
type_asset: 'sdk.coin'
|
|
13140
13140
|
},
|
|
13141
13141
|
{
|
|
13142
13142
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -13152,17 +13152,6 @@ const asset_list = {
|
|
|
13152
13152
|
name: 'Astonic EUR',
|
|
13153
13153
|
display: 'aeur',
|
|
13154
13154
|
symbol: 'aEUR',
|
|
13155
|
-
logo_URIs: {
|
|
13156
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13157
|
-
},
|
|
13158
|
-
images: [{
|
|
13159
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13160
|
-
}],
|
|
13161
|
-
socials: {
|
|
13162
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
13163
|
-
telegram: 'https://t.me/astonic_io'
|
|
13164
|
-
},
|
|
13165
|
-
type_asset: 'sdk.coin',
|
|
13166
13155
|
traces: [{
|
|
13167
13156
|
type: 'ibc',
|
|
13168
13157
|
counterparty: {
|
|
@@ -13173,7 +13162,18 @@ const asset_list = {
|
|
|
13173
13162
|
chain: {
|
|
13174
13163
|
channel_id: 'channel-492'
|
|
13175
13164
|
}
|
|
13176
|
-
}]
|
|
13165
|
+
}],
|
|
13166
|
+
logo_URIs: {
|
|
13167
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13168
|
+
},
|
|
13169
|
+
images: [{
|
|
13170
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13171
|
+
}],
|
|
13172
|
+
socials: {
|
|
13173
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
13174
|
+
telegram: 'https://t.me/astonic_io'
|
|
13175
|
+
},
|
|
13176
|
+
type_asset: 'sdk.coin'
|
|
13177
13177
|
},
|
|
13178
13178
|
{
|
|
13179
13179
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -13189,17 +13189,6 @@ const asset_list = {
|
|
|
13189
13189
|
name: 'Astonic BRL',
|
|
13190
13190
|
display: 'abrl',
|
|
13191
13191
|
symbol: 'aBRL',
|
|
13192
|
-
logo_URIs: {
|
|
13193
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13194
|
-
},
|
|
13195
|
-
images: [{
|
|
13196
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13197
|
-
}],
|
|
13198
|
-
socials: {
|
|
13199
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
13200
|
-
telegram: 'https://t.me/astonic_io'
|
|
13201
|
-
},
|
|
13202
|
-
type_asset: 'sdk.coin',
|
|
13203
13192
|
traces: [{
|
|
13204
13193
|
type: 'ibc',
|
|
13205
13194
|
counterparty: {
|
|
@@ -13210,7 +13199,18 @@ const asset_list = {
|
|
|
13210
13199
|
chain: {
|
|
13211
13200
|
channel_id: 'channel-492'
|
|
13212
13201
|
}
|
|
13213
|
-
}]
|
|
13202
|
+
}],
|
|
13203
|
+
logo_URIs: {
|
|
13204
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13205
|
+
},
|
|
13206
|
+
images: [{
|
|
13207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13208
|
+
}],
|
|
13209
|
+
socials: {
|
|
13210
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
13211
|
+
telegram: 'https://t.me/astonic_io'
|
|
13212
|
+
},
|
|
13213
|
+
type_asset: 'sdk.coin'
|
|
13214
13214
|
},
|
|
13215
13215
|
{
|
|
13216
13216
|
description: 'Hash is the staking token of the Provenance Blockchain',
|
|
@@ -20959,17 +20959,6 @@ const asset_list = {
|
|
|
20959
20959
|
name: 'Astonic USD',
|
|
20960
20960
|
display: 'ausd',
|
|
20961
20961
|
symbol: 'aUSD',
|
|
20962
|
-
logo_URIs: {
|
|
20963
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
20964
|
-
},
|
|
20965
|
-
images: [{
|
|
20966
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
20967
|
-
}],
|
|
20968
|
-
socials: {
|
|
20969
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
20970
|
-
telegram: 'https://t.me/astonic_io'
|
|
20971
|
-
},
|
|
20972
|
-
type_asset: 'sdk.coin',
|
|
20973
20962
|
traces: [{
|
|
20974
20963
|
type: 'ibc',
|
|
20975
20964
|
counterparty: {
|
|
@@ -20980,7 +20969,18 @@ const asset_list = {
|
|
|
20980
20969
|
chain: {
|
|
20981
20970
|
channel_id: 'channel-492'
|
|
20982
20971
|
}
|
|
20983
|
-
}]
|
|
20972
|
+
}],
|
|
20973
|
+
logo_URIs: {
|
|
20974
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
20975
|
+
},
|
|
20976
|
+
images: [{
|
|
20977
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
20978
|
+
}],
|
|
20979
|
+
socials: {
|
|
20980
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
20981
|
+
telegram: 'https://t.me/astonic_io'
|
|
20982
|
+
},
|
|
20983
|
+
type_asset: 'sdk.coin'
|
|
20984
20984
|
},
|
|
20985
20985
|
{
|
|
20986
20986
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -20996,17 +20996,6 @@ const asset_list = {
|
|
|
20996
20996
|
name: 'Astonic EUR',
|
|
20997
20997
|
display: 'aeur',
|
|
20998
20998
|
symbol: 'aEUR',
|
|
20999
|
-
logo_URIs: {
|
|
21000
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
21001
|
-
},
|
|
21002
|
-
images: [{
|
|
21003
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
21004
|
-
}],
|
|
21005
|
-
socials: {
|
|
21006
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
21007
|
-
telegram: 'https://t.me/astonic_io'
|
|
21008
|
-
},
|
|
21009
|
-
type_asset: 'sdk.coin',
|
|
21010
20999
|
traces: [{
|
|
21011
21000
|
type: 'ibc',
|
|
21012
21001
|
counterparty: {
|
|
@@ -21017,7 +21006,18 @@ const asset_list = {
|
|
|
21017
21006
|
chain: {
|
|
21018
21007
|
channel_id: 'channel-492'
|
|
21019
21008
|
}
|
|
21020
|
-
}]
|
|
21009
|
+
}],
|
|
21010
|
+
logo_URIs: {
|
|
21011
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
21012
|
+
},
|
|
21013
|
+
images: [{
|
|
21014
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
21015
|
+
}],
|
|
21016
|
+
socials: {
|
|
21017
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
21018
|
+
telegram: 'https://t.me/astonic_io'
|
|
21019
|
+
},
|
|
21020
|
+
type_asset: 'sdk.coin'
|
|
21021
21021
|
},
|
|
21022
21022
|
{
|
|
21023
21023
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -21033,17 +21033,6 @@ const asset_list = {
|
|
|
21033
21033
|
name: 'Astonic BRL',
|
|
21034
21034
|
display: 'abrl',
|
|
21035
21035
|
symbol: 'aBRL',
|
|
21036
|
-
logo_URIs: {
|
|
21037
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
21038
|
-
},
|
|
21039
|
-
images: [{
|
|
21040
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
21041
|
-
}],
|
|
21042
|
-
socials: {
|
|
21043
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
21044
|
-
telegram: 'https://t.me/astonic_io'
|
|
21045
|
-
},
|
|
21046
|
-
type_asset: 'sdk.coin',
|
|
21047
21036
|
traces: [{
|
|
21048
21037
|
type: 'ibc',
|
|
21049
21038
|
counterparty: {
|
|
@@ -21054,7 +21043,18 @@ const asset_list = {
|
|
|
21054
21043
|
chain: {
|
|
21055
21044
|
channel_id: 'channel-492'
|
|
21056
21045
|
}
|
|
21057
|
-
}]
|
|
21046
|
+
}],
|
|
21047
|
+
logo_URIs: {
|
|
21048
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
21049
|
+
},
|
|
21050
|
+
images: [{
|
|
21051
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
21052
|
+
}],
|
|
21053
|
+
socials: {
|
|
21054
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
21055
|
+
telegram: 'https://t.me/astonic_io'
|
|
21056
|
+
},
|
|
21057
|
+
type_asset: 'sdk.coin'
|
|
21058
21058
|
},
|
|
21059
21059
|
{
|
|
21060
21060
|
description: 'Hash is the staking token of the Provenance Blockchain',
|
package/assets.js
CHANGED
|
@@ -24594,6 +24594,143 @@ const assets = {
|
|
|
24594
24594
|
website: 'https://fractal.fun',
|
|
24595
24595
|
twitter: 'https://twitter.com/fractaldotfun'
|
|
24596
24596
|
}
|
|
24597
|
+
},
|
|
24598
|
+
{
|
|
24599
|
+
description: 'Tether USD via Eureka',
|
|
24600
|
+
denom_units: [{
|
|
24601
|
+
denom: 'ibc/7BC2F718C47C0749791F2612A914C8C39D1A4F533A27AF7285D924D4B617DDA6',
|
|
24602
|
+
exponent: 0
|
|
24603
|
+
}, {
|
|
24604
|
+
denom: 'usdt',
|
|
24605
|
+
exponent: 6
|
|
24606
|
+
}],
|
|
24607
|
+
type_asset: 'ics20',
|
|
24608
|
+
base: 'ibc/7BC2F718C47C0749791F2612A914C8C39D1A4F533A27AF7285D924D4B617DDA6',
|
|
24609
|
+
name: 'Tether USD (Eureka)',
|
|
24610
|
+
display: 'usdt',
|
|
24611
|
+
symbol: 'USDT.atom',
|
|
24612
|
+
traces: [{
|
|
24613
|
+
type: 'ibc',
|
|
24614
|
+
counterparty: {
|
|
24615
|
+
chain_name: 'cosmoshub',
|
|
24616
|
+
base_denom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782',
|
|
24617
|
+
channel_id: 'channel-141'
|
|
24618
|
+
},
|
|
24619
|
+
chain: {
|
|
24620
|
+
channel_id: 'channel-0',
|
|
24621
|
+
path: 'transfer/channel-0/transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
24622
|
+
}
|
|
24623
|
+
}],
|
|
24624
|
+
images: [{
|
|
24625
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.svg',
|
|
24626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.png'
|
|
24627
|
+
}, {
|
|
24628
|
+
image_sync: {
|
|
24629
|
+
chain_name: 'cosmoshub',
|
|
24630
|
+
base_denom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782'
|
|
24631
|
+
},
|
|
24632
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
24633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
24634
|
+
theme: {
|
|
24635
|
+
circle: true,
|
|
24636
|
+
primary_color_hex: '#009393',
|
|
24637
|
+
background_color_hex: '#009393'
|
|
24638
|
+
}
|
|
24639
|
+
}],
|
|
24640
|
+
logo_URIs: {
|
|
24641
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.svg',
|
|
24642
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.png'
|
|
24643
|
+
}
|
|
24644
|
+
},
|
|
24645
|
+
{
|
|
24646
|
+
description: 'Ether via Eureka',
|
|
24647
|
+
denom_units: [{
|
|
24648
|
+
denom: 'ibc/20850C646CDDDC2270E9BBDB08558B5FEE57B647EC6827F41096AABFD8A0471B',
|
|
24649
|
+
exponent: 0
|
|
24650
|
+
}, {
|
|
24651
|
+
denom: 'eth',
|
|
24652
|
+
exponent: 6
|
|
24653
|
+
}],
|
|
24654
|
+
type_asset: 'ics20',
|
|
24655
|
+
base: 'ibc/20850C646CDDDC2270E9BBDB08558B5FEE57B647EC6827F41096AABFD8A0471B',
|
|
24656
|
+
name: 'Ethereum (Eureka)',
|
|
24657
|
+
display: 'eth',
|
|
24658
|
+
symbol: 'ETH.atom',
|
|
24659
|
+
traces: [{
|
|
24660
|
+
type: 'ibc',
|
|
24661
|
+
counterparty: {
|
|
24662
|
+
chain_name: 'cosmoshub',
|
|
24663
|
+
base_denom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF',
|
|
24664
|
+
channel_id: 'channel-141'
|
|
24665
|
+
},
|
|
24666
|
+
chain: {
|
|
24667
|
+
channel_id: 'channel-0',
|
|
24668
|
+
path: 'transfer/channel-0/transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
24669
|
+
}
|
|
24670
|
+
}],
|
|
24671
|
+
images: [{
|
|
24672
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.svg',
|
|
24673
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.png'
|
|
24674
|
+
}, {
|
|
24675
|
+
image_sync: {
|
|
24676
|
+
chain_name: 'cosmoshub',
|
|
24677
|
+
base_denom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF'
|
|
24678
|
+
},
|
|
24679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
24680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
24681
|
+
theme: {
|
|
24682
|
+
primary_color_hex: '#303030'
|
|
24683
|
+
}
|
|
24684
|
+
}],
|
|
24685
|
+
logo_URIs: {
|
|
24686
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.svg',
|
|
24687
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.png'
|
|
24688
|
+
}
|
|
24689
|
+
},
|
|
24690
|
+
{
|
|
24691
|
+
description: 'Wrapped Bitcoin via Eureka',
|
|
24692
|
+
denom_units: [{
|
|
24693
|
+
denom: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
|
|
24694
|
+
exponent: 0
|
|
24695
|
+
}, {
|
|
24696
|
+
denom: 'wbtc',
|
|
24697
|
+
exponent: 6
|
|
24698
|
+
}],
|
|
24699
|
+
type_asset: 'ics20',
|
|
24700
|
+
base: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
|
|
24701
|
+
name: 'Wrapped Bitcoin (Eureka)',
|
|
24702
|
+
display: 'wbtc',
|
|
24703
|
+
symbol: 'WBTC.atom',
|
|
24704
|
+
traces: [{
|
|
24705
|
+
type: 'ibc',
|
|
24706
|
+
counterparty: {
|
|
24707
|
+
chain_name: 'cosmoshub',
|
|
24708
|
+
base_denom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462',
|
|
24709
|
+
channel_id: 'channel-141'
|
|
24710
|
+
},
|
|
24711
|
+
chain: {
|
|
24712
|
+
channel_id: 'channel-0',
|
|
24713
|
+
path: 'transfer/channel-0/transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
24714
|
+
}
|
|
24715
|
+
}],
|
|
24716
|
+
logo_URIs: {
|
|
24717
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.svg',
|
|
24718
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.png'
|
|
24719
|
+
},
|
|
24720
|
+
images: [{
|
|
24721
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.svg',
|
|
24722
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.png'
|
|
24723
|
+
}, {
|
|
24724
|
+
image_sync: {
|
|
24725
|
+
chain_name: 'cosmoshub',
|
|
24726
|
+
base_denom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462'
|
|
24727
|
+
},
|
|
24728
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
24729
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg',
|
|
24730
|
+
theme: {
|
|
24731
|
+
primary_color_hex: '#f39444'
|
|
24732
|
+
}
|
|
24733
|
+
}]
|
|
24597
24734
|
}
|
|
24598
24735
|
]
|
|
24599
24736
|
};
|
package/esm/asset_list.js
CHANGED
|
@@ -13113,17 +13113,6 @@ const asset_list = {
|
|
|
13113
13113
|
name: 'Astonic USD',
|
|
13114
13114
|
display: 'ausd',
|
|
13115
13115
|
symbol: 'aUSD',
|
|
13116
|
-
logo_URIs: {
|
|
13117
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13118
|
-
},
|
|
13119
|
-
images: [{
|
|
13120
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13121
|
-
}],
|
|
13122
|
-
socials: {
|
|
13123
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
13124
|
-
telegram: 'https://t.me/astonic_io'
|
|
13125
|
-
},
|
|
13126
|
-
type_asset: 'sdk.coin',
|
|
13127
13116
|
traces: [{
|
|
13128
13117
|
type: 'ibc',
|
|
13129
13118
|
counterparty: {
|
|
@@ -13134,7 +13123,18 @@ const asset_list = {
|
|
|
13134
13123
|
chain: {
|
|
13135
13124
|
channel_id: 'channel-492'
|
|
13136
13125
|
}
|
|
13137
|
-
}]
|
|
13126
|
+
}],
|
|
13127
|
+
logo_URIs: {
|
|
13128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13129
|
+
},
|
|
13130
|
+
images: [{
|
|
13131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
13132
|
+
}],
|
|
13133
|
+
socials: {
|
|
13134
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
13135
|
+
telegram: 'https://t.me/astonic_io'
|
|
13136
|
+
},
|
|
13137
|
+
type_asset: 'sdk.coin'
|
|
13138
13138
|
},
|
|
13139
13139
|
{
|
|
13140
13140
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -13150,17 +13150,6 @@ const asset_list = {
|
|
|
13150
13150
|
name: 'Astonic EUR',
|
|
13151
13151
|
display: 'aeur',
|
|
13152
13152
|
symbol: 'aEUR',
|
|
13153
|
-
logo_URIs: {
|
|
13154
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13155
|
-
},
|
|
13156
|
-
images: [{
|
|
13157
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13158
|
-
}],
|
|
13159
|
-
socials: {
|
|
13160
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
13161
|
-
telegram: 'https://t.me/astonic_io'
|
|
13162
|
-
},
|
|
13163
|
-
type_asset: 'sdk.coin',
|
|
13164
13153
|
traces: [{
|
|
13165
13154
|
type: 'ibc',
|
|
13166
13155
|
counterparty: {
|
|
@@ -13171,7 +13160,18 @@ const asset_list = {
|
|
|
13171
13160
|
chain: {
|
|
13172
13161
|
channel_id: 'channel-492'
|
|
13173
13162
|
}
|
|
13174
|
-
}]
|
|
13163
|
+
}],
|
|
13164
|
+
logo_URIs: {
|
|
13165
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13166
|
+
},
|
|
13167
|
+
images: [{
|
|
13168
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
13169
|
+
}],
|
|
13170
|
+
socials: {
|
|
13171
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
13172
|
+
telegram: 'https://t.me/astonic_io'
|
|
13173
|
+
},
|
|
13174
|
+
type_asset: 'sdk.coin'
|
|
13175
13175
|
},
|
|
13176
13176
|
{
|
|
13177
13177
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -13187,17 +13187,6 @@ const asset_list = {
|
|
|
13187
13187
|
name: 'Astonic BRL',
|
|
13188
13188
|
display: 'abrl',
|
|
13189
13189
|
symbol: 'aBRL',
|
|
13190
|
-
logo_URIs: {
|
|
13191
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13192
|
-
},
|
|
13193
|
-
images: [{
|
|
13194
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13195
|
-
}],
|
|
13196
|
-
socials: {
|
|
13197
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
13198
|
-
telegram: 'https://t.me/astonic_io'
|
|
13199
|
-
},
|
|
13200
|
-
type_asset: 'sdk.coin',
|
|
13201
13190
|
traces: [{
|
|
13202
13191
|
type: 'ibc',
|
|
13203
13192
|
counterparty: {
|
|
@@ -13208,7 +13197,18 @@ const asset_list = {
|
|
|
13208
13197
|
chain: {
|
|
13209
13198
|
channel_id: 'channel-492'
|
|
13210
13199
|
}
|
|
13211
|
-
}]
|
|
13200
|
+
}],
|
|
13201
|
+
logo_URIs: {
|
|
13202
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13203
|
+
},
|
|
13204
|
+
images: [{
|
|
13205
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
13206
|
+
}],
|
|
13207
|
+
socials: {
|
|
13208
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
13209
|
+
telegram: 'https://t.me/astonic_io'
|
|
13210
|
+
},
|
|
13211
|
+
type_asset: 'sdk.coin'
|
|
13212
13212
|
},
|
|
13213
13213
|
{
|
|
13214
13214
|
description: 'Hash is the staking token of the Provenance Blockchain',
|
|
@@ -20957,17 +20957,6 @@ const asset_list = {
|
|
|
20957
20957
|
name: 'Astonic USD',
|
|
20958
20958
|
display: 'ausd',
|
|
20959
20959
|
symbol: 'aUSD',
|
|
20960
|
-
logo_URIs: {
|
|
20961
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
20962
|
-
},
|
|
20963
|
-
images: [{
|
|
20964
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
20965
|
-
}],
|
|
20966
|
-
socials: {
|
|
20967
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
20968
|
-
telegram: 'https://t.me/astonic_io'
|
|
20969
|
-
},
|
|
20970
|
-
type_asset: 'sdk.coin',
|
|
20971
20960
|
traces: [{
|
|
20972
20961
|
type: 'ibc',
|
|
20973
20962
|
counterparty: {
|
|
@@ -20978,7 +20967,18 @@ const asset_list = {
|
|
|
20978
20967
|
chain: {
|
|
20979
20968
|
channel_id: 'channel-492'
|
|
20980
20969
|
}
|
|
20981
|
-
}]
|
|
20970
|
+
}],
|
|
20971
|
+
logo_URIs: {
|
|
20972
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
20973
|
+
},
|
|
20974
|
+
images: [{
|
|
20975
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/ausd.png'
|
|
20976
|
+
}],
|
|
20977
|
+
socials: {
|
|
20978
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
20979
|
+
telegram: 'https://t.me/astonic_io'
|
|
20980
|
+
},
|
|
20981
|
+
type_asset: 'sdk.coin'
|
|
20982
20982
|
},
|
|
20983
20983
|
{
|
|
20984
20984
|
description: 'Astonic EUR (aEUR) is a stable asset pegged to the Euro.',
|
|
@@ -20994,17 +20994,6 @@ const asset_list = {
|
|
|
20994
20994
|
name: 'Astonic EUR',
|
|
20995
20995
|
display: 'aeur',
|
|
20996
20996
|
symbol: 'aEUR',
|
|
20997
|
-
logo_URIs: {
|
|
20998
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
20999
|
-
},
|
|
21000
|
-
images: [{
|
|
21001
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
21002
|
-
}],
|
|
21003
|
-
socials: {
|
|
21004
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
21005
|
-
telegram: 'https://t.me/astonic_io'
|
|
21006
|
-
},
|
|
21007
|
-
type_asset: 'sdk.coin',
|
|
21008
20997
|
traces: [{
|
|
21009
20998
|
type: 'ibc',
|
|
21010
20999
|
counterparty: {
|
|
@@ -21015,7 +21004,18 @@ const asset_list = {
|
|
|
21015
21004
|
chain: {
|
|
21016
21005
|
channel_id: 'channel-492'
|
|
21017
21006
|
}
|
|
21018
|
-
}]
|
|
21007
|
+
}],
|
|
21008
|
+
logo_URIs: {
|
|
21009
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
21010
|
+
},
|
|
21011
|
+
images: [{
|
|
21012
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/aeur.png'
|
|
21013
|
+
}],
|
|
21014
|
+
socials: {
|
|
21015
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
21016
|
+
telegram: 'https://t.me/astonic_io'
|
|
21017
|
+
},
|
|
21018
|
+
type_asset: 'sdk.coin'
|
|
21019
21019
|
},
|
|
21020
21020
|
{
|
|
21021
21021
|
description: 'Astonic BRL (aBRL) is a stable asset pegged to the Brazilian Real.',
|
|
@@ -21031,17 +21031,6 @@ const asset_list = {
|
|
|
21031
21031
|
name: 'Astonic BRL',
|
|
21032
21032
|
display: 'abrl',
|
|
21033
21033
|
symbol: 'aBRL',
|
|
21034
|
-
logo_URIs: {
|
|
21035
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
21036
|
-
},
|
|
21037
|
-
images: [{
|
|
21038
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
21039
|
-
}],
|
|
21040
|
-
socials: {
|
|
21041
|
-
twitter: 'https://x.com/astonic_xyz',
|
|
21042
|
-
telegram: 'https://t.me/astonic_io'
|
|
21043
|
-
},
|
|
21044
|
-
type_asset: 'sdk.coin',
|
|
21045
21034
|
traces: [{
|
|
21046
21035
|
type: 'ibc',
|
|
21047
21036
|
counterparty: {
|
|
@@ -21052,7 +21041,18 @@ const asset_list = {
|
|
|
21052
21041
|
chain: {
|
|
21053
21042
|
channel_id: 'channel-492'
|
|
21054
21043
|
}
|
|
21055
|
-
}]
|
|
21044
|
+
}],
|
|
21045
|
+
logo_URIs: {
|
|
21046
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
21047
|
+
},
|
|
21048
|
+
images: [{
|
|
21049
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/planq/images/abrl.png'
|
|
21050
|
+
}],
|
|
21051
|
+
socials: {
|
|
21052
|
+
twitter: 'https://x.com/astonic_xyz',
|
|
21053
|
+
telegram: 'https://t.me/astonic_io'
|
|
21054
|
+
},
|
|
21055
|
+
type_asset: 'sdk.coin'
|
|
21056
21056
|
},
|
|
21057
21057
|
{
|
|
21058
21058
|
description: 'Hash is the staking token of the Provenance Blockchain',
|
package/esm/assets.js
CHANGED
|
@@ -24592,6 +24592,143 @@ const assets = {
|
|
|
24592
24592
|
website: 'https://fractal.fun',
|
|
24593
24593
|
twitter: 'https://twitter.com/fractaldotfun'
|
|
24594
24594
|
}
|
|
24595
|
+
},
|
|
24596
|
+
{
|
|
24597
|
+
description: 'Tether USD via Eureka',
|
|
24598
|
+
denom_units: [{
|
|
24599
|
+
denom: 'ibc/7BC2F718C47C0749791F2612A914C8C39D1A4F533A27AF7285D924D4B617DDA6',
|
|
24600
|
+
exponent: 0
|
|
24601
|
+
}, {
|
|
24602
|
+
denom: 'usdt',
|
|
24603
|
+
exponent: 6
|
|
24604
|
+
}],
|
|
24605
|
+
type_asset: 'ics20',
|
|
24606
|
+
base: 'ibc/7BC2F718C47C0749791F2612A914C8C39D1A4F533A27AF7285D924D4B617DDA6',
|
|
24607
|
+
name: 'Tether USD (Eureka)',
|
|
24608
|
+
display: 'usdt',
|
|
24609
|
+
symbol: 'USDT.atom',
|
|
24610
|
+
traces: [{
|
|
24611
|
+
type: 'ibc',
|
|
24612
|
+
counterparty: {
|
|
24613
|
+
chain_name: 'cosmoshub',
|
|
24614
|
+
base_denom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782',
|
|
24615
|
+
channel_id: 'channel-141'
|
|
24616
|
+
},
|
|
24617
|
+
chain: {
|
|
24618
|
+
channel_id: 'channel-0',
|
|
24619
|
+
path: 'transfer/channel-0/transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
24620
|
+
}
|
|
24621
|
+
}],
|
|
24622
|
+
images: [{
|
|
24623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.svg',
|
|
24624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.png'
|
|
24625
|
+
}, {
|
|
24626
|
+
image_sync: {
|
|
24627
|
+
chain_name: 'cosmoshub',
|
|
24628
|
+
base_denom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782'
|
|
24629
|
+
},
|
|
24630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
24631
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
24632
|
+
theme: {
|
|
24633
|
+
circle: true,
|
|
24634
|
+
primary_color_hex: '#009393',
|
|
24635
|
+
background_color_hex: '#009393'
|
|
24636
|
+
}
|
|
24637
|
+
}],
|
|
24638
|
+
logo_URIs: {
|
|
24639
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.svg',
|
|
24640
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdt.atom.png'
|
|
24641
|
+
}
|
|
24642
|
+
},
|
|
24643
|
+
{
|
|
24644
|
+
description: 'Ether via Eureka',
|
|
24645
|
+
denom_units: [{
|
|
24646
|
+
denom: 'ibc/20850C646CDDDC2270E9BBDB08558B5FEE57B647EC6827F41096AABFD8A0471B',
|
|
24647
|
+
exponent: 0
|
|
24648
|
+
}, {
|
|
24649
|
+
denom: 'eth',
|
|
24650
|
+
exponent: 6
|
|
24651
|
+
}],
|
|
24652
|
+
type_asset: 'ics20',
|
|
24653
|
+
base: 'ibc/20850C646CDDDC2270E9BBDB08558B5FEE57B647EC6827F41096AABFD8A0471B',
|
|
24654
|
+
name: 'Ethereum (Eureka)',
|
|
24655
|
+
display: 'eth',
|
|
24656
|
+
symbol: 'ETH.atom',
|
|
24657
|
+
traces: [{
|
|
24658
|
+
type: 'ibc',
|
|
24659
|
+
counterparty: {
|
|
24660
|
+
chain_name: 'cosmoshub',
|
|
24661
|
+
base_denom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF',
|
|
24662
|
+
channel_id: 'channel-141'
|
|
24663
|
+
},
|
|
24664
|
+
chain: {
|
|
24665
|
+
channel_id: 'channel-0',
|
|
24666
|
+
path: 'transfer/channel-0/transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
24667
|
+
}
|
|
24668
|
+
}],
|
|
24669
|
+
images: [{
|
|
24670
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.svg',
|
|
24671
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.png'
|
|
24672
|
+
}, {
|
|
24673
|
+
image_sync: {
|
|
24674
|
+
chain_name: 'cosmoshub',
|
|
24675
|
+
base_denom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF'
|
|
24676
|
+
},
|
|
24677
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.png',
|
|
24678
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth-white.svg',
|
|
24679
|
+
theme: {
|
|
24680
|
+
primary_color_hex: '#303030'
|
|
24681
|
+
}
|
|
24682
|
+
}],
|
|
24683
|
+
logo_URIs: {
|
|
24684
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.svg',
|
|
24685
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/eth.atom.png'
|
|
24686
|
+
}
|
|
24687
|
+
},
|
|
24688
|
+
{
|
|
24689
|
+
description: 'Wrapped Bitcoin via Eureka',
|
|
24690
|
+
denom_units: [{
|
|
24691
|
+
denom: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
|
|
24692
|
+
exponent: 0
|
|
24693
|
+
}, {
|
|
24694
|
+
denom: 'wbtc',
|
|
24695
|
+
exponent: 6
|
|
24696
|
+
}],
|
|
24697
|
+
type_asset: 'ics20',
|
|
24698
|
+
base: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
|
|
24699
|
+
name: 'Wrapped Bitcoin (Eureka)',
|
|
24700
|
+
display: 'wbtc',
|
|
24701
|
+
symbol: 'WBTC.atom',
|
|
24702
|
+
traces: [{
|
|
24703
|
+
type: 'ibc',
|
|
24704
|
+
counterparty: {
|
|
24705
|
+
chain_name: 'cosmoshub',
|
|
24706
|
+
base_denom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462',
|
|
24707
|
+
channel_id: 'channel-141'
|
|
24708
|
+
},
|
|
24709
|
+
chain: {
|
|
24710
|
+
channel_id: 'channel-0',
|
|
24711
|
+
path: 'transfer/channel-0/transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
24712
|
+
}
|
|
24713
|
+
}],
|
|
24714
|
+
logo_URIs: {
|
|
24715
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.svg',
|
|
24716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.png'
|
|
24717
|
+
},
|
|
24718
|
+
images: [{
|
|
24719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.svg',
|
|
24720
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/wbtc.atom.png'
|
|
24721
|
+
}, {
|
|
24722
|
+
image_sync: {
|
|
24723
|
+
chain_name: 'cosmoshub',
|
|
24724
|
+
base_denom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462'
|
|
24725
|
+
},
|
|
24726
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
24727
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg',
|
|
24728
|
+
theme: {
|
|
24729
|
+
primary_color_hex: '#f39444'
|
|
24730
|
+
}
|
|
24731
|
+
}]
|
|
24595
24732
|
}
|
|
24596
24733
|
]
|
|
24597
24734
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/osmosis",
|
|
3
|
-
"version": "1.67.
|
|
3
|
+
"version": "1.67.130",
|
|
4
4
|
"description": "Chain Registry info for Osmosis",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.130"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"interchain",
|
|
39
39
|
"osmosis"
|
|
40
40
|
],
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "4b87207bcd71ea2ca1a939326a829fe1088dc428"
|
|
42
42
|
}
|