Last active
May 15, 2023 19:46
-
-
Save Aviksaikat/b1c22c88d301d91d95ea2c6e4203eb5e to your computer and use it in GitHub Desktop.
Sample config file for ApeWorkX
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
| name: simple_storage | |
| plugins: | |
| - name: solidity | |
| version: 0.6.3 # version of the plugin | |
| - name: ganache | |
| - name: alchemy | |
| - name: hardhat | |
| # - name: ens | |
| # - name: etherscan | |
| ethereum: | |
| default_network: mainnet-fork | |
| mainnet_fork: | |
| default_provider: ganache | |
| ganache: | |
| fork: | |
| ethereum: | |
| mainnet: | |
| upstream_provider: alchemy | |
| test: | |
| mnemonic: test test test test test test test test test test test junk | |
| number_of_accounts: 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment