This commit is contained in:
Thrilok kumar 2024-07-02 16:09:47 -04:00
parent 0ad1cfd8b9
commit 626c37008f

View File

@ -488,6 +488,9 @@ contract PayloadIGP30 {
/// Action 5: Clone from old vault config to new vault
action5();
/// Action 6: call cast() - transfer 2 wBTC to Fluid Reserve contract from treasury.
action6();
}
function verifyProposal() external view {}