diff --git a/models/core/core__ez_swaps.sql b/models/core/core__ez_swaps.sql index 9f12b8b..9273d60 100644 --- a/models/core/core__ez_swaps.sql +++ b/models/core/core__ez_swaps.sql @@ -14,6 +14,7 @@ SELECT token_out_contract, token_out_amount, token_in_destination, - token_in_contract token_in_amount + token_in_contract, + token_in_amount FROM {{ ref('silver__swaps') }}