deployment
This commit is contained in:
parent
c3afb0172f
commit
ed23b04bcd
5 changed files with 12 additions and 5 deletions
|
|
@ -92,16 +92,22 @@ $ cast --help
|
|||
|
||||
### Harb
|
||||
|
||||
address: 0x7517db0f2b24223f2f0e3567149ca180e204da8a
|
||||
address: 0x087F256D11fe533b0c7d372e44Ee0F9e47C89dF9
|
||||
|
||||
[abi](../subgraph/harb/abis/Harb.json)
|
||||
|
||||
### Stake
|
||||
|
||||
address: 0xeB64dD1b4c0D59c9c8Cb3d9EA0E319cD0d45825f
|
||||
address: 0xCd21a41a137BCAf8743E47D048F57D92398f7Da9
|
||||
|
||||
[abi](../subgraph/harb/abis/Stake.json)
|
||||
|
||||
### LP
|
||||
|
||||
address: 0xCc7467616bBDB574D04C7e9d2B0982c59F33D43c
|
||||
|
||||
[abi](../subgraph/harb/abis/BaseLineLP.json)
|
||||
|
||||
|
||||
## References
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ contract SepoliaScript is Script {
|
|||
BaseLineLP liquidityManager = new BaseLineLP(V3_FACTORY, WETH, address(harb));
|
||||
harb.setLiquidityManager(address(liquidityManager));
|
||||
//TODO: send some eth and call slide
|
||||
(bool sent, ) = address(liquidityManager).call{value: 0.2 ether}("");
|
||||
(bool sent, ) = address(liquidityManager).call{value: 0.1 ether}("");
|
||||
require(sent, "Failed to send Ether");
|
||||
vm.stopBroadcast();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue