Badger-Finance / v2-ui

Badger Protocol Application Interface
http://app.badger.finance/
9 stars 7 forks source link

[feat. request]: Gov Portal - Proposal Modal Actions #2479

Closed mrbasado closed 1 year ago

mrbasado commented 1 year ago

Add role actions to the proposal modal screen IF the logged in user matches the address from the roles on the timelock contract..

EXECUTOR_ROLE -> Execute() / ExecuteBatch() depending on what the proposal is VETO_ROLE -> callDispute() SUPREMECOURT_ROLE -> CallDisputeResolve(ruling) CANCELLOR_ROLE -> cancel()

mrbasado commented 1 year ago

blocked by: https://github.com/Badger-Finance/v2-ui/issues/2476