Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Init flare chain #7222

Merged
merged 15 commits into from
Dec 4, 2024
Prev Previous commit
Next Next commit
fix price
  • Loading branch information
Hosuke authored Dec 2, 2024
commit 7ab788373f68cefef9952bcfcbe680ec09f71891
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)
Loading