Skip to content

Remove unused variable from integration tests #2110

@smartcontracts

Description

@smartcontracts

Simple task, just need to remove this unused variable from the integration tests:

export const PROXY_SEQUENCER_ENTRYPOINT_ADDRESS =
'0x4200000000000000000000000000000000000004'

This variable is used within the native-eth.spec.ts test file to get a sequencerBalance, but the sequencerBalance variable is never actually used after that:

const sequencerBalance = await _env.ovmEth.balanceOf(
PROXY_SEQUENCER_ENTRYPOINT_ADDRESS
)

So we can just remove PROXY_SEQUENCER_ENTRYPOINT_ADDRESS and sequencerBalance.


Please remember to read the Contributing Guidelines if this is your first time contributing to Optimism! It contains useful information that will make the contributing process as easy as possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-integrationArea: integration testsC-choreCategory: Code, docs or tooling maintenance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions