[ADD] Upgrade THORChain ETH Router to v4
Related to #1314 (closed)
THORChain recently hard forked , after hard fork , router has not been upgraded , thus router upgrade controller can be cleaned up , and also update it to for the upcoming router upgrade.
The process to upgrade router will be like the following
- admin mimir
ChurnInterval->432000to avoid churn - admin mimir
StopFundYggdrasil->1, to stop funding yggdrasil - admin mimir
StopSolvencyCheckETH->1to stop Solvency checker on ETH chain , to make sure the migration fund will not cause solvency checker to halt the chain - admin mimir
MimirRecallFund->1, to recall yggdrasil fund - Wait for a few minutes , until all yggdrasil vault return all the ERC20 tokens
- admin mimir
MimirUpgradeContract->1to update the router on Yggdrasil vault , make sure router contract has been updated on all yggdrasil vaults - admin mimir
ChurnInterval->43200, resume churn - Wait churn to kick off , and make sure funds have been migrate from older asgard to new ones.
- Resume
StopFundYggdrasil->0 - Resume
StopSolvencyCheckETH->0, to start solvency checker on thorchain
Edited by Heimdall