kleros / vea

Vea bridge
https://vea.ninja
MIT License
10 stars 6 forks source link

Deployment scripts reliance on hardhat companion network is broken #59

Closed jaybuidl closed 1 year ago

jaybuidl commented 1 year ago

The current way that this is used works for only deployment, for example the ArbiGoerli-Chiado one, but it breaks the ArbiGoerli-Goerli one.

https://github.com/kleros/vea/blob/master/contracts/hardhat.config.ts#L66-L67

jaybuidl commented 1 year ago

Fixed by https://github.com/kleros/vea/commit/69b894218756985b8ed3d4cc5666c757d2272577

Fixes #62