AOSSIE-Org / AOSSIE-Org/Agora-Blockchain

BUG: CCIP router address assertion fails on local Hardhat network

Aperta
#219 5 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
JavaScript
Stelle
97
Fork
199
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

### Is there an existing issue for this?

- [x] I have searched the existing issues

### Issue Description ✍️

## 📌 Describe the Bug
While running the test suite on a fresh local Hardhat setup, one of the ElectionFactory deployment tests fails due to a CCIP router address mismatch.

The failure seems to occur because the test expects a specific router address, which does not match the router deployed or mocked on a local Hardhat network.

## 🚨 Actual Behavior
Running `npx hardhat test` on a local Hardhat network causes the following test to fail:
ElectionFactory → Deployment → "Should set the ccip receiver router"
The assertion compares two different router addresses and fails, even though the contract deployment itself succeeds.

## 🎯 Expected Behavior
On a local Hardhat network, the test should either:
- use the locally deployed / mocked CCIP router address, or
- be skipped or handled differently if it is intended only for testnet or live environments.

## 📷 Screenshot

## 💡 Suggestions
I’m not sure what the preferred approach is here, but possible options could be:
1. conditionally skipping CCIP-related tests on local Hardhat networks, or
2. adjusting the test setup to use the locally deployed / mocked router.

### Record

- [x] I have synced all my node versions as mentioned in the project
- [x] I am using the same version of npm as is the project
- [x] My current branch is in sync with the development branch
- [x] I want to work on this issue

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.