Skip to content

Commit

Permalink
Blur on Blast Fix (#6251)
Browse files Browse the repository at this point in the history
* fix

* fix

---------

Co-authored-by: jeff-dude <102681548+jeff-dude@users.noreply.github.com>
  • Loading branch information
hildobby and jeff-dude authored Jun 25, 2024
1 parent c17835c commit 74d40ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions models/prices/blast/prices_blast_tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ FROM
VALUES
('weth-weth','blast','WETH',0x4300000000000000000000000000000000000004,18),
('usdb-usdb','blast','USDB',0x4300000000000000000000000000000000000003,18),
('weth-weth', 'blast', 'bpETH', 0xb772d5c5f4a2eef67dfbc89aa658d2711341b8e5, 18),
('yolo-yolo-games','blast','YOLO',0xf77dd21c5ce38ac08786be35ef1d1dec1a6a15f3,18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ WITH blur_trades AS (
, bt.nft_token_id AS nft_token_id
, UINT256 '1' AS nft_amount
, bt.price_raw
, CASE WHEN bt.order_type = 0 THEN 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2 ELSE 0x0000000000a39bb272e79075ade125fd351887ac END AS currency_contract
, CASE WHEN bt.order_type = 0 THEN 0x4300000000000000000000000000000000000004 ELSE 0xb772d5c5f4a2eef67dfbc89aa658d2711341b8e5 END AS currency_contract
, bt.project_contract_address
, uint256 '0' AS platform_fee_amount_raw
, CAST(NULL AS varbinary) AS platform_fee_address
Expand Down

0 comments on commit 74d40ed

Please sign in to comment.