optimism icon indicating copy to clipboard operation
optimism copied to clipboard

Function `sync()` is not implemented in your script

Open starlzy opened this issue 1 year ago • 1 comments

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

starlzy avatar Apr 25 '24 03:04 starlzy

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

tynes avatar Apr 25 '24 16:04 tynes

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

priyanshuthapliyal55 avatar May 03 '24 12:05 priyanshuthapliyal55

See the setup guide link here: https://github.com/ethereum-optimism/specs/discussions/140#discussion-6530747

tynes avatar May 09 '24 09:05 tynes