trufflesuite / ganache

:warning: The Truffle Suite is being sunset. For information on ongoing support, migration options and FAQs, visit the Consensys blog. Thank you for all the support over the years.
https://consensys.io/blog/consensys-announces-the-sunset-of-truffle-and-ganache-and-new-hardhat?utm_source=github&utm_medium=referral&utm_campaign=2023_Sep_truffle-sunset-2023_announcement_
MIT License
2.61k stars 676 forks source link

idea: add a new option to `--fork` to allow users to put an Infura key directly in #4333

Open davidmurdoch opened 1 year ago

davidmurdoch commented 1 year ago

The option's description would need to link to somewhere that talks about how to create the key, and maybe mention why use your own key instead of ganache's built in.

Something like:

ganache --fork.network mainnet --fork.key <infura_key>