call the withdrawTo function in bridge smart contract
Hi, I run a local Optimism node on my machine and send some transactions there.
I deploy those smart contracts

When I call the function withdrawTo/depositTo, this error occurs:
Error: Transaction reverted without a reason string.

Only the donate function works on my machine. Any help will be much appreciated.
Try deploying the contracts using hardhat deploy - otherwise there is no guarantee they are deployed correctly
Thanks for your help!
I try to use hardhat, but it said the argument for ovmSequencerAddess is not provided.
I already create a deploy-config folder and a local.ts in it.

Besides, I just want to use the bridge contracts directly in my local chain. I noticed that layer 2's standard bridge is already pre deploy there but didn't see the l1 standard bridge. Can you give me some advice?
I recommend using the bedrock contracts as the legacy contracts are no longer maintained