You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reduce risk of configuration sync, as well as to ensure better dev UX practices for our users, we should hardcode network genesis and configurations for our partner and public testnet, similar to how geth already has this for networks like Goerli.
On top of this, to prevent collisions for validators who run normal Ethereum nodes, and to provide better sane default data folders for different users, we should update the default folder under our own directory recommendation. As a proposal, we suggest the following:
OS X:
~/Library/Story/geth
Linux:
~/.story/geth
The text was updated successfully, but these errors were encountered:
To reduce risk of configuration sync, as well as to ensure better dev UX practices for our users, we should hardcode network genesis and configurations for our partner and public testnet, similar to how
geth
already has this for networks like Goerli.On top of this, to prevent collisions for validators who run normal Ethereum nodes, and to provide better sane default data folders for different users, we should update the default folder under our own directory recommendation. As a proposal, we suggest the following:
OS X:
~/Library/Story/geth
Linux:
~/.story/geth
The text was updated successfully, but these errors were encountered: