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
We should move these parameters to an external file for easy tuning. For example it could be a settings.toml file (in order to prepare the field also for future user settings/preferences).
Once created the settings.toml file we can create a new command to open it in a text editor in order to allow users to change it, for example:
vyper-cli settings open
I would avoid creating a command for changing each setting entry from the suite, for now it's not needed.
The text was updated successfully, but these errors were encountered:
Currently we have all the chain smart contracts public keys hardcoded in the codebase:
vyper-cli/src/main.rs
Lines 35 to 38 in c9fc594
We should move these parameters to an external file for easy tuning. For example it could be a
settings.toml
file (in order to prepare the field also for future user settings/preferences).Once created the
settings.toml
file we can create a new command to open it in a text editor in order to allow users to change it, for example:I would avoid creating a command for changing each setting entry from the suite, for now it's not needed.
The text was updated successfully, but these errors were encountered: