Skip to content

Commit

Permalink
Add coin to external oracle price list
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-git committed Oct 23, 2023
1 parent 56d3a70 commit a0e433b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pages/api/getPools/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ const EXTERNAL_ORACLE_COINS_ADDRESSES = {
'0x530824da86689c9c17cdc2871ff29b058345b44a', // sTBT (curve crypto pool that has precedence has low liq)
'0xa35b1b31ce002fbf2058d22f30f95d405200a15b', // ETHx (curve crypto pool that has precedence has low liq)
].map(lc),
base: [
'0xcfa3ef56d303ae4faaba0592388f19d7c3399fb4',
].map(lc),
};

// Lowercase token address <> symbol to use
Expand Down

1 comment on commit a0e433b

@vercel
Copy link

@vercel vercel bot commented on a0e433b Oct 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.