Skip to content

Commit

Permalink
Update contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhirst committed Apr 4, 2024
1 parent a3999b6 commit d7f236e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@ SEPOLIA_PRIVATE_KEY=[your-private-key]
Finally, run `yarn deploy:sepolia`. If you're successful, you'll get a message ike this in your terminal window:

```bash
Greeter with greeting "Hello, world!" deployed to 0x2D3Dff7366c8FA680801E563E008C8303B36FBC6
Greeter with greeting "Hello, world!" deployed to 0xE47c47B1db8823BA54aae021cfce03b2d37B52a8
```

Here's a version of the contract I deployed earlier: [0xf6B4136B12a20E77Cd55D84479f6E7C6bC7D741e](https://sepolia.etherscan.io/address/0xf6B4136B12a20E77Cd55D84479f6E7C6bC7D741e)
Here's a version of the contract I deployed earlier: [0xE47c47B1db8823BA54aae021cfce03b2d37B52a8](https://sepolia.etherscan.io/address/0xE47c47B1db8823BA54aae021cfce03b2d37B52a8)

#### Verifying Your Contract on Sepolia

Expand Down

0 comments on commit d7f236e

Please sign in to comment.