ApeWorX / ape-base

Base ecosystem plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
1 stars 6 forks source link

Work on Base mainnet-fork #10

Closed theodorecurtil closed 5 months ago

theodorecurtil commented 5 months ago

Overview

I am developing on Base and other networks, but with Base, I dont seem to be able to select network base:mainnet-fork, as it is also not shown using ape networks list

my config:

ape --version
0.7.7

ape plugins list
Installed Plugins
  alchemy 0.7.1
  arbitrum 0.7.2
  base 0.7.1
  etherscan 0.7.1
  foundry 0.7.3
  optimism 0.7.3
  vyper 0.7.0

ape networks list
arbitrum
├── goerli
│ ├── alchemy
│ └── geth (default)
├── goerli-fork
│ └── foundry (default)
├── local (default)
│ ├── foundry
│ └── test (default)
├── mainnet
│ ├── alchemy
│ └── geth (default)
├── mainnet-fork
│ └── foundry (default)
└── sepolia
    ├── alchemy
    └── geth (default)
base
├── goerli
│ ├── alchemy
│ └── geth (default)
├── local (default)
│ └── test (default)
├── mainnet
│ ├── alchemy
│ └── geth (default)
└── sepolia
    ├── alchemy
    └── geth (default)
ethereum (default)
├── goerli
│ ├── alchemy
│ └── geth (default)
├── goerli-fork
│ └── foundry (default)
├── local (default)
│ ├── foundry
│ ├── geth
│ └── test (default)
├── mainnet
│ ├── alchemy
│ └── geth (default)
├── mainnet-fork
│ └── foundry (default)
├── sepolia
│ ├── alchemy
│ └── geth (default)
└── sepolia-fork
    └── foundry (default)
optimism
├── goerli
│ ├── alchemy
│ └── geth (default)
├── goerli-fork
│ └── foundry (default)
├── local (default)
│ ├── foundry
│ └── test (default)
├── mainnet
│ ├── alchemy
│ └── geth (default)
├── mainnet-fork
│ └── foundry (default)
└── sepolia
    ├── alchemy
    └── geth (default)
linear[bot] commented 5 months ago

APE-1714 Work on Base mainnet-fork

theodorecurtil commented 5 months ago

Base forking was added to the ape-foundry plugin on the 0.7.4 release https://github.com/ApeWorX/ape-foundry/releases/tag/v0.7.4