Remove nUSD from intermediate liquidity to save on sampler gas (#505)

* remote nUSD from intermediate liquidity

* changelog
This commit is contained in:
Ido Kleinman 2022-06-14 16:07:47 -07:00 committed by GitHub
parent f0738fc122
commit b9c25112ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,13 @@
[
{
"version": "16.62.1",
"changes": [
{
"note": "Remove nUSD from intermediate liquidity to save on sampler gas",
"pr": 505
}
]
},
{
"version": "16.62.0",
"changes": [

View File

@ -867,7 +867,6 @@ export const DEFAULT_INTERMEDIATE_TOKENS_BY_CHAIN_ID = valueByChainId<string[]>(
POLYGON_TOKENS.DAI,
POLYGON_TOKENS.USDT,
POLYGON_TOKENS.WBTC,
POLYGON_TOKENS.nUSD,
],
[ChainId.Avalanche]: [
AVALANCHE_TOKENS.WAVAX,