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 committed Jan 25, 2022
1 parent 0063e81 commit 5d05b62
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 @@ -800,6 +800,7 @@ export const DEFAULT_INTERMEDIATE_TOKENS_BY_CHAIN_ID = valueByChainId<string[]>(
FANTOM_TOKENS.USDC,
FANTOM_TOKENS.nUSD,
FANTOM_TOKENS.nETH,
FANTOM_TOKENS.MIM,
],
[ChainId.Celo]: [CELO_TOKENS.WCELO, CELO_TOKENS.mCUSD, CELO_TOKENS.WETH, CELO_TOKENS.amCUSD, CELO_TOKENS.WBTC],
[ChainId.Optimism]: [
Expand Down

0 comments on commit 5d05b62

Please sign in to comment.