cowprotocol / cow-amm

An automated market maker running on top of CoW Protocol
17 stars 5 forks source link

fix: indexed address within interface #99

Closed mfw78 closed 4 months ago

mfw78 commented 4 months ago

This PR:

  1. Ensures that the interface for the COWAMMPoolCreated complies (i.e. the address is indexed).
  2. Updates the snapshot for mainnet and gnosis.
MartinquaXD commented 4 months ago

The interface change is important for the Balancer team, we should notify them before they redeploy their contract.

The interface shared with the balancer team already had this value indexed which they followed correctly. It was just our helper contract implementation that did not adhere to the agreed upon interface.