thecointech / thecoin

Mono-repo for TheCoin project
https://thecoin.io
GNU Affero General Public License v3.0
4 stars 1 forks source link

Fix/final contract transition #345

Closed FrozenKiwi closed 2 years ago

FrozenKiwi commented 2 years ago

It's the final step: transitioning from our current contract on the test network onto the polygon network.

This involved adding support for hardware wallets, re-writing our deployment to avoid root-level await. We also centralized our use of providers, and refactored/re-wrote a large part of our contract.

It is hoped that this is the last large-scale refactoring for a very long time