Skip to content

Commit

Permalink
feat: redeployed quoter
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefMist committed Dec 3, 2024
1 parent 05b4574 commit dd0f844
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion script/04_DeployCLQuoter.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {Create3Factory} from "pancake-create3-factory/src/Create3Factory.sol";
*/
contract DeployCLQuoterScript is BaseScript {
function getDeploymentSalt() public pure override returns (bytes32) {
return keccak256("PANCAKE-V4-PERIPHERY/CLQuoter/0.90");
return keccak256("PANCAKE-V4-PERIPHERY/CLQuoter/0.92");
}

function run() public {
Expand Down
2 changes: 1 addition & 1 deletion script/05_DeployBinQuoter.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {Create3Factory} from "pancake-create3-factory/src/Create3Factory.sol";
*/
contract DeployBinQuoterScript is BaseScript {
function getDeploymentSalt() public pure override returns (bytes32) {
return keccak256("PANCAKE-V4-PERIPHERY/BinQuoter/0.90");
return keccak256("PANCAKE-V4-PERIPHERY/BinQuoter/0.92");
}

function run() public {
Expand Down
2 changes: 1 addition & 1 deletion script/08_DeployMixedQuoter.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {Create3Factory} from "pancake-create3-factory/src/Create3Factory.sol";
*/
contract DeployMixedQuoterScript is BaseScript {
function getDeploymentSalt() public pure override returns (bytes32) {
return keccak256("PANCAKE-V4-PERIPHERY/MixedQuoter/0.90");
return keccak256("PANCAKE-V4-PERIPHERY/MixedQuoter/0.92");
}

function run() public {
Expand Down
6 changes: 3 additions & 3 deletions script/config/bsc-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"clPositionManagerUnsubscribeGasLimit": 200000,
"clPositionManager": "0x7E7856fBE18cd868dc9E2C161a7a78c53074D106",
"binPositionManager": "0x69317a4bF9Cd6bED6ea9b5C61ebcf78b5994A63E",
"clQuoter": "0x0ecFc10603eB4D0E2259315a591Cad5fF7CDCc88",
"binQuoter": "0xAC2c2B2Be97D8c54Cf37556E4c859B1F27940bF9",
"clQuoter": "0xEc9f9fEaA3e59EbAe99AeEE6b1a96BbE12eAacf3",
"binQuoter": "0x1eF329F725301459756686253c98A64b694C179F",
"clMigrator": "0x55C4AEf425b3B67a4d94A43e911cfDf6F09b75E3.",
"binMigrator": "0x4EEa46056249331D233d9AD34922fBE327D7bF43",
"factoryV3": "0x0BFbCF9fa4f9C56B0F40a671Ad40E0805A091865",
"factoryV2": "0x6725F303b657a9451d8BA641348b6761A6CC7a17",
"factoryStable": "0xe6A00f8b819244e8Ab9Ea930e46449C2F20B6609",
"mixedQuoter": "0xf7F39B8e1FeEde7aa8BB90e90D42bd3aC657AD89",
"mixedQuoter": "0xF430913B5E626d6001a4f9989C90C45fBBd1Ac37",
"clTickLens": "0x2F416FC37e47624daf8fEB5b0805eA5f3F49A0Cb"
}

0 comments on commit dd0f844

Please sign in to comment.