2024-10-17 | Release Notes
The release adds new Blast and Eclipse tables, Sei address mapping and updated Solana Raydium swaps.
Highlights
This release introduces new tables for Blast and Eclipse, allowing users to track DEX swaps, liquidity pools, and token mint and burn events. A new Sei table enables analysts to map Sei cosmos addresses to Sei EVM addresses, while Solana's updated swaps table now includes Raydium CPMM swaps.
As a reminder several tables in the Ethereum and Optimism schemas are deprecated and were removed on October 12th, 2024, consolidating lending data within the defi schema.
Check out these updates and the rest of the release notes below.
Blast
New Tables - Tracking DEX Swaps & Liquidity Pool
New tables allow you to track DEX Swap and Liquidity Pool creation events, alongside USD prices for Blast.
blast.defi.ez_dex_swaps
blast.defi.dim_dex_liquidity_pools
Eclipse
New Tables - Mint and Burn Events for Tokens
Two new tables enable tracking of every mint and burn event for tokens on eclipse.
eclipse.defi.fact_token_mint_action
eclipse.defi.fact_token_burn_actions
Sei
New Table - Sei Address Mapping
This new table enables analysts to map the Sei cosmos address to the Sei EVM address.
sei.core.dim_address_mapping
Solana
Updated Table - Raydium CPMM swaps
Updating the fact_swaps table to include Raydium CPMM swaps
solana.defi.fact_swaps
Reminder - Deprecated Tables
As a reminder, the following tables were deprecated on October 12th, 2024. This data is not gone – you can query it in the DeFi schema for the respective chain:
ethereum.compound.{tables}
Deprecated all tables in the ethereum.compound schema on October 12. All lending related data (borrows, deposits, etc) of Compound can already be found in the defi schema.
ethereum.aave.{tables}
Deprecated all tables in the ethereum.aave schema on October 12. All lending related data (borrows, deposits, etc) of Aave can already be found in the defi schema
ethereum.synthetix.ez_snx_staking
Deprecated the synthetix staking table along with the synthetix schema.
ethereum.maker.{ez_tables}
Deprecated the ez tables in the ethereum.maker schema on October 12. All lending related data (borrows, deposits, etc) of Maker can already be found in the defi schema. All Maker fact tables will remain in the schema.
optimism.velodrome.{tables}
Deprecated all tables in the optimism.velodrome schema on October 12. All lending related data (borrows, deposits, etc) of Velodrome can already be found in the defi schema.
Useful Resources
Request a smart contract ABI to be decoded: https://science.flipsidecrypto.xyz/abi-requestor/
Request a Solana IDL to be decoded: https://science.flipsidecrypto.xyz/idl-requestor
Add labels: https://science.flipsidecrypto.xyz/add-a-label
Last updated