From 67241abbda012c123e7e2ecd45358738fceb23fe Mon Sep 17 00:00:00 2001 From: Geek Technique <42378648+geektechniquestudios@users.noreply.github.com> Date: Mon, 13 Dec 2021 22:49:51 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5af340b..b073a75 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ yarn ## Write Contracts -Edit the `Coin.sol` contract in `contracts/`. `Coin.sol` is an [Open Zeppelin](https://openzeppelin.com) [ERC20](https://eips.ethereum.org/EIPS/eip-20) contract. ERC20 is a popular smart contract interface. You can also add your own contracts. +Edit the `ExampleERC20.sol` contract in `contracts/`. `ExampleERC20.sol` is an [Open Zeppelin](https://openzeppelin.com) [ERC20](https://eips.ethereum.org/EIPS/eip-20) contract. ERC20 is a popular smart contract interface. You can also add your own contracts. ## Hardhat Config @@ -53,4 +53,4 @@ You can define custom hardhat tasks in [hardhat.config.ts](https://github.com/av ## Documentation There is a documentation under the Avalanche's official documentation repository: -[Using Hardhat with the Avalanche C-Chain](https://docs.avax.network/build/tutorials/smart-contracts/using-hardhat-with-the-avalanche-c-chain) \ No newline at end of file +[Using Hardhat with the Avalanche C-Chain](https://docs.avax.network/build/tutorials/smart-contracts/using-hardhat-with-the-avalanche-c-chain)