Skip to content

Instantly share code, notes, and snippets.

@Aviksaikat
Created October 30, 2023 20:52
Show Gist options
  • Save Aviksaikat/e5d8593b7014ca66c8f2194e9c63b9cc to your computer and use it in GitHub Desktop.
Save Aviksaikat/e5d8593b7014ca66c8f2194e9c63b9cc to your computer and use it in GitHub Desktop.
Interact with custom RPC URL using APE. Ideal for CTFs, local node testing
name: Project-Name
plugins:
- name: solidity
- name: alchemy
- name: foundry
- name: infura
- name: etherscan
ethereum:
default_network: mainnet-fork
mainnet_fork:
default_provider: foundry
gas_limit: auto
transaction_acceptance_timeout: 180
default_transaction_type: 0
mainnet:
default_provider: alchemy
transaction_acceptance_timeout: 180
foundry:
host: http://127.0.0.1:8545
fork:
ethereum:
mainnet_fork:
upstream_provider: alchemy
test:
mnemonic: test test test test test test test test test test test junk
number_of_accounts: 10
hd_path: "m/44'/60'/0'/0/{}" # this will generate test accounts associated with foundry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment