Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
0xMasayoshi authored and github-actions[bot] committed Oct 21, 2024
1 parent 0181d50 commit a2c9312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/native-ids.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ export const nativeCurrencyIds = {
[ChainId.MODE]: 'ETH',
[ChainId.TAIKO]: 'ETH',
[ChainId.ZKLINK]: 'ETH',
[ChainId.APE]: 'APE'
[ChainId.APE]: 'APE',
} as const
2 changes: 1 addition & 1 deletion src/config/token-maps/default-quote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,5 @@ export const defaultQuoteCurrency = {
[ChainId.MODE]: USDC[ChainId.MODE],
[ChainId.TAIKO]: USDC[ChainId.TAIKO],
[ChainId.ZKLINK]: USDC[ChainId.ZKLINK],
[ChainId.APE]: APE_USD
[ChainId.APE]: APE_USD,
} as const

0 comments on commit a2c9312

Please sign in to comment.