transfer-gateway-example
transfer-gateway-example copied to clipboard
Keep getting a "Message not signed by a validator"
Hello! When I'm trying to get my eth back from gateway, I get Error: VM Exception while processing transaction: revert Message not signed by a validator
. Not sure if I'm missing something, but I followed all the steps of Readme
Also having the same issue. This revert error goes from ValidatorManagerContract.sol isVerifiedByValidator modifier. As I see that the only validator is accounts[9]
address as you can see in mainnet migration. But I don't see where anything is 'verified' by this address. Can anyone clarify what is happening?
I'm also facing the same issue. I cannot withdraw neither ERC20 or ETH from the transfer gateway to the Ganache account, and receive the same error as OP. Additionally, none of the five ERC721 cards appear in the DAppChain account.
Also wondering if there is some misconfiguration, but I've cleaned and redeployed and tested to no avail. Any pointers @eduardonunesp?