chore: Use MIM on Fantom as an intermediary asset (#405)

This commit is contained in:
Jacob Evans
2022-01-26 07:42:29 +10:00
committed by Noah Khamliche
parent ed667954c6
commit 8ed6dd6178
2 changed files with 10 additions and 0 deletions

View File

@@ -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": [

View File

@@ -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],