Closed veaceslavdoina closed 3 weeks ago
This is a quick PR to add ETH_PRIVATE_KEY to the Docker entrypoint for variables names consistency.
ETH_PRIVATE_KEY
During transition period we can use both, PRIV_KEY and ETH_PRIVATE_KEY, to the pass Ethereum private key.
PRIV_KEY
After we will change all the code to use new variable, the old one will be removed.
Added, thanks
PRIV_KEY variable is deprecated and will be removed in the next releases, please use ETH_PRIVATE_KEY instead! Private key set
This is a quick PR to add
ETH_PRIVATE_KEY
to the Docker entrypoint for variables names consistency.During transition period we can use both,
PRIV_KEY
andETH_PRIVATE_KEY
, to the pass Ethereum private key.After we will change all the code to use new variable, the old one will be removed.