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)