Skip to content

Commit

Permalink
replicate changes on gnosis
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi committed Dec 9, 2024
1 parent cf6ad26 commit 8c0ea20
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
WITH wrap_unwrap AS(
SELECT
evt_block_time,
underlyingToken,
wrappedToken,
CAST(depositedUnderlying AS DOUBLE) / CAST(mintedShares AS DOUBLE) AS ratio
FROM {{ source('balancer_v3_gnosis', 'Vault_evt_Wrap') }}
Expand All @@ -24,7 +23,6 @@ WITH wrap_unwrap AS(

SELECT
evt_block_time,
underlyingToken,
wrappedToken,
CAST(withdrawnUnderlying AS DOUBLE) / CAST(burnedShares AS DOUBLE) AS ratio
FROM {{ source('balancer_v3_gnosis', 'Vault_evt_Unwrap') }}
Expand Down

0 comments on commit 8c0ea20

Please sign in to comment.