diff --git a/models/silver/protocols/velodrome/silver__velodrome_LP_actions.sql b/models/silver/protocols/velodrome/silver__velodrome_LP_actions.sql index cbdad348..1afb77fa 100644 --- a/models/silver/protocols/velodrome/silver__velodrome_LP_actions.sql +++ b/models/silver/protocols/velodrome/silver__velodrome_LP_actions.sql @@ -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,