This is instructions set 1 of 3.
- Upload Base and BNB deployments folders into /deployments in the ape-solana repo (only base-mainnet and bsc-mainnet are needed)
- In hardhat.config.ts, add the following into
config.networks:
'base-mainnet': {
eid: EndpointId.BASE_V2_MAINNET,
url: process.env.RPC_URL_BASE_MAINNET || 'https://base.gateway.tenderly.co',
accounts,