Skip to content

Commit

Permalink
Merge pull request #614 from traderjoe-xyz/swap-update
Browse files Browse the repository at this point in the history
add fuji whitelist and stables
  • Loading branch information
0xmurloc authored Oct 11, 2022
2 parents e77c956 + 2b2fec0 commit cb53892
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/dex-lists/swap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ export const SWAP_WHITE_LIST = [
"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E", // USDC
"0xd586E7F844cEa2F87f50152665BCbc2C279D8d70", // DAI.e
"0x6e84a6216eA6dACC71eE8E6b0a5B7322EEbC0fDd", // JOE

// FUJI
"0xd00ae08403B9bbb9124bB305C09058E32C39A48c", // WAVAX
"0xB6076C93701D6a07266c31066B298AeC6dd65c2d", // USDC
"0xAb231A5744C8E6c45481754928cCfFFFD4aa0732", // USDT
];

/*
Expand All @@ -26,4 +31,8 @@ export const STABLE_COINS = [
"0xc7198437980c041c805A1EDcbA50c1Ce5db95118".toLowerCase(), // USDT.e
"0x9702230A8Ea53601f5cD2dc00fDBc13d4dF4A8c7".toLowerCase(), // USDT
"0xd586e7f844cea2f87f50152665bcbc2c279d8d70".toLowerCase(), // DAI.e

// FUJI
"0xB6076C93701D6a07266c31066B298AeC6dd65c2d".toLowerCase(), // USDC
"0xAb231A5744C8E6c45481754928cCfFFFD4aa0732".toLowerCase(), // USDT
];

0 comments on commit cb53892

Please sign in to comment.