Skip to content

Commit

Permalink
add missing commas (duneanalytics#5554)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-dude authored Mar 11, 2024
1 parent 1bea581 commit 55cae57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/prices/arbitrum/prices_arbitrum_tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,6 @@ FROM
('sweth-swell-ethereum','arbitrum','SWETH',0xbc011a12da28e8f0f528d9ee5e7039e22f91cf18,18),
('lqty-liquity','arbitrum','LQTY',0xfb9e5d956d889d91a82737b9bfcdac1dce3e1449,18),
('axlusdc-axelar-wrapped-usdc','arbitrum','AXLUSDC',0xeb466342c4d449bc9f53a865d5cb90586f405215,6),
('tbtc-tbtc','arbitrum','TBTC',0x6c84a8f1c29108f47a79964b5fe888d4f4d0de40,18)
('tbtc-tbtc','arbitrum','TBTC',0x6c84a8f1c29108f47a79964b5fe888d4f4d0de40,18),
('y2k-y2k','arbitrum','Y2K',0x65c936f008bc34fe819bce9fa5afd9dc2d49977f, 18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)
2 changes: 1 addition & 1 deletion models/prices/polygon/prices_polygon_tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,6 @@ FROM
('bat-basic-attention-token', 'polygon', 'BAT', 0x3cef98bb43d732e2f285ee605a8158cde967d219, 18),
('wavax-wrapped-avax-wormhole', 'polygon', 'WAVAX', 0x2c89bbc92bd86f8075d1decc58c7f4e0107f286b, 18),
('tbtc-tbtc', 'polygon', 'TBTC', 0x236aa50979d5f3de3bd1eeb40e81137f22ab794b, 18),
('ldo-lido-dao', 'polygon', 'LDO', 0xc3c7d422809852031b44ab29eec9f1eff2a58756, 18)
('ldo-lido-dao', 'polygon', 'LDO', 0xc3c7d422809852031b44ab29eec9f1eff2a58756, 18),
('egx-enegra', 'polygon', 'EGX', 0x8db0a6d1b06950b4e81c4f67d1289fc7b9359c7f, 6)
) as temp (token_id, blockchain, symbol, contract_address, decimals)

0 comments on commit 55cae57

Please sign in to comment.