We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following this documentation, getting error on docker compose -f ./docker-compose.yml up:
docker compose -f ./docker-compose.yml up
I think we need the missing step of deploying rollUpManager and configuring it. Also using sepolia instead of Goerli as its been discontinued.
Manager: 0 using rollupID: 0 {"pid": 1, "version": "v0.6.5"} zkevm-rpc | 2024-04-17T12:53:00.055Z DEBUG etherman/etherman.go:1765 error from rollupManager: no contract code at given address {"pid": 1, "version": "v0.6.5"} zkevm-rpc | 2024-04-17T12:53:00.056Z FATAL cmd/run.go:119 no contract code at given address zkevm-rpc | /src/log/log.go:142 github.com/0xPolygonHermez/zkevm-node/log.appendStackTraceMaybeArgs() zkevm-rpc | /src/log/log.go:223 github.com/0xPolygonHermez/zkevm-node/log.Fatal() zkevm-rpc | /src/cmd/run.go:119 main.start() zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/command.go:277 github.com/urfave/cli/v2.(*Command).Run() zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/command.go:270 github.com/urfave/cli/v2.(*Command).Run() zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/app.go:335 github.com/urfave/cli/v2.(*App).RunContext() zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/app.go:309 github.com/urfave/cli/v2.(*App).Run() zkevm-rpc | /src/cmd/main.go:191 main.main() zkevm-rpc | /usr/local/go/src/runtime/proc.go:267 runtime.main() zkevm-rpc | {"pid": 1, "version": "v0.6.5"} zkevm-rpc | main.start zkevm-rpc | /src/cmd/run.go:119 zkevm-rpc | github.com/urfave/cli/v2.(*Command).Run zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/command.go:277 zkevm-rpc | github.com/urfave/cli/v2.(*Command).Run zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/command.go:270 zkevm-rpc | github.com/urfave/cli/v2.(*App).RunContext zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/app.go:335 zkevm-rpc | github.com/urfave/cli/v2.(*App).Run zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/app.go:309 zkevm-rpc | main.main zkevm-rpc | /src/cmd/main.go:191 zkevm-rpc | runtime.main zkevm-rpc | /usr/local/go/src/runtime/proc.go:267 zkevm-sync | 2024-04-17T12:53:00.772Z DEBUG etherman/etherman.go:264 error rollupManager.RollupAddressToID(0x5132A183E9F3CB7C848b0AAC5Ae0c4f0491B7aB2). Error: %!w(*errors.errorString=&{no contract code at given address}) {"pid": 1, "version": "v0.6.5"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following this documentation, getting error on
docker compose -f ./docker-compose.yml up
:I think we need the missing step of deploying rollUpManager and configuring it. Also using sepolia instead of Goerli as its been discontinued.
Manager: 0 using rollupID: 0 {"pid": 1, "version": "v0.6.5"}
zkevm-rpc | 2024-04-17T12:53:00.055Z DEBUG etherman/etherman.go:1765 error from rollupManager: no contract code at given address {"pid": 1, "version": "v0.6.5"}
zkevm-rpc | 2024-04-17T12:53:00.056Z FATAL cmd/run.go:119 no contract code at given address
zkevm-rpc | /src/log/log.go:142 github.com/0xPolygonHermez/zkevm-node/log.appendStackTraceMaybeArgs()
zkevm-rpc | /src/log/log.go:223 github.com/0xPolygonHermez/zkevm-node/log.Fatal()
zkevm-rpc | /src/cmd/run.go:119 main.start()
zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/command.go:277 github.com/urfave/cli/v2.(*Command).Run()
zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/command.go:270 github.com/urfave/cli/v2.(*Command).Run()
zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/app.go:335 github.com/urfave/cli/v2.(*App).RunContext()
zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/app.go:309 github.com/urfave/cli/v2.(*App).Run()
zkevm-rpc | /src/cmd/main.go:191 main.main()
zkevm-rpc | /usr/local/go/src/runtime/proc.go:267 runtime.main()
zkevm-rpc | {"pid": 1, "version": "v0.6.5"}
zkevm-rpc | main.start
zkevm-rpc | /src/cmd/run.go:119
zkevm-rpc | github.com/urfave/cli/v2.(*Command).Run
zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/command.go:277
zkevm-rpc | github.com/urfave/cli/v2.(*Command).Run
zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/command.go:270
zkevm-rpc | github.com/urfave/cli/v2.(*App).RunContext
zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/app.go:335
zkevm-rpc | github.com/urfave/cli/v2.(*App).Run
zkevm-rpc | /go/pkg/mod/github.com/urfave/cli/v2@v2.26.0/app.go:309
zkevm-rpc | main.main
zkevm-rpc | /src/cmd/main.go:191
zkevm-rpc | runtime.main
zkevm-rpc | /usr/local/go/src/runtime/proc.go:267
zkevm-sync | 2024-04-17T12:53:00.772Z DEBUG etherman/etherman.go:264 error rollupManager.RollupAddressToID(0x5132A183E9F3CB7C848b0AAC5Ae0c4f0491B7aB2). Error: %!w(*errors.errorString=&{no contract code at given address}) {"pid": 1, "version": "v0.6.5"}
The text was updated successfully, but these errors were encountered: