This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 683
Feature request: Use a config file to start Ganache with parameters #2576
Comments
This was referenced Nov 23, 2023
This was referenced Dec 2, 2023
This was referenced Dec 31, 2023
This was referenced Mar 12, 2024
This was referenced Mar 20, 2024
This was referenced Mar 27, 2024
This was referenced Apr 16, 2024
This was referenced Apr 17, 2024
This was referenced Oct 11, 2024
This was referenced Oct 18, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Not sure if this is already available - and not documented - or if it was already requested before.
It would be really helpful to have a configuration file to start Ganache with parameters.
Problem:
ganache --wallet.seed="I have to copy my seed" --chain.allowUnlimitedContractSize=true --logging.debug=true ...etc
Expected behavior:
ganache.config.js
at a given locationExpected commands:
ganache
which reads the file automaticallyganache --config="../../ganache.config.js"
to specifiy a file at a given locationNote: there already is this option for "Truffle" with
truffle-config.js
The text was updated successfully, but these errors were encountered: