Skip to content

Instantly share code, notes, and snippets.

@Aviksaikat
Created August 20, 2023 00:37
Show Gist options
  • Save Aviksaikat/4ab313cc584a7e61475f9804083c2c66 to your computer and use it in GitHub Desktop.
Save Aviksaikat/4ab313cc584a7e61475f9804083c2c66 to your computer and use it in GitHub Desktop.
uniswap ape-config
name: flash_loan_arbritage
plugins:
- name: solidity
- name: alchemy
- name: foundry
- name: infura
- name: etherscan
ethereum:
default_network: mainnet-fork
mainnet_fork:
default_provider: foundry
transaction_acceptance_timeout: 99999999
mainnet:
transaction_acceptance_timeout: 99999999
foundry:
host: auto
fork:
ethereum:
mainnet:
upstream_provider: alchemy
dependencies:
- name: Uniswap-periphery
github: uniswap/v3-periphery
ref: 1.3.0
- name: Uniswap-core
github: uniswap/v3-core
ref: 1.0.0
- name: OpenZeppelin
github: OpenZeppelin/openzeppelin-contracts
version: 4.9.3
solidity:
import_remapping:
- "@uniswap/v3-periphery/contracts=Uniswap-periphery/1.3.0"
- "@uniswap/v3-core/contracts=Uniswap-core/1.0.0"
- "@openzeppelin/contracts=OpenZeppelin/4.9.3"
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