While interacting with a user, I noticed that he set the ETH_TESTNET_KEY with a value starting by 0x. This is expected to be working. Nevertheless, we managed to make it work when he registered using a key without the 0x prefix.
I'm also giving an example for ETH_CLIENT_ADDRESS and therefore keep similar structure in the whole .env.example file.
While interacting with a user, I noticed that he set the
ETH_TESTNET_KEY
with a value starting by0x
. This is expected to be working. Nevertheless, we managed to make it work when he registered using a key without the0x
prefix.I'm also giving an example for
ETH_CLIENT_ADDRESS
and therefore keep similar structure in the whole.env.example
file.