Skip to content

Commit 0a308c4

Browse files
zoeyTMkanej
andauthored
Update docs/src/content/ignition/docs/guides/upgradeable-proxies.md
Co-authored-by: John Kane <[email protected]>
1 parent 2edee86 commit 0a308c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/content/ignition/docs/guides/upgradeable-proxies.md

+1
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ Inside our `test` directory, we'll create a file called `ProxyDemo.js` (or `Prox
278278

279279
```typescript
280280
import { expect } from "chai";
281+
import { ignition, ethers } from "hardhat";
281282

282283
import ProxyModule from "../ignition/modules/ProxyModule";
283284
import UpgradeModule from "../ignition/modules/UpgradeModule";

0 commit comments

Comments
 (0)