Skip to content

Commit

Permalink
[Common] change algebraFeeRecipient address in deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifopam committed Jul 24, 2024
1 parent 693fe46 commit b9852e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/scripts/deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9852e9

Please sign in to comment.