Skip to content

Commit

Permalink
chore: Use MIM on Fantom as an intermediary asset (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
dekz authored and dextracker committed Feb 8, 2022
1 parent ed66795 commit 8ed6dd6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/asset-swapper/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"version": "16.48.0",
"changes": [
{
"note": "Use `MIM` as an intermediate asset on `Fantom`",
"pr": 405
}
]
},
{
"version": "16.47.0",
"changes": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ export const DEFAULT_INTERMEDIATE_TOKENS_BY_CHAIN_ID = valueByChainId<string[]>(
FANTOM_TOKENS.USDC,
FANTOM_TOKENS.nUSD,
FANTOM_TOKENS.nETH,
FANTOM_TOKENS.MIM,
],
<<<<<<< HEAD
[ChainId.Fantom]: [FANTOM_TOKENS.WFTM, FANTOM_TOKENS.WETH, FANTOM_TOKENS.DAI, FANTOM_TOKENS.USDC],
Expand Down

0 comments on commit 8ed6dd6

Please sign in to comment.