Skip to content

Instantly share code, notes, and snippets.

@Aviksaikat
Last active May 15, 2023 19:46
Show Gist options
  • Save Aviksaikat/b1c22c88d301d91d95ea2c6e4203eb5e to your computer and use it in GitHub Desktop.
Save Aviksaikat/b1c22c88d301d91d95ea2c6e4203eb5e to your computer and use it in GitHub Desktop.
Sample config file for ApeWorkX
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