Running gsn start errors (v3 beta)
Closed this issue · 1 comments
akornato commented
Describe the bug
When gsn start
is run against a fresh Hardhat Network, it doesn't itself log any errors.
However, looking at Hardhat logs, the following exceptions are shown (in that order):
relay manager not staked
relayManager not found
x 2relay manager not staked
x 2this hub is not authorized by SM
relayManager not found
x 2
I'm not yet sure if these affect the resulting GSN env.
Steps To Reproduce
Steps to reproduce the behavior:
hardhat node
gsn start
Expected behavior
No errors?