Store migration to fix usdc balance

During the router upgrade process , there are a few inbound transaction using the old router , new vault , which the network processed it correctly , however the fund get stucked in the old router. As a result of this , the new asgard vault is insolvent

0xf234b2ce12335449531f33e2ebcee7131145f3c4
+------------------------------------------------------+------------------+------------------+-------------+------+
| ETH.USDC-0XA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48  |    278745.246321 |    270959.556321 |    -7785.69 | FAIL |
+------------------------------------------------------+------------------+------------------+-------------+------+
0xbda2010c0e345fe09c5b045272fe946dd9b0c160
+------------------------------------------------------+-------------------+-------------------+----------------+------+
| ETH.USDC-0XA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48  |      1090989.2436 |      1085409.9136 |       -5579.33 | FAIL |
+------------------------------------------------------+-------------------+-------------------+----------------+------+
0xf55fea76f61b95ad6ecb3f42d9d837f2547289ea
+------------------------------------------------------+-------------------+-------------------+-------------+------+
| ETH.USDC-0XA0B86991C6218B36C1D19D4A2E9EB0CE3606EB48  |     971273.245339 |     957901.605339 |   -13371.64 | FAIL |
+------------------------------------------------------+-------------------+-------------------+-------------+------+
Total: -26736.66

https://etherscan.io/tx/0xecf4727068a6b27e06840b7563e82415f3cf94332472c93e0ad4d2d223ef9774

https://etherscan.io/tx/0xb7f3e70ba010280110152e8293749c44bbdfc1828dc471cd1850e755e4186c96

https://etherscan.io/tx/0x5d508edbbb7e7ffafe50ad05565f8152dffe931b67fb18c7ff5efbe8ae2dd1ea

https://etherscan.io/tx/0xb402bf841b4f953c78f144ade4387d294dc36c8be51c7087fa695c5869cbbf89

This PR is to use a store migration to correct to balance

Related to #1359 (closed)

Edited by Heimdall

Merge request reports

Loading