From b9852e963a167f38a413277c4e805eacc2ccebc5 Mon Sep 17 00:00:00 2001 From: Lifopam Date: Wed, 24 Jul 2024 19:17:00 +0300 Subject: [PATCH] [Common] change algebraFeeRecipient address in deployment script --- src/core/scripts/deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/scripts/deploy.js b/src/core/scripts/deploy.js index 37786f53..f6cdee5c 100644 --- a/src/core/scripts/deploy.js +++ b/src/core/scripts/deploy.js @@ -41,7 +41,7 @@ async function main() { await setVaultTx.wait() // protocol fee settings - const algebraFeeRecipient = "0x1d8b6fa722230153be08c4fa4aa4b4c7cd01a95a" + const algebraFeeRecipient = "0x6cbd743d9b97DA1855E64893D3226F8eDCa16e76" const partnerAddress = "0xDeaD1F5aF792afc125812E875A891b038f888258" // owner address, must be changed const algebraFeeShare = 1000 // specified on algebraVault, 100% of community fee by default(3% of all fees) const defaultCommunityFee = 30 // 3% by default