Skip to content

Commit

Permalink
reference interface for proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Nov 26, 2023
1 parent f47c643 commit 7ae83ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum/scripts/initialize-l2-weth-token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const DEPLOY_L2_BRIDGE_COUNTERPART_GAS_LIMIT = getNumberFromEnv("CONTRACTS_DEPLO
const L2_WETH_INTERFACE = readInterface(l2BridgeArtifactsPath, "L2Weth");
const TRANSPARENT_UPGRADEABLE_PROXY = readInterface(
openzeppelinTransparentProxyArtifactsPath,
"TransparentUpgradeableProxy",
"ITransparentUpgradeableProxy",
"TransparentUpgradeableProxy"
);

Expand Down

0 comments on commit 7ae83ad

Please sign in to comment.