mento-protocol / governance-ui

An open source interface for the Mento protocol governance
https://governance.mento.org
0 stars 0 forks source link

Refactor UI to Utilize useChainState Hook for Contract Address Retrieval #49

Closed bayological closed 7 months ago

bayological commented 7 months ago

Description

We now have a deployment of the governance contracts on testnets, which are now available in the SDK. We need to update the UI code to make use of these addresses instead of hardcoding contract addresses here.

To achieve this we should do the following:

Acceptance Criteria