-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
A clear and concise description of the feature you'd like to see.
Add end-to-end tests for the Avalanche C-Chain (chain ID 43114), covering block, transaction, and address pages.
Motivation
Why is this feature needed? What problem does it solve?
All other supported EVM networks have e2e test coverage under e2e/tests/evm-networks/ (Arbitrum, Base, BSC, Optimism, Polygon), but Avalanche C-Chain is missing. This leaves a gap in regression coverage for a supported network.
Proposed Solution
Describe how you envision this feature working.
- Add fixture file:
e2e/fixtures/avalanche.tswith known Avalanche C-Chain test data (block numbers, transaction hashes, addresses) - Add test spec:
e2e/tests/evm-networks/avalanche.spec.tsfollowing the same patterns as the existing EVM network specs - Cover core pages: blocks, block detail, transactions, transaction detail, address
Alternatives Considered
Any alternative solutions or features you've considered.
- Relying on manual testing only: error-prone and doesn't prevent regressions
Additional Context
Add any other context, mockups, or screenshots about the feature request.
Existing EVM network e2e tests for reference:
e2e/tests/evm-networks/arbitrum.spec.tse2e/tests/evm-networks/base.spec.tse2e/tests/evm-networks/bsc.spec.tse2e/tests/evm-networks/optimism.spec.tse2e/tests/evm-networks/polygon.spec.ts
Acceptance Criteria
-
e2e/fixtures/avalanche.tscreated with valid C-Chain test data -
e2e/tests/evm-networks/avalanche.spec.tscreated - Tests cover block, transaction, and address pages
- Tests pass in CI
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request