Skip to content

Commit 840a0fc

Browse files
committed
build 🛠 build-20250904-013636
1 parent b8ebb43 commit 840a0fc

File tree

5 files changed

+205
-22
lines changed

5 files changed

+205
-22
lines changed

v1/packages/chain-registry/src/mainnet/cosmoshub/assets.ts

Lines changed: 62 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -736,24 +736,79 @@ const info: AssetList = {
736736
}
737737
},
738738
{
739-
description: 'Quark ($QUARK) is the first permissionless CosmWasm token launched on the Cosmos Hub.',
739+
description: 'Quark ($QUARK) is an Osmosis token launched on the Cosmos Hub.',
740740
denom_units: [{
741-
denom: 'factory/cosmos1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/quark',
741+
denom: 'ibc/7B6EBFC446E50DFF981C994E207BFB398889706C2B0DF8A14D8B87F6C0E33A1A',
742742
exponent: 0
743743
}, {
744744
denom: 'quark',
745745
exponent: 6
746746
}],
747-
type_asset: 'sdk.coin',
748-
base: 'factory/cosmos1n6asrjy9754q8y9jsxqf557zmsv3s3xa5m9eg5/quark',
747+
type_asset: 'ics20',
748+
base: 'ibc/7B6EBFC446E50DFF981C994E207BFB398889706C2B0DF8A14D8B87F6C0E33A1A',
749749
name: 'Quark',
750750
display: 'quark',
751751
symbol: 'QUARK',
752+
traces: [{
753+
type: 'ibc',
754+
counterparty: {
755+
chain_name: 'osmosis',
756+
base_denom: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark',
757+
channel_id: 'channel-0'
758+
},
759+
chain: {
760+
channel_id: 'channel-141',
761+
path: 'transfer/channel-141/factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark'
762+
}
763+
}],
764+
logo_URIs: {
765+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png',
766+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
767+
},
768+
keywords: ['memecoin'],
769+
socials: {
770+
twitter: 'https://x.com/quark_on_cosmos'
771+
}
772+
},
773+
{
774+
description: 'The native token of Intento.',
775+
denom_units: [{
776+
denom: 'ibc/DC1EF3EA03CD7F2226981D610335C3E62E3DD868A1B83EB017CE294E29C8D473',
777+
exponent: 0,
778+
aliases: ['uinto']
779+
}, {
780+
denom: 'into',
781+
exponent: 6
782+
}],
783+
type_asset: 'ics20',
784+
base: 'ibc/DC1EF3EA03CD7F2226981D610335C3E62E3DD868A1B83EB017CE294E29C8D473',
785+
name: 'Intento',
786+
display: 'into',
787+
symbol: 'INTO',
788+
traces: [{
789+
type: 'ibc',
790+
counterparty: {
791+
chain_name: 'intento',
792+
base_denom: 'uinto',
793+
channel_id: 'channel-1'
794+
},
795+
chain: {
796+
channel_id: 'channel-1492',
797+
path: 'transfer/channel-1492/uinto'
798+
}
799+
}],
752800
logo_URIs: {
753-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/quark.png',
754-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/quark.svg'
801+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
802+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
755803
},
756-
keywords: ['memecoin']
804+
images: [{
805+
image_sync: {
806+
chain_name: 'intento',
807+
base_denom: 'uinto'
808+
},
809+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
810+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
811+
}]
757812
}
758813
]
759814
};

v1/packages/chain-registry/src/mainnet/osmosis/assets.ts

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22462,6 +22462,73 @@ const info: AssetList = {
2246222462
socials: {
2246322463
website: 'https://daodao.zone/dao/osmo10hgl747acm8h648xv9qrxkv3vyvv266yffs4aka7qjcr0659lnqs4ypu7v'
2246422464
}
22465+
},
22466+
{
22467+
description: 'Quark ($QUARK) is an Osmosis token launched on the Cosmos Hub.',
22468+
denom_units: [{
22469+
denom: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark',
22470+
exponent: 0
22471+
}, {
22472+
denom: 'QUARK',
22473+
exponent: 6
22474+
}],
22475+
type_asset: 'sdk.coin',
22476+
base: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark',
22477+
name: 'Quark',
22478+
display: 'QUARK',
22479+
symbol: 'QUARK',
22480+
logo_URIs: {
22481+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png',
22482+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
22483+
},
22484+
images: [{
22485+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png',
22486+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
22487+
}],
22488+
keywords: ['meme'],
22489+
socials: {
22490+
twitter: 'https://x.com/quark_on_cosmos'
22491+
}
22492+
},
22493+
{
22494+
description: 'The native token of Intento.',
22495+
denom_units: [{
22496+
denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
22497+
exponent: 0,
22498+
aliases: ['uinto']
22499+
}, {
22500+
denom: 'into',
22501+
exponent: 6
22502+
}],
22503+
type_asset: 'ics20',
22504+
base: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
22505+
name: 'Intento',
22506+
display: 'into',
22507+
symbol: 'INTO',
22508+
traces: [{
22509+
type: 'ibc',
22510+
counterparty: {
22511+
chain_name: 'intento',
22512+
base_denom: 'uinto',
22513+
channel_id: 'channel-3'
22514+
},
22515+
chain: {
22516+
channel_id: 'channel-106076',
22517+
path: 'transfer/channel-106076/uinto'
22518+
}
22519+
}],
22520+
logo_URIs: {
22521+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
22522+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
22523+
},
22524+
images: [{
22525+
image_sync: {
22526+
chain_name: 'intento',
22527+
base_denom: 'uinto'
22528+
},
22529+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
22530+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
22531+
}]
2246522532
}
2246622533
]
2246722534
};

v1/packages/chain-registry/src/testnet/atomonetestnet/chain.ts

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ const info: Chain = {
2020
low_gas_price: 0.225,
2121
average_gas_price: 0.3,
2222
high_gas_price: 0.5
23-
}, {
24-
denom: 'uatone',
25-
fixed_min_gas_price: 0.025,
26-
low_gas_price: 0.01,
27-
average_gas_price: 0.025,
28-
high_gas_price: 0.05
2923
}]
3024
},
3125
staking: {
@@ -35,15 +29,15 @@ const info: Chain = {
3529
},
3630
codebase: {
3731
git_repo: 'https://github.com/atomone-hub/atomone',
38-
recommended_version: 'v2.0.0-rc2',
39-
compatible_versions: ['v2.0.0-rc2'],
32+
recommended_version: 'v3.0.1',
33+
compatible_versions: ['v3.0.1'],
4034
binaries: {
41-
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-linux-amd64',
42-
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-linux-arm64',
43-
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-darwin-amd64',
44-
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-darwin-arm64',
45-
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-windows-amd64.exe',
46-
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v2.0.0-rc2/atomoned-v2.0.0-rc2-windows-arm64.exe'
35+
"linux/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-linux-amd64',
36+
"linux/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-linux-arm64',
37+
"darwin/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-darwin-amd64',
38+
"darwin/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-darwin-arm64',
39+
"windows/amd64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-windows-amd64.exe',
40+
"windows/arm64": 'https://github.com/atomone-hub/atomone/releases/download/v3.0.1/atomoned-v3.0.1-windows-arm64.exe'
4741
},
4842
genesis: {
4943
genesis_url: 'https://atomone.fra1.digitaloceanspaces.com/atomone-testnet-1/genesis.json'

v1/packages/osmosis/src/assets.ts

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22460,6 +22460,73 @@ const assets: AssetList = {
2246022460
socials: {
2246122461
website: 'https://daodao.zone/dao/osmo10hgl747acm8h648xv9qrxkv3vyvv266yffs4aka7qjcr0659lnqs4ypu7v'
2246222462
}
22463+
},
22464+
{
22465+
description: 'Quark ($QUARK) is an Osmosis token launched on the Cosmos Hub.',
22466+
denom_units: [{
22467+
denom: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark',
22468+
exponent: 0
22469+
}, {
22470+
denom: 'QUARK',
22471+
exponent: 6
22472+
}],
22473+
type_asset: 'sdk.coin',
22474+
base: 'factory/osmo1x7s7a2erqspkm6e79n7yh7fw3yh7xx4lt54mxg/uquark',
22475+
name: 'Quark',
22476+
display: 'QUARK',
22477+
symbol: 'QUARK',
22478+
logo_URIs: {
22479+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png',
22480+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
22481+
},
22482+
images: [{
22483+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.png',
22484+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/quark.svg'
22485+
}],
22486+
keywords: ['meme'],
22487+
socials: {
22488+
twitter: 'https://x.com/quark_on_cosmos'
22489+
}
22490+
},
22491+
{
22492+
description: 'The native token of Intento.',
22493+
denom_units: [{
22494+
denom: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
22495+
exponent: 0,
22496+
aliases: ['uinto']
22497+
}, {
22498+
denom: 'into',
22499+
exponent: 6
22500+
}],
22501+
type_asset: 'ics20',
22502+
base: 'ibc/BE072C03DA544CF282499418E7BC64D38614879B3EE95F9AD91E6C37267D4836',
22503+
name: 'Intento',
22504+
display: 'into',
22505+
symbol: 'INTO',
22506+
traces: [{
22507+
type: 'ibc',
22508+
counterparty: {
22509+
chain_name: 'intento',
22510+
base_denom: 'uinto',
22511+
channel_id: 'channel-3'
22512+
},
22513+
chain: {
22514+
channel_id: 'channel-106076',
22515+
path: 'transfer/channel-106076/uinto'
22516+
}
22517+
}],
22518+
logo_URIs: {
22519+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
22520+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
22521+
},
22522+
images: [{
22523+
image_sync: {
22524+
chain_name: 'intento',
22525+
base_denom: 'uinto'
22526+
},
22527+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.png',
22528+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/intento/images/into.svg'
22529+
}]
2246322530
}
2246422531
]
2246522532
};

0 commit comments

Comments
 (0)