Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rice <[email protected]>
  • Loading branch information
mrice32 committed Aug 4, 2023
1 parent ff69026 commit 697c123
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions utils/utils.hre.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ export async function deployNewProxy(name: string, args: (number | string)[]): P
// is a proxy, hardhat will first verify the implementation and then the proxy and also link the proxy
// to the implementation's ABI on etherscan.
// https://docs.openzeppelin.com/upgrades-plugins/1.x/api-hardhat-upgrades#verify
// await run("verify:verify", {
// address: instance.address,
// contract: "contracts/Base_SpokePool.sol:Base_SpokePool",
// });
await run("verify:verify", {
address: instance.address,
contract: "contracts/Base_SpokePool.sol:Base_SpokePool",
});
}

export { hre };

0 comments on commit 697c123

Please sign in to comment.