celo-org / celo-monorepo

Official repository for core projects comprising the Celo platform
https://celo.org
Apache License 2.0
687 stars 362 forks source link

Add all core contracts to the "Devchain" class for foundry e2e tests #11024

Open arthurgousset opened 1 month ago

arthurgousset commented 1 month ago

Add all core contracts to the Devchain class for foundry e2e tests:

https://github.com/celo-org/celo-monorepo/blob/bfbad45621bd5d5ac5cb35de1b005ef126c6b996/packages/protocol/test-sol/e2e/utils.sol#L31-L34

This is a follow-on task from:

  1. https://github.com/celo-org/celo-monorepo/issues/11015
  2. https://github.com/celo-org/celo-monorepo/issues/11022