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 🙏
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
.envfrom.env.exampleDROSERA_OPERATOR_ADDRESS=0xabc...1234
DROSERA_TRAP_ADDRESS=0xdef...5678
DROSERA_PRIVATE_KEY=0x...
docker compose up -ddocker logs -f drosera-nodeQuestions
DROSERA_TRAP_ADDRESSstill valid?Any help would be appreciated!
Thanks 🙏