Skip to content

Commit

Permalink
chore: redeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chefburger committed Dec 2, 2024
1 parent dd45d03 commit e989fbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion script/04a_DeployCLProtocolFeeController.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
*/
contract DeployCLProtocolFeeControllerScript is BaseScript {
function getDeploymentSalt() public pure override returns (bytes32) {
return keccak256("PANCAKE-V4-CORE/CLProtocolFeeController/0.90");
return keccak256("PANCAKE-V4-CORE/CLProtocolFeeController/0.91");
}

function run() public {
Expand Down
2 changes: 1 addition & 1 deletion script/05a_DeployBinProtocolFeeController.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {Ownable} from "@openzeppelin/contracts/access/Ownable.sol";
*/
contract DeployBinProtocolFeeControllerScript is BaseScript {
function getDeploymentSalt() public pure override returns (bytes32) {
return keccak256("PANCAKE-V4-CORE/BinProtocolFeeController/0.90");
return keccak256("PANCAKE-V4-CORE/BinProtocolFeeController/0.91");
}

function run() public {
Expand Down
4 changes: 2 additions & 2 deletions script/config/bsc-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"clPoolManager": "0x70890E308DCE727180ac1B9550928fED342dea52",
"binPoolManager": "0x68554d088F3640Bd2A7B38b43AE70FDcc16ef197",
"protocolFeeControllerOwner": "0x42571B8414c68B63A2729146CE93F23639d25399",
"clProtocolFeeController": "0x3573C29a8f26968297f5E28B4618F236A6613D11",
"binProtocolFeeController": "0xe78673d07FC3bbB784B21D96AD3c44EC613a227C"
"clProtocolFeeController": "0xa3b9Af6E83B5161AC008cafb76712857bE54536D",
"binProtocolFeeController": "0x4eE90A76f4C0b32bce3C941b6Fa409E6c4DCE98A"
}

0 comments on commit e989fbe

Please sign in to comment.