From 9cdc49fb41e2ec1714fe372c3bac1e48e450583e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 13:08:08 -0600 Subject: [PATCH] [AUTO]assetlist and chainlist Update (#1940) Files changed: M chain-registry M language_files/en.json M osmo-test-5/query_responses/all-pools.json M osmosis-1/generated/asset_detail/assetlist.json M osmosis-1/generated/chain_registry/assetlist.json M osmosis-1/generated/frontend/assetlist.json M osmosis-1/generated/frontend/chainlist.json M osmosis-1/osmosis-1.chainlist.json M osmosis-1/query_responses/all-pools.json Co-authored-by: JeremyParish69 --- chain-registry | 2 +- language_files/en.json | 3 + osmo-test-5/query_responses/all-pools.json | 18 +- .../generated/asset_detail/assetlist.json | 6 + .../generated/chain_registry/assetlist.json | 56 + osmosis-1/generated/frontend/assetlist.json | 93 +- osmosis-1/generated/frontend/chainlist.json | 75 + osmosis-1/osmosis-1.chainlist.json | 55 + osmosis-1/query_responses/all-pools.json | 4124 +++++++++-------- 9 files changed, 2374 insertions(+), 2058 deletions(-) diff --git a/chain-registry b/chain-registry index b66ac852c..b3d17e3e5 160000 --- a/chain-registry +++ b/chain-registry @@ -1 +1 @@ -Subproject commit b66ac852c3c5c4280ac076939adae6c4ee3dbce2 +Subproject commit b3d17e3e50c2480f27dc000c1bf1e7d17a3288bc diff --git a/language_files/en.json b/language_files/en.json index 267a699ea..a4962c27f 100644 --- a/language_files/en.json +++ b/language_files/en.json @@ -23,6 +23,9 @@ }, "KIMA": { "description": "Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.\n\nKima is an asset-agnostic interoperability infrastructure designed to bridge the gap between blockchain networks and traditional financial systems. By providing a unified platform for secure and scalable cross-ecosystem transactions, Kima enables seamless transfers across different ecosystems, including digital assets and legacy financial systems. Its patent-pending architecture eliminates vulnerabilities associated with smart contracts and key management, ensuring a secure environment for high-volume transactions. Kima’s innovative approach provides financial institutions and developers with the tools needed to create interoperable solutions that operate across both traditional and blockchain-based systems, driving the future of decentralized finance and financial services." + }, + "STOS": { + "description": "STOS coin is the token for the Stratos (STOS) cosmos based blockchain" } }, "osmosistestnet": { diff --git a/osmo-test-5/query_responses/all-pools.json b/osmo-test-5/query_responses/all-pools.json index 58eebd75c..dc0ea4aba 100644 --- a/osmo-test-5/query_responses/all-pools.json +++ b/osmo-test-5/query_responses/all-pools.json @@ -146,14 +146,14 @@ { "token": { "denom": "ibc/6F34E1BD664C36CE49ACC28E60D62559A5F96C4F9A6CCE4FC5A67B2852E24CFE", - "amount": "101070114453" + "amount": "101068300147" }, "weight": "1073741824" }, { "token": { "denom": "uosmo", - "amount": "524405222183" + "amount": "524414657070" }, "weight": "1073741824" } @@ -374,14 +374,14 @@ { "token": { "denom": "ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477", - "amount": "82785150002" + "amount": "82785109449" }, "weight": "1073741824" }, { "token": { "denom": "uosmo", - "amount": "2037317760735" + "amount": "2037318760735" }, "weight": "1073741824" } @@ -7259,14 +7259,14 @@ { "token": { "denom": "ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C", - "amount": "65748806472" + "amount": "65738052568" }, "weight": "1073741824000000" }, { "token": { "denom": "uosmo", - "amount": "152484673112" + "amount": "152509667642" }, "weight": "1073741824000000" } @@ -11373,20 +11373,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/588", - "amount": "805630504255559940563" + "amount": "805695396240064843326" }, "pool_assets": [ { "token": { "denom": "ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4", - "amount": "643937322" + "amount": "644044822" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "2060448389" + "amount": "2060437248" }, "weight": "536870912000000" } diff --git a/osmosis-1/generated/asset_detail/assetlist.json b/osmosis-1/generated/asset_detail/assetlist.json index 12d94f79c..6e6dbd32d 100644 --- a/osmosis-1/generated/asset_detail/assetlist.json +++ b/osmosis-1/generated/asset_detail/assetlist.json @@ -2683,6 +2683,12 @@ "description": "Kima is an asset-agnostic interoperability infrastructure that connects blockchain networks and legacy financial systems, enabling secure, scalable cross-chain transactions and seamless communication across ecosystems.\n\nKima is an asset-agnostic interoperability infrastructure designed to bridge the gap between blockchain networks and traditional financial systems. By providing a unified platform for secure and scalable cross-ecosystem transactions, Kima enables seamless transfers across different ecosystems, including digital assets and legacy financial systems. Its patent-pending architecture eliminates vulnerabilities associated with smart contracts and key management, ensuring a secure environment for high-volume transactions. Kima’s innovative approach provides financial institutions and developers with the tools needed to create interoperable solutions that operate across both traditional and blockchain-based systems, driving the future of decentralized finance and financial services.", "websiteURL": "https://www.kima.network/", "twitterURL": "https://x.com/KimaNetwork" + }, + { + "name": "Stratos", + "symbol": "STOS", + "description": "STOS coin is the token for the Stratos (STOS) cosmos based blockchain", + "coingeckoID": "stratos" } ] } \ No newline at end of file diff --git a/osmosis-1/generated/chain_registry/assetlist.json b/osmosis-1/generated/chain_registry/assetlist.json index bfddda5a1..2fd71379e 100644 --- a/osmosis-1/generated/chain_registry/assetlist.json +++ b/osmosis-1/generated/chain_registry/assetlist.json @@ -24002,6 +24002,62 @@ } ] }, + { + "description": "STOS coin is the token for the Stratos (STOS) cosmos based blockchain", + "denom_units": [ + { + "denom": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C", + "exponent": 0, + "aliases": [ + "wei" + ] + }, + { + "denom": "gwei", + "exponent": 9 + }, + { + "denom": "stos", + "exponent": 18 + } + ], + "type_asset": "ics20", + "base": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C", + "name": "Stratos", + "display": "stos", + "symbol": "STOS", + "traces": [ + { + "type": "ibc", + "counterparty": { + "chain_name": "stratos", + "base_denom": "wei", + "channel_id": "channel-1" + }, + "chain": { + "channel_id": "channel-81016", + "path": "transfer/channel-81016/wei" + } + } + ], + "logo_URIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg" + }, + "images": [ + { + "image_sync": { + "chain_name": "stratos", + "base_denom": "wei" + }, + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg", + "theme": { + "primary_color_hex": "#04847c" + } + } + ] + }, { "description": "The native token of Furya", "denom_units": [ diff --git a/osmosis-1/generated/frontend/assetlist.json b/osmosis-1/generated/frontend/assetlist.json index 494893d8e..c909b829b 100644 --- a/osmosis-1/generated/frontend/assetlist.json +++ b/osmosis-1/generated/frontend/assetlist.json @@ -301,8 +301,8 @@ }, "coingeckoId": "axelar-usdt", "price": { - "poolId": "1150", - "denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB" + "poolId": "1316", + "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4" }, "categories": [ "stablecoin" @@ -1422,8 +1422,8 @@ }, "coingeckoId": "persistence", "price": { - "poolId": "1773", - "denom": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc" + "poolId": "1101", + "denom": "uosmo" }, "categories": [ "liquid_staking" @@ -4140,7 +4140,7 @@ }, "price": { "poolId": "702", - "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC" + "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858" }, "categories": [ "stablecoin" @@ -10808,8 +10808,8 @@ }, "coingeckoId": "filecoin", "price": { - "poolId": "1562", - "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4" + "poolId": "1006", + "denom": "uosmo" }, "categories": [ "dweb", @@ -12418,8 +12418,8 @@ }, "coingeckoId": "archway", "price": { - "poolId": "1298", - "denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7" + "poolId": "1375", + "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4" }, "categories": [], "transferMethods": [ @@ -14587,8 +14587,8 @@ }, "coingeckoId": "celestia", "price": { - "poolId": "1321", - "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4" + "poolId": "1248", + "denom": "uosmo" }, "categories": [], "transferMethods": [ @@ -15167,8 +15167,8 @@ "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/hydrogen.svg" }, "price": { - "poolId": "1326", - "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4" + "poolId": "1330", + "denom": "uosmo" }, "categories": [], "transferMethods": [ @@ -18221,8 +18221,8 @@ }, "coingeckoId": "sail-dao", "price": { - "poolId": "1745", - "denom": "uosmo" + "poolId": "1815", + "denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9" }, "categories": [ "sail_initiative" @@ -22341,7 +22341,7 @@ }, "coingeckoId": "bitcoin", "price": { - "poolId": "1943", + "poolId": "1942", "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4" }, "categories": [], @@ -24995,11 +24995,11 @@ "variantGroupKey": "factory/osmo10c4y9csfs8q7mtvfg4p9gd8d0acx0hpc2mte9xqzthd7rd3348tsfhaesm/sICP-icrc-ckBTC", "name": "Chain-key Bitcoin", "isAlloyed": false, - "verified": false, + "verified": true, "unstable": false, "disabled": false, "preview": false, - "listingDate": "2024-09-24T13:20:00.000Z" + "listingDate": "2024-10-04T13:20:00.000Z" }, { "chainName": "osmosis", @@ -25250,6 +25250,63 @@ "disabled": false, "preview": false, "listingDate": "2024-10-03T03:00:00.000Z" + }, + { + "chainName": "stratos", + "sourceDenom": "wei", + "coinMinimalDenom": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C", + "symbol": "STOS", + "decimals": 18, + "logoURIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg" + }, + "coingeckoId": "stratos", + "price": { + "poolId": "2196", + "denom": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH" + }, + "categories": [], + "transferMethods": [ + { + "name": "Osmosis IBC Transfer", + "type": "ibc", + "counterparty": { + "chainName": "stratos", + "chainId": "stratos-1", + "sourceDenom": "wei", + "port": "transfer", + "channelId": "channel-1" + }, + "chain": { + "port": "transfer", + "channelId": "channel-81016", + "path": "transfer/channel-81016/wei" + } + } + ], + "counterparty": [ + { + "chainName": "stratos", + "sourceDenom": "wei", + "chainType": "cosmos", + "chainId": "stratos-1", + "symbol": "STOS", + "decimals": 18, + "logoURIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg" + } + } + ], + "variantGroupKey": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C", + "name": "Stratos", + "isAlloyed": false, + "verified": false, + "unstable": false, + "disabled": false, + "preview": true, + "listingDate": "2024-10-20T12:00:00.000Z" } ] } \ No newline at end of file diff --git a/osmosis-1/generated/frontend/chainlist.json b/osmosis-1/generated/frontend/chainlist.json index 333e681f6..25e65da19 100644 --- a/osmosis-1/generated/frontend/chainlist.json +++ b/osmosis-1/generated/frontend/chainlist.json @@ -16664,6 +16664,13 @@ "sourceDenom": "factory/neutron133xakkrfksq39wxy575unve2nyehg5npx75nph/GOP", "coinDecimals": 6, "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/gop.png" + }, + { + "coinDenom": "ARENA", + "chainSuggestionDenom": "factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena", + "sourceDenom": "factory/neutron129ukd5cwahcjkccujz87rjemjukff7jf6sau72qrhva677xgz9gs4m4jeq/uarena", + "coinDecimals": 6, + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/arena_dao.png" } ], "description": "The most secure CosmWasm platform in Cosmos, Neutron lets smart-contracts leverage bleeding-edge Interchain technology with minimal overhead.", @@ -20738,6 +20745,74 @@ "ibc-go", "ibc-transfer" ] + }, + { + "chain_name": "stratos", + "status": "live", + "networkType": "mainnet", + "prettyName": "Stratos", + "chain_id": "stratos-1", + "bech32Prefix": "st", + "bech32Config": { + "bech32PrefixAccAddr": "st", + "bech32PrefixAccPub": "stpub", + "bech32PrefixValAddr": "stvaloper", + "bech32PrefixValPub": "stvaloperpub", + "bech32PrefixConsAddr": "stvalcons", + "bech32PrefixConsPub": "stvalconspub" + }, + "slip44": 606, + "stakeCurrency": { + "coinDecimals": 0 + }, + "feeCurrencies": [ + { + "coinDenom": "STOS", + "chainSuggestionDenom": "wei", + "coinMinimalDenom": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C", + "sourceDenom": "wei", + "coinDecimals": 18, + "coinGeckoId": "stratos", + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png", + "gasPriceStep": { + "low": 1000000000, + "average": 1200000000, + "high": 1600000000 + } + } + ], + "currencies": [ + { + "coinDenom": "STOS", + "chainSuggestionDenom": "wei", + "coinMinimalDenom": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C", + "sourceDenom": "wei", + "coinDecimals": 18, + "coinGeckoId": "stratos", + "coinImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png" + } + ], + "apis": { + "rpc": [ + { + "address": "https://rpc.thestratos.org" + } + ], + "rest": [ + { + "address": "https://rest.thestratos.org" + } + ] + }, + "explorers": [ + { + "txPage": "https://explorer.thestratos.org/stratos/transactions/${txHash}" + } + ], + "features": [ + "ibc-go", + "ibc-transfer" + ] } ] } \ No newline at end of file diff --git a/osmosis-1/osmosis-1.chainlist.json b/osmosis-1/osmosis-1.chainlist.json index 5a1cd884d..628a98996 100644 --- a/osmosis-1/osmosis-1.chainlist.json +++ b/osmosis-1/osmosis-1.chainlist.json @@ -9027,6 +9027,61 @@ "ibc-go", "ibc-transfer" ] + }, + { + "chain_name": "stratos", + "status": "live", + "network_type": "mainnet", + "pretty_name": "Stratos", + "chain_id": "stratos-1", + "bech32_prefix": "st", + "bech32_config": { + "bech32PrefixAccAddr": "st", + "bech32PrefixAccPub": "stpub", + "bech32PrefixValAddr": "stvaloper", + "bech32PrefixValPub": "stvaloperpub", + "bech32PrefixConsAddr": "stvalcons", + "bech32PrefixConsPub": "stvalconspub" + }, + "slip44": 606, + "fees": { + "fee_tokens": [ + { + "denom": "wei", + "low_gas_price": 1000000000, + "average_gas_price": 1200000000, + "high_gas_price": 1600000000 + } + ] + }, + "apis": { + "rpc": [ + { + "address": "https://rpc.thestratos.org" + } + ], + "rest": [ + { + "address": "https://rest.thestratos.org" + } + ] + }, + "explorers": [ + { + "tx_page": "https://explorer.thestratos.org/stratos/transactions/${txHash}" + } + ], + "logoURIs": { + "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.png", + "svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stratos/images/stratos.svg", + "theme": { + "primary_color_hex": "#04847c" + } + }, + "features": [ + "ibc-go", + "ibc-transfer" + ] } ] } \ No newline at end of file diff --git a/osmosis-1/query_responses/all-pools.json b/osmosis-1/query_responses/all-pools.json index 4a45e1c65..13e31c136 100644 --- a/osmosis-1/query_responses/all-pools.json +++ b/osmosis-1/query_responses/all-pools.json @@ -12,20 +12,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1", - "amount": "48765059546503003774991514" + "amount": "48723306085811576675643318" }, "pool_assets": [ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "680953148042" + "amount": "671285068969" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "5563932995111" + "amount": "5636017992515" }, "weight": "536870912000000" } @@ -44,20 +44,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/2", - "amount": "118418895123337517443340762" + "amount": "118418060446213386382009017" }, "pool_assets": [ { "token": { "denom": "uion", - "amount": "361621305" + "amount": "362513879" }, "weight": "858993459200000" }, { "token": { "denom": "uosmo", - "amount": "37711016905" + "amount": "37370937442" }, "weight": "214748364800000" } @@ -76,20 +76,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/3", - "amount": "7524889484648735172520331" + "amount": "7519449722264019660637323" }, "pool_assets": [ { "token": { "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", - "amount": "75901498525" + "amount": "75706584382" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "353619974368" + "amount": "354185802504" }, "weight": "536870912000000" } @@ -114,14 +114,14 @@ { "token": { "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", - "amount": "162539927104" + "amount": "164019365858" }, "weight": "708669603840000" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "47732050244" + "amount": "46957336820" }, "weight": "365072220160000" } @@ -140,20 +140,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/5", - "amount": "3419603853342831305218327884" + "amount": "3419602832329396422867558719" }, "pool_assets": [ { "token": { "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84", - "amount": "120383591736480" + "amount": "121075043670877" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "155160686191" + "amount": "154407873821" }, "weight": "536870912000000" } @@ -178,14 +178,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "10536472955" + "amount": "10338670804" }, "weight": "322122547200000" }, { "token": { "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84", - "amount": "156949985767454" + "amount": "158304735927132" }, "weight": "751619276800000" } @@ -210,14 +210,14 @@ { "token": { "denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0", - "amount": "1129858988995" + "amount": "1134342675857" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "30113328859" + "amount": "30018825441" }, "weight": "536870912000000" } @@ -242,14 +242,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "10816165135" + "amount": "10639743724" }, "weight": "644245094400000" }, { "token": { "denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0", - "amount": "2202197295549" + "amount": "2259361192362" }, "weight": "429496729600000" } @@ -268,20 +268,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/9", - "amount": "235115021352161322559614897" + "amount": "235057339067640994870154709" }, "pool_assets": [ { "token": { "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1", - "amount": "225519774184636" + "amount": "222934560061232" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "327129276244" + "amount": "330901488466" }, "weight": "536870912000000" } @@ -306,14 +306,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "11863246697" + "amount": "11868901603" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1", - "amount": "66831458962498" + "amount": "66822893932314" }, "weight": "536870912000000" } @@ -402,14 +402,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "3699378886" + "amount": "3650173405" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293", - "amount": "84629733601" + "amount": "85898657300" }, "weight": "536870912000000" } @@ -434,14 +434,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "1374884" + "amount": "1329408" }, "weight": "536870912000000" }, { "token": { "denom": "uion", - "amount": "26017" + "amount": "26907" }, "weight": "536870912000000" } @@ -466,14 +466,14 @@ { "token": { "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293", - "amount": "99332047603" + "amount": "99272911929" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "35405670686" + "amount": "35486501351" }, "weight": "536870912000000" } @@ -690,14 +690,14 @@ { "token": { "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076", - "amount": "209496248457" + "amount": "211796051216" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "783307629" + "amount": "774846410" }, "weight": "536870912000000" } @@ -1276,14 +1276,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "931663" + "amount": "904714" }, "weight": "53687091200000" }, { "token": { "denom": "uosmo", - "amount": "141533158" + "amount": "141754206" }, "weight": "1020054732800000" } @@ -1380,20 +1380,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/42", - "amount": "26472040474762563375944" + "amount": "26473706070463956917968" }, "pool_assets": [ { "token": { "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076", - "amount": "1134883653075" + "amount": "1126709847789" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "34486935274" + "amount": "34743830381" }, "weight": "536870912000000" } @@ -4286,14 +4286,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "2979104" + "amount": "2975330" }, "weight": "858993459200000" }, { "token": { "denom": "uosmo", - "amount": "6127767" + "amount": "6158919" }, "weight": "214748364800000" } @@ -6234,14 +6234,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "98139990" + "amount": "96960149" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC", - "amount": "501751415120" + "amount": "507875344097" }, "weight": "536870912000000" } @@ -6682,14 +6682,14 @@ { "token": { "denom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC", - "amount": "1564120266603" + "amount": "1553704009089" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "2477091619" + "amount": "2493748772" }, "weight": "536870912000000" } @@ -7727,14 +7727,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "956954" + "amount": "931249" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "7533641" + "amount": "7741597" }, "weight": "536870912000000" } @@ -9437,14 +9437,14 @@ { "token": { "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1", - "amount": "24541105166" + "amount": "24163996957" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "35458660" + "amount": "36012035" }, "weight": "536870912000000" } @@ -9469,14 +9469,14 @@ { "token": { "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84", - "amount": "19902941" + "amount": "20254211" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "63350" + "amount": "62253" }, "weight": "536870912000000" } @@ -10272,14 +10272,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "447593" + "amount": "401706" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "3242522" + "amount": "3612920" }, "weight": "536870912000000" } @@ -11253,14 +11253,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "722267" + "amount": "710075" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "5812172" + "amount": "5911972" }, "weight": "536870912000000" } @@ -12920,14 +12920,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "2176424" + "amount": "2126652" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "17310130" + "amount": "17716487" }, "weight": "536870912000000" } @@ -13240,14 +13240,14 @@ { "token": { "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", - "amount": "761139" + "amount": "840902" }, "weight": "354334801920000" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "505157" + "amount": "458710" }, "weight": "365072220160000" }, @@ -14228,14 +14228,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "958584" + "amount": "938829" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "7588299" + "amount": "7748140" }, "weight": "536870912000000" } @@ -14356,14 +14356,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "1464398" + "amount": "1430207" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "11721690" + "amount": "12001917" }, "weight": "536870912000000" } @@ -14619,14 +14619,14 @@ { "token": { "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1", - "amount": "5441665373" + "amount": "5256607924" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "7577505" + "amount": "7844269" }, "weight": "536870912000000" } @@ -15369,14 +15369,14 @@ { "token": { "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", - "amount": "1052498779188" + "amount": "1044511478511" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "15035966247" + "amount": "15151601399" }, "weight": "536870912000000" } @@ -15401,14 +15401,14 @@ { "token": { "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", - "amount": "224574231306" + "amount": "226513222935" }, "weight": "644245094400000" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "263614471" + "amount": "260249558" }, "weight": "429496729600000" } @@ -15945,14 +15945,14 @@ { "token": { "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F", - "amount": "59816243971" + "amount": "59324558433" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "40401196477" + "amount": "40737279793" }, "weight": "536870912000000" } @@ -15977,14 +15977,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "3931231325" + "amount": "3894984627" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F", - "amount": "47492606028" + "amount": "47936251209" }, "weight": "536870912000000" } @@ -16465,20 +16465,20 @@ "future_pool_governor": "", "total_shares": { "denom": "gamm/pool/497", - "amount": "138486847563143702834265" + "amount": "138437767483877909407714" }, "pool_assets": [ { "token": { "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", - "amount": "631558795841" + "amount": "632676742728" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "116658805183" + "amount": "116396655987" }, "weight": "536870912000000" } @@ -16503,14 +16503,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "11785754558" + "amount": "11567214167" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", - "amount": "520446451823" + "amount": "530397926039" }, "weight": "536870912000000" } @@ -17303,14 +17303,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "2878157" + "amount": "2794518" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "22987215" + "amount": "23675221" }, "weight": "536870912000000" } @@ -18071,14 +18071,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "256151966" + "amount": "256076853" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8", - "amount": "15209657628" + "amount": "15214127936" }, "weight": "536870912000000" } @@ -18103,14 +18103,14 @@ { "token": { "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076", - "amount": "5995271415" + "amount": "5962884015" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F", - "amount": "269303841" + "amount": "270770966" }, "weight": "536870912000000" } @@ -18135,14 +18135,14 @@ { "token": { "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", - "amount": "560429984" + "amount": "565086623" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F", - "amount": "152921680" + "amount": "151664017" }, "weight": "536870912000000" } @@ -18263,14 +18263,14 @@ { "token": { "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525", - "amount": "4153368553082941" + "amount": "4190300347971276" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "6602830305" + "amount": "6545436479" }, "weight": "5368709120" } @@ -18327,14 +18327,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "533721544" + "amount": "521225167" }, "weight": "5368709120" }, { "token": { "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525", - "amount": "2744440570845489" + "amount": "2810682291613974" }, "weight": "5368709120" } @@ -18391,14 +18391,14 @@ { "token": { "denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B", - "amount": "83575337646" + "amount": "83224130782" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "4224110147" + "amount": "4242278899" }, "weight": "536870912000000" } @@ -18423,14 +18423,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "1066440426" + "amount": "1050618457" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B", - "amount": "172157315714" + "amount": "174760042550" }, "weight": "536870912000000" } @@ -18455,14 +18455,14 @@ { "token": { "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", - "amount": "2105159" + "amount": "2105583" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525", - "amount": "6372739837418" + "amount": "6371459128611" }, "weight": "536870912000000" } @@ -18481,20 +18481,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/560", - "amount": "82158800586520712222329" + "amount": "82156381464468726210658" }, "pool_assets": [ { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "5613888433504" + "amount": "5544911580529" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "223377463099" + "amount": "226370608727" }, "weight": "536870912000000" } @@ -18513,20 +18513,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/561", - "amount": "387378914070217284935219" + "amount": "387338206893457353529368" }, "pool_assets": [ { "token": { "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0", - "amount": "95358352461627" + "amount": "94727887998413" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "15089504845" + "amount": "15200047449" }, "weight": "536870912000000" } @@ -18545,20 +18545,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/562", - "amount": "7246840617292744114472323" + "amount": "7247728000542659433781290" }, "pool_assets": [ { "token": { "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0", - "amount": "145949091861756" + "amount": "146757638484952" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "575666810012" + "amount": "573194059659" }, "weight": "536870912000000" } @@ -18647,14 +18647,14 @@ { "token": { "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0", - "amount": "15555850197858" + "amount": "15734189267851" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "301237485" + "amount": "297962519" }, "weight": "536870912000000" } @@ -18711,14 +18711,14 @@ { "token": { "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F", - "amount": "7696307739" + "amount": "7756572668" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "130363565336" + "amount": "129425342885" }, "weight": "536870912000000" } @@ -18775,14 +18775,14 @@ { "token": { "denom": "uion", - "amount": "104385" + "amount": "104442" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "43520088" + "amount": "43500816" }, "weight": "536870912000000" } @@ -18839,14 +18839,14 @@ { "token": { "denom": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5", - "amount": "7076542455963" + "amount": "7597280844855" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "47721044273" + "amount": "44462374464" }, "weight": "536870912000000" } @@ -18871,14 +18871,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "6599642577" + "amount": "6042758272" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5", - "amount": "7993532872213" + "amount": "8733503366320" }, "weight": "536870912000000" } @@ -18903,14 +18903,14 @@ { "token": { "denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452", - "amount": "415259815319" + "amount": "434603341581" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "19284496622" + "amount": "18436330399" }, "weight": "536870912000000" } @@ -18935,14 +18935,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "6010131682" + "amount": "5667574288" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452", - "amount": "1064951312575" + "amount": "1130447114083" }, "weight": "536870912000000" } @@ -18999,14 +18999,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "1463020" + "amount": "1420158" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "11356674" + "amount": "11702925" }, "weight": "536870912000000" } @@ -19031,14 +19031,14 @@ { "token": { "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E", - "amount": "2582596953808" + "amount": "2613601591415" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "22853349455" + "amount": "22589328058" }, "weight": "536870912000000" } @@ -19063,14 +19063,14 @@ { "token": { "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E", - "amount": "92518513369" + "amount": "94761075278" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "20405964410" + "amount": "19936057725" }, "weight": "536870912000000" } @@ -19095,14 +19095,14 @@ { "token": { "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", - "amount": "171702012" + "amount": "169155485" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E", - "amount": "3541622997" + "amount": "3595781029" }, "weight": "536870912000000" } @@ -19127,14 +19127,14 @@ { "token": { "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", - "amount": "1090206512" + "amount": "1102964667" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "4992507995" + "amount": "4936737768" }, "weight": "536870912000000" } @@ -19255,14 +19255,14 @@ { "token": { "denom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A", - "amount": "528910911556" + "amount": "524834899675" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "187176294537" + "amount": "188746559630" }, "weight": "536870912000000" } @@ -19287,14 +19287,14 @@ { "token": { "denom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A", - "amount": "207015978597" + "amount": "208442784011" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "8974348210" + "amount": "8921005297" }, "weight": "536870912000000" } @@ -19319,14 +19319,14 @@ { "token": { "denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB", - "amount": "11410674835748" + "amount": "11535962449952" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "187579670461" + "amount": "185716440833" }, "weight": "536870912000000" } @@ -19351,14 +19351,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "22536651604" + "amount": "21994477388" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB", - "amount": "11262641586378" + "amount": "11555206329684" }, "weight": "536870912000000" } @@ -19493,7 +19493,7 @@ { "token": { "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", - "amount": "2352" + "amount": "3267" }, "weight": "161061273600000" }, @@ -19514,7 +19514,7 @@ { "token": { "denom": "uosmo", - "amount": "1342" + "amount": "1050" }, "weight": "214748364800000" } @@ -19539,14 +19539,14 @@ { "token": { "denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452", - "amount": "64144057204" + "amount": "68191113181" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "74806673328" + "amount": "70434417506" }, "weight": "536870912000000" } @@ -19667,14 +19667,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "590889514" + "amount": "580701632" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "376152387151" + "amount": "383056468374" }, "weight": "536870912000000" } @@ -19699,14 +19699,14 @@ { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "1550058623289" + "amount": "1554497589164" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "19829273075" + "amount": "19780962813" }, "weight": "536870912000000" } @@ -19763,14 +19763,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "24068067" + "amount": "23887012" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84", - "amount": "154091843283" + "amount": "155259846953" }, "weight": "536870912000000" } @@ -19789,20 +19789,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/600", - "amount": "4472361042055064373" + "amount": "4482456063607585012" }, "pool_assets": [ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "1819535718" + "amount": "1778555160" }, "weight": "1073741824" }, { "token": { "denom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0", - "amount": "1083638532999" + "amount": "1114005474019" }, "weight": "1073741824" } @@ -19827,14 +19827,14 @@ { "token": { "denom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0", - "amount": "1384520735362" + "amount": "1401093789284" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "19008923020" + "amount": "18791195516" }, "weight": "536870912000000" } @@ -19859,14 +19859,14 @@ { "token": { "denom": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA", - "amount": "807635491524886" + "amount": "812940062918594" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "41869210753" + "amount": "41645547034" }, "weight": "536870912000000" } @@ -19917,20 +19917,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/604", - "amount": "26860631911576472928" + "amount": "26860410951693576520" }, "pool_assets": [ { "token": { "denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4", - "amount": "9137675553748" + "amount": "9064569313751" }, "weight": "21474836480" }, { "token": { "denom": "uosmo", - "amount": "115288837243" + "amount": "116243361446" }, "weight": "21474836480" } @@ -19955,14 +19955,14 @@ { "token": { "denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228", - "amount": "435352185403657" + "amount": "439287726678763" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "66948046244" + "amount": "66464726668" }, "weight": "536870912000000" } @@ -19981,20 +19981,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/606", - "amount": "52374465812255503949738253" + "amount": "52375543089226984322083123" }, "pool_assets": [ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "6097650176" + "amount": "5950451308" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228", - "amount": "322896487128038" + "amount": "331620199341931" }, "weight": "536870912000000" } @@ -20045,20 +20045,20 @@ "future_pool_governor": "", "total_shares": { "denom": "gamm/pool/608", - "amount": "3225706786083672868" + "amount": "3224133490854886570" }, "pool_assets": [ { "token": { "denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2", - "amount": "17008614920315" + "amount": "16299241600515" }, "weight": "53687091200" }, { "token": { "denom": "uosmo", - "amount": "2932069488" + "amount": "3059357485" }, "weight": "53687091200" } @@ -20115,14 +20115,14 @@ { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "106521743" + "amount": "97929240" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0", - "amount": "298747027" + "amount": "325127688" }, "weight": "536870912000000" } @@ -20147,14 +20147,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "14486095364" + "amount": "14385576364" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4", - "amount": "9374735289855" + "amount": "9443317828550" }, "weight": "536870912000000" } @@ -20179,14 +20179,14 @@ { "token": { "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293", - "amount": "10606751976" + "amount": "10648300062" }, "weight": "751619276800000" }, { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "40551511481" + "amount": "40232241055" }, "weight": "322122547200000" } @@ -20211,14 +20211,14 @@ { "token": { "denom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD", - "amount": "267910640210" + "amount": "264125997432" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "683848654" + "amount": "693671850" }, "weight": "536870912000000" } @@ -20275,14 +20275,14 @@ { "token": { "denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2", - "amount": "29614855179327" + "amount": "28764229920878" }, "weight": "53687091200" }, { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "127330325325" + "amount": "131133929444" }, "weight": "53687091200" } @@ -20307,14 +20307,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "31588308" + "amount": "32521441" }, "weight": "53687091200" }, { "token": { "denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2", - "amount": "1501877010673" + "amount": "1459297410246" }, "weight": "53687091200" } @@ -20339,14 +20339,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "1731989763" + "amount": "1698753333" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA", - "amount": "273622676918915" + "amount": "279195123516765" }, "weight": "536870912000000" } @@ -20371,14 +20371,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "1817100006" + "amount": "1735355331" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C", - "amount": "1694299430815" + "amount": "1774502483619" }, "weight": "536870912000000" } @@ -20403,14 +20403,14 @@ { "token": { "denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C", - "amount": "2314422719172" + "amount": "2390541930096" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "20302406796" + "amount": "19659980751" }, "weight": "536870912000000" } @@ -20467,14 +20467,14 @@ { "token": { "denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D", - "amount": "39784875306692" + "amount": "39784942797878" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "3506626002" + "amount": "3506620072" }, "weight": "5368709120" } @@ -20563,14 +20563,14 @@ { "token": { "denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8", - "amount": "239270418" + "amount": "234798634" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "32179990" + "amount": "32794403" }, "weight": "536870912000000" } @@ -20595,14 +20595,14 @@ { "token": { "denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44", - "amount": "9332253550983" + "amount": "9281313917407" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "18535982089" + "amount": "18643486041" }, "weight": "536870912000000" } @@ -20627,14 +20627,14 @@ { "token": { "denom": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE", - "amount": "24655476832" + "amount": "24301094079" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "49949396302" + "amount": "50688034725" }, "weight": "536870912000000" } @@ -20659,14 +20659,14 @@ { "token": { "denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E", - "amount": "546470962723" + "amount": "545589512334" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "23436106899" + "amount": "23489918636" }, "weight": "536870912000000" } @@ -20717,20 +20717,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/629", - "amount": "112267393455588411478" + "amount": "111926264405025408350" }, "pool_assets": [ { "token": { "denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB", - "amount": "580310246893119632336310669" + "amount": "572960755187820696085657920" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "3383481582" + "amount": "3411875189" }, "weight": "536870912000000" } @@ -20755,14 +20755,14 @@ { "token": { "denom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A", - "amount": "446488" + "amount": "443291" }, "weight": "536870912000000" }, { "token": { "denom": "uion", - "amount": "21763" + "amount": "21924" }, "weight": "536870912000000" } @@ -20787,14 +20787,14 @@ { "token": { "denom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A", - "amount": "985183058" + "amount": "986971565" }, "weight": "858993459200000" }, { "token": { "denom": "uosmo", - "amount": "5157919216" + "amount": "5121901253" }, "weight": "214748364800000" } @@ -20851,14 +20851,14 @@ { "token": { "denom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E", - "amount": "2069858728" + "amount": "2068740197" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "3786548060" + "amount": "3792009113" }, "weight": "536870912000000" } @@ -20883,14 +20883,14 @@ { "token": { "denom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5", - "amount": "574621112810178467" + "amount": "572240135223708878" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "2542763931" + "amount": "2553534183" }, "weight": "536870912000000" } @@ -20986,14 +20986,14 @@ { "token": { "denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593", - "amount": "5383924976270" + "amount": "5352301231647" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "7077720288" + "amount": "7119985339" }, "weight": "536870912000000" } @@ -21018,14 +21018,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "340229115" + "amount": "335206801" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593", - "amount": "2097382452470" + "amount": "2128968720790" }, "weight": "536870912000000" } @@ -21114,14 +21114,14 @@ { "token": { "denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C", - "amount": "8497142982573" + "amount": "8651149704316" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "13712433723" + "amount": "13486106662" }, "weight": "536870912000000" } @@ -21146,14 +21146,14 @@ { "token": { "denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C", - "amount": "162335206411" + "amount": "167630516237" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "6594507649" + "amount": "6392414498" }, "weight": "536870912000000" } @@ -21178,14 +21178,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "596539106" + "amount": "575804780" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C", - "amount": "3012958087198" + "amount": "3124199232644" }, "weight": "536870912000000" } @@ -21210,14 +21210,14 @@ { "token": { "denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84", - "amount": "3714155380834" + "amount": "3991258150748" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "12061899300" + "amount": "11253711788" }, "weight": "536870912000000" } @@ -21242,14 +21242,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "3886533" + "amount": "3491368" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84", - "amount": "9594160375" + "amount": "10703365347" }, "weight": "536870912000000" } @@ -21338,14 +21338,14 @@ { "token": { "denom": "ibc/8061A06D3BD4D52C4A28FFECF7150D370393AF0BA661C3776C54FF32836C3961", - "amount": "237477134477083012352847" + "amount": "229240586949846895487909" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "22424060460" + "amount": "23281366664" }, "weight": "536870912000000" } @@ -21402,14 +21402,14 @@ { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "2109931" + "amount": "9189008" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD", - "amount": "25098731" + "amount": "5813492" }, "weight": "536870912000000" } @@ -21434,14 +21434,14 @@ { "token": { "denom": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3", - "amount": "314417503023367" + "amount": "320359322875694" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "18120244880" + "amount": "17795676596" }, "weight": "536870912000000" } @@ -21658,14 +21658,14 @@ { "token": { "denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7", - "amount": "11915873219920" + "amount": "11913727995981" }, "weight": "5368709120" }, { "token": { "denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228", - "amount": "999118146216" + "amount": "999765343093" }, "weight": "5368709120" } @@ -21780,20 +21780,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/662", - "amount": "9155659415175648054158" + "amount": "9166575586323181233855" }, "pool_assets": [ { "token": { "denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7", - "amount": "984231040493391" + "amount": "988617576573680" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "12704818990" + "amount": "12678993023" }, "weight": "536870912000000" } @@ -21818,14 +21818,14 @@ { "token": { "denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228", - "amount": "271712019238" + "amount": "277663778003" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "1030420657" + "amount": "1010147668" }, "weight": "536870912000000" } @@ -21850,14 +21850,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "13258689" + "amount": "12923380" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7", - "amount": "8319664661561" + "amount": "8536182455648" }, "weight": "536870912000000" } @@ -22042,14 +22042,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "295805643" + "amount": "292952911" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E", - "amount": "1324824338" + "amount": "1338402678" }, "weight": "536870912000000" } @@ -22170,14 +22170,14 @@ { "token": { "denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", - "amount": "37242139495556111135580" + "amount": "37277971316313788801959" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "68478148325" + "amount": "68440163472" }, "weight": "536870912000000" } @@ -22299,20 +22299,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/678", - "amount": "90071163916398619159821" + "amount": "86347047002900113494251" }, "pool_assets": [ { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "417975446078" + "amount": "402071819269" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "769141796475" + "amount": "735667914187" }, "weight": "536870912000000" } @@ -22337,28 +22337,28 @@ { "token": { "denom": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE", - "amount": "4201120898223641845335" + "amount": "4149330509186019972102" }, "weight": "268435456000000" }, { "token": { "denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4", - "amount": "3988619593" + "amount": "4045634448" }, "weight": "268435456000000" }, { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "185146499473" + "amount": "181971282076" }, "weight": "268435456000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "3987519408" + "amount": "4051536690" }, "weight": "268435456000000" } @@ -22409,20 +22409,20 @@ "future_pool_governor": "", "total_shares": { "denom": "gamm/pool/681", - "amount": "6071134246475317678514405" + "amount": "6071152060765159531889552" }, "pool_assets": [ { "token": { "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447", - "amount": "210676110778453196234411" + "amount": "210460051335275704635558" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "560515003030" + "amount": "561577588854" }, "weight": "5368709120" } @@ -22575,14 +22575,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "26540416" + "amount": "27084738" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC", - "amount": "116686121283" + "amount": "114677557348" }, "weight": "536870912000000" } @@ -22697,20 +22697,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/690", - "amount": "157378088104864580380398" + "amount": "157371956183237610001505" }, "pool_assets": [ { "token": { "denom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC", - "amount": "2290159698458" + "amount": "2209946559722" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "4262361700" + "amount": "4433971239" }, "weight": "536870912000000" } @@ -22799,14 +22799,14 @@ { "token": { "denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2", - "amount": "384217960087947" + "amount": "393603562532356" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "12287938083" + "amount": "12038365112" }, "weight": "536870912000000" } @@ -22863,14 +22863,14 @@ { "token": { "denom": "ibc/52E12CF5CA2BB903D84F5298B4BFD725D66CAB95E09AA4FC75B2904CA5485FEB", - "amount": "40486" + "amount": "40483" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "2442104330" + "amount": "2442380380" }, "weight": "536870912000000" } @@ -22927,14 +22927,14 @@ { "token": { "denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2", - "amount": "60198503470" + "amount": "61782996649" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "13953999" + "amount": "13597181" }, "weight": "5368709120" } @@ -22991,14 +22991,14 @@ { "token": { "denom": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC", - "amount": "140394762884" + "amount": "145177974884" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", - "amount": "8570949236633878480" + "amount": "8289108954052184919" }, "weight": "536870912000000" } @@ -23023,14 +23023,14 @@ { "token": { "denom": "ibc/00B6E60AD3D65CBEF5579AC8AF609527C0B57535B6E32D96C80A735344FD9DCC", - "amount": "109176763829" + "amount": "110179641789" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "12052715" + "amount": "11943227" }, "weight": "536870912000000" } @@ -23049,20 +23049,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/701", - "amount": "477655159140245740973081" + "amount": "477704156383111346863008" }, "pool_assets": [ { "token": { "denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA", - "amount": "201511111065431" + "amount": "199844802223554" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "3247480574" + "amount": "3280516986" }, "weight": "536870912000000" } @@ -23115,14 +23115,14 @@ { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "34901742" + "amount": "26394626" }, "weight": "171798691840000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "502393" + "amount": "695223" }, "weight": "150323855360000" }, @@ -23180,20 +23180,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/704", - "amount": "37540846416823496532769" + "amount": "37490672283138603874652" }, "pool_assets": [ { "token": { "denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", - "amount": "182717700890854336167" + "amount": "182341277728514542104" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "811336847316" + "amount": "811171203762" }, "weight": "536870912000000" } @@ -23250,14 +23250,14 @@ { "token": { "denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F", - "amount": "2727945849" + "amount": "2714908641" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "1005646371" + "amount": "1010688487" }, "weight": "536870912000000" } @@ -23443,20 +23443,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/712", - "amount": "70098897517301736051296" + "amount": "70062554748471783130844" }, "pool_assets": [ { "token": { "denom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F", - "amount": "955138989" + "amount": "947660312" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "1071904550103" + "amount": "1079549554220" }, "weight": "536870912000000" } @@ -23673,14 +23673,14 @@ { "token": { "denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293", - "amount": "30248418916" + "amount": "30185708519" }, "weight": "751619276800000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "2512856372" + "amount": "2526793409" }, "weight": "322122547200000" } @@ -23763,20 +23763,20 @@ "future_pool_governor": "", "total_shares": { "denom": "gamm/pool/722", - "amount": "5281024070520506591089890" + "amount": "5280210180626559330087828" }, "pool_assets": [ { "token": { "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A", - "amount": "5565037026664434216492223" + "amount": "5563757565312791804858086" }, "weight": "1073741824" }, { "token": { "denom": "uosmo", - "amount": "175786914670" + "amount": "175827243668" }, "weight": "1073741824" } @@ -23859,20 +23859,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/725", - "amount": "1512583709612622878834071" + "amount": "1511920696927599222822689" }, "pool_assets": [ { "token": { "denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273", - "amount": "7491354744871077255275" + "amount": "7578515415135473251596" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "285516391238" + "amount": "282253920090" }, "weight": "536870912000000" } @@ -23897,14 +23897,14 @@ { "token": { "denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9", - "amount": "6363169246" + "amount": "6298695107" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "4285244345" + "amount": "4332353903" }, "weight": "536870912000000" } @@ -24025,14 +24025,14 @@ { "token": { "denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205", - "amount": "6780125886" + "amount": "6713122694" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "4061795203" + "amount": "4107438821" }, "weight": "536870912000000" } @@ -24057,14 +24057,14 @@ { "token": { "denom": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049", - "amount": "154663439162854768088" + "amount": "153016162355587483464" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "3124758085" + "amount": "3159581820" }, "weight": "536870912000000" } @@ -24249,14 +24249,14 @@ { "token": { "denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E", - "amount": "5166889213" + "amount": "5283228197" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "24856576" + "amount": "24314601" }, "weight": "536870912000000" } @@ -24281,14 +24281,14 @@ { "token": { "denom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC", - "amount": "27202234955" + "amount": "26885891461" }, "weight": "719407022080000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "13718452" + "amount": "14094320" }, "weight": "354334801920000" } @@ -24467,20 +24467,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/744", - "amount": "45538972841810619050002" + "amount": "45539255365937997653520" }, "pool_assets": [ { "token": { "denom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE", - "amount": "76300870981" + "amount": "73540209157" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "41502642400" + "amount": "43158693525" }, "weight": "536870912000000" } @@ -24569,14 +24569,14 @@ { "token": { "denom": "ibc/49C2B2C444B7C5F0066657A4DBF19D676E0D185FF721CFD3E14FA253BCB9BC04", - "amount": "6603841537651839857008529" + "amount": "6603889066763318990831049" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "1372586828" + "amount": "1372578449" }, "weight": "536870912000000" } @@ -24601,14 +24601,14 @@ { "token": { "denom": "ibc/49C2B2C444B7C5F0066657A4DBF19D676E0D185FF721CFD3E14FA253BCB9BC04", - "amount": "56770862557145102054435" + "amount": "56722145830149379549278" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "6436240" + "amount": "6442958" }, "weight": "536870912000000" } @@ -24691,20 +24691,20 @@ "future_pool_governor": "", "total_shares": { "denom": "gamm/pool/751", - "amount": "972760156462368048884" + "amount": "972760156600852796619" }, "pool_assets": [ { "token": { "denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452", - "amount": "440288569475" + "amount": "441122736890" }, "weight": "5368709120" }, { "token": { "denom": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B", - "amount": "12596741873378" + "amount": "12573084242126" }, "weight": "5368709120" } @@ -24921,14 +24921,14 @@ { "token": { "denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452", - "amount": "231466280790" + "amount": "234805306356" }, "weight": "5368709120" }, { "token": { "denom": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202", - "amount": "9087646916453" + "amount": "8959565970516" }, "weight": "5368709120" } @@ -24947,20 +24947,20 @@ "future_pool_governor": "", "total_shares": { "denom": "gamm/pool/759", - "amount": "433803732384411320798" + "amount": "434457355722188450858" }, "pool_assets": [ { "token": { "denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452", - "amount": "168388852947" + "amount": "170489484179" }, "weight": "5368709120" }, { "token": { "denom": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58", - "amount": "6469034172927" + "amount": "6409794244906" }, "weight": "5368709120" } @@ -25273,14 +25273,14 @@ { "token": { "denom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C", - "amount": "2997306485499" + "amount": "2992265764413" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "5323881717" + "amount": "5332872717" }, "weight": "536870912000000" } @@ -25401,14 +25401,14 @@ { "token": { "denom": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7", - "amount": "26453721753938" + "amount": "25995553350137" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "19816660590" + "amount": "20172597645" }, "weight": "536870912000000" } @@ -25433,14 +25433,14 @@ { "token": { "denom": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121", - "amount": "99848956480" + "amount": "99617438526" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "100240062" + "amount": "100473729" }, "weight": "536870912000000" } @@ -25523,20 +25523,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/777", - "amount": "1378680960147139796157695" + "amount": "1378948116629367418436162" }, "pool_assets": [ { "token": { "denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B", - "amount": "765225550224" + "amount": "739506331937" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "23381840595" + "amount": "24208634451" }, "weight": "536870912000000" } @@ -25561,14 +25561,14 @@ { "token": { "denom": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E", - "amount": "12294992714314" + "amount": "12098084955821" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "9855402848" + "amount": "10017725052" }, "weight": "536870912000000" } @@ -25843,20 +25843,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/787", - "amount": "1585248754433123127430" + "amount": "1593226966453756222751" }, "pool_assets": [ { "token": { "denom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A", - "amount": "613371684011" + "amount": "542805616518" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "895349591" + "amount": "1023082476" }, "weight": "536870912000000" } @@ -25907,20 +25907,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/789", - "amount": "1227209268709955266032459" + "amount": "1227205005903961649574285" }, "pool_assets": [ { "token": { "denom": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB", - "amount": "76614403161018909650698" + "amount": "75692050766377437105171" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "52826438468" + "amount": "53502735246" }, "weight": "536870912000000" } @@ -25945,14 +25945,14 @@ { "token": { "denom": "ibc/7C781B4C2082CD62129A972D47486D78EC17155C299270E3C89348EA026BEAF8", - "amount": "32782754" + "amount": "32778087" }, "weight": "214748364800000" }, { "token": { "denom": "uosmo", - "amount": "7218813920" + "amount": "7219071653" }, "weight": "858993459200000" } @@ -25977,14 +25977,14 @@ { "token": { "denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", - "amount": "6015480223176191733" + "amount": "5935026469698991184" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "11166993" + "amount": "11318370" }, "weight": "536870912000000" } @@ -26073,14 +26073,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "100113" + "amount": "91739" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A", - "amount": "19698805695447254429" + "amount": "21696805695447254429" }, "weight": "536870912000000" } @@ -26105,14 +26105,14 @@ { "token": { "denom": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604", - "amount": "78332082214" + "amount": "81989170837" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "6634225784" + "amount": "6373873229" }, "weight": "536870912000000" } @@ -26137,14 +26137,14 @@ { "token": { "denom": "ibc/E09ED39F390EC51FA9F3F69BEA08B5BBE6A48B3057B2B1C3467FAAE9E58B021B", - "amount": "32643496088246351306598393" + "amount": "33386072570735313917262431" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "642344534973" + "amount": "628304003876" }, "weight": "5368709120" } @@ -26227,20 +26227,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/799", - "amount": "962786725672164494413" + "amount": "962236831851784086770" }, "pool_assets": [ { "token": { "denom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D", - "amount": "2670950023" + "amount": "2662903386" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "30542600025" + "amount": "30613467099" }, "weight": "536870912000000" } @@ -26265,14 +26265,14 @@ { "token": { "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0", - "amount": "246520115731057" + "amount": "246550306695134" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "38394341406" + "amount": "38390015975" }, "weight": "536870912000000" } @@ -26355,20 +26355,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/803", - "amount": "46766859522897717383094" + "amount": "46790044457742267714019" }, "pool_assets": [ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "56945682373" + "amount": "56959368957" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901", - "amount": "40186682964" + "amount": "40217459111" }, "weight": "536870912000000" } @@ -26419,7 +26419,7 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/805", - "amount": "289849432415078509226" + "amount": "293558994354695216339" }, "pool_assets": [ { @@ -26432,7 +26432,7 @@ { "token": { "denom": "uosmo", - "amount": "351934389" + "amount": "361009389" }, "weight": "536870912000000" } @@ -26451,20 +26451,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/806", - "amount": "124098354176217800018" + "amount": "124107803240374227279" }, "pool_assets": [ { "token": { "denom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4", - "amount": "162596713339" + "amount": "161060695025" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "273350503562" + "amount": "276121965328" }, "weight": "536870912000000" } @@ -26592,16 +26592,16 @@ "future_pool_governor": "", "total_shares": { "denom": "gamm/pool/810", - "amount": "346716880491641958020" + "amount": "346706270809650496187" }, "pool_liquidity": [ { "denom": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A", - "amount": "2255240865864" + "amount": "2255171871133" }, { "denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4", - "amount": "2446812233834" + "amount": "2446737334603" } ], "scaling_factors": [ @@ -26660,14 +26660,14 @@ { "token": { "denom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E", - "amount": "972618479794" + "amount": "933711301668" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "1038425779580" + "amount": "1082717616149" }, "weight": "5368709120" } @@ -26692,14 +26692,14 @@ { "token": { "denom": "ibc/A1AC7F9EE2F643A68E3A35BCEB22040120BEA4059773BB56985C76BDFEBC71D9", - "amount": "1461840704572326796142527" + "amount": "1456840911372497782658607" }, "weight": "1073741824" }, { "token": { "denom": "uosmo", - "amount": "4908257996" + "amount": "4925136627" }, "weight": "1073741824" } @@ -26782,20 +26782,20 @@ "future_pool_governor": "", "total_shares": { "denom": "gamm/pool/816", - "amount": "215612791091883736646548617" + "amount": "215691571595731378980756246" }, "pool_assets": [ { "token": { "denom": "ibc/EB7FB9C8B425F289B63703413327C2051030E848CE4EAAEA2E51199D6D39D3EC", - "amount": "20027159529054" + "amount": "19977537855825" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "101891455430" + "amount": "102229938881" }, "weight": "5368709120" } @@ -26818,11 +26818,11 @@ "pool_liquidity": [ { "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", - "amount": "1369784075444" + "amount": "1369738419339" }, { "denom": "ibc/84502A75BCA4A5F68D464C00B3F610CE2585847D59B52E5FFB7C3C9D2DDCD3FE", - "amount": "1354467432390" + "amount": "1354497687027" } ], "scaling_factors": [ @@ -26849,14 +26849,14 @@ { "token": { "denom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805", - "amount": "130461261" + "amount": "129998381" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "225220730" + "amount": "226025545" }, "weight": "536870912000000" } @@ -26977,14 +26977,14 @@ { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "1580305204" + "amount": "1557554090" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "62857751" + "amount": "63855751" }, "weight": "536870912000000" } @@ -27041,14 +27041,14 @@ { "token": { "denom": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B", - "amount": "370315157001" + "amount": "389313129865" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "605126859" + "amount": "575804823" }, "weight": "5368709120" } @@ -27073,14 +27073,14 @@ { "token": { "denom": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49", - "amount": "132187206417018599328" + "amount": "131907734268876179968" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "35408556" + "amount": "35492052" }, "weight": "536870912000000" } @@ -27137,14 +27137,14 @@ { "token": { "denom": "ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC", - "amount": "24773891" + "amount": "24310709" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "43144053" + "amount": "43974058" }, "weight": "536870912000000" } @@ -27169,14 +27169,14 @@ { "token": { "denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", - "amount": "3322190340631662001" + "amount": "3402628003358167109" }, "weight": "354334801920000" }, { "token": { "denom": "ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC", - "amount": "3594766" + "amount": "3509828" }, "weight": "354334801920000" }, @@ -27208,14 +27208,14 @@ { "token": { "denom": "ibc/AD185F62399F770CCCE8A36A180A77879FF6C26A0398BD3D2A74E087B0BFA121", - "amount": "7149429036" + "amount": "7380870538" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "4060393" + "amount": "3933195" }, "weight": "536870912000000" } @@ -27272,14 +27272,14 @@ { "token": { "denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4", - "amount": "5564116971" + "amount": "5570498745" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "10246009095" + "amount": "10240601014" }, "weight": "536870912000000" } @@ -27298,20 +27298,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/832", - "amount": "140188801012286900968" + "amount": "140188919979357996744" }, "pool_assets": [ { "token": { "denom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA", - "amount": "905284277113" + "amount": "919858245374" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "304992491634" + "amount": "300333640378" }, "weight": "536870912000000" } @@ -27329,21 +27329,21 @@ "future_pool_governor": "", "total_shares": { "denom": "gamm/pool/833", - "amount": "4141433249408907945277" + "amount": "813584675880671855708" }, "pool_liquidity": [ { "denom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC", - "amount": "2886167835268" + "amount": "569686936470" }, { "denom": "uosmo", - "amount": "2728306341208" + "amount": "532592631264" } ], "scaling_factors": [ "100000", - "128527" + "128592" ], "scaling_factor_controller": "osmo12yvjuy69ynnts95ensss4q6480wkvkpnq2z2ntxmfa2qp860xsmq9mzlpn" }, @@ -27461,14 +27461,14 @@ { "token": { "denom": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5", - "amount": "6595539622" + "amount": "6612023544" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "12159651664" + "amount": "12134831840" }, "weight": "536870912000000" } @@ -27557,14 +27557,14 @@ { "token": { "denom": "ibc/F4A070A6D78496D53127EA85C094A9EC87DFC1F36071B8CCDDBD020F933D213D", - "amount": "16949981106756128202" + "amount": "16722023409338288320" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "16814095496" + "amount": "17069168317" }, "weight": "536870912000000" } @@ -27621,14 +27621,14 @@ { "token": { "denom": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604", - "amount": "3109464440" + "amount": "3179310958" }, "weight": "858993459200000" }, { "token": { "denom": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5", - "amount": "35702717" + "amount": "33041215" }, "weight": "214748364800000" } @@ -27813,14 +27813,14 @@ { "token": { "denom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D", - "amount": "8460633871018468392488169" + "amount": "8429304983674430791685328" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "224954864" + "amount": "225796644" }, "weight": "536870912000000" } @@ -27845,14 +27845,14 @@ { "token": { "denom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D", - "amount": "1457239619674590813037785" + "amount": "1474864334013320247064147" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "21582148" + "amount": "21326872" }, "weight": "536870912000000" } @@ -27877,14 +27877,14 @@ { "token": { "denom": "ibc/47EE224A9B33CF0ABEAC82106E52F0F6E8D8CEC5BA80B9D9A6F55172CBB0177D", - "amount": "1294584568231493574735875" + "amount": "1308253692331849482923133" }, "weight": "858993459200000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "4806689" + "amount": "4609313" }, "weight": "214748364800000" } @@ -28070,20 +28070,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/856", - "amount": "1370619776417090030460" + "amount": "1372657785915021672857" }, "pool_assets": [ { "token": { "denom": "ibc/C822645522FC3EECF817609AA38C24B64D04F5C267A23BCCF8F2E3BC5755FA88", - "amount": "9968436511146" + "amount": "9996201104372" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "18566218040" + "amount": "18578473605" }, "weight": "536870912000000" } @@ -28108,14 +28108,14 @@ { "token": { "denom": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E", - "amount": "6971045850" + "amount": "6995055575" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "1472162502" + "amount": "1467128255" }, "weight": "536870912000000" } @@ -28140,14 +28140,14 @@ { "token": { "denom": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06", - "amount": "9174039719241533641698137" + "amount": "9169930636071105252415185" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "800389064" + "amount": "800754995" }, "weight": "5368709120" } @@ -28172,14 +28172,14 @@ { "token": { "denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C", - "amount": "33117596399" + "amount": "32731141014" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "70538025" + "amount": "71379093" }, "weight": "5368709120" } @@ -28204,14 +28204,14 @@ { "token": { "denom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4", - "amount": "155962" + "amount": "144794" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "244281" + "amount": "263124" }, "weight": "536870912000000" } @@ -28485,14 +28485,14 @@ { "token": { "denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C", - "amount": "43132805148" + "amount": "43427111241" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "11201669" + "amount": "11125982" }, "weight": "536870912000000" } @@ -28586,11 +28586,11 @@ "pool_liquidity": [ { "denom": "ibc/9F9B07EF9AD291167CF5700628145DE1DEB777C2CFC7907553B24446515F6D0E", - "amount": "5390149244" + "amount": "5346403160" }, { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "4205950271" + "amount": "4251059933" } ], "scaling_factors": [ @@ -28615,11 +28615,11 @@ "pool_liquidity": [ { "denom": "ibc/71B441E27F1BBB44DD0891BCD370C2794D404D60A4FFE5AECCD9B1E28BC89805", - "amount": "12149290" + "amount": "12611625" }, { "denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4", - "amount": "6946852" + "amount": "6508616" } ], "scaling_factors": [ @@ -28680,14 +28680,14 @@ { "token": { "denom": "ibc/BB936517F7E5D77A63E0ADB05217A6608B0C4CF8FBA7EA2F4BAE4107A7238F06", - "amount": "311549228900664059269805" + "amount": "315655952502179499808798" }, "weight": "5368709120" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "14808912" + "amount": "14620067" }, "weight": "5368709120" } @@ -28710,19 +28710,19 @@ "pool_liquidity": [ { "denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", - "amount": "63728387118072520977" + "amount": "62940466130719298822" }, { "denom": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E", - "amount": "1649604091" + "amount": "1656631836" }, { "denom": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5", - "amount": "63414747" + "amount": "63238045" }, { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "63257799" + "amount": "63420270" } ], "scaling_factors": [ @@ -28749,15 +28749,15 @@ "pool_liquidity": [ { "denom": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D", - "amount": "71326112734063841384" + "amount": "64939744971293955217" }, { "denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4", - "amount": "59058397" + "amount": "62404348" }, { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "58556058" + "amount": "61464650" } ], "scaling_factors": [ @@ -28817,14 +28817,14 @@ { "token": { "denom": "ibc/6329DD8CF31A334DD5BE3F68C846C9FE313281362B37686A62343BAC1EB1546D", - "amount": "1164620856381590971323" + "amount": "1143609347858676286108" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "2047391624" + "amount": "2085242238" }, "weight": "536870912000000" } @@ -28913,14 +28913,14 @@ { "token": { "denom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163", - "amount": "88709495194593527480324" + "amount": "97613891140613385035549" }, "weight": "1073741824" }, { "token": { "denom": "uosmo", - "amount": "4858115661" + "amount": "4419313164" }, "weight": "1073741824" } @@ -28945,14 +28945,14 @@ { "token": { "denom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D", - "amount": "1710914" + "amount": "1688678" }, "weight": "1073741824" }, { "token": { "denom": "uosmo", - "amount": "56086636" + "amount": "56827421" }, "weight": "1073741824" } @@ -29006,14 +29006,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "394964" + "amount": "364302" }, "weight": "53687091200" }, { "token": { "denom": "ibc/B9606D347599F0F2FDF82BA3EE339000673B7D274EA50F59494DC51EFCD42163", - "amount": "60468040868344723582" + "amount": "65572852329403018995" }, "weight": "53687091200" } @@ -29036,15 +29036,15 @@ "pool_liquidity": [ { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "2084322728" + "amount": "2119156002" }, { "denom": "ibc/CAA179E40F0266B0B29FB5EAA288FB9212E628822265D4141EBD1C47C3CBFCBC", - "amount": "2434972948" + "amount": "2410532882" } ], "scaling_factors": [ - "132277", + "132686", "100000" ], "scaling_factor_controller": "osmo1ta97sj2dl4wywjp45mh4xxgeahu9txmawhe37hjqhlgj49z5jy8s8vt45h" @@ -29174,14 +29174,14 @@ { "token": { "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0", - "amount": "91231783138" + "amount": "91280708403" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "8001453" + "amount": "7997856" }, "weight": "536870912000000" } @@ -29206,14 +29206,14 @@ { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "96044082" + "amount": "96051167" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "2076225" + "amount": "2076073" }, "weight": "536870912000000" } @@ -29236,11 +29236,11 @@ "pool_liquidity": [ { "denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9", - "amount": "3803790" + "amount": "3943945" }, { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "536890" + "amount": "484119" } ], "scaling_factors": [ @@ -29299,14 +29299,14 @@ { "token": { "denom": "ibc/D3ADAF73F84CDF205BCB72C142FDAEEA2C612AB853CEE6D6C06F184FA38B1099", - "amount": "717699104860" + "amount": "715910651033" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "203011327" + "amount": "203519497" }, "weight": "536870912000000" } @@ -29429,14 +29429,14 @@ { "token": { "denom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF", - "amount": "427063081230183861463523" + "amount": "424974388029965911182181" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "7430659445" + "amount": "7469306439" }, "weight": "5368709120" } @@ -29461,14 +29461,14 @@ { "token": { "denom": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373", - "amount": "833397705522848230963" + "amount": "822795770527827286326" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "39234869459" + "amount": "39747903688" }, "weight": "536870912000000" } @@ -29487,20 +29487,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/900", - "amount": "176291439191510374156" + "amount": "176084311124834785386" }, "pool_assets": [ { "token": { "denom": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4", - "amount": "6433086809445890106161" + "amount": "6651127190115815747184" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "8035102449" + "amount": "7760139138" }, "weight": "536870912000000" } @@ -29525,14 +29525,14 @@ { "token": { "denom": "ibc/47CAF2DB8C016FAC960F33BC492FD8E454593B65CC59D70FA9D9F30424F9C32F", - "amount": "3766347056475289222385" + "amount": "3396787046270079552922" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "115001888" + "amount": "127646447" }, "weight": "5368709120" } @@ -29557,14 +29557,14 @@ { "token": { "denom": "ibc/2FBAC4BF296D7844796844B35978E5899984BA5A6314B2DD8F83C215550010B3", - "amount": "705437915652" + "amount": "699675059229" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "2993045901" + "amount": "3017772776" }, "weight": "536870912000000" } @@ -29650,14 +29650,14 @@ { "token": { "denom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D", - "amount": "23185047" + "amount": "22734282" }, "weight": "1073741824" }, { "token": { "denom": "uosmo", - "amount": "750485661" + "amount": "765484464" }, "weight": "1073741824" } @@ -29711,14 +29711,14 @@ { "token": { "denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580", - "amount": "588158455587" + "amount": "588552052159" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "51917756645" + "amount": "51896279661" }, "weight": "5368709120" } @@ -29741,15 +29741,15 @@ "pool_liquidity": [ { "denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", - "amount": "73094376163385744477" + "amount": "72233526804679628963" }, { "denom": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E", - "amount": "1884225850" + "amount": "1892298289" }, { "denom": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5", - "amount": "72529804" + "amount": "72464318" } ], "scaling_factors": [ @@ -29873,14 +29873,14 @@ { "token": { "denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", - "amount": "4683650423970655489" + "amount": "4693249278341346178" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "1637436089869" + "amount": "1634777837079" }, "weight": "536870912000000" } @@ -29903,11 +29903,11 @@ "pool_liquidity": [ { "denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9", - "amount": "212309440" + "amount": "224910679" }, { "denom": "ibc/C491E7582E94AE921F6A029790083CDE1106C28F3F6C4AD7F1340544C13EC372", - "amount": "85830368" + "amount": "75521451" } ], "scaling_factors": [ @@ -29934,14 +29934,14 @@ { "token": { "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", - "amount": "15302088320" + "amount": "15405508899" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "26899084" + "amount": "26718864" }, "weight": "536870912000000" } @@ -29966,14 +29966,14 @@ { "token": { "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", - "amount": "2058371664" + "amount": "2146512870" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E", - "amount": "27326784" + "amount": "26211340" }, "weight": "536870912000000" } @@ -29998,14 +29998,14 @@ { "token": { "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", - "amount": "1504613302" + "amount": "1511678118" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580", - "amount": "245106909" + "amount": "244019703" }, "weight": "536870912000000" } @@ -30030,14 +30030,14 @@ { "token": { "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", - "amount": "2385812787" + "amount": "2349214677" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373", - "amount": "710421658992022256" + "amount": "721519063766311186" }, "weight": "536870912000000" } @@ -30062,14 +30062,14 @@ { "token": { "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", - "amount": "3016435332" + "amount": "3013929216" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E", - "amount": "1010967214" + "amount": "1011902407" }, "weight": "536870912000000" } @@ -30180,16 +30180,16 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/922", - "amount": "2371847781900067119771302" + "amount": "2467941662752827950975041" }, "pool_liquidity": [ { "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A", - "amount": "158377860383108461237817" + "amount": "173627347642337195559203" }, { "denom": "ibc/C5579A9595790017C600DD726276D978B9BF314CF82406CE342720A9C7911A01", - "amount": "142690396965302919090449" + "amount": "142767134017759581610661" } ], "scaling_factors": [ @@ -30262,14 +30262,14 @@ { "token": { "denom": "ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C", - "amount": "1037242213586" + "amount": "1028082162203" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "11043925427" + "amount": "11142928920" }, "weight": "5368709120" } @@ -30411,14 +30411,14 @@ { "token": { "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", - "amount": "5914645867" + "amount": "5912262514" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", - "amount": "19208778912477704" + "amount": "19220929705700268" }, "weight": "536870912000000" } @@ -30443,14 +30443,14 @@ { "token": { "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", - "amount": "2947559969" + "amount": "2999050078" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F", - "amount": "38044" + "amount": "37398" }, "weight": "536870912000000" } @@ -30475,14 +30475,14 @@ { "token": { "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", - "amount": "115963564" + "amount": "115971133" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", - "amount": "37598409573" + "amount": "37605450767" }, "weight": "536870912000000" } @@ -30507,14 +30507,14 @@ { "token": { "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", - "amount": "28163784940" + "amount": "28371086428" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1", - "amount": "277031390181" + "amount": "275021980651" }, "weight": "536870912000000" } @@ -30661,14 +30661,14 @@ { "token": { "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", - "amount": "5970682126" + "amount": "5884414504" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", - "amount": "458286406" + "amount": "465018562" }, "weight": "536870912000000" } @@ -30693,14 +30693,14 @@ { "token": { "denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59", - "amount": "6216021219" + "amount": "6212913237" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A", - "amount": "2824579050449782423756" + "amount": "2826497320032170958287" }, "weight": "536870912000000" } @@ -30723,11 +30723,11 @@ "pool_liquidity": [ { "denom": "ibc/231FD77ECCB2DB916D314019DA30FE013202833386B1908A191D16989AD80B5A", - "amount": "256452186" + "amount": "217419891" }, { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "283416260" + "amount": "324813658" }, { "denom": "ibc/F17C9CA112815613C5B6771047A093054F837C3020CBA59DFFD9D780A8B2984C", @@ -30757,11 +30757,11 @@ "pool_liquidity": [ { "denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4", - "amount": "1267674577" + "amount": "1332586639" }, { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "1384810170" + "amount": "1319903480" } ], "scaling_factors": [ @@ -30814,7 +30814,7 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/941", - "amount": "48546181392313215883368" + "amount": "48546239986329050214790" }, "pool_assets": [ { @@ -30827,7 +30827,7 @@ { "token": { "denom": "uosmo", - "amount": "4136372305" + "amount": "4136382305" }, "weight": "536870912000000" } @@ -30891,14 +30891,14 @@ { "token": { "denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9", - "amount": "338128" + "amount": "433892" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "7467931" + "amount": "5832600" }, "weight": "536870912000000" } @@ -30916,16 +30916,16 @@ "future_pool_governor": "168h", "total_shares": { "denom": "gamm/pool/944", - "amount": "337494546709813465681" + "amount": "337497868272616378521" }, "pool_liquidity": [ { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "5060613385" + "amount": "5062524717" }, { "denom": "ibc/FA602364BEC305A696CBDF987058E99D8B479F0318E47314C49173E8838C5BAC", - "amount": "1896675360" + "amount": "1895392048" } ], "scaling_factors": [ @@ -31053,11 +31053,11 @@ "pool_liquidity": [ { "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076", - "amount": "249513081484" + "amount": "249558622977" }, { "denom": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206", - "amount": "167383110065" + "amount": "167348622573" } ], "scaling_factors": [ @@ -31084,14 +31084,14 @@ { "token": { "denom": "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6", - "amount": "1547725115292" + "amount": "1540922073890" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "158097883" + "amount": "158816062" }, "weight": "536870912000000" } @@ -31116,14 +31116,14 @@ { "token": { "denom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F", - "amount": "3505908" + "amount": "3492228" }, "weight": "1073741824" }, { "token": { "denom": "ibc/E27CD305D33F150369AB526AEB6646A76EC3FFB1A6CA58A663B5DE657A89D55D", - "amount": "119743702" + "amount": "120216696" }, "weight": "1073741824" } @@ -31148,14 +31148,14 @@ { "token": { "denom": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A", - "amount": "431019172" + "amount": "366423642" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "147198" + "amount": "173703" }, "weight": "536870912000000" } @@ -31174,20 +31174,20 @@ "future_pool_governor": "168h", "total_shares": { "denom": "gamm/pool/952", - "amount": "24865476009473738571144" + "amount": "24864832503329313021816" }, "pool_assets": [ { "token": { "denom": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D", - "amount": "300174746560" + "amount": "293989569205" }, "weight": "1073741824" }, { "token": { "denom": "uosmo", - "amount": "6145588897" + "amount": "6277768798" }, "weight": "1073741824" } @@ -31344,14 +31344,14 @@ { "token": { "denom": "ibc/4F24D904BAB5FFBD3524F2DE3EC3C7A9E687A2408D9A985E57B356D9FA9201C6", - "amount": "474090352486" + "amount": "479604218884" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "27036387" + "amount": "26735906" }, "weight": "536870912000000" } @@ -31434,20 +31434,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/960", - "amount": "5978495418346160044705666" + "amount": "5979215374443833548016918" }, "pool_assets": [ { "token": { "denom": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D", - "amount": "1082733262482" + "amount": "1082825612807" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "8709333361" + "amount": "8725380686" }, "weight": "536870912000000" } @@ -31658,14 +31658,14 @@ { "token": { "denom": "ibc/AD4DEA52408EA07C0C9E19444EC8DA84A274A70AD2687A710EFDDEB28BB2986A", - "amount": "3440399632" + "amount": "5046463352" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "1196388" + "amount": "823497" }, "weight": "536870912000000" } @@ -31786,14 +31786,14 @@ { "token": { "denom": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68", - "amount": "440817775" + "amount": "436752881" }, "weight": "1073741824" }, { "token": { "denom": "uosmo", - "amount": "578816790" + "amount": "584271431" }, "weight": "1073741824" } @@ -31818,14 +31818,14 @@ { "token": { "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076", - "amount": "1368350579246" + "amount": "1374621687125" }, "weight": "1073741824" }, { "token": { "denom": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68", - "amount": "31729385002" + "amount": "31587537252" }, "weight": "1073741824" } @@ -32138,14 +32138,14 @@ { "token": { "denom": "ibc/56B988C4D934FB7503F5EA9B440C75D489C8AD5D193715B477BEC4F84B8BBA2A", - "amount": "260985916324521" + "amount": "356148269300514" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "1916251" + "amount": "1411778" }, "weight": "536870912000000" } @@ -32202,14 +32202,14 @@ { "token": { "denom": "ibc/18A1B70E3205A48DE8590C0D11030E7146CDBF1048789261D53FFFD7527F8B55", - "amount": "1050269" + "amount": "1083034" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "61602533" + "amount": "59756953" }, "weight": "536870912000000" } @@ -32394,14 +32394,14 @@ { "token": { "denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F", - "amount": "144399551" + "amount": "140489612" }, "weight": "429496729600000" }, { "token": { "denom": "uosmo", - "amount": "50824071" + "amount": "51822649" }, "weight": "644245094400000" } @@ -32452,20 +32452,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/992", - "amount": "88712715759997986040083" + "amount": "88712135478456646392864" }, "pool_assets": [ { "token": { "denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F", - "amount": "182253810672" + "amount": "185954485879" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "43992975988" + "amount": "43194942897" }, "weight": "536870912000000" } @@ -32842,14 +32842,14 @@ { "token": { "denom": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A", - "amount": "19231692" + "amount": "2162249" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "535" + "amount": "4796" }, "weight": "536870912000000" } @@ -32874,14 +32874,14 @@ { "token": { "denom": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7", - "amount": "2940467" + "amount": "2939692" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "5712456" + "amount": "5716373" }, "weight": "536870912000000" } @@ -32938,14 +32938,14 @@ { "token": { "denom": "ibc/63CDD51098FD99E04E5F5610A3882CBE7614C441607BA6FCD7F3A3C1CD5325F8", - "amount": "263208630125" + "amount": "262816681790" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "19236901916" + "amount": "19266517584" }, "weight": "536870912000000" } @@ -32999,14 +32999,14 @@ { "token": { "denom": "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29", - "amount": "3770069521124" + "amount": "3771286298272" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "31673606" + "amount": "31665827" }, "weight": "536870912000000" } @@ -33064,20 +33064,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1011", - "amount": "692395804183389636553" + "amount": "692488571961468386660" }, "pool_assets": [ { "token": { "denom": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6", - "amount": "6679216341444231263705" + "amount": "6549300477069775256676" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "6652037840" + "amount": "6796382282" }, "weight": "536870912000000" } @@ -33134,14 +33134,14 @@ { "token": { "denom": "uion", - "amount": "21188926" + "amount": "21341340" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "8860513742" + "amount": "8798724491" }, "weight": "536870912000000" } @@ -33230,14 +33230,14 @@ { "token": { "denom": "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93", - "amount": "24760726120686348659" + "amount": "24606244628182538340" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "398896497" + "amount": "401423659" }, "weight": "536870912000000" } @@ -33294,14 +33294,14 @@ { "token": { "denom": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B", - "amount": "183914455485773690292277434" + "amount": "190124144726538347058833828" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "3306991209" + "amount": "3200140752" }, "weight": "536870912000000" } @@ -33326,14 +33326,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "1458630135" + "amount": "1413489750" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F", - "amount": "49427421838" + "amount": "51060411576" }, "weight": "536870912000000" } @@ -33358,14 +33358,14 @@ { "token": { "denom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3", - "amount": "79123138856" + "amount": "79013166455" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "75906943218" + "amount": "76051386262" }, "weight": "536870912000000" } @@ -33486,14 +33486,14 @@ { "token": { "denom": "ibc/B2BD584CD2A0A9CE53D4449667E26160C7D44A9C41AF50F602C201E5B3CCA46C", - "amount": "896040168351073" + "amount": "889146749070658" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", - "amount": "638742407256385" + "amount": "643709380745303" }, "weight": "536870912000000" } @@ -33644,11 +33644,11 @@ "pool_liquidity": [ { "denom": "ibc/C00B17F74C94449A62935B4C886E6F0F643249A270DEF269D53CE6741ECCDB93", - "amount": "3613929117257483638" + "amount": "3476481085706422360" }, { "denom": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B", - "amount": "9778713459990902394152158" + "amount": "9906243440915006640811484" } ], "scaling_factors": [ @@ -33714,14 +33714,14 @@ { "token": { "denom": "factory/osmo14klwqgkmackvx2tqa0trtg69dmy0nrg4ntq4gjgw2za4734r5seqjqm4gm/uibcx", - "amount": "393737" + "amount": "237977" }, "weight": "1073741824000000" }, { "token": { "denom": "uosmo", - "amount": "14466073" + "amount": "23943855" }, "weight": "1073741824000000" } @@ -33840,11 +33840,11 @@ "pool_liquidity": [ { "denom": "ibc/02F196DA6FD0917DD5FEA249EE61880F4D941EE9059E7964C5C9B50AF103800F", - "amount": "5062746043764" + "amount": "5063348411752" }, { "denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C", - "amount": "13377347726248" + "amount": "13376625974559" } ], "scaling_factors": [ @@ -33871,14 +33871,14 @@ { "token": { "denom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3", - "amount": "3887330345220" + "amount": "3854142408578" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "48963117753" + "amount": "49386255309" }, "weight": "536870912000000" } @@ -33961,20 +33961,20 @@ "future_pool_governor": "osmo1k8re7jwz6rnnwrktnejdwkwnncte7ek7gt29gvnl3sdrg9mtnqkse6nmqm", "total_shares": { "denom": "gamm/pool/1039", - "amount": "676038292710377803889481" + "amount": "675875174619444295765776" }, "pool_assets": [ { "token": { "denom": "factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx", - "amount": "57544675" + "amount": "57525874" }, "weight": "107374182400" }, { "token": { "denom": "uosmo", - "amount": "4292295256" + "amount": "4291627544" }, "weight": "107374182400" } @@ -34028,14 +34028,14 @@ { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "94933204" + "amount": "94212922" }, "weight": "53687091200" }, { "token": { "denom": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782", - "amount": "6871081312" + "amount": "6924911409" }, "weight": "53687091200" } @@ -34170,14 +34170,14 @@ { "token": { "denom": "factory/osmo1xqw2sl9zk8a6pch0csaw78n4swg5ws8t62wc5qta4gnjxfqg6v2qcs243k/stuibcx", - "amount": "62157" + "amount": "67099" }, "weight": "53687091200" }, { "token": { "denom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901", - "amount": "447745" + "amount": "414860" }, "weight": "53687091200" } @@ -34196,20 +34196,20 @@ "future_pool_governor": "", "total_shares": { "denom": "gamm/pool/1046", - "amount": "31338029961420103362036" + "amount": "31338204280448065965875" }, "pool_assets": [ { "token": { "denom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682", - "amount": "66313463400" + "amount": "65089871500" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "46631012317" + "amount": "47561408790" }, "weight": "5368709120" } @@ -34234,14 +34234,14 @@ { "token": { "denom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682", - "amount": "1574083" + "amount": "1620049" }, "weight": "53687091200" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "146185" + "amount": "142052" }, "weight": "53687091200" } @@ -34266,14 +34266,14 @@ { "token": { "denom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682", - "amount": "2945209" + "amount": "3074628" }, "weight": "53687091200" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "1215115" + "amount": "1164115" }, "weight": "53687091200" } @@ -34539,20 +34539,20 @@ "future_pool_governor": "", "total_shares": { "denom": "gamm/pool/1057", - "amount": "12262887440222942706872" + "amount": "12284556022696457733696" }, "pool_assets": [ { "token": { "denom": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516", - "amount": "90818594328353441936" + "amount": "94858839048611221813" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "129804696901" + "amount": "124878831063" }, "weight": "5368709120" } @@ -34577,14 +34577,14 @@ { "token": { "denom": "ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C", - "amount": "8925581748438" + "amount": "8980337621847" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "306810717" + "amount": "304972465" }, "weight": "5368709120" } @@ -34641,14 +34641,14 @@ { "token": { "denom": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477", - "amount": "6326782033" + "amount": "3912245630" }, "weight": "1073741824" }, { "token": { "denom": "uosmo", - "amount": "205655420" + "amount": "335653777" }, "weight": "1073741824" } @@ -34673,14 +34673,14 @@ { "token": { "denom": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85", - "amount": "51881796288370256750271" + "amount": "53866832469594827230097" }, "weight": "1073741824" }, { "token": { "denom": "uosmo", - "amount": "3424128304" + "amount": "3303461627" }, "weight": "1073741824" } @@ -34703,11 +34703,11 @@ "pool_liquidity": [ { "denom": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5", - "amount": "23768" + "amount": "23789" }, { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "20462" + "amount": "20442" } ], "scaling_factors": [ @@ -34734,14 +34734,14 @@ { "token": { "denom": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85", - "amount": "148752936171591192830" + "amount": "152449449296111276099" }, "weight": "53687091200" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "5282908" + "amount": "5155061" }, "weight": "53687091200" } @@ -34766,14 +34766,14 @@ { "token": { "denom": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38", - "amount": "93791" + "amount": "96071" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "824" + "amount": "805" }, "weight": "5368709120" } @@ -34798,14 +34798,14 @@ { "token": { "denom": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38", - "amount": "1941823282174" + "amount": "1971388327661" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "11695459355" + "amount": "11520524372" }, "weight": "5368709120" } @@ -34818,15 +34818,15 @@ "incentives_address": "osmo1h2mhtj3wmsdt3uacev9pgpg38hkcxhsmyyn9ums0ya6eddrsafjsxs9j03", "spread_rewards_address": "osmo16j5sssw32xuk8a0kjj8n54g25ye6kr339nz5axf8lzyeajk0k22stsm36c", "id": "1066", - "current_tick_liquidity": "844885813849253172.238360717381743066", + "current_tick_liquidity": "3848477543664227349.154839557491303243", "token0": "uosmo", "token1": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", - "current_sqrt_price": "738268.424763648534274512212914576089599505", - "current_tick": "103450402", + "current_sqrt_price": "738660.906355001647198210938153954494819978", + "current_tick": "103456199", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:22:49.822846457Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.gamm.poolmodels.stableswap.v1beta1.Pool", @@ -34853,7 +34853,7 @@ ], "scaling_factors": [ "10000", - "11400" + "11406" ], "scaling_factor_controller": "osmo16r0c97w2w9u894mcgee2c0wysjkve6cvwhr6kesrtzf3vy80v3gszdcesp" }, @@ -34907,14 +34907,14 @@ { "token": { "denom": "ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244", - "amount": "67063273599" + "amount": "65879764064" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "48516395" + "amount": "49397591" }, "weight": "5368709120" } @@ -35003,14 +35003,14 @@ { "token": { "denom": "ibc/6F18EFEBF1688AA77F7EAC17065609494DC1BA12AFC78E9AEC832AF70A11BEF3", - "amount": "183546567555737" + "amount": "317484570546614" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9", - "amount": "1286206" + "amount": "745015" }, "weight": "536870912000000" } @@ -35099,14 +35099,14 @@ { "token": { "denom": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13", - "amount": "1908143327132" + "amount": "1904621814355" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "73063865262" + "amount": "73251310362" }, "weight": "536870912000000" } @@ -35135,15 +35135,15 @@ "incentives_address": "osmo1mvnsayk8y4hvnvkyn3qhcuxhpmypdentdfaaprnxet0r9xs3hphs08fwj4", "spread_rewards_address": "osmo17t4zncp7dugus3hvksv25mlpam4j69mng8u22yu48uz48qtm88qsdvkg84", "id": "1077", - "current_tick_liquidity": "91350338482.960636665716329208", + "current_tick_liquidity": "86318829296.120947482077419770", "token0": "uosmo", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.737252057944255577421068684346660652", - "current_tick": "-4564595", + "current_sqrt_price": "0.738824914822770467316221815257514951", + "current_tick": "-4541378", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:05:59.244068922Z" + "last_liquidity_update": "2024-10-04T17:05:25.890448230Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35154,8 +35154,8 @@ "current_tick_liquidity": "14449660.600192031447615113", "token0": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "2.124306671446255752653567346806054560", - "current_tick": "3512678", + "current_sqrt_price": "2.151515946816962975611261492609484329", + "current_tick": "3629020", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -35199,15 +35199,15 @@ "incentives_address": "osmo1pr3kq3snjp50vdstg6gu603ce28wu3f2nx3sx55znupvqzalvk2swdyvlu", "spread_rewards_address": "osmo1fsydxn2x328re95yvgw34y5h8s7ztpfzlf3ysexczd7xdae33wpqsy6krc", "id": "1081", - "current_tick_liquidity": "9975284996910.128253859435194617", + "current_tick_liquidity": "9975472873155.107437800930259683", "token0": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.999964836462538060536287451630141712", - "current_tick": "-704", + "current_sqrt_price": "0.999921148232281591973723629790148406", + "current_tick": "-1577", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T18:05:26.098109413Z" + "last_liquidity_update": "2024-10-04T17:04:53.306393226Z" }, { "@type": "/osmosis.gamm.poolmodels.stableswap.v1beta1.Pool", @@ -35357,14 +35357,14 @@ { "token": { "denom": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D", - "amount": "137356068" + "amount": "136293492" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "105047786" + "amount": "105971382" }, "weight": "536870912000000" } @@ -35409,8 +35409,8 @@ "current_tick_liquidity": "29447715279.416537547586509748", "token0": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5", "token1": "uosmo", - "current_sqrt_price": "1.355127283713367999066557218169961435", - "current_tick": "836369", + "current_sqrt_price": "1.353924221267761831945698323277955786", + "current_tick": "833110", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -35438,15 +35438,15 @@ "incentives_address": "osmo16xr6sjfs5sqxc49dnhk4cs5vsnw5trhg3l5hywpdvg4rvmayxq2q9tk4r7", "spread_rewards_address": "osmo1hayskh43xqcwegraw5q8nu2vnamf20vlc9pygk99agq88q6hhprszm3j2c", "id": "1090", - "current_tick_liquidity": "39901738804.469449676974837000", + "current_tick_liquidity": "39885172137.015167836670089409", "token0": "uosmo", "token1": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F", - "current_sqrt_price": "0.029855905315218156923174007393816388", - "current_tick": "-28086250", + "current_sqrt_price": "0.029606122200012650910418435634796909", + "current_tick": "-28234776", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T15:03:39.597784004Z" + "last_liquidity_update": "2024-10-04T13:23:50.038295921Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35457,12 +35457,12 @@ "current_tick_liquidity": "569096331676.560513022083060677", "token0": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7", "token1": "uosmo", - "current_sqrt_price": "0.027349699823317099427969070162974180", - "current_tick": "-29519940", + "current_sqrt_price": "0.027912953450909108862974840409802131", + "current_tick": "-29208671", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-01T08:27:35.721285255Z" + "last_liquidity_update": "2024-10-03T09:14:29.560738737Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35470,15 +35470,15 @@ "incentives_address": "osmo1f7hew09pfzk6zzw47lhendwr9pwhxy226nszht72j0vj2mav4h3q0gnsec", "spread_rewards_address": "osmo12qdqtacalad6wr6f3w8dqsjkjdpkl5c7ajwt3ahs3e4crrylvz5q3uujua", "id": "1092", - "current_tick_liquidity": "10222473038590.649497380512785463", + "current_tick_liquidity": "10262041780841.237985023955405486", "token0": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1", "token1": "uosmo", - "current_sqrt_price": "0.038044268704784709418877955681031002", - "current_tick": "-26552634", + "current_sqrt_price": "0.038557987363045483508687279342073763", + "current_tick": "-26513282", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-01T16:46:18.579450365Z" + "last_liquidity_update": "2024-10-04T10:54:22.393916677Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35486,15 +35486,15 @@ "incentives_address": "osmo16hyfl0klnhqwudu4xdaw3wcy9pmu0zv8m9tlcfzyqmn280jwtwqsd5u023", "spread_rewards_address": "osmo1m6v52t5u8usxrse6wev20end6vgn4sl4yqm6php7ez6806qk08vsjjaatp", "id": "1093", - "current_tick_liquidity": "1608421269814.187060880915925490", + "current_tick_liquidity": "1573108376588.726802884914609480", "token0": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", "token1": "uosmo", - "current_sqrt_price": "2.157151269371512762321145857691850643", - "current_tick": "3653301", + "current_sqrt_price": "2.165288726397483346433674975004379640", + "current_tick": "3688475", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T16:38:47.232123738Z" + "last_liquidity_update": "2024-10-04T15:16:15.949340633Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35502,15 +35502,15 @@ "incentives_address": "osmo1ra5er4lutaypglaae3s0ddtkrmca0em3k68w7xtlzmckfw74w8kqrmrt5z", "spread_rewards_address": "osmo1k6jxxjueautg03f7nruhejrdnxyy5628df8r7n0v6rc033pmtz4svc0c9p", "id": "1094", - "current_tick_liquidity": "1912935655132.168427039645964956", + "current_tick_liquidity": "1906317906619.014016674982693625", "token0": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E", "token1": "uosmo", - "current_sqrt_price": "1.033355536675616988731240249205261745", - "current_tick": "67823", + "current_sqrt_price": "1.076886261309902326366632519400446388", + "current_tick": "159684", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:12:23.115987092Z" + "last_liquidity_update": "2024-10-04T17:11:51.658473862Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35518,15 +35518,15 @@ "incentives_address": "osmo1q6mwcej2hwr9y8uswjzuhzxqt6qamjjtskxv9d97txyx0xh04gas8ns9wr", "spread_rewards_address": "osmo15qhcyq5vwwghk525rufj6mv3rd64y6zf8vc8wukelgjdqx9zmeuq3n7hhl", "id": "1095", - "current_tick_liquidity": "770844513465.758484009995311286", + "current_tick_liquidity": "1027702166742.050102963936170750", "token0": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A", "token1": "uosmo", - "current_sqrt_price": "0.595462737025244178115810724041777979", - "current_tick": "-6454242", + "current_sqrt_price": "0.600259713300519709341426548630091024", + "current_tick": "-6396883", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:26:41.940275155Z" + "last_liquidity_update": "2024-10-04T17:05:49.721986066Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35534,15 +35534,15 @@ "incentives_address": "osmo17vrdduamkeuwsk38arpgw837adh0x0atx5x4rk5dy0xddd5u4lhqkxnzx3", "spread_rewards_address": "osmo1lwfj55cku27nr5j6tjawma9pjgy26p9j2cy73m4qqwarcvp76pfq8camyk", "id": "1096", - "current_tick_liquidity": "9327758932393.875562958602201018", + "current_tick_liquidity": "11575811919078.839551941318229078", "token0": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4", "token1": "uosmo", - "current_sqrt_price": "0.112247443331975727716333583392765047", - "current_tick": "-17740052", + "current_sqrt_price": "0.113299329110255505791732235837754388", + "current_tick": "-17716327", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.003000000000000000", - "last_liquidity_update": "2024-10-02T15:14:32.320169547Z" + "last_liquidity_update": "2024-10-04T17:18:43.209335642Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35550,15 +35550,15 @@ "incentives_address": "osmo1458yw4vdzk3pm06t83mqt5vur36rrhgefyes5ffra6j4wm4c050smrs0fd", "spread_rewards_address": "osmo1q43pd7pcmt3fepgwv6x7el4j93haxvha2nn2t3nk33lcttqs5l7syp7jfq", "id": "1097", - "current_tick_liquidity": "368891556744.744556721603826681", + "current_tick_liquidity": "368886736979.615864186075648150", "token0": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", "token1": "uosmo", - "current_sqrt_price": "0.430020701377749329740651254392343604", - "current_tick": "-8150822", + "current_sqrt_price": "0.429486656720725099667512337396433047", + "current_tick": "-8155413", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.003000000000000000", - "last_liquidity_update": "2024-10-02T12:56:19.576949737Z" + "last_liquidity_update": "2024-10-04T12:35:52.301635686Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35566,15 +35566,15 @@ "incentives_address": "osmo130pft3q5pukgk9ygxwqc7pepeq2p8n4h8f48d5vtv3v5jkpd5yqqtkup3y", "spread_rewards_address": "osmo1hp5wm2gkhyzzqy05585k6d387sgze5yt4x2rt76llzrhjc308ytqc6ftpg", "id": "1098", - "current_tick_liquidity": "136315980740.141937403018585539", + "current_tick_liquidity": "138313417706.598046394790731187", "token0": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4", "token1": "uosmo", - "current_sqrt_price": "1.296341298625557150243806849989127729", - "current_tick": "680500", + "current_sqrt_price": "1.307870886192932606062239025827434357", + "current_tick": "710526", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:55:51.024221432Z" + "last_liquidity_update": "2024-10-04T16:58:07.677526835Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35582,15 +35582,15 @@ "incentives_address": "osmo17e07gjw092r5ssvmzfg7wkz608kfmwy3aauu4mjrjedtmyrzy9zswa3w48", "spread_rewards_address": "osmo1fsfpwekv8q0vw6l2t5v7uxth8cswduk2mcyefuqns30sldqh7zvq4te2j8", "id": "1099", - "current_tick_liquidity": "263767262348.179169021675973003", + "current_tick_liquidity": "263763482600.154644810298616371", "token0": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580", "token1": "uosmo", - "current_sqrt_price": "0.296861562247726911038017957741456022", - "current_tick": "-10187322", + "current_sqrt_price": "0.297042566675959678097592291368191713", + "current_tick": "-10176572", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:03:08.066266113Z" + "last_liquidity_update": "2024-10-04T13:01:56.634748029Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35598,15 +35598,15 @@ "incentives_address": "osmo1uzde9cszmufdltx7pr25rl7jcm75h46takmzsclnrdpjy38x6eqsgczrme", "spread_rewards_address": "osmo1tkqvf4v5ykuafwetdncwtd0fk8u05reyaklp8v0pdv3jecu26xcszq253n", "id": "1100", - "current_tick_liquidity": "2109791656.768643391589759870", + "current_tick_liquidity": "2107881970.178753641634217405", "token0": "uion", "token1": "uosmo", - "current_sqrt_price": "20.448823266823017637136826866588652006", - "current_tick": "21181543", + "current_sqrt_price": "20.235717975725275051234206866842358389", + "current_tick": "21094842", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.005000000000000000", - "last_liquidity_update": "2024-10-01T13:04:05.789482833Z" + "last_liquidity_update": "2024-10-04T08:41:59.474024032Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35614,15 +35614,15 @@ "incentives_address": "osmo1lyglnau80ngsyekx6wvwaw6dpmfs6l9x96497vmwlv3tzqw6mzwqwep8gz", "spread_rewards_address": "osmo1tnp0axdehrv6dug79j5mjsyvmdkm9mtaqn30c8vnddgqf06c7weqzvg2t2", "id": "1101", - "current_tick_liquidity": "95739949798.195643085267402919", + "current_tick_liquidity": "19143629391019.482554429501936286", "token0": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293", "token1": "uosmo", - "current_sqrt_price": "0.597526334434186806901744685387582536", - "current_tick": "-6429623", + "current_sqrt_price": "0.598389875923512903723881144906563546", + "current_tick": "-6419296", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:18:13.837132229Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35633,8 +35633,8 @@ "current_tick_liquidity": "5504585879.193260577787163262", "token0": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB", "token1": "uosmo", - "current_sqrt_price": "0.128505346462467394435569851855481623", - "current_tick": "-17348638", + "current_sqrt_price": "0.127086767049204389716049950410226040", + "current_tick": "-17384896", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -35646,15 +35646,15 @@ "incentives_address": "osmo1fq6cytv3vy6pxxy0vg32esx4zdemen8zwrl909kyfadmqm37kwvsd6ujfu", "spread_rewards_address": "osmo1h0zyl0ln2ufurkxsakvlgcz83thg3vdcrtffcnazpd35pl0gg7vs7lxl8a", "id": "1103", - "current_tick_liquidity": "278691989007.799748908478166487", + "current_tick_liquidity": "278694937067.634506125251281486", "token0": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E", "token1": "uosmo", - "current_sqrt_price": "0.207296925012820392399590806430399324", - "current_tick": "-14702799", + "current_sqrt_price": "0.207074449370920802542315332023532236", + "current_tick": "-14712018", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T12:55:54.594475282Z" + "last_liquidity_update": "2024-10-03T10:22:10.162423048Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35662,15 +35662,15 @@ "incentives_address": "osmo1h4jj2rqwnnnxpyt4dsxd7gf5cga0lvdumc5tu5ka6n73wlfu89dqa708cp", "spread_rewards_address": "osmo109yzlrgp5ch69ewkxx7hny72x45xyeu8v6r5kxatstkgngzzgytqgn5ev2", "id": "1104", - "current_tick_liquidity": "155024871990.302474203274341311", + "current_tick_liquidity": "160988485853.058046578118292119", "token0": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604", "token1": "uosmo", - "current_sqrt_price": "0.291029782887755367236500374721188045", - "current_tick": "-10530167", + "current_sqrt_price": "0.278697565154359655412446467804211961", + "current_tick": "-11232767", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T16:11:52.048211400Z" + "last_liquidity_update": "2024-10-04T12:31:56.006862891Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35678,15 +35678,15 @@ "incentives_address": "osmo19vcqr9njqfeh3gtfeepssmzfvqnzcrzajseapey5z7z32pz9nths3n40jn", "spread_rewards_address": "osmo173p8z5etqvwpslty2eudu8kufq6v6npetvfrtcc2nvdwdah6gvsqasghlr", "id": "1105", - "current_tick_liquidity": "32984281170.050660399585613559", + "current_tick_liquidity": "33850231317.855430610042101519", "token0": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205", "token1": "uosmo", - "current_sqrt_price": "0.772419297398523812052158481631199173", - "current_tick": "-4033685", + "current_sqrt_price": "0.780820411416528916855792358999609081", + "current_tick": "-3903195", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:18:25.437419054Z" + "last_liquidity_update": "2024-10-04T16:04:03.210608515Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35694,15 +35694,15 @@ "incentives_address": "osmo1u96futsw9umnhkkl7aahn33avrequn06jpnp8vcuqxarwzdl0yaqg970fr", "spread_rewards_address": "osmo1nvq4wk2kkhympavu7a6922r8pzle7uy67jygw3u67mvzsmf5yrps93pqtm", "id": "1106", - "current_tick_liquidity": "84405994915.325535328129167376", + "current_tick_liquidity": "84425763114.697925699500588393", "token0": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0", "token1": "uosmo", - "current_sqrt_price": "0.163467459442111465281258907806740727", - "current_tick": "-16327839", + "current_sqrt_price": "0.162906531690611108318029626283894188", + "current_tick": "-16346147", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T00:55:43.918355004Z" + "last_liquidity_update": "2024-10-03T07:48:09.996149624Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35726,15 +35726,15 @@ "incentives_address": "osmo1fzy3h8rpdn39ngx3gpjlzh3894kpfnpkechwj6p3mmuymqf3hhtqle0a2a", "spread_rewards_address": "osmo1eyg2m2dfa5uuasg2suq49q3mlv5y873jhv9fwvse8r036c3p0v2q94apmg", "id": "1108", - "current_tick_liquidity": "534399707702.847432283883463511", + "current_tick_liquidity": "534357536746.484790886435779596", "token0": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84", "token1": "uosmo", - "current_sqrt_price": "0.035848722431231567618940345677097772", - "current_tick": "-26714870", + "current_sqrt_price": "0.035657479858163276617655407643096005", + "current_tick": "-26728545", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:21:35.490566737Z" + "last_liquidity_update": "2024-10-04T16:47:01.390860707Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35745,12 +35745,12 @@ "current_tick_liquidity": "92895955838.162436020957715153", "token0": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452", "token1": "uosmo", - "current_sqrt_price": "0.215489631847411181772829586390315105", - "current_tick": "-14356422", + "current_sqrt_price": "0.205888250386968980744413297071476241", + "current_tick": "-14761003", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-01T08:46:05.028306078Z" + "last_liquidity_update": "2024-10-04T13:55:29.320224316Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35761,12 +35761,12 @@ "current_tick_liquidity": "160408816173.452825785276590891", "token0": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C", "token1": "uosmo", - "current_sqrt_price": "0.040092996662448623468220228590311205", - "current_tick": "-26392552", + "current_sqrt_price": "0.039430342080639673619173191103275191", + "current_tick": "-26445249", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:02:44.367772764Z" + "last_liquidity_update": "2024-10-04T13:50:40.008287183Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35774,15 +35774,15 @@ "incentives_address": "osmo10wz6z83ka7jz5w6ygmmwm39ttwf2rul3hl8zjyzzrnudcck679nqefye6r", "spread_rewards_address": "osmo1c32q5smvudllrlxf5wkv0me859zq0pc39z8wgde94rc4h9weyzgsrp4934", "id": "1111", - "current_tick_liquidity": "7213429188195.840086545742617555", + "current_tick_liquidity": "7316752986617.326340447322085663", "token0": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228", "token1": "uosmo", - "current_sqrt_price": "0.012413615366647257377748465967883296", - "current_tick": "-35459022", + "current_sqrt_price": "0.012297756163132802763136938244220198", + "current_tick": "-35487652", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:14:05.333167762Z" + "last_liquidity_update": "2024-10-04T16:26:13.821832590Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35793,8 +35793,8 @@ "current_tick_liquidity": "118202180.451807991137828172", "token0": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68", "token1": "uosmo", - "current_sqrt_price": "1.144953383641337329971569839588126234", - "current_tick": "310918", + "current_sqrt_price": "1.161764767464120676638322117258609987", + "current_tick": "349697", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -35806,15 +35806,15 @@ "incentives_address": "osmo15fsmgrfehh2gs6nagwyfj7f8xktnm0zqqcstks0t7r8l77k4efeqe9ztu8", "spread_rewards_address": "osmo1kaw9598a734tgpylhe4jk4e0zzfcyfvqwhxyh8nzagkfqgsrdwfqmtuv32", "id": "1113", - "current_tick_liquidity": "479570184033.383580150413511215", + "current_tick_liquidity": "534076104011.835095678641128155", "token0": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44", "token1": "uosmo", - "current_sqrt_price": "0.044629459339307449532289230135316978", - "current_tick": "-26008212", + "current_sqrt_price": "0.044908865395472908879067913837321528", + "current_tick": "-25983194", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T00:07:22.690362080Z" + "last_liquidity_update": "2024-10-04T13:07:17.749941678Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35822,15 +35822,15 @@ "incentives_address": "osmo1xr3r942kkpmmq2s6az5mjk2d8vh3fv99ewcmq0s3pjzct2d28n0qyg56cu", "spread_rewards_address": "osmo1x5ahhr33ttmnhc5ex07lextq3ccj8ka0usdwrydj097exjs390ysxjqyp5", "id": "1114", - "current_tick_liquidity": "869976177691.364930162973460120", + "current_tick_liquidity": "901333766183.938667735889859660", "token0": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D", "token1": "uosmo", - "current_sqrt_price": "0.878894178190465417832583456631568614", - "current_tick": "-2275451", + "current_sqrt_price": "0.876420187193761556643468971675252021", + "current_tick": "-2318877", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:19:14.661188485Z" + "last_liquidity_update": "2024-10-04T17:17:06.458888742Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35854,15 +35854,15 @@ "incentives_address": "osmo1d62wdmcqqd45yfnvlh8y4p362p96sfxzlp4dv64rtjw0gcexl3ksqkcvlt", "spread_rewards_address": "osmo1fj282uc9538fdrcmdddq38d2vfqrffejmzzefwr7r9daetplupuqlkdg3v", "id": "1116", - "current_tick_liquidity": "1912039711.165955034271056026", + "current_tick_liquidity": "3599265.842107387613178920", "token0": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.662227075853112865933840261093103923", - "current_tick": "-5614554", + "current_sqrt_price": "0.644221942097855321034052401512805011", + "current_tick": "-5849781", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T15:28:21.242669882Z" + "last_liquidity_update": "2024-10-02T19:08:56.161793602Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -35960,11 +35960,11 @@ "pool_liquidity": [ { "denom": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B", - "amount": "384877707466" + "amount": "384563472386" }, { "denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E", - "amount": "614143292451" + "amount": "614467205242" } ], "scaling_factors": [ @@ -35991,14 +35991,14 @@ { "token": { "denom": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71", - "amount": "779993941849311337" + "amount": "698303993039238579" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "1190003" + "amount": "1329493" }, "weight": "5368709120" } @@ -36023,14 +36023,14 @@ { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "3071041" + "amount": "2990166" }, "weight": "5368709120" }, { "token": { "denom": "ibc/DEE262653B9DE39BCEF0493D47E0DFC4FE62F7F046CF38B9FDEFEBE98D149A71", - "amount": "3013229499409402445" + "amount": "3094892472462610780" }, "weight": "5368709120" } @@ -36046,12 +36046,12 @@ "current_tick_liquidity": "39047673.103451343628103070", "token0": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "1.208420233582813612630868755636686094", - "current_tick": "460279", + "current_sqrt_price": "1.188638006376956237232370368178609553", + "current_tick": "412860", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-09-27T17:02:15.140940789Z" + "last_liquidity_update": "2024-10-04T01:33:11.315162002Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -36075,15 +36075,15 @@ "incentives_address": "osmo1mmpcydpevvpz80kqqunq4r7ewtpfwsqv3jxemyc8lrnltu7aclgqpw6xm6", "spread_rewards_address": "osmo1jwj329xdfjpnskyr69ke2nmftmadv6t8pn3n3faj2dkn5w0q0sqq9935u6", "id": "1125", - "current_tick_liquidity": "325809888.869257310143851846", + "current_tick_liquidity": "21516871.634947215402385923", "token0": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.276379469219817495992002364444929608", - "current_tick": "-11361439", + "current_sqrt_price": "0.283326496063538933616738222615415159", + "current_tick": "-10972610", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-01T17:22:40.571610220Z" + "last_liquidity_update": "2024-10-03T05:32:38.836220181Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -36219,15 +36219,15 @@ "incentives_address": "osmo1mpr03ag48mjswtwsllwmxx0jen2x0xq4nc54dvvxxvcucy97ue9qg66nf8", "spread_rewards_address": "osmo1k85clpg9v86h3jlt6fxkfu5jc3lgw4hyug6jmhuut44nj2w4k0ws57wqgm", "id": "1133", - "current_tick_liquidity": "646830581130.769201129304877976", + "current_tick_liquidity": "667824828054.485442284873724096", "token0": "uosmo", "token1": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "current_sqrt_price": "0.736905999266087201999650846160664608", - "current_tick": "-4569696", + "current_sqrt_price": "0.739737183257633920851798844249360375", + "current_tick": "-4527889", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:16:14.974232243Z" + "last_liquidity_update": "2024-10-04T17:17:05.100845512Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -36235,15 +36235,15 @@ "incentives_address": "osmo1faws2dw7v7htacwsggnl7azzg4lercgs533ajqa7rnvgxzm2fd0suxsa0a", "spread_rewards_address": "osmo1w0engrwdr6kuxjtmpyygm4pevufjg940kf2ya6s78gtpgrt60s7s4gzk6v", "id": "1134", - "current_tick_liquidity": "26072272062153328.280681393200279702", + "current_tick_liquidity": "26062855893722275.914908009938717203", "token0": "uosmo", "token1": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", - "current_sqrt_price": "15003.462131726865711856175938649360220594", - "current_tick": "73251038", + "current_sqrt_price": "14979.950240737743862616218391836172500333", + "current_tick": "73243989", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:03:16.900933975Z" + "last_liquidity_update": "2024-10-04T17:02:43.598436714Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -36251,15 +36251,15 @@ "incentives_address": "osmo195e7qr4l7z9rtnc8cwm9646pk9slu8ve8c0pjmvt6hzqsmy04uzqe530fs", "spread_rewards_address": "osmo1y53uxff98xn2xftdxk2du85j88r8cxg6hndldl0uxln52ds4ukvs8zt345", "id": "1135", - "current_tick_liquidity": "3108723510653.558867514201114033", + "current_tick_liquidity": "2945209615526.671002062549413357", "token0": "uosmo", "token1": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "current_sqrt_price": "0.349835543402344095563873268833781992", - "current_tick": "-8776151", + "current_sqrt_price": "0.345406920312586857112580078250387475", + "current_tick": "-8806941", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:02:08.526634694Z" + "last_liquidity_update": "2024-10-04T17:15:28.695103557Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -36267,15 +36267,15 @@ "incentives_address": "osmo1h9qzx4rgzdexg39usx59h9plnn606mdgfk8aymk667s96hvte5tshp00xr", "spread_rewards_address": "osmo1awtgwnc5wqqz6q2538ljyea5840c5c80pmy829klhqjkjaletnnqc53xpx", "id": "1136", - "current_tick_liquidity": "2013810753068.033796742431822033", + "current_tick_liquidity": "2391468947522.278415727125980841", "token0": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901", "token1": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "current_sqrt_price": "1.191019419158558683489414469663264754", - "current_tick": "418527", + "current_sqrt_price": "1.189935146340131327344319071243143768", + "current_tick": "415945", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.003000000000000000", - "last_liquidity_update": "2024-10-02T17:45:35.989581023Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -36295,14 +36295,14 @@ { "token": { "denom": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED", - "amount": "3744608424012" + "amount": "3744209011324" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "30390562776" + "amount": "30403698064" }, "weight": "536870912000000" } @@ -36423,14 +36423,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "6913401" + "amount": "6775950" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "56077440" + "amount": "57216168" }, "weight": "536870912000000" } @@ -36455,14 +36455,14 @@ { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "3496490" + "amount": "3393628" }, "weight": "536870912000000" }, { "token": { "denom": "uion", - "amount": "14294" + "amount": "14729" }, "weight": "536870912000000" } @@ -36510,8 +36510,8 @@ "current_tick_liquidity": "20046019773.935857947475071855", "token0": "ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.019758374760090346212680454410969621", - "current_tick": "-33096067", + "current_sqrt_price": "0.019979217744101482328275963162096689", + "current_tick": "-33008309", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -36526,8 +36526,8 @@ "current_tick_liquidity": "230156923943.019472556346415675", "token0": "ibc/6B2B19D874851F631FF0AF82C38A20D4B82F438C7A22F41EDA33568345397244", "token1": "uosmo", - "current_sqrt_price": "0.026659218092249997739736436800302737", - "current_tick": "-29892861", + "current_sqrt_price": "0.027102319782615226709015844127953950", + "current_tick": "-29654643", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -36542,12 +36542,12 @@ "current_tick_liquidity": "2567269852.495001278339465091", "token0": "ibc/8A025A1E70101E39DE0C0F153E582A30806D3DA16795F6D868A3AA247D2DEDF7", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "1.053201565923036061092972848756005713", - "current_tick": "109233", + "current_sqrt_price": "1.053420429380242920518509810972697358", + "current_tick": "109694", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T07:49:48.759963804Z" + "last_liquidity_update": "2024-10-04T05:00:39.546908161Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -36606,12 +36606,12 @@ "current_tick_liquidity": "5049673062809.950656086186710578", "token0": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.999777999349302332773361202197277066", - "current_tick": "-4440", + "current_sqrt_price": "0.999754239548078379941070105801585892", + "current_tick": "-4915", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-01T18:19:51.687685208Z" + "last_liquidity_update": "2024-10-03T15:03:08.313361390Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -36622,8 +36622,8 @@ "current_tick_liquidity": "181350163221.998225340174584652", "token0": "ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C", "token1": "uosmo", - "current_sqrt_price": "0.005879990643166060105731831944043712", - "current_tick": "-42542572", + "current_sqrt_price": "0.005828991896808971742900650728415190", + "current_tick": "-42602286", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -36638,8 +36638,8 @@ "current_tick_liquidity": "115069392410.324012077168196066", "token0": "ibc/6727B2F071643B3841BD535ECDD4ED9CAE52ABDD0DCD07C3630811A7A37B215C", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.004335087168437920031596981657774484", - "current_tick": "-44120702", + "current_sqrt_price": "0.004285570610588590729860557007449315", + "current_tick": "-44163389", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -36718,8 +36718,8 @@ "current_tick_liquidity": "17984900.352175308055067862", "token0": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.127020396613370578147251363856175453", - "current_tick": "-17386582", + "current_sqrt_price": "0.124635236580738818230331475693068940", + "current_tick": "-17446606", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -36747,15 +36747,15 @@ "incentives_address": "osmo1u0tv66jw0w06gkph70a2ud5dtygxfgxl7qs89apvtzdvvtqxnvus7f2jgn", "spread_rewards_address": "osmo16038k3zcjv5xscm7casj0flvfavdry90gc78xs5870tu2k3p9n0s5fqn4x", "id": "1159", - "current_tick_liquidity": "42496533187.801010310746591477", + "current_tick_liquidity": "5082714489.052722335478301057", "token0": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.361597048926777098401646020324769148", - "current_tick": "-8692476", + "current_sqrt_price": "0.356514237793373932511062347029087045", + "current_tick": "-8728976", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:03:21.684462997Z" + "last_liquidity_update": "2024-10-04T16:28:49.738554645Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -36779,15 +36779,15 @@ "incentives_address": "osmo16fsm9rwvg50lmq7ajkvyn38z4y6m4mtk0c9e3gac569fe0uq7wtsqwgk0y", "spread_rewards_address": "osmo1rckac6wpsyxxaldyfxdw7nzkudrngpvga4cxe5l3reyyc8sracwsyg4epa", "id": "1161", - "current_tick_liquidity": "56470507529.788696071741944959", + "current_tick_liquidity": "175646093366.591396832613667689", "token0": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.542644413870557310644236227963182643", - "current_tick": "-7055371", + "current_sqrt_price": "0.565743204956693639248799720063457389", + "current_tick": "-6799347", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:19:49.318757374Z" + "last_liquidity_update": "2024-10-04T16:08:44.538838591Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -36811,15 +36811,15 @@ "incentives_address": "osmo19kg5y79eezp4fuv3ednhysk8l0vfmu95gp0ylpavs8709vunzqesh7jz7t", "spread_rewards_address": "osmo1uf4gxzl25ry9uk0mld9we3jpvjan9n6sfkgn7fjxx2c8tu5dudtqsxthet", "id": "1163", - "current_tick_liquidity": "23572089487.475111656202172843", + "current_tick_liquidity": "23573715147.312812622199678740", "token0": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.604357404070074911104430709096478854", - "current_tick": "-6347522", + "current_sqrt_price": "0.611609745187345211209473530974644863", + "current_tick": "-6259336", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:49:11.613659397Z" + "last_liquidity_update": "2024-10-03T15:48:20.677924952Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -36926,8 +36926,8 @@ "current_tick_liquidity": "12940634492.963983877100616669", "token0": "ibc/0B3D528E74E3DEAADF8A68F393887AC7E06028904D02173561B0D27F6E751D0A", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.103829805424247496823962719773703830", - "current_tick": "-17921938", + "current_sqrt_price": "0.102553440580184478044502327427240310", + "current_tick": "-17948280", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -36983,14 +36983,14 @@ { "token": { "denom": "ibc/95C9B5870F95E21A242E6AF9ADCB1F212EE4A8855087226C36FBE43FC41A77B8", - "amount": "170417292847719165019836" + "amount": "170049061953722941167703" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "29057100687" + "amount": "29127017475" }, "weight": "536870912000000" } @@ -37125,14 +37125,14 @@ { "token": { "denom": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF", - "amount": "755214447660482500388" + "amount": "726846276819972037644" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "1604829220" + "amount": "1668587774" }, "weight": "536870912000000" } @@ -37157,14 +37157,14 @@ { "token": { "denom": "ibc/1CDF9C7D073DD59ED06F15DB08CC0901F2A24759BE70463570E8896F9A444ADF", - "amount": "28618288390307930368352" + "amount": "27893351657334352606040" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "7381536644" + "amount": "7578298190" }, "weight": "536870912000000" } @@ -37308,8 +37308,8 @@ "current_tick_liquidity": "2180360957.957100982690669742", "token0": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.760761814468491209709980859633110815", - "current_tick": "-4212415", + "current_sqrt_price": "0.799128001208561279780136594767058049", + "current_tick": "-3613945", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -37687,15 +37687,15 @@ "incentives_address": "osmo1exntjxzk2rlv79702lxvvu7hnupptr89kuqelym9fmdly27yumvqq32u4l", "spread_rewards_address": "osmo1z0aw9ekkwgaxxhh58p7t7xhe5q3lfeg925556d3jmrx8syrpzl3s7j262t", "id": "1213", - "current_tick_liquidity": "185003595819830897400.865482941191410649", + "current_tick_liquidity": "185004630727751014980.933211320290626880", "token0": "ibc/FBB3FEF80ED2344D821D4F95C31DBFD33E4E31D5324CAD94EF756E67B749F668", "token1": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", - "current_sqrt_price": "1.043443973409453293349648552118530173", - "current_tick": "88775", + "current_sqrt_price": "1.043742316963609302419237452918834608", + "current_tick": "89398", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:09:10.196625071Z" + "last_liquidity_update": "2024-10-04T17:08:37.702055789Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -37722,8 +37722,8 @@ "current_tick_liquidity": "201573636566.174105794863762944", "token0": "ibc/51D893F870B7675E507E91DA8DB0B22EA66333207E4F5C0708757F08EE059B0B", "token1": "uosmo", - "current_sqrt_price": "0.504146237766961782210914879363449073", - "current_tick": "-7458366", + "current_sqrt_price": "0.506688549945380312745219719970278586", + "current_tick": "-7432668", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -37792,14 +37792,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "3903459336" + "amount": "3916322044" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/B1E0166EA0D759FDF4B207D1F5F12210D8BFE36F2345CEFC76948CE2B36DFBAF", - "amount": "411078677099740974975205" + "amount": "409834720457731641860164" }, "weight": "536870912000000" } @@ -37824,14 +37824,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "586080" + "amount": "563324" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F", - "amount": "4216204" + "amount": "4387688" }, "weight": "536870912000000" } @@ -37844,15 +37844,15 @@ "incentives_address": "osmo18wpppl3e0z9u45psrjkv4rjh5ete7y8lsfz9uk02tg5mzex7sgdqzudl50", "spread_rewards_address": "osmo1apreqcw0g68t8lyhkcw537k5q6c6aa5nand85u8nhlkyu8wqvqssxttqj9", "id": "1220", - "current_tick_liquidity": "549444387243125.362543272738354585", + "current_tick_liquidity": "549440726386802.366404120570805333", "token0": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "1.000088410988710571138783960386985203", - "current_tick": "176", + "current_sqrt_price": "1.000092260730775409363340015207017412", + "current_tick": "184", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T18:09:42.321357382Z" + "last_liquidity_update": "2024-10-04T17:09:10.265288225Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -37860,15 +37860,15 @@ "incentives_address": "osmo16audzujeqr3psjzp682vnjn56lemrn4xmgqd2ar7zq5p9vzalwwsera3rc", "spread_rewards_address": "osmo1upen9pnhnut483425xccv2rnhxnmxfe90rcn9nr6m98au8xgsr6sm0z45q", "id": "1221", - "current_tick_liquidity": "4683900195843.088926739512925939", + "current_tick_liquidity": "306957375134.229996926106001610", "token0": "uosmo", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.737272546738915273010655446388573984", - "current_tick": "-4564292", + "current_sqrt_price": "0.739559969520647097478172469317155188", + "current_tick": "-4530511", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:23:16.957660153Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -37908,15 +37908,15 @@ "incentives_address": "osmo12nd5stwgqkpxdycxx6gpg6ydqnwe2x2clkgy59ghfw5h305je96sjzy8gn", "spread_rewards_address": "osmo1plu4s37ra3v4k9l5w4twl92lxhu5gywe0yz5033p27wj3mk6j67s4r5jre", "id": "1223", - "current_tick_liquidity": "1552284691389372.654454521771186626", + "current_tick_liquidity": "2505038372576413.162065254356599187", "token0": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "1.000071699625071138660176371808902575", - "current_tick": "143", + "current_sqrt_price": "1.000046902272918890507632315827109616", + "current_tick": "93", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T15:51:40.571344465Z" + "last_liquidity_update": "2024-10-04T17:08:53.439810231Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -37924,15 +37924,15 @@ "incentives_address": "osmo1jmxqykswpe0tg2yl4x2ywekmhxnqggnd60dxe8gxccrler9r9d8slh4zcq", "spread_rewards_address": "osmo15w2kdkydzxzgh4werus0lfat9w2a7965pv8t9pa2yhc8sghs9ufq43nqvv", "id": "1224", - "current_tick_liquidity": "8681998941487.998783015408992021", + "current_tick_liquidity": "8679000420537.154335027504331134", "token0": "ibc/92BE0717F4678905E53F4E45B2DED18BC0CB97BF1F8B6A25AFEDF3D5A879B4D5", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "1.000001601437711895870075631011363690", - "current_tick": "3", + "current_sqrt_price": "0.999922788004344138193338297861198465", + "current_tick": "-1545", "tick_spacing": "1000", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T18:01:40.384636642Z" + "last_liquidity_update": "2024-10-04T17:01:12.597328842Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -37952,14 +37952,14 @@ { "token": { "denom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn", - "amount": "2674539623136" + "amount": "2682165425567" }, "weight": "53687091200" }, { "token": { "denom": "uosmo", - "amount": "83085745620" + "amount": "82849597324" }, "weight": "53687091200" } @@ -37978,20 +37978,20 @@ "future_pool_governor": "osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd", "total_shares": { "denom": "gamm/pool/1226", - "amount": "4829973239198231988333003" + "amount": "4835929488231991739444950" }, "pool_assets": [ { "token": { "denom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt", - "amount": "35734030840" + "amount": "36008551358" }, "weight": "53687091200" }, { "token": { "denom": "uosmo", - "amount": "65442422137" + "amount": "65104741473" }, "weight": "53687091200" } @@ -38012,7 +38012,7 @@ "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -38023,12 +38023,12 @@ "current_tick_liquidity": "2189393861.355844930702860359", "token0": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.083078013086214817693224850582643180", - "current_tick": "-21098044", + "current_sqrt_price": "0.083479426300507164229248193984486348", + "current_tick": "-21031186", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-09-22T10:01:08.299298528Z" + "last_liquidity_update": "2024-10-03T18:50:28.270791034Z" }, { "@type": "/osmosis.cosmwasmpool.v1beta1.CosmWasmPool", @@ -38046,8 +38046,8 @@ "current_tick_liquidity": "5207006.574405284843136614", "token0": "ibc/01D2F0C4739C871BFBEE7E786709E6904A55559DC1483DD92ED392EF12247862", "token1": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "current_sqrt_price": "0.253185209640388122762431301516737803", - "current_tick": "-12589725", + "current_sqrt_price": "0.134454953254318788403466255870293206", + "current_tick": "-17192187", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -38100,14 +38100,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "8112581" + "amount": "8093000" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3", - "amount": "1175372049" + "amount": "1178238451" }, "weight": "536870912000000" } @@ -38164,14 +38164,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "3239606901" + "amount": "3254666475" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B", - "amount": "397204068334" + "amount": "395397688974" }, "weight": "536870912000000" } @@ -38289,14 +38289,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "1077969423" + "amount": "1071149412" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A", - "amount": "101960045938220541722994" + "amount": "102611184991619133862199" }, "weight": "536870912000000" } @@ -38321,14 +38321,14 @@ { "token": { "denom": "ibc/672406ADE4EDFD8C5EA7A0D0DD0C37E431DA7BD8393A15CD2CFDE3364917EB2A", - "amount": "139267335809170254451425" + "amount": "137691829136576922293174" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "11981108218" + "amount": "12118483156" }, "weight": "536870912000000" } @@ -38353,14 +38353,14 @@ { "token": { "denom": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC", - "amount": "120936721669" + "amount": "126686492231" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "11125838" + "amount": "10625738" }, "weight": "536870912000000" } @@ -38385,14 +38385,14 @@ { "token": { "denom": "ibc/2B30802A0B03F91E4E16D6175C9B70F2911377C1CAE9E50FF011C821465463F9", - "amount": "1300874137040270881348520" + "amount": "1248710231185927115533846" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "308094008459" + "amount": "321155992087" }, "weight": "536870912000000" } @@ -38417,14 +38417,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "3016734070" + "amount": "2976161626" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525", - "amount": "3463407543672278" + "amount": "3511303840305136" }, "weight": "536870912000000" } @@ -38437,15 +38437,15 @@ "incentives_address": "osmo1r6ed7j34ulem4pm0qeegc2dry5zt784rgk0h0gqnl9q2mc6v5q7qjg3u04", "spread_rewards_address": "osmo1g8rg8kjn2wvle893en0qvwq93kldr7gwxntxavu7043mv8rd67jscwkgsq", "id": "1243", - "current_tick_liquidity": "1018888282.733438961821715187", + "current_tick_liquidity": "5121490692.047825679383230518", "token0": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.956469892684037995329956180417941293", - "current_tick": "-851654", + "current_sqrt_price": "0.965208780039361905104660297821455861", + "current_tick": "-683721", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:30:10.078283496Z" + "last_liquidity_update": "2024-10-04T16:13:32.206757354Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -38459,20 +38459,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1244", - "amount": "2122981657199964309125" + "amount": "2122993248729575506289" }, "pool_assets": [ { "token": { "denom": "ibc/F3166F4D31D6BA1EC6C9F5536F5DDDD4CC93DBA430F7419E7CDC41C497944A65", - "amount": "736652525605" + "amount": "737405598284" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "90402399148" + "amount": "90378469351" }, "weight": "536870912000000" } @@ -38485,15 +38485,15 @@ "incentives_address": "osmo19rkvx5xzx8xzpj7950v5v28lsle9m7rlrgxk6mue6wfxg77d0djst297ue", "spread_rewards_address": "osmo1l647zzkm7qdz7grwmumdgdxu547xsk2zc83yxsa82eph6q0qfmysy09cux", "id": "1245", - "current_tick_liquidity": "695665488086878288.932491595388052239", + "current_tick_liquidity": "618973807914347114.426951008688388774", "token0": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C", "token1": "uosmo", - "current_sqrt_price": "0.000001257382824023345211793207567097", - "current_tick": "-107418989", + "current_sqrt_price": "0.000001273147761457134047813582130176", + "current_tick": "-107379095", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:23:16.957660153Z" + "last_liquidity_update": "2024-10-04T17:17:11.320626597Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -38509,7 +38509,7 @@ "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:03:47.735713559Z" + "last_liquidity_update": "2024-10-04T17:03:18.355167848Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -38517,15 +38517,15 @@ "incentives_address": "osmo175dck737jmvr9mw34pqs7y5fv0umnak3vrsj3mjxg75cnkmyulfs0c3sxr", "spread_rewards_address": "osmo1sztcvwfec7lk766vn4wxny2s5rzh9ggglmhaaycrgqxmvxduuwvsg0rvcx", "id": "1247", - "current_tick_liquidity": "112319115794.639458554501297614", + "current_tick_liquidity": "199849892013.846943984066408640", "token0": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "2.218248966326388741863067651186558975", - "current_tick": "3920628", + "current_sqrt_price": "2.291082436018640756994400973010684573", + "current_tick": "4249058", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:24:05.923378185Z" + "last_liquidity_update": "2024-10-04T17:18:51.986106584Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -38533,15 +38533,15 @@ "incentives_address": "osmo1y3excgs02765nzvxv5lqlvullva2w2uxapq5nyjnzg30yglge03sem7azc", "spread_rewards_address": "osmo1uv76jtxlyvdkg5hqdkzlwlvsknzhfw5xazqc549g8g60kmtkxr3sfgd5lx", "id": "1248", - "current_tick_liquidity": "1192710771834.245538028111998616", + "current_tick_liquidity": "1353245091296.895011774647145287", "token0": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", "token1": "uosmo", - "current_sqrt_price": "3.006118734809456257786143027122030166", - "current_tick": "8036749", + "current_sqrt_price": "3.103898623977943069882411785084806370", + "current_tick": "8634186", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:19:13.366969046Z" + "last_liquidity_update": "2024-10-04T16:56:06.545384276Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -38555,20 +38555,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1249", - "amount": "472482210224670285167" + "amount": "472878941988553455962" }, "pool_assets": [ { "token": { "denom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", - "amount": "2381612359" + "amount": "2309865219" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "21509177402" + "amount": "22233961816" }, "weight": "536870912000000" } @@ -38593,14 +38593,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "133673692" + "amount": "138362028" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", - "amount": "27229912" + "amount": "26320073" }, "weight": "536870912000000" } @@ -38613,15 +38613,15 @@ "incentives_address": "osmo1vhw7cjhv5w4ckkr49d8f4tg99m2ar5x377ku9540mfnrdpptw00qe9rd5g", "spread_rewards_address": "osmo15zn4jn8dwyj709jvzuev74m55cf9w89wcmqemp34kr82yn2mr0kqtnhxqw", "id": "1251", - "current_tick_liquidity": "73366331457643.937665327167207819", + "current_tick_liquidity": "138019108359328.222411413130994432", "token0": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "2.108340222935607024982620747746427756", - "current_tick": "3445098", + "current_sqrt_price": "2.142893703964662793788889071200585811", + "current_tick": "3591993", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:23:58.959690469Z" + "last_liquidity_update": "2024-10-04T17:18:35.740827877Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -38629,15 +38629,15 @@ "incentives_address": "osmo138yk97avuf8grytppeyzvatrkm62a0nv3zg0zftua8xnqsggqc5qswmf3v", "spread_rewards_address": "osmo140yq3t0svapxs8dgkpy67xny0a4n26qkhkhe6q04qz7scwqcgvhskuz9nx", "id": "1252", - "current_tick_liquidity": "175412914467029.106070606942436830", + "current_tick_liquidity": "174330795046189.167976692782433543", "token0": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC", "token1": "uosmo", - "current_sqrt_price": "1.128902068556858736373710751348627143", - "current_tick": "274419", + "current_sqrt_price": "1.128742970054548966881797898867910186", + "current_tick": "274060", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T07:56:17.101274157Z" + "last_liquidity_update": "2024-10-04T17:02:11.549983625Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -38645,15 +38645,15 @@ "incentives_address": "osmo1qnzzxuhqfnkcrq7ukveswn6ayrxunnuhzakdcdzlrfvxjme042esqngv43", "spread_rewards_address": "osmo1kzrvezzacqp59xt4fgc3mcvwescka345z0tlehg7fvwphagrepaqgh59ng", "id": "1253", - "current_tick_liquidity": "189333650297.972656462804558541", + "current_tick_liquidity": "181019408427.718752849147474479", "token0": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.024737013543239091986930958704239025", - "current_tick": "-30880802", + "current_sqrt_price": "0.024874091288484171094710574230735435", + "current_tick": "-30812796", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:21:03.203127166Z" + "last_liquidity_update": "2024-10-04T15:06:13.294214273Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -38705,14 +38705,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "7042010523" + "amount": "6883261872" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B", - "amount": "2717582401" + "amount": "2780897972" }, "weight": "536870912000000" } @@ -38792,8 +38792,8 @@ "current_tick_liquidity": "1880279842.701442904876057398", "token0": "ibc/23CA6C8D1AB2145DD13EB1E089A2E3F960DC298B468CCE034E19E5A78B61136E", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.338403038192260262752119242177040443", - "current_tick": "-8854834", + "current_sqrt_price": "0.338266635005312315041057140724206103", + "current_tick": "-8855757", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", @@ -38821,15 +38821,15 @@ "incentives_address": "osmo17w0ztsj7w4tyl7xp37850hyxsqj5yh3s0yk4q5ad4sr5xnext3pq4y89ap", "spread_rewards_address": "osmo1h3exju0z9j4nvzaq2sdhseph7dazaunc24frvx5hjpd6pu6u6d5q35z357", "id": "1260", - "current_tick_liquidity": "21278532955351000591.994696299019464774", + "current_tick_liquidity": "21321505017673982970.154387676544504218", "token0": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", "token1": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", - "current_sqrt_price": "1000026.193135147457888584121160567050625804", - "current_tick": "108000052", + "current_sqrt_price": "1000052.403349620836996455478172472330914074", + "current_tick": "108000104", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T18:17:39.846961739Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -38840,8 +38840,8 @@ "current_tick_liquidity": "8688430692325278119.836739801043586959", "token0": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", "token1": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", - "current_sqrt_price": "1000193.977012952085540307418833164465477482", - "current_tick": "108000387", + "current_sqrt_price": "1000277.799499706273515643727797328094674667", + "current_tick": "108000555", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", @@ -38869,15 +38869,15 @@ "incentives_address": "osmo1glw62sxnarqlte4g4kxh7z5pje0x0llfwe53jfec7uydc9xygv7srmknr9", "spread_rewards_address": "osmo15qle4t0azwg8etdn48n8lrvvwwut2wfe6lmkn5hk2faycs5gyalsf7eqgv", "id": "1263", - "current_tick_liquidity": "23457577356281.452239914659144399", + "current_tick_liquidity": "5684223903190.629996966083542126", "token0": "uosmo", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.737458864141489176968857592947420498", - "current_tick": "-4561545", + "current_sqrt_price": "0.739225993717346676570482591069918790", + "current_tick": "-4535450", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:23:38.089828695Z" + "last_liquidity_update": "2024-10-04T17:18:23.288138378Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -38885,15 +38885,15 @@ "incentives_address": "osmo1hqjfk0hjyhzlnf6tzgqgh7gj42x77hgstqy44k7zvgpremyrlags4j9hfk", "spread_rewards_address": "osmo165qlqpwpwr7pzwxe0yywk8ud7zf05yj6taw2k76wzdpjeqrkdzfsz2muhz", "id": "1264", - "current_tick_liquidity": "4020215207399647.558729172033653269", + "current_tick_liquidity": "3893832840495165.742881350169386694", "token0": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000049070034669185827319742696084651", - "current_tick": "-79592132", + "current_sqrt_price": "0.000049338754713801616391979803205446", + "current_tick": "-79565688", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:14:26.054250029Z" + "last_liquidity_update": "2024-10-04T16:30:47.916223761Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -38901,15 +38901,15 @@ "incentives_address": "osmo1nldrmuq5qa9k49m0dmm4k3399k778jvh962qgg7qqamsdt05qmussf888k", "spread_rewards_address": "osmo1s0qpx3kk2vyrw368m727rgdkzvq3u2vhhlaz82aehlu5wtc3d2tqc6gzlc", "id": "1265", - "current_tick_liquidity": "226180124292.110345550309192486", + "current_tick_liquidity": "232719114654.178468178378495306", "token0": "uosmo", "token1": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "current_sqrt_price": "0.349601496679878306551733115664849388", - "current_tick": "-8777788", + "current_sqrt_price": "0.344853747035870278277893961697216095", + "current_tick": "-8810759", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:21:55.587820289Z" + "last_liquidity_update": "2024-10-04T17:06:30.206529526Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -38929,14 +38929,14 @@ { "token": { "denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C", - "amount": "19172434668" + "amount": "18884458573" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580", - "amount": "459322838" + "amount": "466363821" }, "weight": "536870912000000" } @@ -38949,15 +38949,15 @@ "incentives_address": "osmo1r0nv4tfmlgmvmrtuhjlsacn0mk2t29auzuz3433q0agu8vrq7d0s7lv2rf", "spread_rewards_address": "osmo1echnpyryndwjfswamrnqqulm7lt6xug7vj7ma6j0fhf3vr78992s5prys2", "id": "1267", - "current_tick_liquidity": "721802204048.013904189460502603", + "current_tick_liquidity": "723110519078.325818433939207184", "token0": "factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/squosmo", "token1": "uosmo", - "current_sqrt_price": "0.000607663344864924613655617950122083", - "current_tick": "-60307453", + "current_sqrt_price": "0.000585892832686292411384567254556839", + "current_tick": "-60567296", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-01T20:20:14.853804458Z" + "last_liquidity_update": "2024-10-03T17:19:54.398891943Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -38965,15 +38965,15 @@ "incentives_address": "osmo1xt73tjayvnps8n0ptpcnqjyeaxum9pjk5shf9hlje085lg6xcgysqel2cv", "spread_rewards_address": "osmo1zk8vls43mjjvsgy622naqzslpuv5x4mvrv9aq7pvyl9yl2s834zseg27lr", "id": "1268", - "current_tick_liquidity": "3047498955175.245250456224762471", + "current_tick_liquidity": "5188737938550.874972293053002291", "token0": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.996702356683031941796303175301640642", - "current_tick": "-65845", + "current_sqrt_price": "0.993554118081304099051498866984077574", + "current_tick": "-128503", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T17:35:28.811400005Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -39076,8 +39076,8 @@ "current_tick_liquidity": "258722010071.652943759873969151", "token0": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.069201511453071651070791911203687876", - "current_tick": "-23211151", + "current_sqrt_price": "0.066909451998266104679582184549046738", + "current_tick": "-23523126", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -39105,15 +39105,15 @@ "incentives_address": "osmo1l44nfwsnnjygtg90suwvdqrvkuuz9dc9vxee22499gf4q4gt7vnqxn309h", "spread_rewards_address": "osmo1ftkvmrz6regvzlcl84027qrvflmmh3n5nv3hazpflp20qa4w03jsw3zas0", "id": "1273", - "current_tick_liquidity": "8062689594125.416630127727459540", + "current_tick_liquidity": "8139619881318.926687312571902556", "token0": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.005317409403885855172320167753190533", - "current_tick": "-43172516", + "current_sqrt_price": "0.005289885205090478766746575027820585", + "current_tick": "-43201712", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.005000000000000000", - "last_liquidity_update": "2024-10-01T17:18:33.568403008Z" + "last_liquidity_update": "2024-10-04T17:06:55.298000597Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -39124,8 +39124,8 @@ "current_tick_liquidity": "219364646369.151371050958223446", "token0": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "1.000235449829623225091217459708435089", - "current_tick": "470", + "current_sqrt_price": "1.000175459244232996903878467066094138", + "current_tick": "350", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -39137,15 +39137,15 @@ "incentives_address": "osmo1a74a4w8vqtg3ksvre85yq3eh0xhvvayrdxfztkummlqjrkse0zaseyvvyg", "spread_rewards_address": "osmo1cgm08pzuhu2ed3xxch78uy9hg24fl6guyz5jcyxnfzrsts65ql0s8dheat", "id": "1275", - "current_tick_liquidity": "42621457595752709.364181150378452907", + "current_tick_liquidity": "42470998732395200.931294081625568421", "token0": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", "token1": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", - "current_sqrt_price": "999757.298063884784567661317285792250451500", - "current_tick": "107995146", + "current_sqrt_price": "999777.998139584896442653661062056031976397", + "current_tick": "107995560", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -39169,15 +39169,15 @@ "incentives_address": "osmo1qsd8fgsgpz3y3lqdx4llpdg4ur2646khy536uj4489zx95uvxccs0c3p20", "spread_rewards_address": "osmo1gulf22thunjxh3rlf5kumrpyxmms07numcx2ygj8pd3j80mszlts54n6tz", "id": "1277", - "current_tick_liquidity": "5109848705.042137774194317187", + "current_tick_liquidity": "5097425993.116856178596583010", "token0": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "24.707512362393738405794965190088858783", - "current_tick": "23104611", + "current_sqrt_price": "24.918625666735071399762453327019923661", + "current_tick": "23209379", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:21:08.075715288Z" + "last_liquidity_update": "2024-10-04T16:34:14.742211685Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -39185,15 +39185,15 @@ "incentives_address": "osmo1vvlfgza07am2494cqfgca0fqcg8h4f6a6qj5cy05ynd9rh0kpx8qyjext2", "spread_rewards_address": "osmo160qdm572d08zu87mjeh4y3g860swsmuln09vw4p2t2y8kphqd0yshrujgw", "id": "1278", - "current_tick_liquidity": "183715038753924.610364438008281763", + "current_tick_liquidity": "8198670791647943.688664052169219300", "token0": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000049084335000848526906310821457985", - "current_tick": "-79590729", + "current_sqrt_price": "0.000049307693631311133331084198562491", + "current_tick": "-79568752", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-09-24T03:47:10.063427216Z" + "last_liquidity_update": "2024-10-04T15:57:18.949372764Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -39201,15 +39201,15 @@ "incentives_address": "osmo13velw6pcput830aym45lvkjv00fxezy3sqnphtt4gcng9jxw769qgpv5ne", "spread_rewards_address": "osmo1zxute52retag3xayp8r03mlvh9u68chh82sgs45ehdax20cwqc5qamwajx", "id": "1279", - "current_tick_liquidity": "10647809878580248.235853593885440868", + "current_tick_liquidity": "10648321035133042.660800226073016879", "token0": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "0.000049062415287240978856443152545885", - "current_tick": "-79592880", + "current_sqrt_price": "0.000049323464921735289737981811459766", + "current_tick": "-79567196", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:34:34.256713524Z" + "last_liquidity_update": "2024-10-04T15:09:14.134763010Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -39236,12 +39236,12 @@ "current_tick_liquidity": "1986190993448413.037400677575798905", "token0": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", "token1": "uosmo", - "current_sqrt_price": "0.000066622233022987361159840302700061", - "current_tick": "-77561479", + "current_sqrt_price": "0.000066722790560822263283518102544800", + "current_tick": "-77548070", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-01T19:56:23.554032087Z" + "last_liquidity_update": "2024-10-04T16:36:23.231366247Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -39249,15 +39249,15 @@ "incentives_address": "osmo1ud56842l2t7scmdt8wttwect9us25g32h0hy4895emxjxjf8dxzqg227pl", "spread_rewards_address": "osmo1enrsppqmv5e3cp4m0rjmy2hkqd8xl940vptkzund25vh44fvjdes0x0v5d", "id": "1282", - "current_tick_liquidity": "4620148839089.619527125026894286", + "current_tick_liquidity": "20584389569543.187532164397961527", "token0": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "2.108032165029221477481926758448216999", - "current_tick": "3443799", + "current_sqrt_price": "2.142279743606769727558254755602075496", + "current_tick": "3589362", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:24:04.657210848Z" + "last_liquidity_update": "2024-10-04T17:18:19.646632394Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -39265,15 +39265,15 @@ "incentives_address": "osmo1j5m4gk486hp9zpvqygtquehvptmvxe4h2grant6ud262wjd5wqqq2kaqru", "spread_rewards_address": "osmo1q9n7uw9tgyu6wdkecxcm9cx6qp9ygj46u6umnacrrthmp6v9te3sj99tm4", "id": "1283", - "current_tick_liquidity": "7284211504215.629979593307978971", + "current_tick_liquidity": "23810702483646.670836800103498857", "token0": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901", "token1": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "current_sqrt_price": "1.190945311039456776529712052738731492", - "current_tick": "418350", + "current_sqrt_price": "1.190886934816178828034397079758875646", + "current_tick": "418211", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:10:55.795346204Z" + "last_liquidity_update": "2024-10-04T17:17:05.100845512Z" }, { "@type": "/osmosis.gamm.poolmodels.stableswap.v1beta1.Pool", @@ -39354,14 +39354,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "600203795" + "amount": "588763658" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA", - "amount": "66387090074081" + "amount": "67717302573504" }, "weight": "536870912000000" } @@ -39539,7 +39539,7 @@ "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -39563,15 +39563,15 @@ "incentives_address": "osmo12vfmexwpcl6wm9qzdsqsen00sc0kt7ul5h6rqgesfknp5aeq4jhq7y0hu0", "spread_rewards_address": "osmo1u6fp9z8q6pmuyp0fqnns97l3fdlu56sewyt02h0elqrxa7769ppssul8fh", "id": "1294", - "current_tick_liquidity": "1374177505241.378510734747009611", + "current_tick_liquidity": "1043255683210.990448980277408826", "token0": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "1.199415624959667677920522827160458023", - "current_tick": "438597", + "current_sqrt_price": "1.198414614153179397879141187386766355", + "current_tick": "436197", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:21:55.587820289Z" + "last_liquidity_update": "2024-10-04T16:30:10.090663926Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -39591,14 +39591,14 @@ { "token": { "denom": "ibc/09FAF1E04435E14C68DE7AB0D03C521C92975C792DB12B2EA390BAA2E06B3F3D", - "amount": "19894172339" + "amount": "20475064865" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "150469675" + "amount": "146211188" }, "weight": "536870912000000" } @@ -39643,15 +39643,15 @@ "incentives_address": "osmo1r58sjvvestjtfqj0yyvtascg8lsecttanvrv43mkkv99r0cw4u0sjhj8u9", "spread_rewards_address": "osmo1mpddvcutx6944z5f2f5qefmh0xyqrc3uee8ljuxykymsxjdhj52qmwr3k0", "id": "1297", - "current_tick_liquidity": "13501331871445106658298.035886004879182807", + "current_tick_liquidity": "13501332280394223807919.033571829214295838", "token0": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5", "token1": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", - "current_sqrt_price": "0.998260174366470178807822648519410828", - "current_tick": "-34767", + "current_sqrt_price": "0.998258079873519006942426220263678903", + "current_tick": "-34809", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-09-26T20:30:27.548412563Z" + "last_liquidity_update": "2024-10-04T05:50:57.363600582Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -39659,15 +39659,15 @@ "incentives_address": "osmo1fkd6l6eze5kpl3lsstl2ffpk3j9smurd4cvvytzzmm9fcydft9dq44gz5w", "spread_rewards_address": "osmo10tl6nfqh9lnerz5p2za4dvkgljg8qs5gdrdwr8pszvz2tu264xrq7n4dwd", "id": "1298", - "current_tick_liquidity": "229163874549940701797769.510086182372976205", + "current_tick_liquidity": "92122707485799593393.100621347832278742", "token0": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85", "token1": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", - "current_sqrt_price": "0.189964877963491578009680330739026271", - "current_tick": "-15391335", + "current_sqrt_price": "0.182349308297304936153796982611756155", + "current_tick": "-15674873", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.005000000000000000", - "last_liquidity_update": "2024-09-26T13:02:44.558033535Z" + "last_liquidity_update": "2024-10-03T04:48:24.804772433Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -39678,8 +39678,8 @@ "current_tick_liquidity": "89675810.008783934334083251", "token0": "factory/osmo1g8qypve6l95xmhgc0fddaecerffymsl7kn9muw/sqatom", "token1": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "current_sqrt_price": "0.015994644094226516063676191752680601", - "current_tick": "-34441714", + "current_sqrt_price": "0.015995499414380314116638331334589169", + "current_tick": "-34441440", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -39703,14 +39703,14 @@ { "token": { "denom": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782", - "amount": "52461465" + "amount": "53299684" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "1312981" + "amount": "1307750" }, "weight": "536870912000000" } @@ -39723,15 +39723,15 @@ "incentives_address": "osmo198za9jtj55eyzgsfzqtpz3f56mc2zkv9xuy0sfdf072acsu9nq6s9ll8xq", "spread_rewards_address": "osmo1nm0vpuuud0t9umvl44jfce842zx5xh536dtgamg4zy3uqt4jpk6sce3zlx", "id": "1301", - "current_tick_liquidity": "280926720659.913317182467648022", + "current_tick_liquidity": "309321393675.939822713688589400", "token0": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "1.590346506837753628602891679497532934", - "current_tick": "1529202", + "current_sqrt_price": "1.598603095730152624962505679139114348", + "current_tick": "1555531", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:57:42.037973043Z" + "last_liquidity_update": "2024-10-04T16:23:32.668973536Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -39742,8 +39742,8 @@ "current_tick_liquidity": "10717773188.554465237773605912", "token0": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", "token1": "uosmo", - "current_sqrt_price": "0.061484434424291150148709166275494336", - "current_tick": "-24219665", + "current_sqrt_price": "0.061353208289069788522935988851162553", + "current_tick": "-24235784", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -39771,15 +39771,15 @@ "incentives_address": "osmo1cl0af274xcu5jhq8mcgm2mllqp7qtuq3ruaj4c9cqej7zknjhm2sn24rlq", "spread_rewards_address": "osmo12szmehutngmfwpnly0p855k3fkjzyw87d0l23s2j7m5ws5y4valshvysrh", "id": "1304", - "current_tick_liquidity": "1148656.791761275687408850", + "current_tick_liquidity": "1164457.694497705320652392", "token0": "ibc/D3A1900B2B520E45608B5671ADA461E1109628E89B4289099557C6D3996F7DAA", "token1": "uosmo", - "current_sqrt_price": "10.194632251812593197249545523872305642", - "current_tick": "18039305", + "current_sqrt_price": "10.315807504529853027122347912768902582", + "current_tick": "18064158", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-09-27T15:53:47.711833832Z" + "last_liquidity_update": "2024-10-03T17:57:28.844875832Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -39790,12 +39790,12 @@ "current_tick_liquidity": "3677346439.393614819040495877", "token0": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.103585645999441345493011573990055430", - "current_tick": "-17927002", + "current_sqrt_price": "0.102674548655210410510190500944237245", + "current_tick": "-17945794", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:26:49.841796505Z" + "last_liquidity_update": "2024-10-04T13:58:40.870292292Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -39815,14 +39815,14 @@ { "token": { "denom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F", - "amount": "9492105047723" + "amount": "9386025327555" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "832976451579" + "amount": "842575074104" }, "weight": "536870912000000" } @@ -39847,14 +39847,14 @@ { "token": { "denom": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA", - "amount": "1766070894" + "amount": "1779037315" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "368697531016" + "amount": "366096698241" }, "weight": "536870912000000" } @@ -39873,20 +39873,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1308", - "amount": "3137458719960594876953" + "amount": "3160829002642092893003" }, "pool_assets": [ { "token": { "denom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", - "amount": "218131807" + "amount": "212456955" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "154654328305" + "amount": "161243174745" }, "weight": "536870912000000" } @@ -39969,20 +39969,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1311", - "amount": "1966295072594798513922" + "amount": "2379193625505997009144" }, "pool_assets": [ { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "2187484676" + "amount": "2698930661" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7", - "amount": "228610387119" + "amount": "271744880594" }, "weight": "536870912000000" } @@ -40043,15 +40043,15 @@ "incentives_address": "osmo18z09rak6t8p8c5zg73hsqhra7s33nutkch5x9m9085wcdy24hjjqhvq9aa", "spread_rewards_address": "osmo12sedatw5kkgkczf3rqkcuakqgqgp76my8spfq265jfr52gagwe4q9suvxk", "id": "1314", - "current_tick_liquidity": "2526671765.117764900461652648", + "current_tick_liquidity": "58495446721.015013066798006481", "token0": "ibc/1B708808D372E959CD4839C594960309283424C775F4A038AAEBE7F83A988477", "token1": "uosmo", - "current_sqrt_price": "0.180649169641656435804723735083124801", - "current_tick": "-15736588", + "current_sqrt_price": "0.292178322054080913617480833760560564", + "current_tick": "-10463183", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:14:31.820247597Z" + "last_liquidity_update": "2024-10-04T17:14:00.525812054Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -40062,8 +40062,8 @@ "current_tick_liquidity": "3958898142.012720042367464466", "token0": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.575539901323550230824443911401088458", - "current_tick": "-6687539", + "current_sqrt_price": "0.565314832602489344807413603894087883", + "current_tick": "-6804192", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -40075,15 +40075,15 @@ "incentives_address": "osmo12jkdeqhy8824yac7crpl3kq6ayjc8dfqjtxdjcdld07k0nyq9ldqavearr", "spread_rewards_address": "osmo10t452aun4shrwfhzc33l3tdfvwzmpcx6xpllttnhe4wwqea2vucs4ucdw5", "id": "1316", - "current_tick_liquidity": "1167023418854.561063782594397140", + "current_tick_liquidity": "10291030618799.664694031724206507", "token0": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.998906922106893105461519658791722815", - "current_tick": "-21850", + "current_sqrt_price": "0.999027545037992491680881547610046224", + "current_tick": "-19440", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.005000000000000000", - "last_liquidity_update": "2024-10-01T22:32:07.275800741Z" + "last_liquidity_update": "2024-10-03T23:11:38.783704326Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -40091,15 +40091,15 @@ "incentives_address": "osmo1cymv0s43mx0snq80g8jslyex7arg0ulma37dfftkfv30smqlr72s6d0gg0", "spread_rewards_address": "osmo1g0hx8slpfdgxd3v67hxm5utwhq59p6k8yfvm7exm4x0qlqjzf5fq6gvssd", "id": "1317", - "current_tick_liquidity": "27831399254.393347571079424288", + "current_tick_liquidity": "28715985558.292036322575143316", "token0": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.032035572390735919622453469941201410", - "current_tick": "-26973723", + "current_sqrt_price": "0.033055818579554649084036025255924223", + "current_tick": "-26907313", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.005000000000000000", - "last_liquidity_update": "2024-10-01T17:20:29.427106121Z" + "last_liquidity_update": "2024-10-04T16:16:08.231725141Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -40110,8 +40110,8 @@ "current_tick_liquidity": "52556913935.209631799096251026", "token0": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D", "token1": "uosmo", - "current_sqrt_price": "0.089701936949400980483838406808484796", - "current_tick": "-19953563", + "current_sqrt_price": "0.089525456784822892103539585025947629", + "current_tick": "-19985193", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.001000000000000000", @@ -40123,15 +40123,15 @@ "incentives_address": "osmo13ywhmydm7qwyg8n60afqhzl4ahd65egn00266qqae2v3es4cmepqe07ztk", "spread_rewards_address": "osmo1qvmwex60ahcsklntxy9vr38zq54a8gup7psvnfgttfkqv6xmyssq4xglje", "id": "1319", - "current_tick_liquidity": "448859631050138970.091951350594888694", + "current_tick_liquidity": "427873582810504196.323266380137321749", "token0": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000004548807244601849182089966024426", - "current_tick": "-97930836", + "current_sqrt_price": "0.000004508745498145465161667474486827", + "current_tick": "-97967122", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:22:04.552341511Z" + "last_liquidity_update": "2024-10-04T17:05:45.885650972Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -40151,14 +40151,14 @@ { "token": { "denom": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA", - "amount": "301525699689" + "amount": "329231770646" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "63803108893" + "amount": "58451034667" }, "weight": "536870912000000" } @@ -40171,15 +40171,15 @@ "incentives_address": "osmo1mv42gnhqn4z8gc3m37zwt9pa5ctzerk82cwzml6c5xnna5rr4ulq327kgm", "spread_rewards_address": "osmo1zxvv43nxc7383pz9xc4h2hvmvzvrve0ladzt0psk495ld65qznsqmd7ldx", "id": "1321", - "current_tick_liquidity": "1621209902905.782372841325603185", + "current_tick_liquidity": "156657672313.486550139590166227", "token0": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "2.219186165314947318495128901734351977", - "current_tick": "3924787", + "current_sqrt_price": "2.293090795360023993687885803346693319", + "current_tick": "4258265", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:23:22.831110559Z" + "last_liquidity_update": "2024-10-04T17:18:32.306308259Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -40190,8 +40190,8 @@ "current_tick_liquidity": "6167599.065846245069492212", "token0": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", "token1": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "current_sqrt_price": "2.249713514199840772658741853637629387", - "current_tick": "4061210", + "current_sqrt_price": "2.288138054040850254582225267823859267", + "current_tick": "4235575", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -40203,15 +40203,15 @@ "incentives_address": "osmo1z6ae7saxlwnnd6whl2svw0k3zhsjdvzaap9ya2lcj8m3c0r02a6svtuzn2", "spread_rewards_address": "osmo1jhzypnueeg75cm8tps7srn7ujva9qe4msjmtkajwaqpj0kyvdjjqu0xule", "id": "1323", - "current_tick_liquidity": "4519030972691.335852735608901790", + "current_tick_liquidity": "4519030968375.397042453221346472", "token0": "ibc/ECBE78BF7677320A93E7BA1761D144BCBF0CBC247C290C049655E106FE5DC68E", "token1": "uosmo", - "current_sqrt_price": "1.031563642462062861185341929039645053", - "current_tick": "64123", + "current_sqrt_price": "1.031506921382480987725551285939505312", + "current_tick": "64006", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:06:33.715437234Z" + "last_liquidity_update": "2024-10-04T17:06:00.105357006Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -40219,15 +40219,15 @@ "incentives_address": "osmo1ddw0ezk3ycj87rvewt7s48twgu89440uygdkcgal8asj45ycd8xs7sye7e", "spread_rewards_address": "osmo19r7eucq7dkheawmpa5pkyp4332e4pdxmpaanrkqgkvra0vgudf6qrk4am4", "id": "1324", - "current_tick_liquidity": "17246430417.797906448930787742", + "current_tick_liquidity": "18786089474.420531927503987724", "token0": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.617932262558216254226202561929674345", - "current_tick": "-6181598", + "current_sqrt_price": "0.631933469055705099457273179174442955", + "current_tick": "-6006601", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:23:47.793666454Z" + "last_liquidity_update": "2024-10-04T15:04:58.222006731Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -40235,15 +40235,15 @@ "incentives_address": "osmo17jqs0pk0lug2dceva0kfs5je9hhlxuy0jdchwy3ewygf29hheuvq3xjlzf", "spread_rewards_address": "osmo12en4cjlzhl0l7kkam6mdqcm6hstrlpal9v4am0ks8muegrskepyszwnhsr", "id": "1325", - "current_tick_liquidity": "377538376118.975953379161552612", + "current_tick_liquidity": "356977862210.977458364138978726", "token0": "factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn", "token1": "uosmo", - "current_sqrt_price": "0.243701975833643912557140456049021014", - "current_tick": "-13060935", + "current_sqrt_price": "0.230909926974994191877808176347382038", + "current_tick": "-13668061", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T16:20:21.105998987Z" + "last_liquidity_update": "2024-10-04T09:32:38.283153004Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -40263,14 +40263,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "1547060879581" + "amount": "1554719300765" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "460119937940" + "amount": "457913989708" }, "weight": "536870912000000" } @@ -40295,14 +40295,14 @@ { "token": { "denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7", - "amount": "75967010629" + "amount": "86960507914" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "590335" + "amount": "516374" }, "weight": "536870912000000" } @@ -40327,14 +40327,14 @@ { "token": { "denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "amount": "2416970151" + "amount": "2406474076" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "346319851047" + "amount": "348078980437" }, "weight": "536870912000000" } @@ -40391,14 +40391,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "1123197837496" + "amount": "1125490145520" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "4250293240" + "amount": "4245209165" }, "weight": "536870912000000" } @@ -40430,12 +40430,12 @@ "current_tick_liquidity": "10371851828.492659756885473597", "token0": "ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963", "token1": "uosmo", - "current_sqrt_price": "0.157132361490713380096244895819388010", - "current_tick": "-16530943", + "current_sqrt_price": "0.157801115970636637806416969752875273", + "current_tick": "-16509881", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.005000000000000000", - "last_liquidity_update": "2024-10-01T19:35:17.111776125Z" + "last_liquidity_update": "2024-10-04T09:29:46.482642236Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -40455,14 +40455,14 @@ { "token": { "denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7", - "amount": "10128975641067" + "amount": "10021915579094" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963", - "amount": "5259543744" + "amount": "5344623066" }, "weight": "536870912000000" } @@ -40478,8 +40478,8 @@ "current_tick_liquidity": "5785192852.168652702286400201", "token0": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD", "token1": "uosmo", - "current_sqrt_price": "0.141559866410753024322284428266537449", - "current_tick": "-16996081", + "current_sqrt_price": "0.142415512868146377585756262293853722", + "current_tick": "-16971783", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.001000000000000000", @@ -40491,15 +40491,15 @@ "incentives_address": "osmo1469w5y7t9ahtswggnnez0359yvhtad9k9c0lpepqjermctwj07tsfqf00c", "spread_rewards_address": "osmo1sjnefeadttkuj3y0rnp7g5kksax9vw6exxp7ce90y5cxdwnyr6pqd2wgxc", "id": "1335", - "current_tick_liquidity": "2870236586040.248397402640178510", + "current_tick_liquidity": "2985943839712.433179429733149813", "token0": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA", "token1": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", - "current_sqrt_price": "1.032685709747220324516336941625518793", - "current_tick": "66439", + "current_sqrt_price": "1.032244872788811703427417777791071425", + "current_tick": "65529", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:13:22.027050322Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -40526,12 +40526,12 @@ "current_tick_liquidity": "5170682881.099055952644309800", "token0": "factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.180278337778734063080131690689221843", - "current_tick": "-15749973", + "current_sqrt_price": "0.169919167154956000474634222413993219", + "current_tick": "-16112748", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-01T02:28:47.411279731Z" + "last_liquidity_update": "2024-10-04T06:32:24.562683606Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -40551,14 +40551,14 @@ { "token": { "denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7", - "amount": "12604254421794" + "amount": "12526100868568" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD", - "amount": "7662868657" + "amount": "7712511063" }, "weight": "536870912000000" } @@ -40577,20 +40577,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1339", - "amount": "110182440593613873474" + "amount": "110041939273222075290" }, "pool_assets": [ { "token": { "denom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA", - "amount": "4145409446" + "amount": "4012826767" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "21755364961" + "amount": "22446568904" }, "weight": "536870912000000" } @@ -40679,14 +40679,14 @@ { "token": { "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D", - "amount": "3783025557390801" + "amount": "3732959966176141" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/46AC07DBFF1352EC94AF5BD4D23740D92D9803A6B41F6E213E77F3A1143FB963", - "amount": "12389756476" + "amount": "12562876982" }, "weight": "536870912000000" } @@ -40711,14 +40711,14 @@ { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "582741270763382339058189" + "amount": "582167789833840817904254" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "38679444084" + "amount": "38755408732" }, "weight": "536870912000000" } @@ -40743,14 +40743,14 @@ { "token": { "denom": "ibc/23A62409E4AD8133116C249B1FA38EED30E500A115D7B153109462CD82C1CD99", - "amount": "162715353545156" + "amount": "162715471434746" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "2851657076" + "amount": "2851655015" }, "weight": "536870912000000" } @@ -40807,14 +40807,14 @@ { "token": { "denom": "ibc/01E94A5FF29B8DDEFC86F412CC3927F7330E9B523CC63A6194B1108F5276025C", - "amount": "38523323703" + "amount": "38902920270" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", - "amount": "8781909" + "amount": "8697199" }, "weight": "536870912000000" } @@ -40827,15 +40827,15 @@ "incentives_address": "osmo1ldug7wxfcf0magd49m5edke4dntaeafwea2eavwkcecd552hxquqzschuh", "spread_rewards_address": "osmo1hllqjmfncesd7aktkql6l4t9cyfhkswgarrn5rm8qma7xlmthueshkuxj2", "id": "1347", - "current_tick_liquidity": "3268911643.111313367631391318", + "current_tick_liquidity": "3973118994.488647858653414659", "token0": "uosmo", "token1": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", - "current_sqrt_price": "0.332506865504040419486060851724866436", - "current_tick": "-8894392", + "current_sqrt_price": "0.322027618728531771035981675398899854", + "current_tick": "-8962983", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:08:49.469666135Z" + "last_liquidity_update": "2024-10-04T16:46:42.132229962Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -40862,8 +40862,8 @@ "current_tick_liquidity": "755573903123553.050169697526418516", "token0": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000005047134559628671934357114646652", - "current_tick": "-97452644", + "current_sqrt_price": "0.000005118249375170332000546147332047", + "current_tick": "-97380353", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -40894,8 +40894,8 @@ "current_tick_liquidity": "11675032216378.579972957588033266", "token0": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000001001913821704534993216406927621", - "current_tick": "-107996169", + "current_sqrt_price": "0.000001001388438034558041703620813761", + "current_tick": "-107997222", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -41010,7 +41010,7 @@ "pool_liquidity": [ { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "5854" + "amount": "5711" }, { "denom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", @@ -41018,7 +41018,7 @@ }, { "denom": "uosmo", - "amount": "24952" + "amount": "25159" } ], "scaling_factors": [ @@ -41046,14 +41046,14 @@ { "token": { "denom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7", - "amount": "469062766915" + "amount": "438817401303" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228", - "amount": "178903016749" + "amount": "191233856719" }, "weight": "536870912000000" } @@ -41078,14 +41078,14 @@ { "token": { "denom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7", - "amount": "504159510110" + "amount": "483353798230" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "16243518" + "amount": "16961136" }, "weight": "536870912000000" } @@ -41149,8 +41149,8 @@ "current_tick_liquidity": "541292361256.342049026339620737", "token0": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539", "token1": "uosmo", - "current_sqrt_price": "0.373286801443538099623503270206994468", - "current_tick": "-8606570", + "current_sqrt_price": "0.377783158000441517543007617351686889", + "current_tick": "-8572799", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -41197,20 +41197,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1363", - "amount": "161003565242630652650" + "amount": "161048589245553712392" }, "pool_assets": [ { "token": { "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D", - "amount": "4509515109777059" + "amount": "4482648223001789" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "369537207" + "amount": "372145335" }, "weight": "536870912000000" } @@ -41267,14 +41267,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "5366005" + "amount": "5730431" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53", - "amount": "90569531032" + "amount": "84864360361" }, "weight": "536870912000000" } @@ -41363,14 +41363,14 @@ { "token": { "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", - "amount": "594564246" + "amount": "571874767" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604", - "amount": "32869047824" + "amount": "34313532225" }, "weight": "536870912000000" } @@ -41395,14 +41395,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "11252120" + "amount": "11264976" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "20680493" + "amount": "20662244" }, "weight": "536870912000000" } @@ -41415,15 +41415,15 @@ "incentives_address": "osmo1muwmrwnu7d2nnexz68mnk4danu2wuwcd350tu23mrcdszhkts5vqgrx6la", "spread_rewards_address": "osmo1vgecqdce5vq7f495rat4jn4murmvera6lu3ftx394e3t49wjvlksq5zplm", "id": "1370", - "current_tick_liquidity": "49063980.611223817394207119", + "current_tick_liquidity": "49433893.758832493768177423", "token0": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA", "token1": "uosmo", - "current_sqrt_price": "1.622180216672130742006148813418176685", - "current_tick": "1631468", + "current_sqrt_price": "1.621820948103187837709452465336039253", + "current_tick": "1630303", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-09-28T20:23:03.121814782Z" + "last_liquidity_update": "2024-10-03T08:33:26.634889146Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -41466,12 +41466,12 @@ "current_tick_liquidity": "85660402038.647601565316928330", "token0": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.153352535635832420004876260764248180", - "current_tick": "-16648300", + "current_sqrt_price": "0.153698298100887959906264977319694920", + "current_tick": "-16637684", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.005000000000000000", - "last_liquidity_update": "2024-10-01T22:18:35.086551951Z" + "last_liquidity_update": "2024-10-03T17:55:48.012926295Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -41539,14 +41539,14 @@ { "token": { "denom": "ibc/23AB778D694C1ECFC59B91D8C399C115CC53B0BD1C61020D8E19519F002BDD85", - "amount": "549607498645315007191605" + "amount": "570717425057526374854993" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "19765548698" + "amount": "19068069390" }, "weight": "536870912000000" } @@ -41651,14 +41651,14 @@ { "token": { "denom": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23", - "amount": "614362992940" + "amount": "592592930545" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "25576428" + "amount": "26518003" }, "weight": "536870912000000" } @@ -41683,14 +41683,14 @@ { "token": { "denom": "ibc/442A08C33AE9875DF90792FFA73B5728E1CAECE87AB4F26AE9B422F1E682ED23", - "amount": "191980822756834" + "amount": "192265565682484" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "4486490749" + "amount": "4480071085" }, "weight": "536870912000000" } @@ -41747,14 +41747,14 @@ { "token": { "denom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7", - "amount": "406203446935" + "amount": "382323120649" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "23642939" + "amount": "25174707" }, "weight": "536870912000000" } @@ -41767,15 +41767,15 @@ "incentives_address": "osmo13zp2xn6mscdm04zaag5eghhwex7u0tl6kk9r2m3597n4h0jscznsdym0ys", "spread_rewards_address": "osmo1ryrd8qxch32xt06su0s592upmuetr4dgdepl9mezeenqrws4x3sq2hw73l", "id": "1384", - "current_tick_liquidity": "561897920353.486683309245714293", + "current_tick_liquidity": "568464816551.789647296365967856", "token0": "ibc/183C0BB962D2F57C957E0B134CFA0AC9D6F755C02DE9DC2A59089BA23009DEC3", "token1": "uosmo", - "current_sqrt_price": "0.081929932146701092472882594554500450", - "current_tick": "-21287487", + "current_sqrt_price": "0.082716459784621581267835563212099496", + "current_tick": "-21157988", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.001000000000000000", - "last_liquidity_update": "2024-09-26T14:21:55.624244658Z" + "last_liquidity_update": "2024-10-04T14:58:36.889358076Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -41795,14 +41795,14 @@ { "token": { "denom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA", - "amount": "44835500" + "amount": "42976172" }, "weight": "536870912000000" }, { "token": { "denom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt", - "amount": "235649949" + "amount": "245881926" }, "weight": "536870912000000" } @@ -41863,15 +41863,15 @@ "incentives_address": "osmo1tr5cfnm98dakwe8fs6hjqfcwtcka08q3tgjfkz8r9src6vytkauqsfqf3p", "spread_rewards_address": "osmo1mds3tsdvp7ke39m8mqwt7u9z25wet7uh48qqqy979pz06mzc7kxqty2d3c", "id": "1388", - "current_tick_liquidity": "480465940427.422022332514568640", + "current_tick_liquidity": "494017246856.541850763855331427", "token0": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682", "token1": "uosmo", - "current_sqrt_price": "0.838351823477655704128412603660524928", - "current_tick": "-2971663", + "current_sqrt_price": "0.855528061580921482054002576124173532", + "current_tick": "-2680718", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:12:08.781398572Z" + "last_liquidity_update": "2024-10-04T14:20:40.290474328Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -41885,20 +41885,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1389", - "amount": "245026885429645041918" + "amount": "245026884886698837195" }, "pool_assets": [ { "token": { "denom": "factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn", - "amount": "219411780775" + "amount": "237304612223" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "1611376472" + "amount": "1492529250" }, "weight": "536870912000000" } @@ -41923,14 +41923,14 @@ { "token": { "denom": "ibc/C78F65E1648A3DFE0BAEB6C4CDA69CC2A75437F1793C0E6386DFDA26393790AE", - "amount": "291087333" + "amount": "290702746" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "339213606" + "amount": "339685991" }, "weight": "536870912000000" } @@ -42113,11 +42113,11 @@ "pool_liquidity": [ { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "19206145" + "amount": "19931673" }, { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "2087914790" + "amount": "2054762341" } ], "scaling_factors": [ @@ -42135,8 +42135,8 @@ "current_tick_liquidity": "176617340266483.650657411649370140", "token0": "ibc/5DD1F95ED336014D00CE2520977EC71566D282F9749170ADC83A392E0EA7426A", "token1": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4", - "current_sqrt_price": "1.247902962622439210468714808113830030", - "current_tick": "557261", + "current_sqrt_price": "1.247832809513466627152008497929253396", + "current_tick": "557086", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -42164,15 +42164,15 @@ "incentives_address": "osmo1a6n7060u8rqm4yy4y9trez03wkzfxn2qkh94823had094dcgh3vssvlsat", "spread_rewards_address": "osmo1ll95eu8kemuah5h3ulke4vcm333erd6vvg3fjxnrx8ec437n0ceq9wz3ny", "id": "1399", - "current_tick_liquidity": "5016284751.282350318343885882", + "current_tick_liquidity": "8063174612.855994105054004003", "token0": "uosmo", "token1": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "current_sqrt_price": "0.349695812721438887966656405961955700", - "current_tick": "-8777129", + "current_sqrt_price": "0.344751544240871446059081268076709876", + "current_tick": "-8811464", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T17:42:47.689076193Z" + "last_liquidity_update": "2024-10-04T16:27:41.850900170Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -42180,15 +42180,15 @@ "incentives_address": "osmo1yfs3mhtv628v2npp928qze5x2vm8x0l67smhcpfh9aycysaj27qsq8t58n", "spread_rewards_address": "osmo1k40evxq22fafj74wpqquyvrz2wmul7j530k39s9wnp0ehspdk4rsckns2p", "id": "1400", - "current_tick_liquidity": "592924947746.552554769793964876", + "current_tick_liquidity": "686586588899.308332236958842694", "token0": "uosmo", "token1": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "current_sqrt_price": "0.349683702014811251797628555268644975", - "current_tick": "-8777214", + "current_sqrt_price": "0.344941571492371791615126108456018013", + "current_tick": "-8810154", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000000000000000000", - "last_liquidity_update": "2024-10-02T18:22:30.689247557Z" + "last_liquidity_update": "2024-10-04T16:56:29.779548041Z" }, { "@type": "/osmosis.gamm.poolmodels.stableswap.v1beta1.Pool", @@ -42206,11 +42206,11 @@ "pool_liquidity": [ { "denom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA", - "amount": "1316945" + "amount": "1266528" }, { "denom": "uosmo", - "amount": "38836090" + "amount": "39346248" } ], "scaling_factors": [ @@ -42237,14 +42237,14 @@ { "token": { "denom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO", - "amount": "2214219069137" + "amount": "2164984507033" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "567333780" + "amount": "581065783" }, "weight": "536870912000000" } @@ -42269,14 +42269,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "1759982093" + "amount": "1757449144" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F", - "amount": "1438113087" + "amount": "1440411776" }, "weight": "536870912000000" } @@ -42365,14 +42365,14 @@ { "token": { "denom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO", - "amount": "608150510366" + "amount": "604429048643" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "84246438" + "amount": "84779416" }, "weight": "536870912000000" } @@ -42407,20 +42407,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1408", - "amount": "880207364750338142411" + "amount": "880203806049076491976" }, "pool_assets": [ { "token": { "denom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO", - "amount": "52037478644424" + "amount": "51336957600020" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "13091013268" + "amount": "13270289335" }, "weight": "536870912000000" } @@ -42452,8 +42452,8 @@ "current_tick_liquidity": "521764419.968007069000250031", "token0": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.214804958630153643582330119997105671", - "current_tick": "-14385883", + "current_sqrt_price": "0.214002589830364485308292075833616077", + "current_tick": "-14420290", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -42573,14 +42573,14 @@ { "token": { "denom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA", - "amount": "3248694" + "amount": "3212879" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3", - "amount": "556345906362" + "amount": "563242957199" }, "weight": "536870912000000" } @@ -42605,14 +42605,14 @@ { "token": { "denom": "factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn", - "amount": "51510299" + "amount": "54272884" }, "weight": "536870912000000" }, { "token": { "denom": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO", - "amount": "12414390905" + "amount": "11794483830" }, "weight": "536870912000000" } @@ -42644,12 +42644,12 @@ "current_tick_liquidity": "17446355853.617804363841754943", "token0": "factory/osmo1pfyxruwvtwk00y8z06dh2lqjdj82ldvy74wzm3/WOSMO", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.011765295851247737283848556954269133", - "current_tick": "-35615779", + "current_sqrt_price": "0.011827664954664538645633152189100128", + "current_tick": "-35601064", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.005000000000000000", - "last_liquidity_update": "2024-10-02T13:05:16.817692190Z" + "last_liquidity_update": "2024-10-02T19:05:28.945405533Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -42701,14 +42701,14 @@ { "token": { "denom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7", - "amount": "51834903697781" + "amount": "48540788164104" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228", - "amount": "19584302146147" + "amount": "20922813812685" }, "weight": "536870912000000" } @@ -42733,14 +42733,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "13174049445" + "amount": "13164295081" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/5F5B7DA5ECC80F6C7A8702D525BB0B74279B1F7B8EFAE36E423D68788F7F39FF", - "amount": "10440078652658" + "amount": "10447892590941" }, "weight": "536870912000000" } @@ -42753,15 +42753,15 @@ "incentives_address": "osmo1uypu5dat0pw23w8cpkyhuvnqyjzyh2hac4mx9zk5t2rrwjxrfteq8ulplx", "spread_rewards_address": "osmo14efvzy6s9a6r3tcr0afq0hwsqww9uq8hs3mcmhw9nsmf5cp3mhrsy6cr4s", "id": "1422", - "current_tick_liquidity": "60688649242.754372666959659707", + "current_tick_liquidity": "56910587970.784355576660961757", "token0": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F", "token1": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", - "current_sqrt_price": "1.000027075555574067598778684631165009", - "current_tick": "54", + "current_sqrt_price": "1.000009326200498606544660387940248847", + "current_tick": "18", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-01T14:37:02.314495699Z" + "last_liquidity_update": "2024-10-04T16:00:02.212696180Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -42769,15 +42769,15 @@ "incentives_address": "osmo1v0fmyz8udx3ycncsy7re8xxpgxvcdhjjsay72ksr0jxwex4szvfqplsk86", "spread_rewards_address": "osmo1r35ey2thyxd3uh9duyy9zfzp94k5r32xaqqr9ghyjckcgyt60rzqxg4c6k", "id": "1423", - "current_tick_liquidity": "203936810763243123737845.590686433462536948", + "current_tick_liquidity": "285370857164472449221699.656396322016950949", "token0": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C", "token1": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C", - "current_sqrt_price": "1.031542101567665762846637678034398585", - "current_tick": "64079", + "current_sqrt_price": "1.030825261776264629228696584406817640", + "current_tick": "62600", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:14:46.521577518Z" + "last_liquidity_update": "2024-10-04T17:04:21.308960822Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -42797,14 +42797,14 @@ { "token": { "denom": "ibc/62F82550D0B96522361C89B0DA1119DE262FBDFB25E5502BC5101B5C0D0DBAAC", - "amount": "1443" + "amount": "2343" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "1048398" + "amount": "645685" }, "weight": "536870912000000" } @@ -42859,11 +42859,11 @@ "pool_liquidity": [ { "denom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5", - "amount": "5620297311192320208" + "amount": "5618929808474407885" }, { "denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", - "amount": "4459478179267725929" + "amount": "4460842890402930950" } ], "scaling_factors": [ @@ -42894,15 +42894,15 @@ "incentives_address": "osmo17kjs2lrgzs9lmkc70qt67jd6wkn25qlmefjxhqmmum534g9xew4qv8cvtq", "spread_rewards_address": "osmo19dr8l30007hwkecmec9mjfrldy9kh3nz2n0zs7duqku95n2ftnxqz2gq6m", "id": "1428", - "current_tick_liquidity": "1339363532108.339664652697012440", + "current_tick_liquidity": "1333346309057.595009071350596870", "token0": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9", "token1": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", - "current_sqrt_price": "1.018917465524233467530930924901229933", - "current_tick": "38192", + "current_sqrt_price": "1.018968263886643666636015438449340806", + "current_tick": "38296", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:08:41.880432523Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -42922,14 +42922,14 @@ { "token": { "denom": "ibc/980E82A9F8E7CA8CD480F4577E73682A6D3855A267D1831485D7EBEF0E7A6C2C", - "amount": "350518963063018696941" + "amount": "351666014527946672570" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "737916320" + "amount": "736018613" }, "weight": "536870912000000" } @@ -42945,8 +42945,8 @@ "current_tick_liquidity": "17557907.841560606373857753", "token0": "uosmo", "token1": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F", - "current_sqrt_price": "0.029906441123284066342434925028713340", - "current_tick": "-28056048", + "current_sqrt_price": "0.029575854036433466379192410379859848", + "current_tick": "-28252689", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", @@ -42958,15 +42958,15 @@ "incentives_address": "osmo1d27934qsuawccvw8ka6engkx954w6amhmhpy5875uk4yah47493sr9rvk6", "spread_rewards_address": "osmo1q4w2z67f0swwwxw5mycyeu32s4t8v4vdke3dh02v8qrwe8xmgp9sjesk5m", "id": "1431", - "current_tick_liquidity": "739735164615422190717593.778587948688975880", + "current_tick_liquidity": "1824272504792499418080.251323471113784899", "token0": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5", "token1": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", - "current_sqrt_price": "1.086411444369171213039964318204327750", - "current_tick": "180289", + "current_sqrt_price": "1.086474376546050691791905175015837057", + "current_tick": "180426", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:18:22.067811945Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -42993,8 +42993,8 @@ "current_tick_liquidity": "60909.378124049594676230", "token0": "uosmo", "token1": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", - "current_sqrt_price": "0.031087500905538283566680081932483972", - "current_tick": "-27335673", + "current_sqrt_price": "0.028868481436605805301754974903406239", + "current_tick": "-28666108", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -43006,15 +43006,15 @@ "incentives_address": "osmo1jx9rldvj6xdd8wurp0x94w2wswplzxgjwp0yquk72k2vu04gx3rqr0fyn3", "spread_rewards_address": "osmo12hlk07xr7f90uxfd9jttauleancd9mr7d3pk064vajfytwtdrx4qs7kvmc", "id": "1434", - "current_tick_liquidity": "1872761132.260599445837012117", + "current_tick_liquidity": "1879097846.120743767394369736", "token0": "uosmo", "token1": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", - "current_sqrt_price": "0.029824807255281266568935450535648297", - "current_tick": "-28104809", + "current_sqrt_price": "0.029649680089637648796463047913590567", + "current_tick": "-28208965", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-09-27T16:21:57.306470512Z" + "last_liquidity_update": "2024-10-03T11:58:24.100913775Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -43022,15 +43022,15 @@ "incentives_address": "osmo1kkm0vfek6cqstrgeae6xdrel45ftd3hxt74z5g5g5p6wlqzhmads7pd5s0", "spread_rewards_address": "osmo13yj08xy6xvyu9z54x49es2unrkagfsz0hye5ytz3kzg2pytnvnwqataxfj", "id": "1435", - "current_tick_liquidity": "265811549.093094141869449957", + "current_tick_liquidity": "395893462.457192513278229479", "token0": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "24.763268655495713923753002969741837818", - "current_tick": "23132194", + "current_sqrt_price": "24.887875300081393871279320513997153896", + "current_tick": "23194063", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:15:52.079368872Z" + "last_liquidity_update": "2024-10-04T16:32:29.125746876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -43038,15 +43038,15 @@ "incentives_address": "osmo14rl8r9078tmzjtyaax5c3vy0fal5faarpc2wk6ef9c8qtvt30xyqd3ve2w", "spread_rewards_address": "osmo1q8f0c6g7262l8tn3wt94ns5n80ckcufyllpzhyzsazhs4zw8c4kshrsx4r", "id": "1436", - "current_tick_liquidity": "55008139175.301072490357505539", + "current_tick_liquidity": "55015595687.353503793282326622", "token0": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "24.701858524038693401477094956159222243", - "current_tick": "23101818", + "current_sqrt_price": "24.935165719593225780166045608572240727", + "current_tick": "23217624", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T17:22:01.137410419Z" + "last_liquidity_update": "2024-10-04T17:15:23.589879218Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -43057,12 +43057,12 @@ "current_tick_liquidity": "575739696.172044666853281201", "token0": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "24.702492460716444546341688600413414076", - "current_tick": "23102131", + "current_sqrt_price": "24.925767334413866153279711547850710327", + "current_tick": "23212938", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T13:49:06.500511910Z" + "last_liquidity_update": "2024-10-04T14:50:24.014594919Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -43105,8 +43105,8 @@ "current_tick_liquidity": "276345023778.497373362522777247", "token0": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", "token1": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", - "current_sqrt_price": "0.000001993912567512114861380785084857", - "current_tick": "-105024313", + "current_sqrt_price": "0.000001973644522814838537468098630244", + "current_tick": "-105104728", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -43118,15 +43118,15 @@ "incentives_address": "osmo15gcyl8up0p2uzn2yggrtu4p7fup2fyzdgj4pyrre9wrzpg58ft8qv7c09v", "spread_rewards_address": "osmo1jr4drq5xda5ynnvusmnv75hmqdravg653ukwcmeta2f2dz07sl7q58na2a", "id": "1441", - "current_tick_liquidity": "17136082055343.120952458179812073", + "current_tick_liquidity": "17143158012964.291834885371663910", "token0": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", "token1": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", - "current_sqrt_price": "0.000001989002344203845339948875168326", - "current_tick": "-105043870", + "current_sqrt_price": "0.000001979378283421577323103238545712", + "current_tick": "-105082062", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T15:45:15.179626051Z" + "last_liquidity_update": "2024-10-03T04:31:55.037188430Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -43314,15 +43314,15 @@ "incentives_address": "osmo1e6h2l7d4vtzx833gqdyhn65fy735vfyvaeltn5het5j3u8dy9qust7hcdm", "spread_rewards_address": "osmo1x43ku3f0xgspjtu0mxf4mc56mxcdnkjz0yw4accuqzkz97csayas4zmveh", "id": "1449", - "current_tick_liquidity": "345055633663444608.143707190603978602", + "current_tick_liquidity": "491507725678654546.578164983282123739", "token0": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110", "token1": "uosmo", - "current_sqrt_price": "0.000001635296055159140654437787031531", - "current_tick": "-106325807", + "current_sqrt_price": "0.000001668200793778570843732544300856", + "current_tick": "-106217107", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:22:55.881950602Z" + "last_liquidity_update": "2024-10-04T16:57:06.555500787Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -43330,15 +43330,15 @@ "incentives_address": "osmo18gcrqca6me2pqche6mynyl8f60w297pxny8kdzwmpm7cd5vnglqsqehy4e", "spread_rewards_address": "osmo109gftlgpjc2rlzduw5jtyeq2nczuj0fdl26qh6wu94uaqjydmzjqrxyt67", "id": "1450", - "current_tick_liquidity": "21377017705611628.982505359050678107", + "current_tick_liquidity": "59894243802684644.876695520851072560", "token0": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000001206761446213368268739683217130", - "current_tick": "-107543727", + "current_sqrt_price": "0.000001231223623856773561710479286193", + "current_tick": "-107484089", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:15:13.673494022Z" + "last_liquidity_update": "2024-10-04T16:00:03.790310647Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -43358,14 +43358,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "1283158" + "amount": "1257909" }, "weight": "268435456000000" }, { "token": { "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110", - "amount": "2537013971814412278" + "amount": "2554398790509870985" }, "weight": "805306368000000" } @@ -43390,14 +43390,14 @@ { "token": { "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110", - "amount": "35815032321587172668" + "amount": "37229010602887550227" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858", - "amount": "58382841" + "amount": "56381435" }, "weight": "536870912000000" } @@ -43422,14 +43422,14 @@ { "token": { "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110", - "amount": "14770181923966235460" + "amount": "14626665149362041955" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "40141834" + "amount": "40539684" }, "weight": "536870912000000" } @@ -43454,14 +43454,14 @@ { "token": { "denom": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9", - "amount": "15299006" + "amount": "14905682" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "134551699" + "amount": "138798703" }, "weight": "536870912000000" } @@ -43486,14 +43486,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "15613962" + "amount": "15236401" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110", - "amount": "10300069289669114470" + "amount": "10567464051912552638" }, "weight": "536870912000000" } @@ -43518,14 +43518,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "240542" + "amount": "195806" }, "weight": "161061273600000" }, { "token": { "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110", - "amount": "765093359733274768" + "amount": "793395471136616141" }, "weight": "912680550400000" } @@ -43643,14 +43643,14 @@ { "token": { "denom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA", - "amount": "2438394747" + "amount": "2365335450" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "23517046020" + "amount": "24258599167" }, "weight": "536870912000000" } @@ -43684,15 +43684,15 @@ "incentives_address": "osmo1wsfhgwgvpylkcde80vzyry3dt2vhkah83ctqc23r8780vujsxvdq952del", "spread_rewards_address": "osmo1zdze9lvalg9x6zj9u4vzrsyjljnmgp46kwcelzz4eqddsqk8uecsrxwmcv", "id": "1464", - "current_tick_liquidity": "430410801584513.970262442448313256", + "current_tick_liquidity": "72633083290353.357091708007991301", "token0": "uosmo", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.737535837781658937884161282726034065", - "current_tick": "-4560409", + "current_sqrt_price": "0.739089652040395229056885018086482502", + "current_tick": "-4537465", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T18:23:32.137737954Z" + "last_liquidity_update": "2024-10-04T17:18:53.258694082Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -43806,14 +43806,14 @@ { "token": { "denom": "ibc/6928AFA9EA721938FED13B051F9DBF1272B16393D20C49EA5E4901BB76D94A90", - "amount": "244364430" + "amount": "242477718" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "4816100" + "amount": "4886396" }, "weight": "536870912000000" } @@ -43872,14 +43872,14 @@ { "token": { "denom": "factory/osmo10n8rv8npx870l69248hnp6djy6pll2yuzzn9x8/BADKID", - "amount": "137669167284975" + "amount": "136904632881538" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "936432061" + "amount": "941719700" }, "weight": "536870912000000" } @@ -43898,20 +43898,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1471", - "amount": "110716585920016961561" + "amount": "110747203878012599447" }, "pool_assets": [ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "9273422225" + "amount": "9263566344" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84", - "amount": "13243161813179" + "amount": "13284802356612" }, "weight": "536870912000000" } @@ -43927,8 +43927,8 @@ "current_tick_liquidity": "884072437.652475351950389302", "token0": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.128579680177545529688146694332707524", - "current_tick": "-17346727", + "current_sqrt_price": "0.129206970179661744952440778142393140", + "current_tick": "-17330556", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -43952,14 +43952,14 @@ { "token": { "denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0", - "amount": "3823997357" + "amount": "4551903155" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "amount": "418693" + "amount": "351852" }, "weight": "536870912000000" } @@ -43975,8 +43975,8 @@ "current_tick_liquidity": "201081824.049721001542486560", "token0": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.997949984682959113709685404239701072", - "current_tick": "-40959", + "current_sqrt_price": "0.971967059885264788069298077964197990", + "current_tick": "-552801", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", @@ -43988,15 +43988,15 @@ "incentives_address": "osmo17p45glv8dr0upmqaalsrttd84l8w980rvlvkdv80q98wqtjm3y3su9zt49", "spread_rewards_address": "osmo1mzyrrtmjy8mttalx8mdu6l4cufgt3xcd43g4d37xcmrl7xjjdn9sc0yts8", "id": "1475", - "current_tick_liquidity": "7240165085689.863364560412221207", + "current_tick_liquidity": "7002743510455.330460662721358157", "token0": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA", "token1": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", - "current_sqrt_price": "1.032630577588078690974591301006885780", - "current_tick": "66325", + "current_sqrt_price": "1.031537247462122534677294687972957122", + "current_tick": "64069", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:10:15.115847027Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -44004,15 +44004,15 @@ "incentives_address": "osmo1dswvhaxvte7crfvey8nzv547t9pmgvcrs64xqlzwj5v4nf83nrkqw8dacv", "spread_rewards_address": "osmo1q0hc25kehgqxlcy8f3dgeq0hflffm03ghwatw8dghrr64qruskjqgjfrpu", "id": "1476", - "current_tick_liquidity": "1922799890072401.456575497061753792", + "current_tick_liquidity": "1922799883955153.647473088594079173", "token0": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9", "token1": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", - "current_sqrt_price": "1.018464184227913029244106312992933574", - "current_tick": "37269", + "current_sqrt_price": "1.018464923787157498835023388521671230", + "current_tick": "37270", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -44023,8 +44023,8 @@ "current_tick_liquidity": "38997409173877.043316367524876867", "token0": "uosmo", "token1": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", - "current_sqrt_price": "14995.311150384358027718604918038312365129", - "current_tick": "73248593", + "current_sqrt_price": "14959.847865993739316438244637214969653908", + "current_tick": "73237970", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", @@ -44039,12 +44039,12 @@ "current_tick_liquidity": "1096197150.051067174539555911", "token0": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "2.213902463422712697897072516125186960", - "current_tick": "3901364", + "current_sqrt_price": "2.295216947738062282916715408712616900", + "current_tick": "4268020", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -44055,8 +44055,8 @@ "current_tick_liquidity": "922430865320.993470476005566638", "token0": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000027913728965477541302230214171568", - "current_tick": "-83208238", + "current_sqrt_price": "0.000026976597668179096705353451563689", + "current_tick": "-83722632", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -44071,8 +44071,8 @@ "current_tick_liquidity": "1493671488.732908444085337019", "token0": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "1.591503308609656023590195287377150693", - "current_tick": "1532882", + "current_sqrt_price": "1.595144595875773534629347904864008764", + "current_tick": "1544486", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -44100,15 +44100,15 @@ "incentives_address": "osmo1unaempqvrzpfuu626aq6yfjjq7f6k8gz2mmh6n05ptumg4yjhjas7z5tz6", "spread_rewards_address": "osmo1twe9emgaqylqhdj7qayw54cat47fk3dltkcvk5d93gwm2wvurw8swa2z5e", "id": "1482", - "current_tick_liquidity": "1318622798313060.662194468398385294", + "current_tick_liquidity": "1326645961012790.505934863024569008", "token0": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000004545192965870230346389227765538", - "current_tick": "-97934123", + "current_sqrt_price": "0.000004509314955118319089891483929737", + "current_tick": "-97966608", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:10:05.279488329Z" + "last_liquidity_update": "2024-10-03T14:23:28.778322590Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -44119,8 +44119,8 @@ "current_tick_liquidity": "45648644667.584710701217261469", "token0": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076", "token1": "uosmo", - "current_sqrt_price": "0.174323540094562159245852165293857034", - "current_tick": "-15961131", + "current_sqrt_price": "0.175713830815959102235109981090378601", + "current_tick": "-15912465", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -44151,14 +44151,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "45741104" + "amount": "44533658" }, "weight": "268435456000000" }, { "token": { "denom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", - "amount": "7583634" + "amount": "7841082" }, "weight": "268435456000000" }, @@ -44219,14 +44219,14 @@ { "token": { "denom": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED", - "amount": "178408310989" + "amount": "179124571421" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "1455728422" + "amount": "1450159612" }, "weight": "536870912000000" } @@ -44335,15 +44335,15 @@ "incentives_address": "osmo1l75xpusmsm44z3ekhjdsw9xflecjhrchk2fe4j9k83ga2hfhjm2qqkppra", "spread_rewards_address": "osmo1u0pec6cucffqty888atsndp0fua3jr6qxev606wmlt523stqrtqq2l5gxw", "id": "1490", - "current_tick_liquidity": "3120176610164.312684023419252064", + "current_tick_liquidity": "225126814358.082263458202125482", "token0": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F", "token1": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", - "current_sqrt_price": "0.001000217056361116699929000815771674", - "current_tick": "-53999566", + "current_sqrt_price": "0.000999922999645597191949147273677093", + "current_tick": "-54001540", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T10:10:13.055488203Z" + "last_liquidity_update": "2024-10-04T16:36:18.524859198Z" }, { "@type": "/osmosis.gamm.poolmodels.stableswap.v1beta1.Pool", @@ -44380,15 +44380,15 @@ "incentives_address": "osmo12ahwhru0cu5zu90s6cuajymt9ca7lr0v0ezkp5nr0tu73lmr4apqy073s5", "spread_rewards_address": "osmo1flltuskm3r5g2vqjzapgx7a2426297sv27e8xfgshghvk6d6qhns9wtnmp", "id": "1492", - "current_tick_liquidity": "8949332096848000.186618873604081503", + "current_tick_liquidity": "826697848245887.195954714297226274", "token0": "ibc/A5CCD24BA902843B1003A7EEE5F937C632808B9CF4925601241B15C5A0A51A53", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000050972519767511441531055874759813", - "current_tick": "-79401803", + "current_sqrt_price": "0.000051456016637703030782189608645427", + "current_tick": "-79352279", "tick_spacing": "10", "exponent_at_price_one": "-6", "spread_factor": "0.001000000000000000", - "last_liquidity_update": "2024-10-01T21:49:13.581000415Z" + "last_liquidity_update": "2024-10-04T05:54:59.816312145Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -44408,14 +44408,14 @@ { "token": { "denom": "ibc/35CECC330D11DD00FACB555D07687631E0BC7D226260CC5F015F6D7980819533", - "amount": "1796948381706082229161963" + "amount": "1767257040722142600174510" }, "weight": "5368709120" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "20508886455" + "amount": "20886711010" }, "weight": "5368709120" } @@ -44568,14 +44568,14 @@ { "token": { "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", - "amount": "24213065202" + "amount": "24072118705" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED", - "amount": "7546151897247" + "amount": "7593221859482" }, "weight": "536870912000000" } @@ -44600,14 +44600,14 @@ { "token": { "denom": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901", - "amount": "19340462" + "amount": "18992461" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC", - "amount": "174937240" + "amount": "178152353" }, "weight": "536870912000000" } @@ -44623,12 +44623,12 @@ "current_tick_liquidity": "26484108178.652024127065528919", "token0": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.277474842749616143118111747509239680", - "current_tick": "-11300772", + "current_sqrt_price": "0.294867462073079524659370033667732511", + "current_tick": "-10305318", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-09-26T08:39:28.937711073Z" + "last_liquidity_update": "2024-10-04T07:41:31.635077487Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -44652,15 +44652,15 @@ "incentives_address": "osmo15z789wkeyavj8whm0tq5kphmpt0z2q56x6cu5kkzx8s0f6dzs4kslmjng5", "spread_rewards_address": "osmo1hzpgsr8cczpn744yn97pgnp8kel5yyek0x9wm0f539sdy32l3cvsw23pls", "id": "1502", - "current_tick_liquidity": "311253562683.485562829210378349", + "current_tick_liquidity": "311872892449.653421515346425031", "token0": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.135391111651305501221855205110571932", - "current_tick": "-17166925", + "current_sqrt_price": "0.131818039473368290907789335058548688", + "current_tick": "-17262401", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:11:56.930169654Z" + "last_liquidity_update": "2024-10-04T12:38:43.929709147Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -44671,8 +44671,8 @@ "current_tick_liquidity": "19636698.593542545065830915", "token0": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5", "token1": "uosmo", - "current_sqrt_price": "0.184679719923712346153747156502294282", - "current_tick": "-15589341", + "current_sqrt_price": "0.170748751915071593194957282338709831", + "current_tick": "-16084487", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -44751,8 +44751,8 @@ "current_tick_liquidity": "1122067312260.478299478602913183", "token0": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.004421248246660391346572203522173445", - "current_tick": "-44045257", + "current_sqrt_price": "0.004273923727752824670098429458523487", + "current_tick": "-44173358", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -44917,14 +44917,14 @@ { "token": { "denom": "ibc/C97473CD237EBA2F94FDFA6ABA5EC0E22FA140655D73D2A2754F03A347BBA40B", - "amount": "213728819563578" + "amount": "214531623872461" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7", - "amount": "29711013971" + "amount": "29600163924" }, "weight": "536870912000000" } @@ -44976,15 +44976,15 @@ "incentives_address": "osmo1rq9e5k6pvgz8540ggzndl5u3tsucyazf0e2z3fw8sh4s069p4grq63nlru", "spread_rewards_address": "osmo1487k99rjuyn8dw34h4jfm7g0rqsylzjuw35xdp33cupxhxyluvrqvqv0hr", "id": "1516", - "current_tick_liquidity": "37520161363297183.331511427013233759", + "current_tick_liquidity": "37605381733967168.033889232684472197", "token0": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000001200556016205679875121590075410", - "current_tick": "-107558666", + "current_sqrt_price": "0.000001205624467507345527547167657489", + "current_tick": "-107546470", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:19:13.366969046Z" + "last_liquidity_update": "2024-10-04T16:01:21.876393423Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -45049,14 +45049,14 @@ { "token": { "denom": "ibc/6F62F01D913E3FFE472A38C78235B8F021B511BC6596ADFF02615C8F83D3B373", - "amount": "32748138480608856567" + "amount": "32584285066192622471" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "121376336524" + "amount": "122006670882" }, "weight": "536870912000000" } @@ -45075,20 +45075,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1520", - "amount": "36574662764458273376" + "amount": "36597644826580089611" }, "pool_assets": [ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "541927626" + "amount": "543700183" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "77882430699" + "amount": "77800778869" }, "weight": "536870912000000" } @@ -45113,14 +45113,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "217497522724" + "amount": "221993508121" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/AB589511ED0DD5FA56171A39978AFBF1371DB986EC1C3526CE138A16377E39BB", - "amount": "1199252807001027227735" + "amount": "1175130656433093138021" }, "weight": "536870912000000" } @@ -45145,14 +45145,14 @@ { "token": { "denom": "ibc/10E5E5B06D78FFBB61FD9F89209DEE5FD4446ED0550CBB8E3747DA79E10D9DC6", - "amount": "458439769786598810285" + "amount": "451046160003114901542" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "121495598271" + "amount": "123499966790" }, "weight": "536870912000000" } @@ -45177,14 +45177,14 @@ { "token": { "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", - "amount": "167232362" + "amount": "166984767" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "205530881211" + "amount": "205850172874" }, "weight": "536870912000000" } @@ -45209,14 +45209,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "161705936624" + "amount": "169951868751" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E", - "amount": "576088146" + "amount": "548441171" }, "weight": "536870912000000" } @@ -45241,14 +45241,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "223480568314" + "amount": "223085480684" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447", - "amount": "317096219936122620856" + "amount": "317682053038408526930" }, "weight": "536870912000000" } @@ -45273,14 +45273,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "88505536738" + "amount": "89666579219" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110", - "amount": "123950224717995714493" + "amount": "122360590277491096398" }, "weight": "536870912000000" } @@ -45305,14 +45305,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "223881688151" + "amount": "227898347066" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4", - "amount": "67455785464" + "amount": "66288283548" }, "weight": "536870912000000" } @@ -45337,14 +45337,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "190190996586" + "amount": "187704623763" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273", - "amount": "18676739379205864127" + "amount": "18927693600241077132" }, "weight": "536870912000000" } @@ -45369,14 +45369,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "164814971050" + "amount": "159916143737" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516", - "amount": "437202548110508606" + "amount": "450954624495105634" }, "weight": "536870912000000" } @@ -45401,14 +45401,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "224100877085" + "amount": "224379547627" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84", - "amount": "667403486853" + "amount": "666893773309" }, "weight": "536870912000000" } @@ -45433,14 +45433,14 @@ { "token": { "denom": "ibc/126DA09104B71B164883842B769C0E9EC1486C0887D27A9999E395C2C8FB5682", - "amount": "1063669219" + "amount": "1051302623" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "199645695656" + "amount": "202005997979" }, "weight": "536870912000000" } @@ -45465,14 +45465,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "205550971616" + "amount": "201877658707" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA", - "amount": "2276692568" + "amount": "2318609802" }, "weight": "536870912000000" } @@ -45497,14 +45497,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "114335177996" + "amount": "115147436717" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A", - "amount": "13731451842759885352101" + "amount": "13639780497609223780201" }, "weight": "536870912000000" } @@ -45529,14 +45529,14 @@ { "token": { "denom": "factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn", - "amount": "6036245125" + "amount": "6405359575" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "94381813406" + "amount": "88969261731" }, "weight": "536870912000000" } @@ -45561,14 +45561,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "157887570457" + "amount": "155042509564" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C", - "amount": "366076187852" + "amount": "372975256407" }, "weight": "536870912000000" } @@ -45593,14 +45593,14 @@ { "token": { "denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED", - "amount": "2480576571" + "amount": "2481382466" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "121066839968" + "amount": "121032616294" }, "weight": "536870912000000" } @@ -45625,14 +45625,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "157957244775" + "amount": "157196044361" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580", - "amount": "6700047824" + "amount": "6733723519" }, "weight": "536870912000000" } @@ -45657,14 +45657,14 @@ { "token": { "denom": "ibc/2DA9C149E9AD2BD27FEFA635458FB37093C256C1A940392634A16BEA45262604", - "amount": "6162316596" + "amount": "6385323784" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "135681347230" + "amount": "131353579130" }, "weight": "536870912000000" } @@ -45689,14 +45689,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "101682648908" + "amount": "106500593647" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/BB6BCDB515050BAE97516111873CCD7BCF1FD0CCB723CC12F3C4F704D6C646CE", - "amount": "711299090" + "amount": "680068788" }, "weight": "536870912000000" } @@ -45721,14 +45721,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "156558783566" + "amount": "155297800632" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F", - "amount": "2470134913" + "amount": "2493075865" }, "weight": "536870912000000" } @@ -45753,14 +45753,14 @@ { "token": { "denom": "ibc/A4D176906C1646949574B48C1928D475F2DF56DE0AC04E1C99B08F90BC21ABDE", - "amount": "6441854560" + "amount": "6027235450" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "71071322942" + "amount": "76014520605" }, "weight": "536870912000000" } @@ -45785,14 +45785,14 @@ { "token": { "denom": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5", - "amount": "70281891800" + "amount": "72161847008" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "185957068439" + "amount": "181529365030" }, "weight": "536870912000000" } @@ -45817,14 +45817,14 @@ { "token": { "denom": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49", - "amount": "3677185428915434111128" + "amount": "3673133242864870174266" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "260939846786" + "amount": "261242336199" }, "weight": "536870912000000" } @@ -45849,14 +45849,14 @@ { "token": { "denom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D", - "amount": "75180673" + "amount": "74049063" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "224695197400" + "amount": "228146314302" }, "weight": "536870912000000" } @@ -45881,14 +45881,14 @@ { "token": { "denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452", - "amount": "37098271097" + "amount": "38836139173" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "455603753993" + "amount": "435457811083" }, "weight": "536870912000000" } @@ -45913,14 +45913,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "196832895787" + "amount": "197281665859" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44", - "amount": "375686078520" + "amount": "375032881516" }, "weight": "536870912000000" } @@ -45945,14 +45945,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "165469649783" + "amount": "167282248680" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/831F0B1BBB1D08A2B75311892876D71565478C532967545476DF4C2D7492E48C", - "amount": "392313531356317730307" + "amount": "388187058965416290447" }, "weight": "536870912000000" } @@ -45977,14 +45977,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "196524827884" + "amount": "198484513024" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9", - "amount": "1090131114" + "amount": "1079591438" }, "weight": "536870912000000" } @@ -46009,14 +46009,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "293615885155" + "amount": "282422411364" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/5E2DFDF1734137302129EA1C1BA21A580F96F778D4F021815EA4F6DB378DA1A4", - "amount": "881953644731835825737" + "amount": "917227737244573078402" }, "weight": "536870912000000" } @@ -46041,14 +46041,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "187620462701" + "amount": "186988818354" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/71F11BC0AF8E526B80E44172EBA9D3F0A8E03950BB882325435691EBC9450B1D", - "amount": "909575738" + "amount": "913491349" }, "weight": "536870912000000" } @@ -46105,14 +46105,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "104483590804" + "amount": "105101590670" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/B1C1806A540B3E165A2D42222C59946FB85BA325596FC85662D7047649F419F3", - "amount": "31407906460" + "amount": "31224145213" }, "weight": "536870912000000" } @@ -46137,14 +46137,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "160064676512" + "amount": "161854659107" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE", - "amount": "298982267" + "amount": "295692177" }, "weight": "536870912000000" } @@ -46201,14 +46201,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "186140290966" + "amount": "185593108020" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3", - "amount": "730532780" + "amount": "732840505" }, "weight": "536870912000000" } @@ -46233,14 +46233,14 @@ { "token": { "denom": "ibc/37CB3078432510EE57B9AFA8DBE028B33AE3280A144826FEAC5F2334CF2C5539", - "amount": "2671967681" + "amount": "2608944972" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "97488572122" + "amount": "99861708417" }, "weight": "536870912000000" } @@ -46265,14 +46265,14 @@ { "token": { "denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076", - "amount": "12360518722" + "amount": "12264533759" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "98469361325" + "amount": "99243883797" }, "weight": "536870912000000" } @@ -46297,14 +46297,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "50963548976" + "amount": "50832481239" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/DD3938D8131F41994C1F01F4EB5233DEE9A0A5B787545B9A07A321925655BF38", - "amount": "32339305785" + "amount": "32423109275" }, "weight": "536870912000000" } @@ -46329,14 +46329,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "50623961970" + "amount": "49742625695" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C", - "amount": "22045990794" + "amount": "22440914111" }, "weight": "536870912000000" } @@ -46361,14 +46361,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "168656167126" + "amount": "169485222776" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "50369356149" + "amount": "50125790656" }, "weight": "536870912000000" } @@ -46393,14 +46393,14 @@ { "token": { "denom": "ibc/4F3B0EC2FE2D370D10C3671A1B7B06D2A964C721470C305CBB846ED60E6CAA20", - "amount": "167695397565" + "amount": "168999568776" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4", - "amount": "49906965606" + "amount": "49524308550" }, "weight": "536870912000000" } @@ -46484,15 +46484,15 @@ "incentives_address": "osmo1phy4snyvspr0j48xfrm0lka7jh3y6940kzvp3ss49jjyxmsaxw6qkxr77a", "spread_rewards_address": "osmo1lrrx0ru6lk0edwz96m6yw48azsxcch3cgvw5h8eayws552evlgus0exgxe", "id": "1565", - "current_tick_liquidity": "16209856749706887582784.370545961450797008", + "current_tick_liquidity": "16333392392964481247142.646576181126803237", "token0": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F", "token1": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7", - "current_sqrt_price": "0.703259996550076321148972590201785990", - "current_tick": "-5054254", + "current_sqrt_price": "0.702586901808753605986669149480074207", + "current_tick": "-5063717", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-01T16:51:37.042842986Z" + "last_liquidity_update": "2024-10-02T19:05:04.888749844Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -46503,12 +46503,12 @@ "current_tick_liquidity": "8364372950932083508750020.951682298687546495", "token0": "ibc/D53E785DC9C5C2CA50CADB1EFE4DE5D0C30418BE0E9C6F2AF9F092A247E8BC22", "token1": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110", - "current_sqrt_price": "1.007918236213797101609787639278521595", - "current_tick": "15899", + "current_sqrt_price": "1.007916484603679012353623451347681099", + "current_tick": "15895", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T17:39:38.096496326Z" + "last_liquidity_update": "2024-10-04T16:57:23.662350570Z" }, { "@type": "/osmosis.cosmwasmpool.v1beta1.CosmWasmPool", @@ -46564,20 +46564,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1573", - "amount": "62718606543545173253" + "amount": "62790551975680506900" }, "pool_assets": [ { "token": { "denom": "ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B", - "amount": "9161832247536" + "amount": "9157476926929" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B", - "amount": "458227098321" + "amount": "459501297053" }, "weight": "536870912000000" } @@ -46596,20 +46596,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1574", - "amount": "885313247573123630804" + "amount": "885346334668071999787" }, "pool_assets": [ { "token": { "denom": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7", - "amount": "5904918485769" + "amount": "5905207648661" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "4780014243" + "amount": "4780139565" }, "weight": "536870912000000" } @@ -46641,14 +46641,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "606905847" + "amount": "561425724" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/608EF5C0CE64FEA097500DB39657BDD36CA708CC5DCC2E250A024B6981DD36BC", - "amount": "11897180565139" + "amount": "12875657889470" }, "weight": "536870912000000" } @@ -46748,15 +46748,15 @@ "incentives_address": "osmo184hasleqpyl9tw2fgm32yvapevum06yfj27jal2fw2vmt8mre50sh8yefu", "spread_rewards_address": "osmo1c8jfnwehlu0cru3hd8vn6y20my6a00qvyyv39h6xhdck9lhazv6spqqn5v", "id": "1581", - "current_tick_liquidity": "2399233186.162122324558693677", + "current_tick_liquidity": "2400300979.656029160850312809", "token0": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "1.053596050060992339990676124715385409", - "current_tick": "110064", + "current_sqrt_price": "1.063334139116247911066372200167289881", + "current_tick": "130679", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-01T17:11:02.210314111Z" + "last_liquidity_update": "2024-10-03T15:59:05.186324676Z" }, { "@type": "/osmosis.gamm.poolmodels.stableswap.v1beta1.Pool", @@ -46805,14 +46805,14 @@ { "token": { "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110", - "amount": "275113196179635592181" + "amount": "279470877387574750060" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", - "amount": "81419123" + "amount": "80177470" }, "weight": "536870912000000" } @@ -46960,15 +46960,15 @@ "incentives_address": "osmo1e0wfxnfrzg50wkeyakg2qxjf4fw9lrtx88grlhuw9n2ajm2sth2sdpg9ky", "spread_rewards_address": "osmo1e9grc4jp9jzwqqxy6cv6ypkkytyae50wygc9zsj3w5040a3yq4es6z09q7", "id": "1590", - "current_tick_liquidity": "993978652156.629795790240074326", + "current_tick_liquidity": "987885649959.591700537922757305", "token0": "ibc/42D24879D4569CE6477B7E88206ADBFE47C222C6CAD51A54083E4A72594269FC", "token1": "uosmo", - "current_sqrt_price": "1.104437283143842555316043256544308405", + "current_sqrt_price": "1.104437283518004309996270404622839996", "current_tick": "219781", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-09-29T09:41:15.819226211Z" + "last_liquidity_update": "2024-10-04T10:08:50.313761836Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -46976,15 +46976,15 @@ "incentives_address": "osmo1ugydyu3rd7jxuz5zs64czu08p3jtj8dznwfhxqwppt6clsvrskds48ht94", "spread_rewards_address": "osmo16kh8lrd4mqhcacarzj2uay5chuucrh8r3jjdk6ucry3ppja6r3fqn96e34", "id": "1591", - "current_tick_liquidity": "35030753440.210219631291376959", + "current_tick_liquidity": "3301427931.924753946874206904", "token0": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.767749586833969901051394228095795876", - "current_tick": "-4105606", + "current_sqrt_price": "0.720317256153657535217247392684926419", + "current_tick": "-4811431", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T12:32:03.336482887Z" + "last_liquidity_update": "2024-10-04T04:02:47.113609095Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -47027,8 +47027,8 @@ "current_tick_liquidity": "22337586.576521402820436984", "token0": "ibc/C140AFD542AE77BD7DCC83F13FDD8C5E5BB8C4929785E6EC2F4C636F98F17901", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "2.530352674217955549924545965429785417", - "current_tick": "5402684", + "current_sqrt_price": "2.565888104622824570800282873071908227", + "current_tick": "5583781", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -47052,14 +47052,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "7826190" + "amount": "7555313" }, "weight": "322122547200000" }, { "token": { "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447", - "amount": "55616283534631803835" + "amount": "56464813790180727752" }, "weight": "751619276800000" } @@ -47084,14 +47084,14 @@ { "token": { "denom": "ibc/63A7CA0B6838AD8CAD6B5103998FF9B9B6A6F06FBB9638BFF51E63E0142339F3", - "amount": "3123262" + "amount": "3447091" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "3730424" + "amount": "3379982" }, "weight": "536870912000000" } @@ -47267,14 +47267,14 @@ { "token": { "denom": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E", - "amount": "813765999866826029507" + "amount": "805020481386914303216" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "4466185638" + "amount": "4517643949" }, "weight": "536870912000000" } @@ -47287,15 +47287,15 @@ "incentives_address": "osmo1qz68xr2x2c0p9zu7pjkgqqpw9j750yd3tpncem2h4j64skuk4pwqndvjl2", "spread_rewards_address": "osmo1r89mt7zekdhjaugdmvdxa9dp5t769tcgpmtlprmmy424pdccwjdsurklxj", "id": "1604", - "current_tick_liquidity": "1392921685845665620.499435066819667792", + "current_tick_liquidity": "1393011955534645517.708909454484852525", "token0": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000001737938612335855315645393055730", - "current_tick": "-105979570", + "current_sqrt_price": "0.000001737919712377973638331433800216", + "current_tick": "-105979636", "tick_spacing": "1", "exponent_at_price_one": "-6", "spread_factor": "0.001000000000000000", - "last_liquidity_update": "2024-09-02T20:23:32.714714845Z" + "last_liquidity_update": "2024-10-04T05:51:53.047223167Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -47306,12 +47306,12 @@ "current_tick_liquidity": "78021414219.699751069465114177", "token0": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.257895879096871416172001513821476064", - "current_tick": "-12348972", + "current_sqrt_price": "0.251839029043948783323092436940392480", + "current_tick": "-12657711", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T12:59:33.841993464Z" + "last_liquidity_update": "2024-10-04T17:03:32.680739679Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -47395,14 +47395,14 @@ { "token": { "denom": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", - "amount": "83109667" + "amount": "82501833" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "764871738362375402453626" + "amount": "770659445079813640872731" }, "weight": "536870912000000" } @@ -47459,28 +47459,28 @@ { "token": { "denom": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", - "amount": "8320" + "amount": "8064" }, "weight": "268435456000000" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "1146940" + "amount": "1109819" }, "weight": "268435456000000" }, { "token": { "denom": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD", - "amount": "437901733" + "amount": "448954145" }, "weight": "268435456000000" }, { "token": { "denom": "uosmo", - "amount": "8933323" + "amount": "9296957" }, "weight": "268435456000000" } @@ -47505,14 +47505,14 @@ { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "109126355527039427623224" + "amount": "110154668079458332085460" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4", - "amount": "7918267556" + "amount": "7848926580" }, "weight": "536870912000000" } @@ -47537,14 +47537,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "222602056" + "amount": "223961168" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "3380498266915206075400" + "amount": "3360284433595142898264" }, "weight": "536870912000000" } @@ -47601,14 +47601,14 @@ { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "11640125368175513534401" + "amount": "11587907821336611738537" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "1410541099" + "amount": "1417120408" }, "weight": "536870912000000" } @@ -47686,8 +47686,8 @@ "current_tick_liquidity": "59393317851.216078915712918011", "token0": "ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF", "token1": "uosmo", - "current_sqrt_price": "0.348867554651790292366206806220134156", - "current_tick": "-8782915", + "current_sqrt_price": "0.340587637323449173833162206315961952", + "current_tick": "-8840001", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -47727,14 +47727,14 @@ { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "3044476255986288382405" + "amount": "3027194730867335918921" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", - "amount": "83263726919922261" + "amount": "83740906706748694" }, "weight": "536870912000000" } @@ -47747,15 +47747,15 @@ "incentives_address": "osmo17qye3ld54j52t2zr5fljnuumkzrqx90y74j79lf7ggs5xjxfvgas5fysgh", "spread_rewards_address": "osmo105zsheher6nc4d2vzcnaryzxe36385pt7yhygf86qms3zjyf0m3sv2mf7u", "id": "1623", - "current_tick_liquidity": "189626861371.248286190580721223", + "current_tick_liquidity": "177903629015.000028073816415772", "token0": "ibc/E7905742CE2EA4EA5D592527DC89220C59B617DE803939FE7293805A64B484D7", "token1": "uosmo", - "current_sqrt_price": "0.132459938510517708201986958081407119", - "current_tick": "-17245437", + "current_sqrt_price": "0.135277330103110277517571554494200479", + "current_tick": "-17170005", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T11:28:21.898044948Z" + "last_liquidity_update": "2024-10-04T05:59:24.972158117Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -47769,20 +47769,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1624", - "amount": "3750649088520414307523" + "amount": "3747344999598159384243" }, "pool_assets": [ { "token": { "denom": "factory/osmo1nr8zfakf6jauye3uqa9lrmr5xumee5n42lv92z/toro", - "amount": "212104070207518" + "amount": "214692308745037" }, "weight": "1073741824" }, { "token": { "denom": "uosmo", - "amount": "998639812" + "amount": "984927167" }, "weight": "1073741824" } @@ -47807,14 +47807,14 @@ { "token": { "denom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F", - "amount": "651767" + "amount": "808486" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "140221" + "amount": "113802" }, "weight": "536870912000000" } @@ -47839,14 +47839,14 @@ { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "96456937714047212062959" + "amount": "96319628493912197266114" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A", - "amount": "371937345772678548443958" + "amount": "372577825642249579960511" }, "weight": "536870912000000" } @@ -47903,14 +47903,14 @@ { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "2337570536662413599946889" + "amount": "2374141303511213508354894" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/9A76CDF0CBCEF37923F32518FA15E5DC92B9F56128292BC4D63C4AEA76CBB110", - "amount": "106103197448249897009411" + "amount": "104547013832373819139715" }, "weight": "536870912000000" } @@ -47935,14 +47935,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "61817583" + "amount": "61079073" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/79A676508A2ECA1021EDDC7BB9CF70CEEC9514C478DA526A5A8B3E78506C2206", - "amount": "2821895867" + "amount": "2856360252" }, "weight": "536870912000000" } @@ -47967,14 +47967,14 @@ { "token": { "denom": "ibc/B84F8CC583A54DA8173711C0B66B22FDC1954FEB1CA8DBC66C89919DAFE02000", - "amount": "453756773970" + "amount": "455176305370" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "292189262" + "amount": "291305284" }, "weight": "536870912000000" } @@ -47999,14 +47999,14 @@ { "token": { "denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5", - "amount": "89420420804" + "amount": "91957552858" }, "weight": "526133493760000" }, { "token": { "denom": "uosmo", - "amount": "702580169" + "amount": "683954870" }, "weight": "547608330240000" } @@ -48031,14 +48031,14 @@ { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "2526915743810554538638778" + "amount": "2521435491726981974610516" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "306867172977" + "amount": "307686997582" }, "weight": "536870912000000" } @@ -48109,8 +48109,8 @@ "current_tick_liquidity": "23246596870456296231749.008715703332864522", "token0": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", "token1": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", - "current_sqrt_price": "0.005229051263235827097675659460051320", - "current_tick": "-43265703", + "current_sqrt_price": "0.005234669767816149726020705480956409", + "current_tick": "-43259824", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -48134,14 +48134,14 @@ { "token": { "denom": "ibc/06EF575844982382F4D1BC3830D294557A30EDB3CD223153AFC8DFEF06349C56", - "amount": "121520313495" + "amount": "114824421899" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "41196232" + "amount": "43605785" }, "weight": "536870912000000" } @@ -48290,8 +48290,8 @@ "current_tick_liquidity": "455505185160.175611054059333872", "token0": "ibc/208B2F137CDE510B44C41947C045CFDC27F996A9D990EA64460BDD5B3DBEB2ED", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.090277895598465732280714332327389530", - "current_tick": "-19849902", + "current_sqrt_price": "0.090135141322315344735034777260918297", + "current_tick": "-19875657", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -48303,15 +48303,15 @@ "incentives_address": "osmo1g0ux2x4pce7rz3gtx5zrwwj5pec27hpmt4y6zs8v4tms6pdk09lszcgl40", "spread_rewards_address": "osmo15al4v7hp9z3djrls9d26sjuca23gwvt4g8uwz5w4362c4uru4a4shf4dc2", "id": "1648", - "current_tick_liquidity": "251993890481.833771510506245220", + "current_tick_liquidity": "259700609223.262303212381108395", "token0": "ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.987719648998488502839846432441618942", - "current_tick": "-244099", + "current_sqrt_price": "0.987031116298755927088195629363200192", + "current_tick": "-257696", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", - "last_liquidity_update": "2024-10-02T18:15:12.324572619Z" + "last_liquidity_update": "2024-10-04T16:57:48.534045991Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -48370,8 +48370,8 @@ "current_tick_liquidity": "10480021384.300788743012593827", "token0": "ibc/AC6EE43E608B5A7EEE460C960480BC1C3708010E32B2071C429DA259836E10C3", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.589312209792250254922478634543406028", - "current_tick": "-6527112", + "current_sqrt_price": "0.562978494263992806043793512640952193", + "current_tick": "-6830553", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -48386,8 +48386,8 @@ "current_tick_liquidity": "551102900892.804401317371758262", "token0": "ibc/613BF0BF2F2146AE9941E923725745E931676B2C14E9768CD609FA0849B2AE13", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.144584657560058474378938977614508498", - "current_tick": "-16909528", + "current_sqrt_price": "0.145022965402949699041677595242646047", + "current_tick": "-16896834", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.003000000000000000", @@ -48422,15 +48422,15 @@ "incentives_address": "osmo1rd2vsg2pwcnj0hwv7cup2vql93jpy0mvrwag2y2n4gadh0femyxq3tg4n0", "spread_rewards_address": "osmo1lx32uj4pckrwf5rgtk0myh9e5hvewhtgpm0kwqmezdthazyrqn6q7k76f4", "id": "1655", - "current_tick_liquidity": "9290776366.900284277077906528", + "current_tick_liquidity": "9355747512.273820483605189744", "token0": "factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB", "token1": "uosmo", - "current_sqrt_price": "7.659718905956883284878946606102362341", - "current_tick": "13867129", + "current_sqrt_price": "7.704094251457220960990871030338039511", + "current_tick": "13935306", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", - "last_liquidity_update": "2024-10-02T14:45:39.421139527Z" + "last_liquidity_update": "2024-10-04T16:31:11.578852593Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -48441,12 +48441,12 @@ "current_tick_liquidity": "11381749541.708132678045217228", "token0": "factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "5.673470072214661196514770906239699719", - "current_tick": "11218826", + "current_sqrt_price": "5.660149813700900878208723031155561841", + "current_tick": "11203729", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", - "last_liquidity_update": "2024-10-01T16:28:03.882404508Z" + "last_liquidity_update": "2024-10-04T17:09:46.120850279Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -48482,14 +48482,14 @@ { "token": { "denom": "factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB", - "amount": "9395034" + "amount": "9340710" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "550778128" + "amount": "554013719" }, "weight": "536870912000000" } @@ -48615,14 +48615,14 @@ { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "325775100981567173427552" + "amount": "327349777002803440200581" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/A8CA5EE328FA10C9519DF6057DA1F69682D28F7D0F5CCC7ECB72E3DCA2D157A4", - "amount": "23456169341" + "amount": "23353271990" }, "weight": "536870912000000" } @@ -48727,14 +48727,14 @@ { "token": { "denom": "ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC", - "amount": "5542301" + "amount": "5402261" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "9715474" + "amount": "9969868" }, "weight": "536870912000000" } @@ -48759,14 +48759,14 @@ { "token": { "denom": "ibc/44492EAB24B72E3FB59B9FA619A22337FB74F95D8808FE6BC78CC0E6C18DC2EC", - "amount": "14143341" + "amount": "13852850" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "24668654" + "amount": "25188189" }, "weight": "536870912000000" } @@ -48814,20 +48814,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1669", - "amount": "582347073441075117243289" + "amount": "582428809860665206355126" }, "pool_assets": [ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "3005404951" + "amount": "2879737654" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/56D7C03B8F6A07AD322EEE1BEF3AE996E09D1C1E34C27CF37E0D4A0AC5972516", - "amount": "3739823032544950695" + "amount": "3920291092544855836" }, "weight": "536870912000000" } @@ -48840,15 +48840,15 @@ "incentives_address": "osmo14nh0xcve9axjtu6sag3vkpa06vdet4pzz2arypx3e7r73wac4epsjlcku6", "spread_rewards_address": "osmo1kf2p445mvuxve2j978xaxam2jsf2t5kjnn0fmpfasnxe3fmpergqs4m4gy", "id": "1670", - "current_tick_liquidity": "415122903962.970221282872069174", + "current_tick_liquidity": "442281528813.568809904442009274", "token0": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2", "token1": "uosmo", - "current_sqrt_price": "2.094387160015575764355395971491207514", - "current_tick": "3386457", + "current_sqrt_price": "2.058178243313697883671014339045429720", + "current_tick": "3236097", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", - "last_liquidity_update": "2024-10-02T18:16:14.974232243Z" + "last_liquidity_update": "2024-10-04T17:17:37.438705623Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -48856,15 +48856,15 @@ "incentives_address": "osmo1u5f3mw7kvj5t6mx3sterd8zkeknwfthz0xa2ukmhrxx6c3ym4h2qq6tf00", "spread_rewards_address": "osmo17relzmlmsmzumz58jzenjzhx58kz2q5kc3whsnymrr6jh2mpnxys9d5ksp", "id": "1671", - "current_tick_liquidity": "453414944206.183605031768829912", + "current_tick_liquidity": "466258227234.167082312324756052", "token0": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "1.537967960788962970236947301167705906", - "current_tick": "1365345", + "current_sqrt_price": "1.519265210344599886252821431019613111", + "current_tick": "1308166", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:19:19.326872248Z" + "last_liquidity_update": "2024-10-04T17:05:11.491828949Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -48875,12 +48875,12 @@ "current_tick_liquidity": "489309058.446030619808775241", "token0": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "1.547988675558481979969007242257010188", - "current_tick": "1396268", + "current_sqrt_price": "1.514770854431834599666694426358990312", + "current_tick": "1294530", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", - "last_liquidity_update": "2024-10-02T16:56:01.443411278Z" + "last_liquidity_update": "2024-10-03T04:28:02.914325972Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -48900,14 +48900,14 @@ { "token": { "denom": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2", - "amount": "201033687" + "amount": "204705050" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "881761142" + "amount": "866366580" }, "weight": "536870912000000" } @@ -48920,15 +48920,15 @@ "incentives_address": "osmo1d63szu8aery0uhn86lqmsyfjme83w5ce3y3lwn6jwhu6lf84es3qqntd6g", "spread_rewards_address": "osmo16elydr04zqxpxpsrnqcxx67xue0mpxxwkv8z8gq7yatka2thwvtq097vjd", "id": "1674", - "current_tick_liquidity": "174288634880.141472807755782319", + "current_tick_liquidity": "342236789475.733220617913574652", "token0": "ibc/2CD9F8161C3FC332E78EF0C25F6E684D09379FB2F56EF9267E7EC139642EC57B", "token1": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2", - "current_sqrt_price": "1.018368115357610315466488752533670225", - "current_tick": "37073", + "current_sqrt_price": "1.021740938245017641750571332659415067", + "current_tick": "43954", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:04:20.344316931Z" + "last_liquidity_update": "2024-10-04T17:03:50.468373205Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -48936,15 +48936,15 @@ "incentives_address": "osmo1l7t5wgty40p8ketqgu3rky2a37y028et2wku9qvukw95uth57w2qk2htv8", "spread_rewards_address": "osmo17kkyddj9rn8kfwgn87um8vh84m5zyjvnudaq4ylc8992pcvn67tq3wxwah", "id": "1675", - "current_tick_liquidity": "165623873369540658792570.612581828558620699", + "current_tick_liquidity": "229016933517849857072057.285152032148137990", "token0": "ibc/C04DFC9BCD893E57F2BEFE40F63EFD18D2768514DBD5F63ABD2FF7F48FC01D36", "token1": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273", - "current_sqrt_price": "1.150657701367243198785477348874231489", - "current_tick": "324013", + "current_sqrt_price": "1.152153045295866462369430161116249796", + "current_tick": "327456", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-01T18:17:27.918149215Z" + "last_liquidity_update": "2024-10-04T09:05:38.745397019Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -48964,14 +48964,14 @@ { "token": { "denom": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7", - "amount": "346388030603" + "amount": "344910037957" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "3938214826" + "amount": "3955459563" }, "weight": "536870912000000" } @@ -49028,14 +49028,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "921829797" + "amount": "920684423" }, "weight": "5368709120" }, { "token": { "denom": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5", - "amount": "1785270134" + "amount": "1787615635" }, "weight": "5368709120" } @@ -49051,8 +49051,8 @@ "current_tick_liquidity": "35485568414.653878262900991640", "token0": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7", "token1": "uosmo", - "current_sqrt_price": "0.107073284016853285033946815525266493", - "current_tick": "-17853532", + "current_sqrt_price": "0.106797149391593886435000505946035114", + "current_tick": "-17859437", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", @@ -49076,14 +49076,14 @@ { "token": { "denom": "ibc/EFC1776BEFB7842F2DC7BABD9A3050E188145C99007ECC5F3526FED45A68D5F5", - "amount": "1171202873" + "amount": "1168861274" }, "weight": "5368709120" }, { "token": { "denom": "uosmo", - "amount": "1105639737" + "amount": "1107974142" }, "weight": "5368709120" } @@ -49195,8 +49195,8 @@ "current_tick_liquidity": "458201980893.879271292761362956", "token0": "ibc/178248C262DE2E141EE6287EE7AB0854F05F25B0A3F40C4B912FA1C7E51F466E", "token1": "uosmo", - "current_sqrt_price": "0.005981462116630810914407164011780138", - "current_tick": "-42422212", + "current_sqrt_price": "0.005794326605360229794789036658282382", + "current_tick": "-42642578", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -49237,20 +49237,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1687", - "amount": "447690410355503762297" + "amount": "448783715316486557273" }, "pool_assets": [ { "token": { "denom": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2", - "amount": "4476919177015511365" + "amount": "4777739081985891481" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "135795809120" + "amount": "127867975269" }, "weight": "536870912000000" } @@ -49273,11 +49273,11 @@ "pool_liquidity": [ { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "317801" + "amount": "307553" }, { "denom": "uosmo", - "amount": "1565846" + "amount": "1584852" } ], "scaling_factors": [ @@ -49304,14 +49304,14 @@ { "token": { "denom": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7", - "amount": "58988172" + "amount": "62366729" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "327942" + "amount": "310347" }, "weight": "536870912000000" } @@ -49336,14 +49336,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "87105462623" + "amount": "87515628789" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "1317500986213145205804854" + "amount": "1314582743979485702796730" }, "weight": "536870912000000" } @@ -49368,14 +49368,14 @@ { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "2217198470328889134934437" + "amount": "2288135064755295831833524" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", - "amount": "29895688470" + "amount": "28998941113" }, "weight": "536870912000000" } @@ -49439,14 +49439,14 @@ { "token": { "denom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA", - "amount": "13512517036" + "amount": "13111910966" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "1069394198636092057683751" + "amount": "1102820066637481834711160" }, "weight": "536870912000000" } @@ -49507,15 +49507,15 @@ "incentives_address": "osmo17wzmkdjjmhtqf9pajnyr90lgmmcjjptad397u20l8ps3nu2xe79qjnqcep", "spread_rewards_address": "osmo18zcuqfgn3z8umt4hrmy0csgsgysggetatmau38jtutknc6tcvf5sqjgl4r", "id": "1697", - "current_tick_liquidity": "535243617868.421101954493720445", + "current_tick_liquidity": "737874331975.540667559220298749", "token0": "ibc/635CB83EF1DFE598B10A3E90485306FD0D47D34217A4BE5FD9977FA010A5367D", "token1": "uosmo", - "current_sqrt_price": "0.141100198367174493827851183933224661", - "current_tick": "-17009074", + "current_sqrt_price": "0.144534271741375380069978869897331059", + "current_tick": "-16910985", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.025000000000000000", - "last_liquidity_update": "2024-10-02T16:08:55.176395058Z" + "last_liquidity_update": "2024-10-04T08:13:46.507053072Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -49529,20 +49529,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1698", - "amount": "28126068835383432372" + "amount": "28126073895294859219" }, "pool_assets": [ { "token": { "denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273", - "amount": "6828453366430705159941" + "amount": "6923988916708847024890" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "2143034264834474623524670" + "amount": "2114905951785054601266772" }, "weight": "536870912000000" } @@ -49574,14 +49574,14 @@ { "token": { "denom": "factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE", - "amount": "8814039138819" + "amount": "8694821007731" }, "weight": "1073741824" }, { "token": { "denom": "uosmo", - "amount": "4887137462" + "amount": "4954608333" }, "weight": "1073741824" } @@ -49635,14 +49635,14 @@ { "token": { "denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", - "amount": "55818086760" + "amount": "55958401530" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "2141714064046813730496604" + "amount": "2137198992084630862396834" }, "weight": "536870912000000" } @@ -49667,14 +49667,14 @@ { "token": { "denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447", - "amount": "50832846138805132798165" + "amount": "50743343904298681252094" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "1108370128605785657303018" + "amount": "1111815037367462833914682" }, "weight": "536870912000000" } @@ -49687,15 +49687,15 @@ "incentives_address": "osmo188mhyh2vmp7t7susxsj8y0jevt0lxl0jpdvm7n9ewmrurj7zdv6qrlp0zz", "spread_rewards_address": "osmo1e6p4p0uzptr3lztfkuma8952x7yhqw3yul8xsyuqflrr3d7dnmuqygrsrf", "id": "1704", - "current_tick_liquidity": "303253585.914025393850453130", + "current_tick_liquidity": "481379041.639634385618182600", "token0": "ibc/E42006ED917C769EDE1B474650EEA6BFE3F97958912B9206DD7010A28D01D9D5", "token1": "uosmo", - "current_sqrt_price": "0.778351277016976525611709912622621350", - "current_tick": "-3941693", + "current_sqrt_price": "0.769102494796244642569612251498196990", + "current_tick": "-4084814", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:17:58.595719815Z" + "last_liquidity_update": "2024-10-04T15:57:32.844483858Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -49731,14 +49731,14 @@ { "token": { "denom": "factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn", - "amount": "445244891" + "amount": "474774901" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/573FCD90FACEE750F55A8864EF7D38265F07E5A9273FA0E8DAFD39951332B580", - "amount": "298369304" + "amount": "279988100" }, "weight": "536870912000000" } @@ -49763,14 +49763,14 @@ { "token": { "denom": "factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE", - "amount": "2094380233637" + "amount": "2105565689068" }, "weight": "1073741824" }, { "token": { "denom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F", - "amount": "1046340" + "amount": "1040799" }, "weight": "1073741824" } @@ -49795,14 +49795,14 @@ { "token": { "denom": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD", - "amount": "25881276979" + "amount": "25736975383" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "519090628" + "amount": "522008193" }, "weight": "536870912000000" } @@ -49859,14 +49859,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "53311697710" + "amount": "55446443608" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7", - "amount": "67279894930732180398942144" + "amount": "64745179212291682293327433" }, "weight": "536870912000000" } @@ -49882,8 +49882,8 @@ "current_tick_liquidity": "149062661647.332212523627039860", "token0": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202", "token1": "uosmo", - "current_sqrt_price": "0.034297877145046078530393382083206089", - "current_tick": "-26823656", + "current_sqrt_price": "0.033326270023245079276130852438469280", + "current_tick": "-26889360", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.005000000000000000", @@ -49907,14 +49907,14 @@ { "token": { "denom": "ibc/094FB70C3006906F67F5D674073D2DAFAFB41537E7033098F5C752F211E7B6C2", - "amount": "34101667" + "amount": "34584608" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "1223197035503498554437" + "amount": "1207422990172881979024" }, "weight": "536870912000000" } @@ -49939,14 +49939,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "36270028450" + "amount": "35783448996" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "2431437928521791007393826" + "amount": "2466469757574736696773035" }, "weight": "536870912000000" } @@ -49965,20 +49965,20 @@ "future_pool_governor": "", "total_shares": { "denom": "gamm/pool/1714", - "amount": "100577298584294246538" + "amount": "100663299964049491584" }, "pool_assets": [ { "token": { "denom": "ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE", - "amount": "13869612465" + "amount": "13864844303" }, "weight": "747324309504" }, { "token": { "denom": "uosmo", - "amount": "9096158" + "amount": "21911603" }, "weight": "1073741824" } @@ -49997,20 +49997,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1715", - "amount": "6333905920051089954341" + "amount": "5166370672737158830004" }, "pool_assets": [ { "token": { "denom": "ibc/2FFE07C4B4EFC0DDA099A16C6AF3C9CCA653CC56077E87217A585D48794B0BC7", - "amount": "95877094108422" + "amount": "73922299737429" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228", - "amount": "36994758606271" + "amount": "31967717272214" }, "weight": "536870912000000" } @@ -50051,14 +50051,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "12890712" + "amount": "13027871" }, "weight": "536870912000000" }, { "token": { "denom": "uion", - "amount": "58868" + "amount": "58286" }, "weight": "536870912000000" } @@ -50151,15 +50151,15 @@ "incentives_address": "osmo1k5p7er3gu3c25szejc7e7ktr4fqftszwxamz3384eq3eqmeglg9qf3u2ql", "spread_rewards_address": "osmo1j9zzs5khs5mn4pzjws3lnvd7kcnw8ypvpzy633n3l8fkpad3wtqsh4h8w2", "id": "1721", - "current_tick_liquidity": "2203470315274.376300787796999526", + "current_tick_liquidity": "1755006895898.421052875608135198", "token0": "factory/osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p/wLIBRA", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.022061016539701030905627075361152350", - "current_tick": "-32133116", + "current_sqrt_price": "0.022825932752593817849297461471277351", + "current_tick": "-31789768", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.025000000000000000", - "last_liquidity_update": "2024-10-02T17:55:14.977365860Z" + "last_liquidity_update": "2024-10-04T06:43:18.633519647Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -50243,14 +50243,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "77129" + "amount": "75783" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2", - "amount": "39396653159" + "amount": "42822930302" }, "weight": "536870912000000" } @@ -50307,14 +50307,14 @@ { "token": { "denom": "factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB", - "amount": "227013495" + "amount": "226330748" }, "weight": "536870912000000" }, { "token": { "denom": "uion", - "amount": "31938339" + "amount": "32041199" }, "weight": "536870912000000" } @@ -50327,15 +50327,15 @@ "incentives_address": "osmo1dhgqm3f988qlzpra0jzscapexvqml38vmhphg8n8g8j2j2wy3fyqhzjd5t", "spread_rewards_address": "osmo1v4vfs5y9krpe5l4prv59py8t2hhgx3l3zj57wltw0r0xzu2gxp2sncsmwh", "id": "1728", - "current_tick_liquidity": "118503973747.805528328365035265", + "current_tick_liquidity": "119243187640.425648393758182362", "token0": "ibc/785AFEC6B3741100D15E7AF01374E3C4C36F24888E96479B1C33F5C71F364EF9", "token1": "uosmo", - "current_sqrt_price": "0.820825805161963675652846515778335268", - "current_tick": "-3262450", + "current_sqrt_price": "0.829702459799027404163032898718967233", + "current_tick": "-3115939", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:14:40.802875938Z" + "last_liquidity_update": "2024-10-04T17:10:34.365737910Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -50371,14 +50371,14 @@ { "token": { "denom": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E", - "amount": "2561041" + "amount": "3932977" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "137418" + "amount": "90258" }, "weight": "536870912000000" } @@ -50403,14 +50403,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "275097418339" + "amount": "273992350497" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/956AEF1DA92F70584266E87978C3F30A43B91EE6ABC62F03D097E79F6B99C4D8", - "amount": "6627954812812542604365837" + "amount": "6655376445025865976500071" }, "weight": "536870912000000" } @@ -50538,12 +50538,12 @@ "current_tick_liquidity": "229102553616.923645791031132202", "token0": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/cac", "token1": "uosmo", - "current_sqrt_price": "0.083021290390190820422618985057621315", - "current_tick": "-21107466", + "current_sqrt_price": "0.100307050040526069525756660101839173", + "current_tick": "-17993850", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.001000000000000000", - "last_liquidity_update": "2024-09-30T10:29:14.458850272Z" + "last_liquidity_update": "2024-10-04T14:41:51.429796624Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -50563,14 +50563,14 @@ { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/cac", - "amount": "2434920911" + "amount": "2102105346" }, "weight": "53687091200" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "2168563" + "amount": "2513508" }, "weight": "53687091200" } @@ -50595,14 +50595,14 @@ { "token": { "denom": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B", - "amount": "2921468061" + "amount": "2925682212" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "60989957289" + "amount": "60914649219" }, "weight": "536870912000000" } @@ -50654,11 +50654,11 @@ "pool_liquidity": [ { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/cac", - "amount": "538194159" + "amount": "419618933" }, { "denom": "ibc/0E77E090EC04C476DE2BC0A7056580AC47660DAEB7B0D4701C085E3A046AC7B7", - "amount": "105542467" + "amount": "191689572" } ], "scaling_factors": [ @@ -50705,15 +50705,15 @@ "incentives_address": "osmo1la0zpyndcvwr6f7z3m2nx7gxm05th5merpsdr8my29qju4pm8n9q6q38hk", "spread_rewards_address": "osmo1gg762d2glmex9w7rjc56hcld7actvmernwm36yd0enn7px50axpsyyaysp", "id": "1742", - "current_tick_liquidity": "500307759529082825.382236454234255422", + "current_tick_liquidity": "24816066783292888.766113738053659290", "token0": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000053338294370323987712266899997034", - "current_tick": "-79155027", + "current_sqrt_price": "0.000053611559017744354077766478956431", + "current_tick": "-79125801", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:23:47.793666454Z" + "last_liquidity_update": "2024-10-04T17:17:51.367775584Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -50724,8 +50724,8 @@ "current_tick_liquidity": "3088689.042296100095954000", "token0": "ibc/698350B8A61D575025F3ED13E9AC9C0F45C89DEFE92F76D5838F1D3C1A7FF7C9", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "2.298431273794098349687420218360736292", - "current_tick": "4282786", + "current_sqrt_price": "2.323854328132068314760682155737440124", + "current_tick": "4400298", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -50781,14 +50781,14 @@ { "token": { "denom": "factory/osmo1rckme96ptawr4zwexxj5g5gej9s2dmud8r2t9j0k0prn5mch5g4snzzwjv/sail", - "amount": "5349392290" + "amount": "5353919215" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "735793" + "amount": "735174" }, "weight": "536870912000000" } @@ -50946,8 +50946,8 @@ "current_tick_liquidity": "225838752447.873057469863450459", "token0": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/pbb", "token1": "uosmo", - "current_sqrt_price": "0.229740204554173233274676745227958383", - "current_tick": "-13721944", + "current_sqrt_price": "0.227188459043550116491696461298870241", + "current_tick": "-13838541", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.001000000000000000", @@ -51051,14 +51051,14 @@ { "token": { "denom": "ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33", - "amount": "205764892715" + "amount": "204438888249" }, "weight": "858993459200000" }, { "token": { "denom": "uosmo", - "amount": "31448559" + "amount": "32274309" }, "weight": "214748364800000" } @@ -51112,14 +51112,14 @@ { "token": { "denom": "factory/osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p/wLIBRA", - "amount": "20966816826" + "amount": "20506238756" }, "weight": "751619276800000" }, { "token": { "denom": "ibc/B1C287C2701774522570010EEBCD864BCB7AB714711B3AA218699FDD75E832F5", - "amount": "245361671" + "amount": "259975682" }, "weight": "322122547200000" } @@ -51144,14 +51144,14 @@ { "token": { "denom": "ibc/072E5B3D6F278B3E6A9C51D7EAD1A737148609512C5EBE8CBCB5663264A0DDB7", - "amount": "30773257232" + "amount": "31593905698" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "14087356" + "amount": "13736440" }, "weight": "536870912000000" } @@ -51240,14 +51240,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "31441" + "amount": "13148" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33", - "amount": "100099881" + "amount": "239733187" }, "weight": "536870912000000" } @@ -51327,8 +51327,8 @@ "current_tick_liquidity": "8304248262921.582142704522377133", "token0": "ibc/46C83BB054E12E189882B5284542DB605D94C99827E367C9192CF0579CD5BC83", "token1": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4", - "current_sqrt_price": "1.202108196769891451889364472141877623", - "current_tick": "445064", + "current_sqrt_price": "1.202062848658674184636398030559617691", + "current_tick": "444955", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -51359,8 +51359,8 @@ "current_tick_liquidity": "3328372245.435266539784484038", "token0": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.833230393398382733477810488818464501", - "current_tick": "-3057272", + "current_sqrt_price": "0.834314656666881067186527475710236099", + "current_tick": "-3039191", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -51407,12 +51407,12 @@ "current_tick_liquidity": "231995502525.204456828361628985", "token0": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos", "token1": "uosmo", - "current_sqrt_price": "0.224939086649902149047175841755180816", - "current_tick": "-13940241", + "current_sqrt_price": "0.225024150943425198513515914795075227", + "current_tick": "-13936414", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.001000000000000000", - "last_liquidity_update": "2024-09-30T23:26:30.885488389Z" + "last_liquidity_update": "2024-10-03T22:16:09.795354606Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -51468,15 +51468,15 @@ "incentives_address": "osmo1jaa3p0ld0y9crmdvsjr5eartcn2cscgcl3tltyt5d56uuprrkw6q0zzjgh", "spread_rewards_address": "osmo1rfucsl7zqmxxht556zpjcse7v4pycdrcjnrsjq7g0xenwatjlgaqt4q64j", "id": "1773", - "current_tick_liquidity": "13414312944.344005311265410954", + "current_tick_liquidity": "20586456220.718053765228640284", "token0": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293", "token1": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", - "current_sqrt_price": "0.017815053760039885695861867030037173", - "current_tick": "-33826239", + "current_sqrt_price": "0.017812218825080807447039183857520486", + "current_tick": "-33827249", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -51560,14 +51560,14 @@ { "token": { "denom": "ibc/38ADC6FFDDDB7D70B72AD0322CEA8844CB18FAA0A23400DBA8A99D43E18B3748", - "amount": "299440437309" + "amount": "299346774194" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B", - "amount": "664310283" + "amount": "664526186" }, "weight": "536870912000000" } @@ -51592,14 +51592,14 @@ { "token": { "denom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A", - "amount": "30423799264" + "amount": "27941166323" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B", - "amount": "1468374264" + "amount": "1600631932" }, "weight": "536870912000000" } @@ -51624,14 +51624,14 @@ { "token": { "denom": "ibc/9B6FBABA36BB4A3BF127AE5E96B572A5197FD9F3111D895D8919B07BC290764A", - "amount": "17142027766" + "amount": "15641082959" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/C12C353A83CD1005FC38943410B894DBEC5F2ABC97FC12908F0FB03B970E8E1B", - "amount": "16275798898" + "amount": "17850937178" }, "weight": "536870912000000" } @@ -51647,8 +51647,8 @@ "current_tick_liquidity": "207446131705.119741934308519341", "token0": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha", "token1": "uosmo", - "current_sqrt_price": "0.178629571852396736729329969608558169", - "current_tick": "-15809148", + "current_sqrt_price": "0.182432841699145141303219037832608174", + "current_tick": "-15671826", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", @@ -51663,8 +51663,8 @@ "current_tick_liquidity": "52338374726.562487203529318783", "token0": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.130625156434233395048330072857307206", - "current_tick": "-17293707", + "current_sqrt_price": "0.129026033507684663462866066614140516", + "current_tick": "-17335229", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", @@ -51800,14 +51800,14 @@ { "token": { "denom": "factory/osmo19hdqma2mj0vnmgcxag6ytswjnr8a3y07q7e70p/wLIBRA", - "amount": "7843278115919" + "amount": "7574284152711" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "6937553369" + "amount": "7230771604" }, "weight": "536870912000000" } @@ -51878,11 +51878,11 @@ "pool_liquidity": [ { "denom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA", - "amount": "54304" + "amount": "64249" }, { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "996153" + "amount": "941450" } ], "scaling_factors": [ @@ -52017,11 +52017,11 @@ "pool_liquidity": [ { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "3456048" + "amount": "3440718" }, { "denom": "uosmo", - "amount": "16910204" + "amount": "16938032" } ], "scaling_factors": [ @@ -52041,16 +52041,16 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1793", - "amount": "4106576986081500689046" + "amount": "4101264254771375509852" }, "pool_liquidity": [ { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha", - "amount": "3211052547291" + "amount": "3204880990397" }, { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "18938196985" + "amount": "19017506641" } ], "scaling_factors": [ @@ -52068,8 +52068,8 @@ "current_tick_liquidity": "189572246095.573276757934383692", "token0": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/coca", "token1": "uosmo", - "current_sqrt_price": "0.029482573478790205448727642752649419", - "current_tick": "-28307779", + "current_sqrt_price": "0.029417332379845620233871799052995376", + "current_tick": "-28346206", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", @@ -52084,8 +52084,8 @@ "current_tick_liquidity": "61215964.926240135928356707", "token0": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.427769610816200714022486076738486354", - "current_tick": "-8170132", + "current_sqrt_price": "0.420688827816308053227556653606715659", + "current_tick": "-8230210", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -52116,8 +52116,8 @@ "current_tick_liquidity": "853226744250.995491105191607308", "token0": "ibc/D9AFCECDD361D38302AA66EB3BAC23B95234832C51D12489DC451FA2B7C72782", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.117343702097171390257059233068752834", - "current_tick": "-17623046", + "current_sqrt_price": "0.117392604115842140130197049543426528", + "current_tick": "-17621898", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -52167,20 +52167,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1799", - "amount": "255453016278821026202" + "amount": "254866892877007629902" }, "pool_assets": [ { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos", - "amount": "40233673029" + "amount": "39682632768" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7", - "amount": "156632763750275" + "amount": "158099844982825" }, "weight": "536870912000000" } @@ -52301,14 +52301,14 @@ { "token": { "denom": "ibc/65381C5F3FD21442283D56925E62EA524DED8B6927F0FF94E21E0020954C40B5", - "amount": "716765769804249" + "amount": "712069408343870" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA", - "amount": "174341839746" + "amount": "175491688746" }, "weight": "536870912000000" } @@ -52445,14 +52445,14 @@ { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha", - "amount": "958451352817" + "amount": "955096662554" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "3745172730" + "amount": "3767772745" }, "weight": "536870912000000" } @@ -52605,14 +52605,14 @@ { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha", - "amount": "1085577715279" + "amount": "1048108281456" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/CA3733CB0071F480FAE8EF0D9C3D47A49C6589144620A642BBE0D59A293D110E", - "amount": "84882693240613" + "amount": "87955186376555" }, "weight": "536870912000000" } @@ -52708,14 +52708,14 @@ { "token": { "denom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA", - "amount": "9031149" + "amount": "9193704" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "11730380" + "amount": "11539359" }, "weight": "536870912000000" } @@ -52733,16 +52733,16 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1819", - "amount": "623684895465905890313" + "amount": "500223344260515474590" }, "pool_liquidity": [ { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha", - "amount": "63998909058" + "amount": "50193124996" }, { "denom": "ibc/F08DE332018E8070CC4C68FE06E04E254F527556A614F5F8F9A68AF38D367E45", - "amount": "357824636" + "amount": "308161012" } ], "scaling_factors": [ @@ -52769,14 +52769,14 @@ { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha", - "amount": "952059990638" + "amount": "933590894755" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/1E43D59E565D41FB4E54CA639B838FFD5BCFC20003D330A56CB1396231AA1CBA", - "amount": "11440828793" + "amount": "11674224781" }, "weight": "536870912000000" } @@ -52926,14 +52926,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "17910" + "amount": "42773" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/D3B574938631B0A1BA704879020C696E514CFADAA7643CDE4BD5EB010BDE327B", - "amount": "13782" + "amount": "8103" }, "weight": "536870912000000" } @@ -52958,14 +52958,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "35551338" + "amount": "34490734" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/E47F4E97C534C95B942729E1B25DBDE111EA791411CFF100515050BEA0AC0C6B", - "amount": "3742675917331044568069706" + "amount": "3866308810215047365365504" }, "weight": "536870912000000" } @@ -52984,20 +52984,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1827", - "amount": "480149256304703461100" + "amount": "474476966428134661984" }, "pool_assets": [ { "token": { "denom": "ibc/62118FB4D5FEDD5D2B18DC93648A745CD5E5B01D420E9B7A5FED5381CB13A7E8", - "amount": "1341488846826" + "amount": "1328424116264" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "113174855356" + "amount": "111639647159" }, "weight": "536870912000000" } @@ -53192,14 +53192,14 @@ { "token": { "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D", - "amount": "4511377968327549" + "amount": "4530698718550047" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC", - "amount": "8978008643" + "amount": "8949652393" }, "weight": "536870912000000" } @@ -53240,14 +53240,14 @@ { "token": { "denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E", - "amount": "500056350599" + "amount": "515746194634" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/A8C568580D613F16F7E9075EA9FAD69FEBE0CC1F4AF46C60255FEC4459C166F1", - "amount": "112929075888249" + "amount": "109506003747230" }, "weight": "536870912000000" } @@ -53260,15 +53260,15 @@ "incentives_address": "osmo1yhwu5h2u76aes87jexmzhkp88quf6ztpquhhny6s66xq37dpr9yq9anfk8", "spread_rewards_address": "osmo1m537ec9uxsv0mw9mdv86erznfq5hmk6tp8jawzh6g28qeq62el7s3tsy4u", "id": "1835", - "current_tick_liquidity": "1961550566394041.842557352024626495", + "current_tick_liquidity": "2388234377729643.465305675038606476", "token0": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "1.000053717115688011490639889535832436", - "current_tick": "107", + "current_sqrt_price": "1.000052751002543352337285571445491585", + "current_tick": "105", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T18:20:50.177055499Z" + "last_liquidity_update": "2024-10-04T17:18:40.475577295Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -53311,8 +53311,8 @@ "current_tick_liquidity": "3391164991.562634100011500000", "token0": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B", "token1": "uosmo", - "current_sqrt_price": "0.040445591595227020248370761636723943", - "current_tick": "-26364155", + "current_sqrt_price": "0.038335687139584371280214395619124083", + "current_tick": "-26530376", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.005000000000000000", @@ -53324,15 +53324,15 @@ "incentives_address": "osmo1l5cd0lm48de52uumfffmyw776xlg9e65af4ssqc47hfyr7739naqdnfex8", "spread_rewards_address": "osmo1aq42ha8auftwa2whmmmqwyggd7ntatuy6rc3hm5j2plj50cx66cq9kppg9", "id": "1838", - "current_tick_liquidity": "2174526836.132188685824896477", + "current_tick_liquidity": "3074846553.401537617192238716", "token0": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "2.110408975355538159535211533578705529", - "current_tick": "3453826", + "current_sqrt_price": "2.142778583353984523573830977609999708", + "current_tick": "3591500", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T18:06:33.715437234Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -53368,14 +53368,14 @@ { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos", - "amount": "2389309118" + "amount": "2415022768" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "66415216" + "amount": "65715517" }, "weight": "536870912000000" } @@ -53400,14 +53400,14 @@ { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos", - "amount": "158203860678" + "amount": "161229534992" }, "weight": "536870912000000" }, { "token": { "denom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt", - "amount": "4482744721" + "amount": "4401790954" }, "weight": "536870912000000" } @@ -53423,8 +53423,8 @@ "current_tick_liquidity": "974679434.480896385509999999", "token0": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.158516482073562466776757865850973939", - "current_tick": "-16487253", + "current_sqrt_price": "0.152376586431111011257538043576723814", + "current_tick": "-16678138", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.001000000000000000", @@ -53581,12 +53581,12 @@ "current_tick_liquidity": "70745608.825118996447459491", "token0": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "2.112584040176277873141643940191327751", - "current_tick": "3463011", + "current_sqrt_price": "2.141698719017209682064925407659196676", + "current_tick": "3586873", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -53597,12 +53597,12 @@ "current_tick_liquidity": "70695998.213162153438517463", "token0": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "2.116973491772357248172778993908862464", - "current_tick": "3481576", + "current_sqrt_price": "2.139449039233292893631867576462681365", + "current_tick": "3577242", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -53613,12 +53613,12 @@ "current_tick_liquidity": "32454715.688065391694437017", "token0": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "2.105736064939472868038257765057666764", - "current_tick": "3434124", + "current_sqrt_price": "2.138347397166925113984812984162333335", + "current_tick": "3572529", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -53629,12 +53629,12 @@ "current_tick_liquidity": "76559411.827425572337616717", "token0": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "2.218491784263733554899901656792934828", - "current_tick": "3921705", + "current_sqrt_price": "2.299107101089159790613379351744499292", + "current_tick": "4285893", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -53645,12 +53645,12 @@ "current_tick_liquidity": "48573250.790684620847618392", "token0": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "2.211041825168322174303378270409129993", - "current_tick": "3888705", + "current_sqrt_price": "2.299917305030876063915361117063757032", + "current_tick": "4289619", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -53661,12 +53661,12 @@ "current_tick_liquidity": "1183157996.299324606534299795", "token0": "ibc/D79E7D83AB399BFFF93433E54FAA480C191248FC556924A2A8351AE2638B3877", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "2.217256360737387281944609207999065696", - "current_tick": "3916225", + "current_sqrt_price": "2.294781968267245284502755361369127225", + "current_tick": "4266024", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -53677,12 +53677,12 @@ "current_tick_liquidity": "132520704.713868228904600251", "token0": "uosmo", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "0.737959623425686338366228743146051223", - "current_tick": "-4554156", + "current_sqrt_price": "0.734955146922901116203897877699388136", + "current_tick": "-4598410", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -53693,12 +53693,12 @@ "current_tick_liquidity": "1595005522.194383944804052978", "token0": "uosmo", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "0.736578832172899877637830978619604294", - "current_tick": "-4574517", + "current_sqrt_price": "0.736106047828953757360576976694751579", + "current_tick": "-4581479", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -53706,15 +53706,15 @@ "incentives_address": "osmo1g30ppzhx3a795apvje65akm8z2lvfgrsvz4evguufxf0tytnk79qwkvcfn", "spread_rewards_address": "osmo1zw6rkjg68wr74lyz7rh8749jutzm3tt9972z7kkj8mdpsd8gruuqly3fdg", "id": "1857", - "current_tick_liquidity": "6163512695.967470597425950690", + "current_tick_liquidity": "616349425712.050050980687225014", "token0": "uosmo", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "0.737416607649804755353393910833354634", - "current_tick": "-4562168", + "current_sqrt_price": "0.738904503268833148849358774581619714", + "current_tick": "-4540202", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T18:14:43.051703564Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -53725,8 +53725,8 @@ "current_tick_liquidity": "1467256631.043814226489861035", "token0": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.166447970429191235843823012876372624", - "current_tick": "-16229508", + "current_sqrt_price": "0.166062760169158604088411013751650791", + "current_tick": "-16242316", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.001000000000000000", @@ -53773,8 +53773,8 @@ "current_tick_liquidity": "42912255237148663620262832.824475536879434728", "token0": "ibc/245C3CA604AAB4BB9EEA5E86F23F52D59253D8722C8FC9C4E3E69F77C5CD3D2F", "token1": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "current_sqrt_price": "1.008340357268144082486499735952377181", - "current_tick": "16750", + "current_sqrt_price": "1.008499562092129640821580287146872104", + "current_tick": "17071", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -53792,20 +53792,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1861", - "amount": "109023640182570034748" + "amount": "108976527475815850510" }, "pool_assets": [ { "token": { "denom": "ibc/64BA6E31FE887D66C6F8F31C7B1A80C7CA179239677B4088BB55F5EA07DBE273", - "amount": "1987516675971878390" + "amount": "2075844699703087811" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB", - "amount": "13326878501977460377553615" + "amount": "12790345750187835270858564" }, "weight": "536870912000000" } @@ -53830,14 +53830,14 @@ { "token": { "denom": "ibc/75345531D87BD90BF108BE7240BD721CB2CB0A1F16D4EBA71B09EC3C43E15C8F", - "amount": "64520759542" + "amount": "65348852116" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/C360EF34A86D334F625E4CBB7DA3223AEA97174B61F35BB3758081A8160F7D9B", - "amount": "2362603955" + "amount": "2333169103" }, "weight": "536870912000000" } @@ -53853,8 +53853,8 @@ "current_tick_liquidity": "189846962025.317753767172916544", "token0": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/bag", "token1": "uosmo", - "current_sqrt_price": "0.039766953193568951913218827612332331", - "current_tick": "-26418590", + "current_sqrt_price": "0.039206554175301787982096944669146263", + "current_tick": "-26462847", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", @@ -53904,20 +53904,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1865", - "amount": "218522369677003638350062946" + "amount": "222340157550096059937311936" }, "pool_assets": [ { "token": { "denom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC", - "amount": "71649255269430" + "amount": "71932981238075" }, "weight": "858993459200000" }, { "token": { "denom": "ibc/D176154B0C63D1F9C6DCFB4F70349EBF2E2B5A87A05902F57A6AE92B863E9AEC", - "amount": "26854869824" + "amount": "29002590618" }, "weight": "214748364800000" } @@ -53942,14 +53942,14 @@ { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos", - "amount": "15559958362" + "amount": "15734888671" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/A8C568580D613F16F7E9075EA9FAD69FEBE0CC1F4AF46C60255FEC4459C166F1", - "amount": "4070608976537" + "amount": "4031721739598" }, "weight": "536870912000000" } @@ -54091,14 +54091,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "94" + "amount": "93" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/E4C60B9F95BF54CC085A5E39F6057ABD4DF92793D330EB884A36530F7E6804DE", - "amount": "161041" + "amount": "164226" }, "weight": "536870912000000" } @@ -54123,14 +54123,14 @@ { "token": { "denom": "factory/osmo1f5vfcph2dvfeqcqkhetwv75fda69z7e5c2dldm3kvgj23crkv6wqcn47a0/umilkTIA", - "amount": "1674573" + "amount": "1704547" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB", - "amount": "2902208055071613050455135" + "amount": "2853721312729887419542023" }, "weight": "536870912000000" } @@ -54149,20 +54149,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1873", - "amount": "804710667082328051370" + "amount": "804727487601934749897" }, "pool_assets": [ { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos", - "amount": "26033216162" + "amount": "26519520580" }, "weight": "536870912000000" }, { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha", - "amount": "41194031324" + "amount": "40441713648" }, "weight": "536870912000000" } @@ -54178,8 +54178,8 @@ "current_tick_liquidity": "260596.099327430348763629", "token0": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", "token1": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", - "current_sqrt_price": "0.065554664580231489791565371782609150", - "current_tick": "-23702586", + "current_sqrt_price": "0.064290354329683802163286983325260067", + "current_tick": "-23866751", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.003000000000000000", @@ -54194,8 +54194,8 @@ "current_tick_liquidity": "428754.390089090343725998", "token0": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4", "token1": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", - "current_sqrt_price": "0.064573465516246883428104322654347194", - "current_tick": "-23830268", + "current_sqrt_price": "0.064570721074093062360925405169721707", + "current_tick": "-23830622", "tick_spacing": "1", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -54210,8 +54210,8 @@ "current_tick_liquidity": "127473764336.969091291906246699", "token0": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58", "token1": "uosmo", - "current_sqrt_price": "0.034971443614211968216195508749945432", - "current_tick": "-26776999", + "current_sqrt_price": "0.033697190752773383083962321582597303", + "current_tick": "-26864500", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.005000000000000000", @@ -54322,14 +54322,14 @@ { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos", - "amount": "17150322465" + "amount": "16887953135" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/5A0060579D24FBE5268BEA74C3281E7FE533D361C41A99307B4998FEC611E46B", - "amount": "19396637279" + "amount": "19710629354" }, "weight": "536870912000000" } @@ -54354,14 +54354,14 @@ { "token": { "denom": "factory/osmo17fel472lgzs87ekt9dvk0zqyh5gl80sqp4sk4n/LAB", - "amount": "36525470" + "amount": "36342745" }, "weight": "536870912000000" }, { "token": { "denom": "factory/osmo1s3l0lcqc7tu0vpj6wdjz9wqpxv8nk6eraevje4fuwkyjnwuy82qsx3lduv/boneOsmo", - "amount": "2045888320" + "amount": "2056278753" }, "weight": "536870912000000" } @@ -54500,7 +54500,7 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "2053675" + "amount": "1968502" }, "weight": "268435456000000" }, @@ -54514,7 +54514,7 @@ { "token": { "denom": "uosmo", - "amount": "3411332" + "amount": "3561182" }, "weight": "268435456000000" } @@ -54759,14 +54759,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "704639" + "amount": "700494" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/EDD6F0D66BCD49C1084FB2C35353B4ACD7B9191117CE63671B61320548F7C89D", - "amount": "158389738" + "amount": "173222487" }, "weight": "536870912000000" } @@ -54782,12 +54782,12 @@ "current_tick_liquidity": "210093381374.339731918494496394", "token0": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F", "token1": "uosmo", - "current_sqrt_price": "0.490086441696965742468505185849070679", - "current_tick": "-7598153", + "current_sqrt_price": "0.481502274130678578867554281385265573", + "current_tick": "-7681556", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T04:02:45.293732044Z" + "last_liquidity_update": "2024-10-04T11:36:37.958036313Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -54798,12 +54798,12 @@ "current_tick_liquidity": "68094417631.094515554566111858", "token0": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F", "token1": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "current_sqrt_price": "0.171516827230294015415647657725328906", - "current_tick": "-16058198", + "current_sqrt_price": "0.165936709283551403410955708892193462", + "current_tick": "-16246501", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-09-30T00:20:28.457827501Z" + "last_liquidity_update": "2024-10-04T11:44:47.829607194Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -54814,8 +54814,8 @@ "current_tick_liquidity": "1014287485.986173248964622375", "token0": "ibc/CEE970BB3D26F4B907097B6B660489F13F3B0DA765B83CC7D9A0BC0CE220FA6F", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.362902652172059543892704479367294961", - "current_tick": "-8683017", + "current_sqrt_price": "0.356378851048110879260467519248312489", + "current_tick": "-8729942", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -54830,8 +54830,8 @@ "current_tick_liquidity": "793862946.707808660372070142", "token0": "ibc/0233A3F2541FD43DBCA569B27AF886E97F5C03FC0305E4A8A3FAC6AC26249C7A", "token1": "uosmo", - "current_sqrt_price": "1.352492664330215956754839294844961028", - "current_tick": "829236", + "current_sqrt_price": "1.353222282181535166956799960624218118", + "current_tick": "831210", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000000000000000000", @@ -54948,14 +54948,14 @@ { "token": { "denom": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049", - "amount": "22255700783251710304" + "amount": "22105238180669693057" }, "weight": "644245094400000" }, { "token": { "denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5", - "amount": "66885916294553056" + "amount": "67576090488031985" }, "weight": "429496729600000" } @@ -55045,20 +55045,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1907", - "amount": "48817128341296494065" + "amount": "48837728589550757905" }, "pool_assets": [ { "token": { "denom": "ibc/739D70CB432FE1C6D94AF306B68C14F4CFB0B9EDD1238D3A8718B1B0E84E8547", - "amount": "141452762101494245429756" + "amount": "149104550646726021085375" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "19085819144" + "amount": "18147999568" }, "weight": "536870912000000" } @@ -55083,14 +55083,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "1204115" + "amount": "1245335" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E", - "amount": "2053157" + "amount": "1985206" }, "weight": "536870912000000" } @@ -55115,14 +55115,14 @@ { "token": { "denom": "factory/osmo1mlng7pz4pnyxtpq0akfwall37czyk9lukaucsrn30ameplhhshtqdvfm5c/ulvn", - "amount": "232540826" + "amount": "242762571" }, "weight": "536870912000000" }, { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos", - "amount": "268656570" + "amount": "257561432" }, "weight": "536870912000000" } @@ -55138,8 +55138,8 @@ "current_tick_liquidity": "995541409.072356796175839726", "token0": "ibc/94ED1F172BC633DFC56D7E26551D8B101ADCCC69052AC44FED89F97FF658138F", "token1": "uosmo", - "current_sqrt_price": "1.492660405232124188376338427953429496", - "current_tick": "1228035", + "current_sqrt_price": "1.504593544654329649257235127951286912", + "current_tick": "1263801", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.003000000000000000", @@ -55183,12 +55183,12 @@ "current_tick_liquidity": "937354453131.005528360412171542", "token0": "ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98", "token1": "uosmo", - "current_sqrt_price": "0.003584051495900144036841563517832279", - "current_tick": "-44715458", + "current_sqrt_price": "0.003737688917156378446252471654228508", + "current_tick": "-44602969", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.003000000000000000", - "last_liquidity_update": "2024-10-02T16:37:17.008713412Z" + "last_liquidity_update": "2024-10-03T12:38:52.652019310Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -55334,8 +55334,8 @@ "current_tick_liquidity": "24491527850.590861438476772583", "token0": "ibc/A76EB6ECF4E3E2D4A23C526FD1B48FDD42F171B206C9D2758EF778A7826ADD68", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.848109786408164053093059571768182362", - "current_tick": "-2807098", + "current_sqrt_price": "0.852280108668063596264622392586572097", + "current_tick": "-2736187", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.001000000000000000", @@ -55359,14 +55359,14 @@ { "token": { "denom": "ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839", - "amount": "230993929464" + "amount": "225837446489" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "15270386399" + "amount": "15620174357" }, "weight": "536870912000000" } @@ -55391,14 +55391,14 @@ { "token": { "denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "amount": "1494153095" + "amount": "1498128057" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/E43ABCC7E80E99E4E6E1226AE5695DDE0F83CB5C257CD04D47C36B8B90C1C839", - "amount": "183316183631" + "amount": "182841727216" }, "weight": "536870912000000" } @@ -55423,14 +55423,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "105945484" + "amount": "105252779" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/BB0AFE2AFBD6E883690DAE4B9168EAC2B306BCC9C9292DACBB4152BBB08DB25F", - "amount": "213582802665380210555" + "amount": "215195802391903487240" }, "weight": "536870912000000" } @@ -55446,8 +55446,8 @@ "current_tick_liquidity": "19837516132.259863875844682431", "token0": "factory/osmo1s3l0lcqc7tu0vpj6wdjz9wqpxv8nk6eraevje4fuwkyjnwuy82qsx3lduv/boneOsmo", "token1": "uosmo", - "current_sqrt_price": "1.022346518931291652029205278739879213", - "current_tick": "45192", + "current_sqrt_price": "1.022163748894235411548871532234774919", + "current_tick": "44818", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -55462,7 +55462,7 @@ "current_tick_liquidity": "338750543974.841229134591590112", "token0": "factory/osmo1dv8wz09tckslr2wy5z86r46dxvegylhpt97r9yd6qc3kyc6tv42qa89dr9/ampOSMO", "token1": "uosmo", - "current_sqrt_price": "1.065001068695065444330107904208146147", + "current_sqrt_price": "1.065001005400957836434138290431760450", "current_tick": "134227", "tick_spacing": "100", "exponent_at_price_one": "-6", @@ -55487,14 +55487,14 @@ { "token": { "denom": "factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE", - "amount": "2553609689459" + "amount": "2548044201667" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/4ABBEF4C8926DDDB320AE5188CFD63267ABBCEFC0583E4AE05D6E5AA2401DDAB", - "amount": "778211792" + "amount": "780049816" }, "weight": "536870912000000" } @@ -55514,15 +55514,15 @@ "incentives_address": "osmo1j4p79sx725ggdusyng5926da8glsaqwkuuhgufjcu9ghdkg2lmnsd2yemh", "spread_rewards_address": "osmo1pls4jyqc070rkyhm7x6463yutt5guks2g9lyd5y3akckyj08xqkq0kcfxq", "id": "1926", - "current_tick_liquidity": "25474182187664314002.189479490530936730", + "current_tick_liquidity": "2032192181280927529.079047266379446700", "token0": "ibc/23104D411A6EB6031FA92FB75F227422B84989969E91DCAD56A535DD7FF0A373", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000001019838103938981560342655502453", - "current_tick": "-107959931", + "current_sqrt_price": "0.000001019411703767761493366791248761", + "current_tick": "-107960800", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-09-25T00:39:57.876137949Z" + "last_liquidity_update": "2024-10-04T03:52:16.439808798Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -55683,14 +55683,14 @@ { "token": { "denom": "factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE", - "amount": "1661311149772" + "amount": "1650959852393" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "503854253" + "amount": "507083261" }, "weight": "536870912000000" } @@ -55703,15 +55703,15 @@ "incentives_address": "osmo10f24zv0hsat5gsd7ppaq9gd4p9xuxgg8stk4fqjda0x2htc762ss00zngh", "spread_rewards_address": "osmo1mtu73r5ythruv4hefehcf5np4fweqfeeycxq5lph0sesqljrflss6kewcq", "id": "1941", - "current_tick_liquidity": "323304585.346318223591093886", + "current_tick_liquidity": "328149345.132641579756623912", "token0": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "24.747109146872040112923937328489503718", - "current_tick": "23124194", + "current_sqrt_price": "24.870202043321073819770349536084277662", + "current_tick": "23185269", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -55719,15 +55719,15 @@ "incentives_address": "osmo1rp3rg3zgdvvn2xrkwkgw96ynv26g8zsw8nc5c6w3af08hm6c3auqymemvw", "spread_rewards_address": "osmo1kcyjf2l7vt20uqt5zqm7e4xmlal94jyuagr43sulcadhttqy8zxspuljw3", "id": "1942", - "current_tick_liquidity": "73328385084.697594731194938444", + "current_tick_liquidity": "26136544079686.469363929757754728", "token0": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "24.714092362108465140860250701387478609", - "current_tick": "23107863", + "current_sqrt_price": "24.940880515490007771876377971415862808", + "current_tick": "23220475", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:24:08.122121279Z" + "last_liquidity_update": "2024-10-04T17:18:16.151331214Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -55735,15 +55735,15 @@ "incentives_address": "osmo1dr2q0upycdl8e297k7yf0h893ycs89ahzgmaspz7uhpln8msvkkqc4rml3", "spread_rewards_address": "osmo1hp6srqy3ywgjkjcdjus8pynq0ls8fq7hslksmndvzelcg782zytswr8s2y", "id": "1943", - "current_tick_liquidity": "1664173425611.721275439098784327", + "current_tick_liquidity": "990561496279.732707123360571737", "token0": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "24.701349279569505525185175404047942977", - "current_tick": "23101566", + "current_sqrt_price": "24.946272342996599773365360660358320229", + "current_tick": "23223165", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T18:23:41.666677609Z" + "last_liquidity_update": "2024-10-04T17:18:16.151331214Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -55767,15 +55767,15 @@ "incentives_address": "osmo1a5uy3h64jaqekaxpj80yqvdhry20dc8egva3fgwg2l90y83an6vsf3r5f4", "spread_rewards_address": "osmo144qg8exlhqrqwh38nycv8nvrqjrgdexgy7c7tjvhg2tsau048txslpewfm", "id": "1945", - "current_tick_liquidity": "1083897874.206409529855240161", + "current_tick_liquidity": "443710211.934757495721321823", "token0": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "24.853412565862909930245823392269938656", - "current_tick": "23176921", + "current_sqrt_price": "24.852533475290798098239532411443534771", + "current_tick": "23176484", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -55786,12 +55786,12 @@ "current_tick_liquidity": "413450166.547362375748715736", "token0": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "24.794360042056236287171461958857169048", - "current_tick": "23147602", + "current_sqrt_price": "24.891698270044353413525262907580024933", + "current_tick": "23195966", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -55799,15 +55799,15 @@ "incentives_address": "osmo1u24w9qn0unv645wkgdp6g4cd0a4593yh0vq2akw5gc9sup5ktkwspqjee0", "spread_rewards_address": "osmo1qum67hr9sgvny5nxpyk2pvlcu3ctstf963ln2f99376lq8lt2dnqwyamht", "id": "1947", - "current_tick_liquidity": "333946303069298.082503955873055344", + "current_tick_liquidity": "63641561839004.778154227133985301", "token0": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000049265126821083873060424018675662", - "current_tick": "-79572948", + "current_sqrt_price": "0.000049349259924306803931788805912074", + "current_tick": "-79564651", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:16:13.673414574Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -55815,15 +55815,15 @@ "incentives_address": "osmo1vyr88mwrcjxnq209wzct473wwms3qpvmddtc5ft4x387hgdz2x5sg8m4ng", "spread_rewards_address": "osmo1raspt8m7cpkalld74x7kpv89d2ur62g7pyc954ucyuyjwklswsqqc2v8uv", "id": "1948", - "current_tick_liquidity": "9529201320819934126.863180500795964082", + "current_tick_liquidity": "9206154221730901920.838480211695193790", "token0": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000049084817085391302425943111004224", - "current_tick": "-79590681", + "current_sqrt_price": "0.000049309274306176659029927192223689", + "current_tick": "-79568596", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:23:19.127901064Z" + "last_liquidity_update": "2024-10-04T17:18:49.379146376Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -55831,15 +55831,15 @@ "incentives_address": "osmo1hdklvzpjalae2qukxjnf7ttsljrkxm8n6ydd5fa5exk4wfq445qqka9vnd", "spread_rewards_address": "osmo12zd3rhk2alrses9f0p8df6uyxxq2s2krsetr3z43zej2jyjsjdqs3jdgu8", "id": "1949", - "current_tick_liquidity": "26642483282760351.806374317751325186", + "current_tick_liquidity": "1974127275328064.199312038377812023", "token0": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.000049116304160035900000352578801128", - "current_tick": "-79587589", + "current_sqrt_price": "0.000049291546038952424931764829740377", + "current_tick": "-79570344", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T18:23:47.793666454Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -55847,15 +55847,15 @@ "incentives_address": "osmo1ezplnc3v6q0e7dgmggxjm7ml2hyd7zt4fmtcsu5g429a00krtshqhj9qp8", "spread_rewards_address": "osmo1dk0zp2l4eqmsfn363mpjth5lnfa5vszh8z0nvpw2j2z473e48ycq4ak5xz", "id": "1950", - "current_tick_liquidity": "419241372735414.513799466636007595", + "current_tick_liquidity": "571369533323468.920923093207354106", "token0": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "0.000049254530855044641788800641628854", - "current_tick": "-79573992", + "current_sqrt_price": "0.000049205625901742314905210784585557", + "current_tick": "-79578807", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T18:15:45.087165779Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -55866,12 +55866,12 @@ "current_tick_liquidity": "68966422549551.402915369345694797", "token0": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "0.000049103564316573167039474063746913", - "current_tick": "-79588840", + "current_sqrt_price": "0.000049231670614987852090393604330442", + "current_tick": "-79576243", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -55891,14 +55891,14 @@ { "token": { "denom": "ibc/42A9553A7770F3D7B62F3A82AF04E7719B4FD6EAF31BE5645092AAC4A6C2201D", - "amount": "5511724623192" + "amount": "6653583595677" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53", - "amount": "5174452201" + "amount": "4286435302" }, "weight": "536870912000000" } @@ -56035,14 +56035,14 @@ { "token": { "denom": "ibc/9B8EC667B6DF55387DC0F3ACC4F187DA6921B0806ED35DE6B04DE96F5AB81F53", - "amount": "11091164961" + "amount": "10086025790" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "1163532" + "amount": "1280685" }, "weight": "536870912000000" } @@ -56074,8 +56074,8 @@ "current_tick_liquidity": "4754517150978.827473834720538200", "token0": "ibc/603140E681973C7A3A33B06B1D377AAD0F6AC376119735CECC04C9184A1AB080", "token1": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE", - "current_sqrt_price": "1.003419315153464254744372196450033769", - "current_tick": "6850", + "current_sqrt_price": "1.003378275987028020150587854710863514", + "current_tick": "6767", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -56090,8 +56090,8 @@ "current_tick_liquidity": "24988515381.719388137654733431", "token0": "factory/osmo1n3n75av8awcnw4jl62n3l48e6e4sxqmaf97w5ua6ddu4s475q5qq9udvx4/alloyed/allSOL", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.380414833912714915142608283757921169", - "current_tick": "-8552846", + "current_sqrt_price": "0.378016556021893130073652090247835315", + "current_tick": "-8571035", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -56103,15 +56103,15 @@ "incentives_address": "osmo1dlr693w58mmgk5mwr8avsrl4sywqapdgplzhunzt0vh8gadajwvs20ajfd", "spread_rewards_address": "osmo1mqmd3283wezmhhmlwtw952f9ne7flvm2u3t6j3kpv78k4nd0ee2sa7tfs3", "id": "1961", - "current_tick_liquidity": "389433871140.780272597457249736", + "current_tick_liquidity": "420697818691.881272020741344882", "token0": "ibc/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.279619184342005423311916616445649738", - "current_tick": "-11181312", + "current_sqrt_price": "0.274986801607740018192653089165235176", + "current_tick": "-11438226", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", - "last_liquidity_update": "2024-10-02T15:53:32.505471595Z" + "last_liquidity_update": "2024-10-04T16:55:02.934919185Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -56167,15 +56167,15 @@ "incentives_address": "osmo1y7l78rp8s3t6f4wg9aspvm26mvqmc8hs787nx3y6leumnrwkfhgqnhxpts", "spread_rewards_address": "osmo16qdcuz06zyvmef43aq3xtdh27a3ajqkpmksv0293f4g2pph2ug0qr3dhwx", "id": "1964", - "current_tick_liquidity": "69136190420.873687683094266009", + "current_tick_liquidity": "68856321162.721206704479317274", "token0": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.724565329576412208837214528858317539", - "current_tick": "-4750051", + "current_sqrt_price": "0.719519990971219681318280399583173578", + "current_tick": "-4822910", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", - "last_liquidity_update": "2024-10-02T17:29:21.128807831Z" + "last_liquidity_update": "2024-10-04T16:12:09.733773286Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -56218,8 +56218,8 @@ "current_tick_liquidity": "177777951.388804118060125000", "token0": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372", "token1": "uosmo", - "current_sqrt_price": "0.975900504499273308396822575669217622", - "current_tick": "-476183", + "current_sqrt_price": "0.973938880907376924843345349513880549", + "current_tick": "-514431", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -56250,8 +56250,8 @@ "current_tick_liquidity": "923247217.523074949933306839", "token0": "ibc/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378", "token1": "uosmo", - "current_sqrt_price": "0.377622993864124044786155423766558024", - "current_tick": "-8574009", + "current_sqrt_price": "0.372470241232949315307419689931620348", + "current_tick": "-8612660", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -56317,14 +56317,14 @@ { "token": { "denom": "ibc/884EBC228DFCE8F1304D917A712AA9611427A6C1ECC3179B2E91D7468FB091A2", - "amount": "164838335249125" + "amount": "177135588183698" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "5503289" + "amount": "5122125" }, "weight": "536870912000000" } @@ -56407,20 +56407,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/1979", - "amount": "95152553416844889626" + "amount": "95069112692024640593" }, "pool_assets": [ { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/shitmos", - "amount": "20779041146" + "amount": "20726983522" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372", - "amount": "1095324407" + "amount": "1097985457" }, "weight": "536870912000000" } @@ -56436,12 +56436,12 @@ "current_tick_liquidity": "4526473064160.899365419828749004", "token0": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", "token1": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", - "current_sqrt_price": "0.000001991891533263593019248673097678", - "current_tick": "-105032369", + "current_sqrt_price": "0.000001975540500141156286494262135225", + "current_tick": "-105097240", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -56449,15 +56449,15 @@ "incentives_address": "osmo1tvn3xcgkxkdsu40x20jzvfgyk3l7svyr7xmunzed3n4xek3nttyshf6utf", "spread_rewards_address": "osmo1vldzgwqfhup7evtllfseu633h9dsdjql8u3ll5shd0ncmkjk4ggsu8t0th", "id": "1981", - "current_tick_liquidity": "123994196470284.023692988428221744", + "current_tick_liquidity": "249794268393006.101738794058064437", "token0": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", "token1": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", - "current_sqrt_price": "0.000001986475075341200741756036476855", - "current_tick": "-105053917", + "current_sqrt_price": "0.000001978102349279311874924572236108", + "current_tick": "-105087112", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T18:22:43.327265170Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -56468,12 +56468,12 @@ "current_tick_liquidity": "5133253741316.779200739787022343", "token0": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", "token1": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", - "current_sqrt_price": "0.000001986159510480337040758578947661", - "current_tick": "-105055171", + "current_sqrt_price": "0.000001979288690377326765460032705174", + "current_tick": "-105082417", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -56481,15 +56481,15 @@ "incentives_address": "osmo188sw03c8tax24re3ucyl65kkjmd458tna880zm5l0gscr7lfq3fqhu2c0r", "spread_rewards_address": "osmo1jhxqhfg29x3z3ja55900xkuycq3354saruqjv8sanjxssmlazhus42a78v", "id": "1983", - "current_tick_liquidity": "219073521449.425567229420960736", + "current_tick_liquidity": "219286391698.017388432063922448", "token0": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/COOK", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.022532589644915989426490605662004278", - "current_tick": "-31922825", + "current_sqrt_price": "0.020670147882031425717027427732740620", + "current_tick": "-32727450", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.001000000000000000", - "last_liquidity_update": "2024-10-01T09:40:20.095221462Z" + "last_liquidity_update": "2024-10-03T16:32:53.352855758Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -56532,12 +56532,12 @@ "current_tick_liquidity": "148483108312.727240072324761045", "token0": "factory/osmo14mafhhp337yjj2aujplawz0tks6jd2lel4hkwz4agyzhvvztzaqsqzjq8x/alloyed/allTRX", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.387579750700579551151795581661070049", - "current_tick": "-8497820", + "current_sqrt_price": "0.389429801034626181404479205745449886", + "current_tick": "-8483445", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-09-30T20:29:15.598730331Z" + "last_liquidity_update": "2024-10-04T12:17:24.851199223Z" }, { "@type": "/osmosis.cosmwasmpool.v1beta1.CosmWasmPool", @@ -56552,15 +56552,15 @@ "incentives_address": "osmo1vtva9laz4xzyfxeza8ytgkyuz3txdu06qlnrmnutsm8lxf35yf9s4c85ar", "spread_rewards_address": "osmo14ex68zstw4tq93tjz9slrfdzne26ra9vv5whluejjkqsvfrnzhqs50s6zy", "id": "1988", - "current_tick_liquidity": "5166219194326037973214230.474837654601572180", + "current_tick_liquidity": "6406394678513823960929963.773221092866283310", "token0": "ibc/2F21E6D4271DE3F561F20A02CD541DAF7405B1E9CB3B9B07E3C2AC7D8A4338A5", "token1": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", - "current_sqrt_price": "1.086981821511452568914580318286884493", - "current_tick": "181529", + "current_sqrt_price": "1.086985820519676116972800831667373545", + "current_tick": "181538", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-02T17:16:10.792027163Z" + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" }, { "@type": "/osmosis.gamm.poolmodels.stableswap.v1beta1.Pool", @@ -56597,15 +56597,15 @@ "incentives_address": "osmo1wx5amrpu064ec4ets4zeqf6kcgdnrzlc8pa9jpxap62trn9lt3qq8yr62p", "spread_rewards_address": "osmo1wlvkka8rqjl08ps0475yakyfm4fqtx5aw463jzhx3k9z4ejqxulsmsxh6v", "id": "1990", - "current_tick_liquidity": "206868357590.377031224419482050", + "current_tick_liquidity": "1699109870.059100932764243225", "token0": "factory/osmo1n3n75av8awcnw4jl62n3l48e6e4sxqmaf97w5ua6ddu4s475q5qq9udvx4/alloyed/allSOL", "token1": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", - "current_sqrt_price": "0.015399301171706804809764776903870056", - "current_tick": "-34628616", + "current_sqrt_price": "0.015181619469469085590655062972997974", + "current_tick": "-34695185", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-01T16:20:28.817994149Z" + "last_liquidity_update": "2024-10-04T15:41:24.447902844Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -56641,14 +56641,14 @@ { "token": { "denom": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201", - "amount": "893013663" + "amount": "889409855" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "1185231069" + "amount": "1190033564" }, "weight": "536870912000000" } @@ -56693,15 +56693,15 @@ "incentives_address": "osmo1mtg7tgvly6kffma28pn9v93z7sxa3h6d66k5r3qtsdqe493r9jqq3485am", "spread_rewards_address": "osmo1n3n4u6rwx7n8wgp6hsccwf7ck02nfs6cvhsfupwldy5veyhkfc7s850v26", "id": "1995", - "current_tick_liquidity": "314147180.304636077754207596", + "current_tick_liquidity": "194452183.384165747011896718", "token0": "uosmo", "token1": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", - "current_sqrt_price": "0.029838895467678568169175285712411569", - "current_tick": "-28096404", + "current_sqrt_price": "0.029652582516561690241767309561835849", + "current_tick": "-28207244", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:42:52.632914175Z" + "last_liquidity_update": "2024-10-04T17:02:07.230396134Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -56712,12 +56712,12 @@ "current_tick_liquidity": "60639670173380.139118445281045013", "token0": "uosmo", "token1": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", - "current_sqrt_price": "15014.461527862496518784371540768085468236", - "current_tick": "73254340", + "current_sqrt_price": "15004.628826172576571484019665050314847320", + "current_tick": "73251388", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-02T17:16:13.132439910Z" + "last_liquidity_update": "2024-10-04T17:02:11.549983625Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -56728,8 +56728,8 @@ "current_tick_liquidity": "3842964872.728350916630444297", "token0": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.996761650632938436063591433663218728", - "current_tick": "-64663", + "current_sqrt_price": "0.992513027792660870325932695944220887", + "current_tick": "-149179", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -56744,12 +56744,12 @@ "current_tick_liquidity": "23045851265.326556127174945098", "token0": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.427940256185461004621640628717837911", - "current_tick": "-8168672", + "current_sqrt_price": "0.420145184678553016160350008356755878", + "current_tick": "-8234781", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", - "last_liquidity_update": "2024-10-01T13:37:54.236139686Z" + "last_liquidity_update": "2024-10-02T23:16:15.031077494Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -56833,14 +56833,14 @@ { "token": { "denom": "ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488", - "amount": "2144075277363739717846863" + "amount": "2191286968728681699207592" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "90331311398" + "amount": "88414694016" }, "weight": "536870912000000" } @@ -57063,8 +57063,8 @@ "current_tick_liquidity": "7175582773.091797662684027093", "token0": "ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.722575194384750387346355437117583795", - "current_tick": "-4778851", + "current_sqrt_price": "0.721460847786979427110653979844600443", + "current_tick": "-4794943", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -57079,8 +57079,8 @@ "current_tick_liquidity": "16598297663.806563946402561811", "token0": "ibc/1AEF145C549D4F9847C79E49710B198C294C7F4A107F4610DEE8E725FFC4B378", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.278726359447181585010530353589183914", - "current_tick": "-11231162", + "current_sqrt_price": "0.276502406983790707072957057887500045", + "current_tick": "-11354642", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -57136,14 +57136,14 @@ { "token": { "denom": "ibc/C91210281CEB708DC6E41A47FC9EC298F45712273DD58C682BEBAD00DCB59DC2", - "amount": "405113714004" + "amount": "365604919476" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "470706694" + "amount": "521758401" }, "weight": "536870912000000" } @@ -57168,14 +57168,14 @@ { "token": { "denom": "ibc/3F8F00094F0F79D17750FF69C5F09B078084018570AAF4F1C92C86D3F73E6488", - "amount": "7086164794977052653" + "amount": "7387708876583634689" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "645394" + "amount": "623292" }, "weight": "536870912000000" } @@ -57191,8 +57191,8 @@ "current_tick_liquidity": "59542330711.831592589922678853", "token0": "ibc/C91210281CEB708DC6E41A47FC9EC298F45712273DD58C682BEBAD00DCB59DC2", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.025151223559069092221560548885986546", - "current_tick": "-30674160", + "current_sqrt_price": "0.027661685410875962520084264207322051", + "current_tick": "-29348312", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", @@ -57230,14 +57230,14 @@ { "token": { "denom": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", - "amount": "5161856" + "amount": "5094915" }, "weight": "644245094400000" }, { "token": { "denom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A", - "amount": "185098634" + "amount": "188779504" }, "weight": "429496729600000" } @@ -57294,14 +57294,14 @@ { "token": { "denom": "factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE", - "amount": "4583440805674" + "amount": "4598342142903" }, "weight": "536870912000000" }, { "token": { "denom": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", - "amount": "2325601" + "amount": "2318215" }, "weight": "536870912000000" } @@ -57358,14 +57358,14 @@ { "token": { "denom": "ibc/FD506CCA1FC574F2A8175FB574C981E9F6351E194AA48AC219BD67FF934E2F33", - "amount": "16721874160006" + "amount": "16612743750984" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "10344227863" + "amount": "10412841997" }, "weight": "536870912000000" } @@ -57394,15 +57394,15 @@ "incentives_address": "osmo1yus4k25r6uxgr9e0x920yny9zryxyug68rqxgzy77s6fry3qwduqgka93e", "spread_rewards_address": "osmo1lz5vtqg79q4y9wz0u9yy7psjhf6efv6ef7sl2eg5clavf0adh3ls9ypmhd", "id": "2042", - "current_tick_liquidity": "645255304.322619366234602417", + "current_tick_liquidity": "313106897.296034325673773307", "token0": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", "token1": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2", - "current_sqrt_price": "11.716305317457805475036023771545757744", - "current_tick": "18372718", + "current_sqrt_price": "11.633838330176124096352397214713598144", + "current_tick": "18353461", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-01T20:49:21.127634370Z" + "last_liquidity_update": "2024-10-04T09:27:41.944428379Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -57413,8 +57413,8 @@ "current_tick_liquidity": "26659877144.222675574962161353", "token0": "ibc/73BB20AF857D1FE6E061D01CA13870872AD0C979497CAF71BEA25B1CBF6879F1", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.215718528376380727259119032249460825", - "current_tick": "-14346552", + "current_sqrt_price": "0.211561903322275152824743540323717537", + "current_tick": "-14524157", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", @@ -57429,8 +57429,8 @@ "current_tick_liquidity": "90517399025.829031866370613541", "token0": "ibc/C91210281CEB708DC6E41A47FC9EC298F45712273DD58C682BEBAD00DCB59DC2", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.025210696642232013317281634848800145", - "current_tick": "-30644208", + "current_sqrt_price": "0.027548634359621090154871576501666090", + "current_tick": "-29410728", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.025000000000000000", @@ -57445,12 +57445,12 @@ "current_tick_liquidity": "119321507320.591807695445963154", "token0": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.105414882679192039129069690497565090", - "current_tick": "-17888771", + "current_sqrt_price": "0.104270088160967426044737258659375365", + "current_tick": "-17912775", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.025000000000000000", - "last_liquidity_update": "2024-10-02T16:23:58.663294650Z" + "last_liquidity_update": "2024-10-04T15:59:30.505813292Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -57461,8 +57461,8 @@ "current_tick_liquidity": "30783172191.219081576841714378", "token0": "ibc/BF685448E564B5A4AC8F6E0493A0B979D0E0BF5EC11F7E15D25A0A2160C944DD", "token1": "uosmo", - "current_sqrt_price": "0.143181683525517099747372592740975319", - "current_tick": "-16949901", + "current_sqrt_price": "0.144250450227423726112439121002610540", + "current_tick": "-16919181", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.025000000000000000", @@ -57474,15 +57474,15 @@ "incentives_address": "osmo18dd37aw89elgjtag45n7hsvxpp7jycfqx43y7qfh2vgc25n40eeqfjswck", "spread_rewards_address": "osmo1zdfnmxhgac0tt3fucczc0ynseewysslz3vy6zjfz469zuxkn45msfh9lch", "id": "2047", - "current_tick_liquidity": "522683180703.689864511242955138", + "current_tick_liquidity": "431533145885.354835852526653372", "token0": "ibc/C91210281CEB708DC6E41A47FC9EC298F45712273DD58C682BEBAD00DCB59DC2", "token1": "uosmo", - "current_sqrt_price": "0.034070293502083394042486777061523637", - "current_tick": "-26839216", + "current_sqrt_price": "0.037794086378953763689146932977652715", + "current_tick": "-26571608", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.025000000000000000", - "last_liquidity_update": "2024-10-02T11:09:13.758238248Z" + "last_liquidity_update": "2024-10-04T16:59:41.477055894Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -57566,14 +57566,14 @@ { "token": { "denom": "ibc/3DC08BDF2689978DBCEE28C7ADC2932AA658B2F64B372760FBC5A0058669AD29", - "amount": "4989716546652" + "amount": "4988499769504" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "22757336" + "amount": "22764848" }, "weight": "536870912000000" } @@ -57624,20 +57624,20 @@ "future_pool_governor": "168h", "total_shares": { "denom": "gamm/pool/2052", - "amount": "303037918448654559730965569" + "amount": "303041023164643140746216891" }, "pool_assets": [ { "token": { "denom": "ibc/108604FDBE97DAEF128FD4ECFEB2A8AFC2D04A7162C97EAA2FD5BCB0869D0BBC", - "amount": "632875561" + "amount": "629478568" }, "weight": "107374182400" }, { "token": { "denom": "ibc/69110FF673D70B39904FF056CFDFD58A90BEC3194303F45C32CB91B8B0A738EA", - "amount": "805342547526341081976598" + "amount": "809760525021077220125453" }, "weight": "107374182400" } @@ -57657,15 +57657,15 @@ "incentives_address": "osmo1pj88gj3gujxq5evhrx3pkle9qw6gr9rdp52yt3j0vh9m24dfml9sketxwz", "spread_rewards_address": "osmo1qstuav982scy39kk6kwp0p4c0yycc46p6tdx0ws7yk5wxg667k0swut6d9", "id": "2054", - "current_tick_liquidity": "550927175283.496698409412502609", + "current_tick_liquidity": "740545661017.480610773353153632", "token0": "factory/osmo1n3n75av8awcnw4jl62n3l48e6e4sxqmaf97w5ua6ddu4s475q5qq9udvx4/alloyed/allSOL", "token1": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", - "current_sqrt_price": "0.015384387112215688423593430731023273", - "current_tick": "-34633207", + "current_sqrt_price": "0.015197957173907026077573353329640692", + "current_tick": "-34690221", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", - "last_liquidity_update": "2024-10-01T09:36:58.286466979Z" + "last_liquidity_update": "2024-10-04T15:41:41.271290847Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -57749,14 +57749,14 @@ { "token": { "denom": "ibc/297C64CC42B5A8D8F82FE2EBE208A6FE8F94B86037FA28C4529A23701C228F7A", - "amount": "102588207" + "amount": "100500862" }, "weight": "429496729600000" }, { "token": { "denom": "ibc/8E697BDABE97ACE8773C6DF7402B2D1D5104DD1EEABE12608E3469B7F64C15BA", - "amount": "9401022421" + "amount": "9531387381" }, "weight": "644245094400000" } @@ -57769,15 +57769,15 @@ "incentives_address": "osmo1349f8nclhnr9fqyu9eyg7ejpcm2a0ke7nl0mj9y0tkwrnwyv0akqdzh2mc", "spread_rewards_address": "osmo1nau0ejls5e6a2006k79upyfwkhggcjt2ejztk7esc4fle88llrpq4lwrjf", "id": "2058", - "current_tick_liquidity": "301913796439.910386301318769139", + "current_tick_liquidity": "65652600176.582339341544138493", "token0": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.026620364880326443835476994550413629", - "current_tick": "-29913562", + "current_sqrt_price": "0.026171210451257004174351077455160960", + "current_tick": "-30150678", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.025000000000000000", - "last_liquidity_update": "2024-10-02T10:48:55.101940744Z" + "last_liquidity_update": "2024-10-04T13:07:08.429624801Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -57817,15 +57817,15 @@ "incentives_address": "osmo1tzekn4wt5ksv6q2rfjry89jeghjeu5kcfpys3mzrumwl73c7x3equwmd89", "spread_rewards_address": "osmo1vsv8676gkazh6ekv2ktpsxrnjgfzu92lvk7gl5mmf3y40wlh975qxss8n4", "id": "2060", - "current_tick_liquidity": "47384696348.072489755133694069", + "current_tick_liquidity": "11864482998.782615707039869017", "token0": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", "token1": "factory/osmo1em6xs47hd82806f5cxgyufguxrrc7l0aqx7nzzptjuqgswczk8csavdxek/alloyed/allUSDT", - "current_sqrt_price": "24.713837882834808757653462843366191992", - "current_tick": "23107737", + "current_sqrt_price": "24.940579969792859605753257530744935422", + "current_tick": "23220325", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", - "last_liquidity_update": "2024-08-25T03:29:25.820040564Z" + "last_liquidity_update": "2024-10-04T16:01:37.824492033Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -57836,12 +57836,12 @@ "current_tick_liquidity": "254287719950.918889280491956864", "token0": "factory/osmo1r53fx9fvcdzncrs7zkn4gw5vfelx5gk8k5wc6wqha2jpkh992rusr5tk02/alloyed/allDOT", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.019910810307689800430629248966332951", - "current_tick": "-33035597", + "current_sqrt_price": "0.019992750024264315440639667757888159", + "current_tick": "-33002900", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-09-30T15:16:56.603999681Z" + "last_liquidity_update": "2024-10-03T12:51:37.185779709Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -57861,14 +57861,14 @@ { "token": { "denom": "ibc/C91210281CEB708DC6E41A47FC9EC298F45712273DD58C682BEBAD00DCB59DC2", - "amount": "833397924210" + "amount": "779367196111" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/CFF40564FDA3E958D9904B8B479124987901168494655D9CC6B7C0EC0416020B", - "amount": "66632712929" + "amount": "71430044498" }, "weight": "536870912000000" } @@ -58445,15 +58445,15 @@ "incentives_address": "osmo198ge7g94wwn27q2snpwuhduemewus8cdacjz85pptcjy7dy4s6esys3q3m", "spread_rewards_address": "osmo1zxq9hytd8xk8zvj9z76rmw3x4239crsmtuz5uyxdpp6rt995nvysg6c0zf", "id": "2141", - "current_tick_liquidity": "123048840493.966089503390619281", + "current_tick_liquidity": "219681587.758282485832499999", "token0": "ibc/52C57FCA7D6854AA178E7A183DDBE4EF322B904B1D719FC485F6FFBC1F72A19E", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.021213956717121187422506907413746902", - "current_tick": "-32499681", + "current_sqrt_price": "0.020420470229646016451839881355416401", + "current_tick": "-32830044", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.025000000000000000", - "last_liquidity_update": "2024-09-29T00:08:31.724219283Z" + "last_liquidity_update": "2024-10-03T15:26:31.699715742Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -58483,20 +58483,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/2143", - "amount": "125697357811682750993" + "amount": "124354437026900827765" }, "pool_assets": [ { "token": { "denom": "factory/osmo1hg0zf0c9can4tvtulh5gmmxe4jpflre3yewxjl/XTRUMP", - "amount": "1065894918" + "amount": "1069976111" }, "weight": "536870912000000" }, { "token": { "denom": "uosmo", - "amount": "5968998415" + "amount": "5819853459" }, "weight": "536870912000000" } @@ -58528,8 +58528,8 @@ "current_tick_liquidity": "1679700852.503281912021011654", "token0": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBAD", "token1": "uosmo", - "current_sqrt_price": "1.313468264317606360248450561444636984", - "current_tick": "725198", + "current_sqrt_price": "1.336281629876646452194280080431682258", + "current_tick": "785648", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", @@ -58544,8 +58544,8 @@ "current_tick_liquidity": "13254888609.086765666593035277", "token0": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBAD", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.978777218827770780998465155347941502", - "current_tick": "-419952", + "current_sqrt_price": "0.976459702091117913577069854858329578", + "current_tick": "-465265", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", @@ -58560,12 +58560,12 @@ "current_tick_liquidity": "54136077950.594866164593919914", "token0": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fMAD", "token1": "uosmo", - "current_sqrt_price": "0.677839190918795701853957214697784063", - "current_tick": "-5405341", + "current_sqrt_price": "0.671885459234511172902968522085299459", + "current_tick": "-5485700", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", - "last_liquidity_update": "2024-10-01T21:21:58.215347963Z" + "last_liquidity_update": "2024-10-04T14:21:39.031810395Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -58640,8 +58640,8 @@ "current_tick_liquidity": "964965284.349649545062580000", "token0": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fSLOTH", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "2.086266865559202591548802839216680091", - "current_tick": "3352509", + "current_sqrt_price": "2.061954010810604559595581818432340269", + "current_tick": "3251654", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", @@ -58656,8 +58656,8 @@ "current_tick_liquidity": "1990207689.124285542708813748", "token0": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fSLOTH", "token1": "uosmo", - "current_sqrt_price": "2.801947342040635838700785058740407012", - "current_tick": "6850908", + "current_sqrt_price": "2.824079260794416259455158065779724651", + "current_tick": "6975423", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", @@ -58672,8 +58672,8 @@ "current_tick_liquidity": "4245261464.902465846135684952", "token0": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fNUT", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.077781588089492446800541692901585470", - "current_tick": "-21950025", + "current_sqrt_price": "0.076349874232596765109010972409737294", + "current_tick": "-22170697", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", @@ -58688,8 +58688,8 @@ "current_tick_liquidity": "109544511.501033223001200000", "token0": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fNUT", "token1": "uosmo", - "current_sqrt_price": "0.101451691193272438696286626038163275", - "current_tick": "-17970756", + "current_sqrt_price": "0.104731655412787957932894883154561851", + "current_tick": "-17903129", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.010000000000000000", @@ -58713,14 +58713,14 @@ { "token": { "denom": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D", - "amount": "2520658682" + "amount": "2500049678" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/905889A7F0B94F1CE1506D9BADF13AE9141E4CBDBCD565E1DFC7AE418B3E3E98", - "amount": "2892144454069" + "amount": "2916547398034" }, "weight": "536870912000000" } @@ -58813,14 +58813,14 @@ { "token": { "denom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fMAD", - "amount": "9193443484" + "amount": "9193155473" }, "weight": "536870912000000" }, { "token": { "denom": "factory/osmo1s3l0lcqc7tu0vpj6wdjz9wqpxv8nk6eraevje4fuwkyjnwuy82qsx3lduv/boneOsmo", - "amount": "3952402733" + "amount": "3952527808" }, "weight": "536870912000000" } @@ -58836,8 +58836,8 @@ "current_tick_liquidity": "11307521024377.769271198710514164", "token0": "ibc/4925733868E7999F5822C961ADE9470A7FC5FA4A560BAE1DE102783C3F64C201", "token1": "uosmo", - "current_sqrt_price": "1.563685994336095733964425261270932656", - "current_tick": "1445113", + "current_sqrt_price": "1.563684919640124128242912033074768769", + "current_tick": "1445110", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000100000000000000", @@ -58980,14 +58980,14 @@ { "token": { "denom": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "amount": "2633808358" + "amount": "2411658374" }, "weight": "536870912000000" }, { "token": { "denom": "ibc/A1830DECC0B742F0B2044FF74BE727B5CF92C9A28A9235C3BACE4D24A23504FA", - "amount": "22800507754" + "amount": "24914506443" }, "weight": "536870912000000" } @@ -59051,14 +59051,14 @@ { "token": { "denom": "factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/wiha", - "amount": "909705948154" + "amount": "908700251962" }, "weight": "536870912000000" }, { "token": { "denom": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", - "amount": "26137130" + "amount": "26167052" }, "weight": "536870912000000" } @@ -59074,8 +59074,8 @@ "current_tick_liquidity": "710985.231914137581050550", "token0": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.745093140708136336143838955285944406", - "current_tick": "-4448363", + "current_sqrt_price": "0.808020383063858128754125633509738794", + "current_tick": "-3471031", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -59090,12 +59090,12 @@ "current_tick_liquidity": "333084548144.559057120997214109", "token0": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.028108149874619333404577606501933932", - "current_tick": "-29099320", + "current_sqrt_price": "0.028497452147944972236391814051120394", + "current_tick": "-28878953", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-09-26T08:59:54.079091018Z" + "last_liquidity_update": "2024-10-03T17:16:12.246407555Z" }, { "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", @@ -59106,8 +59106,8 @@ "current_tick_liquidity": "2975408981581.836461276152837505", "token0": "factory/osmo12lnwf54yd30p6amzaged2atln8k0l32n7ncxf04ctg7u7ymnsy7qkqgsw4/alloyed/allTON", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.073762436417804533280822699156559718", - "current_tick": "-22559103", + "current_sqrt_price": "0.073120551081876992409428714021453869", + "current_tick": "-22653386", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -59122,12 +59122,12 @@ "current_tick_liquidity": "145514010041.584542656114635361", "token0": "ibc/161D7D62BAB3B9C39003334F1671208F43C06B643CC9EDBBE82B64793C857F1D", "token1": "uosmo", - "current_sqrt_price": "3.376804143064696407855344769557865060", - "current_tick": "9140280", + "current_sqrt_price": "3.394599850354260441188497912021461354", + "current_tick": "9152330", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-01T18:39:49.012995836Z" + "last_liquidity_update": "2024-10-04T16:36:59.931067308Z" }, { "@type": "/osmosis.gamm.v1beta1.Pool", @@ -59147,14 +59147,14 @@ { "token": { "denom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fBAD", - "amount": "1251080403" + "amount": "1234944721" }, "weight": "536870912000000" }, { "token": { "denom": "factory/osmo1dywfmhyc8y0wga7qpzej0x0mgwqg25fj4eccp494w8yafzdpgamsx9ryyv/fMAD", - "amount": "4769730406" + "amount": "4832484299" }, "weight": "536870912000000" } @@ -59173,20 +59173,20 @@ "future_pool_governor": "24h", "total_shares": { "denom": "gamm/pool/2175", - "amount": "300000000000000" + "amount": "9000000000000" }, "pool_assets": [ { "token": { "denom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt", - "amount": "3120" + "amount": "94" }, "weight": "536870912000000" }, { "token": { "denom": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", - "amount": "5" + "amount": "1" }, "weight": "536870912000000" } @@ -59211,14 +59211,14 @@ { "token": { "denom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt", - "amount": "1008370491" + "amount": "1008248325" }, "weight": "536870912000000" }, { "token": { "denom": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", - "amount": "1617273" + "amount": "1617509" }, "weight": "536870912000000" } @@ -59243,14 +59243,14 @@ { "token": { "denom": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt", - "amount": "4525890375" + "amount": "4540381210" }, "weight": "536870912000000" }, { "token": { "denom": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", - "amount": "7301521" + "amount": "7278738" }, "weight": "536870912000000" } @@ -59266,8 +59266,8 @@ "current_tick_liquidity": "171140823192.626935986525688585", "token0": "factory/osmo1s6ht8qrm8x0eg8xag5x3ckx9mse9g4se248yss/BERNESE", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "0.017595490751768610252855854269664063", - "current_tick": "-33903988", + "current_sqrt_price": "0.017427672430156869753136711346553123", + "current_tick": "-33962763", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.025000000000000000", @@ -59298,8 +59298,8 @@ "current_tick_liquidity": "917154381560.608287577286545413", "token0": "ibc/92AE2F53284505223A1BB80D132F859A00E190C6A738772F0B3EF65E20BA484F", "token1": "ibc/498A0751C798A0D9A389AA3691123DADA57DAA4FE165D5C75894505B876BA6E4", - "current_sqrt_price": "1.050549431868570378110947754109224864", - "current_tick": "103654", + "current_sqrt_price": "1.050286908137034010483304264783567533", + "current_tick": "103102", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -59321,8 +59321,8 @@ "current_tick_liquidity": "950968738208908679809.983831400755476768", "token0": "factory/osmo1nnlxegt0scm9qkzys9c874t0ntapv4epfjy2w49c0xdrp3dr0v4ssmelzx/alloyed/allPEPE", "token1": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", - "current_sqrt_price": "0.063413943916915584451198054390078990", - "current_tick": "-23978672", + "current_sqrt_price": "0.061870451368182962950358212615951434", + "current_tick": "-24172048", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -59337,8 +59337,8 @@ "current_tick_liquidity": "2065979965655389049.597730432905544372", "token0": "factory/osmo1nufyzqlm8qhu2w7lm0l4rrax0ec8rsk69mga4tel8eare7c7ljaqpk2lyg/alloyed/allOP", "token1": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", - "current_sqrt_price": "25.978363189172265425502977985555187778", - "current_tick": "23748753", + "current_sqrt_price": "25.447927176887477276602839329647833414", + "current_tick": "23475969", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -59353,8 +59353,8 @@ "current_tick_liquidity": "827967695757057806.893615833016628302", "token0": "factory/osmo18zdw5yvs6gfp95rp74qqwug9yduw2fyr8kplk2xgs726s9axc5usa2vpgw/alloyed/allLINK", "token1": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", - "current_sqrt_price": "67.687617008802373688319818025998671964", - "current_tick": "30581613", + "current_sqrt_price": "67.626435558122496302384177876965192222", + "current_tick": "30573334", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -59369,8 +59369,8 @@ "current_tick_liquidity": "755955547503670434229.482285735848181698", "token0": "factory/osmo1f588gk9dazpsueevdl2w6wfkmfmhg5gdvg2uerdlzl0atkasqhsq59qc6a/alloyed/allSHIB", "token1": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", - "current_sqrt_price": "0.081714836955623761127224078290947090", - "current_tick": "-21322686", + "current_sqrt_price": "0.084183720560844214201800915388101821", + "current_tick": "-20913102", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -59385,8 +59385,8 @@ "current_tick_liquidity": "3601559177708632178.201549853961805792", "token0": "factory/osmo1p7x454ex08s4f9ztmm7wfv7lvtgdkfztj2u7v7fezfcauy85q35qmqrdpk/alloyed/allARB", "token1": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", - "current_sqrt_price": "15.079255115738831751740412404963369382", - "current_tick": "19273839", + "current_sqrt_price": "15.239451148413842497397361157929437487", + "current_tick": "19322408", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.000500000000000000", @@ -59433,8 +59433,8 @@ "current_tick_liquidity": "2595582271.338561318970125218", "token0": "ibc/92AE2F53284505223A1BB80D132F859A00E190C6A738772F0B3EF65E20BA484F", "token1": "uosmo", - "current_sqrt_price": "1.423773279173850051305339301280004719", - "current_tick": "1027130", + "current_sqrt_price": "1.423591255125026036717296864582189123", + "current_tick": "1026612", "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", @@ -59497,7 +59497,7 @@ "incentives_address": "osmo1ecj7exp7j0czs6z8e5auv4tawxfdn0u80td22450ux9avzyw5l9qk3th6s", "spread_rewards_address": "osmo12a4dpp70vg6zde2kx5tzx6xufakdj7cxnztuwe24jydvdmv92arslf6am9", "id": "2196", - "current_tick_liquidity": "732120208708924162.400999999999999997", + "current_tick_liquidity": "15343120944313585699.630557036016862152", "token0": "ibc/ABD49F44559CB3E557CC458459CB6A67CEBD66E23C7674A0B2B445230BDA1F6C", "token1": "factory/osmo1k6c8jln7ejuqwtqmay3yvzrg3kueaczl96pk067ldg8u835w0yhsw27twm/alloyed/allETH", "current_sqrt_price": "0.013689316332270939488344845116970272", @@ -59505,7 +59505,71 @@ "tick_spacing": "100", "exponent_at_price_one": "-6", "spread_factor": "0.002000000000000000", - "last_liquidity_update": "2024-10-01T21:14:31.347243170Z" + "last_liquidity_update": "2024-10-02T20:34:02.690146010Z" + }, + { + "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", + "address": "osmo1y0xlndvfs6elnyfekhfpgwl9hqlfge2th5tdx82q6cy4xs3d202sk2euy2", + "incentives_address": "osmo17jg2hyd5je0cn3jerm5qsxaujwr44g3y4hc4pd87d5x3c59qjd6qy2s3dm", + "spread_rewards_address": "osmo1n2zctw0x9pf3al7gg5mx2l5yna2s997s4vr42ce80lzctkk20hwqtsm02u", + "id": "2197", + "current_tick_liquidity": "6626650390.794596069513057540", + "token0": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293", + "token1": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", + "current_sqrt_price": "0.017795570004565047749503172151121807", + "current_tick": "-33833177", + "tick_spacing": "100", + "exponent_at_price_one": "-6", + "spread_factor": "0.000500000000000000", + "last_liquidity_update": "2024-10-04T17:16:10.901815876Z" + }, + { + "@type": "/osmosis.gamm.v1beta1.Pool", + "address": "osmo1zswj6wxzqj7y9suxejuy37wve3mud89pzgmdr3u0x6czl4d43k5sct2nve", + "id": "2198", + "pool_params": { + "swap_fee": "0.000000000000000000", + "exit_fee": "0.000000000000000000", + "smooth_weight_change_params": null + }, + "future_pool_governor": "24h", + "total_shares": { + "denom": "gamm/pool/2198", + "amount": "100000000000000000000" + }, + "pool_assets": [ + { + "token": { + "denom": "factory/osmo1z0qrq605sjgcqpylfl4aa6s90x738j7m58wyatt0tdzflg2ha26q67k743/wbtc", + "amount": "923" + }, + "weight": "536870912000000" + }, + { + "token": { + "denom": "uosmo", + "amount": "10000" + }, + "weight": "536870912000000" + } + ], + "total_weight": "1073741824000000" + }, + { + "@type": "/osmosis.concentratedliquidity.v1beta1.Pool", + "address": "osmo1p8y6tmvykcwpslfturmg7rp4dsnn6dla4lsp6qx249up2qh9mkeq783chw", + "incentives_address": "osmo1ny8pr2sm2cpgqrejlgr2k2c4kt8xnrg5aj0cav3gqgd4kd5s33qspytq2d", + "spread_rewards_address": "osmo1kzd2x85czjg8f5z9476xfvsqjk3edwkstrf8692ayn2eerkpxqnsszsfqn", + "id": "2199", + "current_tick_liquidity": "4058621589.082206040740101970", + "token0": "factory/osmo1z6r6qdknhgsc0zeracktgpcxf43j6sekq07nw8sxduc9lg0qjjlqfu25e3/alloyed/allBTC", + "token1": "factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt", + "current_sqrt_price": "25.003699715503508070714249538937727192", + "current_tick": "23251849", + "tick_spacing": "100", + "exponent_at_price_one": "-6", + "spread_factor": "0.003000000000000000", + "last_liquidity_update": "2024-10-04T11:13:29.635468181Z" } ] } \ No newline at end of file