Skip to content

Commit

Permalink
Update ZKSyncAdapter.ts (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai authored Jan 9, 2024
1 parent 7dc2c90 commit e97f46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/bridges/ZKSyncAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class ZKSyncAdapter extends BaseAdapter {
readonly spokePoolClients: { [chainId: number]: SpokePoolClient },
monitoredAddresses: string[]
) {
super(spokePoolClients, 324, monitoredAddresses, logger, ["USDC", "USDT", "WETH", "WBTC"]);
super(spokePoolClients, 324, monitoredAddresses, logger, ["USDC", "USDT", "WETH", "WBTC", "DAI"]);
}

async getOutstandingCrossChainTransfers(l1Tokens: string[]): Promise<OutstandingTransfers> {
Expand Down

0 comments on commit e97f46a

Please sign in to comment.