Skip to content

Commit

Permalink
add import
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 21, 2023
1 parent e74400d commit 21827c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/developers/omnichain/tutorials/staking.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,11 @@ connected chain and pass it as an argument to the constructor.
It is also used to get the symbol of the ZRC-20 token on the connected chain.

```ts title="tasks/deploy.ts"
// highlight-next-line
import ZRC20 from "@zetachain/protocol-contracts/abi/zevm/ZRC20.sol/ZRC20.json";

// ...

const factory = await hre.ethers.getContractFactory("Staking");

// highlight-start
Expand Down

0 comments on commit 21827c6

Please sign in to comment.