Skip to content

Commit

Permalink
fix: use DAI as first gas token (Uniswap#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Jun 14, 2024
1 parent 6816bbc commit 8dbb487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routers/alpha-router/gas-models/gas-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export const usdGasTokensByChain: { [chainId in ChainId]?: Token[] } = {
[ChainId.BASE]: [USDC_BASE, USDC_NATIVE_BASE],
[ChainId.BLAST]: [USDB_BLAST],
[ChainId.ZORA]: [USDC_ZORA],
[ChainId.ZKSYNC]: [USDCE_ZKSYNC, USDC_ZKSYNC, DAI_ZKSYNC],
[ChainId.ZKSYNC]: [DAI_ZKSYNC, USDCE_ZKSYNC, USDC_ZKSYNC],
};

export type L1ToL2GasCosts = {
Expand Down

0 comments on commit 8dbb487

Please sign in to comment.