Created
May 6, 2023 12:54
-
-
Save Aviksaikat/287ff0dab9656db1cf9a47a9e1247d2b to your computer and use it in GitHub Desktop.
Test locally on goerli-fork. Add this to your `network-config.yaml`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - cmd: ganache-cli | |
| cmd_settings: | |
| accounts: 10 | |
| evm_version: istanbul | |
| fork: goerli | |
| gas_limit: 12000000 | |
| mnemonic: brownie | |
| port: 8545 | |
| host: http://127.0.0.1 | |
| id: goerli-fork-local | |
| name: Ganache-CLI (Goerli Fork Local) | |
| timeout: 120 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment