small stuff
This commit is contained in:
parent
0106e4af5e
commit
4b86637a40
1 changed files with 3 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ import {BaseLineLP} from "../src/BaseLineLP.sol";
|
|||
|
||||
address constant WETH = 0xb16F35c0Ae2912430DAc15764477E179D9B9EbEa; //Sepolia
|
||||
address constant V3_FACTORY = 0x0227628f3F023bb0B980b67D528571c95c6DaC1c; //Sepolia
|
||||
address constant TWABC = 0x79Deda2d38A3232fE9b68DcB7d6b461d793A7236; //new TwabController(60 * 60 * 24, uint32(block.timestamp));
|
||||
address constant TWABC = 0x64ddA11815B883C589AFeD914666ef2D63C8C338; //new TwabController(60 * 60 * 24, uint32(block.timestamp));
|
||||
uint24 constant FEE = uint24(10_000);
|
||||
|
||||
contract SepoliaScript is Script {
|
||||
|
|
@ -20,8 +20,8 @@ contract SepoliaScript is Script {
|
|||
uint256 privateKey = vm.deriveKey(seedPhrase, 0);
|
||||
vm.startBroadcast(privateKey);
|
||||
|
||||
//TwabController tc = TwabController(TWABC);
|
||||
TwabController tc = new TwabController(60 * 60, uint32(block.timestamp));
|
||||
TwabController tc = TwabController(TWABC);
|
||||
//TwabController tc = new TwabController(60 * 60, uint32(block.timestamp));
|
||||
Harb harb = new Harb("Harberger Tax", "HARB", V3_FACTORY, WETH, tc);
|
||||
Stake stake = new Stake(address(harb));
|
||||
harb.setStakingPool(address(stake));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue