Citadel-DAO / citadel-multisig

Citadel DAO's EVM multisig operations.
GNU Affero General Public License v3.0
0 stars 2 forks source link

Set discount multi script #1

Closed dapp-whisperer closed 2 years ago

dapp-whisperer commented 2 years ago

The policy ops team will need to set the discount for funding contract(s) regularly. There should be script to modulate these easily.

  fundingWBTC: "0x2559F79Ffd2b705083A5a23f1fAB4bB03C491435",
  fundingCVX: "0x40927b7bc37380b73DBB60b75d6D5EA308Ec2590",

Output to confirm

  /**
   * @notice Set discount manually, within the constraints of min and max discount values
   * @dev managed by policy operations for rapid response to market conditions
   * @param _discount active discount (in bps)
   */
    function setDiscount(uint256 _discount)
gosuto-inzasheru commented 2 years ago

solved by #6