Skip to content

Commit

Permalink
add WBTC to mode adapter client
Browse files Browse the repository at this point in the history
Signed-off-by: Bennett <[email protected]>
  • Loading branch information
bmzig committed May 21, 2024
1 parent abdd013 commit d296d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/bridges/op-stack/mode/ModeAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export class ModeAdapter extends OpStackAdapter {
// Custom Bridges
{},
logger,
["ETH", "WETH", "USDC", "USDT"],
["ETH", "WETH", "USDC", "USDT", "WBTC"],
spokePoolClients,
monitoredAddresses
);
Expand Down

0 comments on commit d296d6c

Please sign in to comment.