zeta-chain / protocol-contracts

Protocol contracts implementing the core logic of the protocol, deployed on ZetaChain and on connected chains
MIT License
68 stars 55 forks source link

Separate protocol contracts from testing contracts #263

Closed lumtis closed 2 months ago

lumtis commented 2 months ago

The official protocol contracts should be easy to identify in the codebase.

We should move contracts used for testing such as Receiver, GatewayUpgrade, TestERC20, .. in different locations

skosito commented 2 months ago

will be solved with v1/v2 split, assigning to me for tracking