We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f1016 commit 6fafe36Copy full SHA for 6fafe36
scripts/ecosystem/liquid_staking/deploy.ts
@@ -50,7 +50,7 @@ export async function main() {
50
contractName: ContractNames.Ecosystem_LiquidNodesManagerTreasury,
51
artifactName: "Treasury",
52
signer: deployer,
53
- deployArgs: [deployer.address, 0],
+ deployArgs: [multisig.address, 0],
54
loadIfAlreadyDeployed: true,
55
});
56
@@ -60,7 +60,7 @@ export async function main() {
60
61
62
deployArgs: [
63
- deployer.address,
+ multisig.address,
64
0.10 * 10000, // 10% fee
65
],
66
0 commit comments