Skip to content

Commit

Permalink
fix price
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosuke authored Dec 2, 2024
1 parent 8592350 commit 7ab7883
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ SELECT
FROM
(
VALUES
('flare-flare', 'WFLR', 0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d, 18)
-- Note: Currently only WFLR has a reliable price feed. Other tokens will be added
-- when they have established price feeds on major price aggregators.
('flr-flare-network', 'WFLR', 0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d, 18)
) as temp (token_id, symbol, contract_address, decimals)

0 comments on commit 7ab7883

Please sign in to comment.