api3dao / contracts

Contracts through which API3 services are delivered

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move proxy deployment scripts from the data feed reader example to this package

bbenligiray opened this issue · comments

@api3/contracts already exposes IProxyFactory.sol and the ProxyFactory addresses on all chains, which is what data-feed-reader-example uses to deploy proxies in the first place. Exporting anything more involved than that will require being opinionated about the framework the user uses, which is not a good idea (because, for example, the user may not be using hardhat, or using a fork of that like zksync's).