VenusProtocol / venus-protocol

BNB Smart Chain Venus Protocol
BSD 3-Clause "New" or "Revised" License
255 stars 169 forks source link

refactor: remove protocol share reserve dependency #497

Closed coreyar closed 3 months ago

coreyar commented 3 months ago

Description

There is a circular dependency between Protocol Share Reserve and Venus Protocol because of the deployment scripts.

This PR removes that dependency in favor of assuming the contract will exist in the environment where it is being used. If run on hardhat the consumer of these deployment scripts will be responsible for ensuring it is setup correctly.