diff --git a/deployments.json b/deployments.json index 1200201fa..14fff34be 100644 --- a/deployments.json +++ b/deployments.json @@ -1,10 +1,5 @@ { "sepolia": { - "SEPOLIA_REGISTRY": { - "contract": "HyperdriveRegistry", - "address": "0x4ba58147e50e57e71177cfedb1fac0303f216104", - "timestamp": "2024-05-14T20:56:40.837Z" - }, "FACTORY_FORWARDER": { "contract": "ERC20ForwarderFactory", "address": "0x406346776319129c81b18ada0f6c7481aed1bf48", @@ -414,6 +409,11 @@ "contract": "ERC4626Hyperdrive", "address": "0x2F8702a0f20Bd6C152381D59a39DBe8cA87db9c2", "timestamp": "2024-05-21T19:39:37.982Z" + }, + "SEPOLIA_REGISTRY": { + "contract": "HyperdriveRegistry", + "address": "0x8a39b378df934f505826efae9bd912e89a6a8766", + "timestamp": "2024-06-07T15:47:25.647Z" } } } \ No newline at end of file diff --git a/tasks/deploy/verify.ts b/tasks/deploy/verify.ts index 347c5e51e..129f3df24 100644 --- a/tasks/deploy/verify.ts +++ b/tasks/deploy/verify.ts @@ -34,6 +34,16 @@ task( return; } + // Verify the registry. + await run("verify:verify", { + address: hyperdriveDeploy.deployments.byName( + `${hre.network.name.toUpperCase()}_REGISTRY`, + ).address, + constructorArguments: [ + `${hre.network.name.toUpperCase()}_REGISTRY`, + ], + }); + // loop through all factories for (let f of hyperdriveConfig.factories ?? []) { // resolve the constructor args