Skip to content

Operator node fails to start due to "execution reverted" from trap fetch #11

@0xRuuruu

Description

@0xRuuruu

Describe the issue

I'm trying to run a Drosera operator node using the latest instructions in this repo.

But the container keeps restarting with this error in logs:

Error: Failed to fetch operator traps
Caused by:
server returned an error response: error code 3: execution reverted

Steps taken

  • Cloned the latest repo
  • Created .env from .env.example
  • Set the values like this (masked for privacy):

DROSERA_OPERATOR_ADDRESS=0xabc...1234
DROSERA_TRAP_ADDRESS=0xdef...5678
DROSERA_PRIVATE_KEY=0x...

  • Ran docker compose up -d
  • Then ran docker logs -f drosera-node
  • But it crashes with the same error repeatedly

Questions

  • Is my DROSERA_TRAP_ADDRESS still valid?
  • Does my operator need to be added to a whitelist before opt-in?

Any help would be appreciated!

Thanks 🙏

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions