Skip to content

Commit

Permalink
verified deployments + liquidity manager in deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kinrezC committed Jun 17, 2024
1 parent 1ed56b3 commit 9bc029c
Show file tree
Hide file tree
Showing 15 changed files with 5,875 additions and 2 deletions.
49 changes: 49 additions & 0 deletions broadcast/DeployFactory.s.sol/1/run-1718649905.json

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions broadcast/DeployFactory.s.sol/1/run-1718649919.json

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions broadcast/DeployFactory.s.sol/1/run-1718649926.json

Large diffs are not rendered by default.

84 changes: 84 additions & 0 deletions broadcast/DeployFactory.s.sol/1/run-1718650179.json

Large diffs are not rendered by default.

84 changes: 84 additions & 0 deletions broadcast/DeployFactory.s.sol/1/run-latest.json

Large diffs are not rendered by default.

49 changes: 49 additions & 0 deletions broadcast/DeployFactory.s.sol/753712/run-1718650463.json

Large diffs are not rendered by default.

84 changes: 84 additions & 0 deletions broadcast/DeployFactory.s.sol/753712/run-1718650520.json

Large diffs are not rendered by default.

84 changes: 84 additions & 0 deletions broadcast/DeployFactory.s.sol/753712/run-latest.json

Large diffs are not rendered by default.

1,002 changes: 1,002 additions & 0 deletions broadcast/DeployPool.s.sol/753712/run-1718650594.json

Large diffs are not rendered by default.

1,080 changes: 1,080 additions & 0 deletions broadcast/DeployPool.s.sol/753712/run-1718650742.json

Large diffs are not rendered by default.

1,034 changes: 1,034 additions & 0 deletions broadcast/DeployPool.s.sol/753712/run-1718650883.json

Large diffs are not rendered by default.

1,112 changes: 1,112 additions & 0 deletions broadcast/DeployPool.s.sol/753712/run-1718651002.json

Large diffs are not rendered by default.

1,112 changes: 1,112 additions & 0 deletions broadcast/DeployPool.s.sol/753712/run-latest.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ mainnet = "${MAINNET_RPC_URL}"
op_sepolia = "${OP_SEPOLIA_RPC_URL}"
testnet = "${TESTNET_RPC_URL}"

unknown_chain = { key = "", chain = 753712, url = "https://virtual.mainnet.rpc.tenderly.co/ab7a4b34-a4da-4803-8130-01cf2230dbe6" }
[etherscan]
unknown_chain = { key = "${TENDERLY_ACCESS_KEY}", chain = 753712, url = "https://virtual.mainnet.rpc.tenderly.co/ab7a4b34-a4da-4803-8130-01cf2230dbe6" }
2 changes: 1 addition & 1 deletion script/DeployPool.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contract DeployPool is Script {
address public constant PT_ADDRESS = address(0);
uint256 public constant fee = 0.0002 ether;
address public constant curator = address(0);
Factory FACTORY = Factory(0x6755436568792bC8E69020d8d77230fADCC4C9ef);
Factory FACTORY = Factory(0xA61D6761ce83F1A2E3B128B7a5033e99BcdAa7d5);
IPMarket market = IPMarket(0xC374f7eC85F8C7DE3207a10bB1978bA104bdA3B2);
IPAllActionV3 router = IPAllActionV3(0x00000000005BBB0EF59571E58418F9a4357b68A0);
address wstETH = 0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0; //real wsteth
Expand Down

0 comments on commit 9bc029c

Please sign in to comment.