Skip to content

Commit

Permalink
update gastTOkens
Browse files Browse the repository at this point in the history
  • Loading branch information
invocamanman committed Nov 5, 2024
1 parent db4c974 commit f9c1d0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions upgrade/upgradePessimistic/upgradePessimistic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ import {utils} from "ffjavascript";
import * as dotenv from "dotenv";
dotenv.config({path: path.resolve(__dirname, "../../.env")});
import {ethers, upgrades} from "hardhat";
import {PolygonRollupManager, PolygonZkEVM} from "../../typechain-types";
import {proxy} from "../../typechain-types/@openzeppelin/contracts";
import {PolygonRollupManager} from "../../typechain-types";

const pathOutputJson = path.join(__dirname, "./upgrade_output.json");

Expand Down

0 comments on commit f9c1d0d

Please sign in to comment.