Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
viniabussafi committed Jul 11, 2024
1 parent 25800f8 commit 3930f87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@ v1_twocrypto as (
dp.output_0 AS deposit_contract,
p.coins[1] AS coin0,
p.coins[2] AS coin1,
COALESCE(try(p.coins[3]),CAST(NULL as varbinary)) as coin2,
COALESCE(try(p.coins[4]),CAST(NULL as varbinary)) as coin3,
0x0000000000000000000000000000000000000000 as coin2,
0x0000000000000000000000000000000000000000 as coin3,
CAST(NULL as varbinary) AS undercoin0,
CAST(NULL as varbinary) AS undercoin1,
CAST(NULL as varbinary) AS undercoin2,
Expand Down

0 comments on commit 3930f87

Please sign in to comment.