Skip to content

feat: replace FastLane with buffered ether allocation and update tests #3475

feat: replace FastLane with buffered ether allocation and update tests

feat: replace FastLane with buffered ether allocation and update tests #3475

name: Integration Tests
on: [push]
jobs:
test_hardhat_integration_fork:
name: Hardhat / Mainnet
runs-on: ubuntu-latest
timeout-minutes: 120
env:
NODE_OPTIONS: --max_old_space_size=10240
SKIP_GAS_REPORT: true
SKIP_CONTRACT_SIZE: true
SKIP_INTERFACES_CHECK: true
steps:
- uses: actions/checkout@v4
- name: Common setup
uses: ./.github/workflows/setup
- name: Run integration tests
run: yarn test:integration
env:
RPC_URL: "${{ secrets.ETH_RPC_URL }}"
NETWORK_STATE_FILE: deployed-mainnet.json