Function `sync()` is not implemented in your script
when I deploy a local node with the branch feat/custom-gas-token, I got an error like this:
forge script scripts/Deploy.s.sol:Deploy --sig 'sync()' --rpc-url $L1_RPC_URL
[⠆] Compiling...
No files changed, compilation skipped
Error:
Function sync() is not implemented in your script
cc @sbvegan - are we sure that the docs say to check out a particular commit? We can remove calling sync() as part of the deployment
when I deploy a local node with the branch
feat/custom-gas-token, I got an error like this:forge script scripts/Deploy.s.sol:Deploy --sig 'sync()' --rpc-url $L1_RPC_URL
[⠆] Compiling... No files changed, compilation skipped Error: Function
sync()is not implemented in your script
Were you able to deploy with this branch? If yes can you please tell me the step as well? I am also trying to deploy custom erc 20 as a gas token
See the setup guide link here: https://github.com/ethereum-optimism/specs/discussions/140#discussion-6530747