Skip to content

Commit

Permalink
chore: add BeaconProxy to verification
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Jan 29, 2025
1 parent 1387854 commit 0ceebd6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployed-holesky-vaults-devnet-3.json
Original file line number Diff line number Diff line change
Expand Up @@ -692,5 +692,10 @@
"contract": "contracts/0.6.12/WstETH.sol",
"address": "0x0A2E2B295C0468fc0CE9696DD431242c4aBc03Fe",
"constructorArgs": ["0x6C0A0d8AaC6C7613490d4ba160cF03dB0b032398"]
},
"beaconProxy": {
"contract": "@openzeppelin/contracts-v5.2/proxy/beacon/BeaconProxy.sol",
"address": "0x2D452F4048efd5b27ddBa1E10015fA1e29E2B43A",
"constructorArgs": ["0x88B36Fe4A7A48c90e403A1B8548Ebef5077b5A32", "0x"]
}
}
2 changes: 2 additions & 0 deletions scripts/scratch/steps/0145-deploy-vaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ export async function main() {
const vaultBeaconProxyCode = await ethers.provider.getCode(await vaultBeaconProxy.getAddress());
const vaultBeaconProxyCodeHash = keccak256(vaultBeaconProxyCode);

console.log("BeaconProxy address", await vaultBeaconProxy.getAddress());

// Deploy VaultFactory contract
const factory = await deployWithoutProxy(Sk.stakingVaultFactory, "VaultFactory", deployer, [
beaconAddress,
Expand Down

0 comments on commit 0ceebd6

Please sign in to comment.