Skip to content

Commit

Permalink
deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
shafu0x committed Oct 15, 2024
1 parent 5d25b09 commit e406b5e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
cache/
out/

/tags

# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ deployV5:
deployWETHGateway:
forge script script/deploy/Deploy.WETHGateway.s.sol \
--rpc-url $(MAINNET_RPC) \
--sender 0x9180397941B0d63C3B7CdEE9Dd904D4E4c1DE117 \
--sender 0x6e151819F002Bd1fE71DBa461a294D28A1A88CB5 \
--broadcast \
-i 1 \
-vvvv \
Expand Down
2 changes: 1 addition & 1 deletion script/deploy/Deploy.weETH.Vault.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ contract DeployVault is Script, Parameters {
vm.startBroadcast(); // ----------------------

new VaultWeETH(
MAINNET_FEE_RECIPIENT,
MAINNET_OWNER,
VaultManager(MAINNET_V2_VAULT_MANAGER),
ERC20(MAINNET_WEETH),
IAggregatorV3(MAINNET_CHAINLINK_WEETH),
Expand Down
3 changes: 3 additions & 0 deletions src/params/Parameters.sol
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ contract Parameters {
address MAINNET_APXETH_ORACLE = 0x19219BC90F48DeE4d5cF202E09c438FAacFd8Bea;
address MAINNET_APXETH_VAULT = 0xB58d87dD30a67823acC4b9Fa533F464CdEdA737E;

// ---------------- Extensions ----------------
address MAINNET_WETH_GATEWAY = 0x9F77A6775d6aC6A69107326130D65E422002B5B2;

// ---------------- Sepolia ----------------
address SEPOLIA_OWNER = 0xEd6715D2172BFd50C2DBF608615c2AB497904803;
address SEPOLIA_DNFT = address(0);
Expand Down

0 comments on commit e406b5e

Please sign in to comment.