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.
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.