The events-committee contract is out of date with all the latest changes made to devhub.near.
The front-end is now on the main branch in the neardevhub-bos repo but doesn't deploy automatically because I purposly didn't add the vars/secret to the devhub.near github action environment yet.
In order to update the events-committee.near we need to update both front end and back end together to avoid breaking changes.
Also need to update the indexer of the events-committee.
@frol this PR isn't supposed to merge into the main branch. These are just the changes I made to quickly deploy the events-committee contract. I should have made an issue instead, so I will close it.
The events-committee contract is out of date with all the latest changes made to
devhub.near
.The front-end is now on the
main
branch in the neardevhub-bos repo but doesn't deploy automatically because I purposly didn't add the vars/secret to the devhub.near github action environment yet.In order to update the events-committee.near we need to update both front end and back end together to avoid breaking changes.
Also need to update the indexer of the events-committee.