Skip to content

Commit

Permalink
Add sonic's moobifi
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Jan 13, 2025
1 parent 35741fc commit 3fc0b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/addressbook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Chain } from "../types/chain";
import { normalizeAddressOrThrow } from "./ethers";

export function getBridgedVaultTargetChains(): Chain[] {
return ["optimism", "base"/*, "sonic"*/];
return ["optimism", "base", "sonic"];
}

export function getBridgedVaultOriginChains(): Chain[] {
Expand Down

0 comments on commit 3fc0b8b

Please sign in to comment.