Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
manolisliolios committed Jun 4, 2024
1 parent c3cc68c commit 5b54127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/transactions/funds_to_treasury.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const craftTx = async () => {
[auctionProfits, generalProfits],
txb.pure(ADDRESS_TO_TRANSFER_FUNDS, 'address'),
);
await prepareMultisigTx(txb, 'mainnet');
await prepareMultisigTx(txb, 'mainnet', config.adminAddress);
};

craftTx();

0 comments on commit 5b54127

Please sign in to comment.