Contract Factory gets confused with Factory Childs
wei3erHase opened this issue · 1 comments
wei3erHase commented
The Curve Gauge Factory at 0xB9fC157394Af804a3578134A6585C0dc9cc990d4
imports the typings of one of the child Gauges 0x99fb76F75501039089AAC8f20f487bf84E51d76F
Is missing deploy_gauge
function, and adds a add_reward
that's not in the factory contract
wei3erHase commented
adding a new example on this, 0x21b1FC8A52f179757bf555346130bF27c0C2A17A
has only 1 event and should be NewAutomatedVault
, nontheless, the sdk client is bringing the interface of the children, instead of the factory