mirror of
https://github.com/Instadapp/dsa-governance.git
synced 2024-07-29 22:27:52 +00:00
fix
This commit is contained in:
parent
35f1da5104
commit
a9cafc1135
|
@ -378,7 +378,7 @@ contract PayloadIGP23 {
|
||||||
// Spell 1: Transfer stETH
|
// Spell 1: Transfer stETH
|
||||||
{
|
{
|
||||||
address STETH_ADDRESS = 0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84;
|
address STETH_ADDRESS = 0xae7ab96520DE3A18E5e111B5EaAb095312D7fE84;
|
||||||
uint256 STETH_AMOUNT = 100 * 1e18; // 100 stETH
|
uint256 STETH_AMOUNT = 300 * 1e18; // 300 stETH
|
||||||
targets[0] = "BASIC-A";
|
targets[0] = "BASIC-A";
|
||||||
encodedSpells[0] = abi.encodeWithSignature(withdrawSignature, STETH_ADDRESS, STETH_AMOUNT, TEAM_MULTISIG, 0, 0);
|
encodedSpells[0] = abi.encodeWithSignature(withdrawSignature, STETH_ADDRESS, STETH_AMOUNT, TEAM_MULTISIG, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user