mirror of
https://github.com/FlipsideCrypto/optimism-models.git
synced 2026-02-06 15:02:11 +00:00
fix (#268)
This commit is contained in:
parent
d86fa16624
commit
35dc08eeeb
@ -116,8 +116,14 @@ SELECT
|
||||
origin_to_address,
|
||||
A.contract_address AS contract_address,
|
||||
sender_address,
|
||||
amount0_unadj,
|
||||
amount1_unadj,
|
||||
IFNULL(
|
||||
amount0_unadj,
|
||||
0
|
||||
) AS amount0_unadj,
|
||||
IFNULL(
|
||||
amount1_unadj,
|
||||
0
|
||||
) AS amount1_unadj,
|
||||
lp_action,
|
||||
lp_token_action,
|
||||
function_type,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user