Single-Sided Liquidity Pools (Across Bounty)

    Q2. Across uses single-sided liquidity pools to execute transactions between chains. How are Ethereum mainnet users interacting with these pools? How do these pool rewards compare to other liquidity pools? Across transaction event data is undecoded in the Ethereum core tables. Users can use these functions to parse and decode the data: select regexp_substr_all(SUBSTR(DATA, 3, len(DATA)), '.{64}') AS segmented_data, ethereum.public.udf_hex_to_int(segmented_data[0]) --> this will tell you the amount of tokens deposited into the liquidity pool