Skip to content

Commit

Permalink
deployed on Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-web3 committed Oct 12, 2024
1 parent deb2f4f commit ce5eb8c
Show file tree
Hide file tree
Showing 5 changed files with 738 additions and 1 deletion.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Hardhat Smart Contract Lottery

## Latest Raffle.sol deploy

- Network: Sepolia
- Address: 0xF28E77634f557585Aa6A77e3cD2aC2B4f49739Ce
- Verified: No
- Commit:

Updated Patrick Code for Raffle.sol: https://github.com/Cyfrin/foundry-smart-contract-lottery-cu/blob/main/src/Raffle.sol

Updated Video for smartcontractlottery: https://youtu.be/-1GB6m39-rM?si=DHhy67y5eyBAJp3p&t=50510
Expand Down Expand Up @@ -334,3 +341,11 @@ it("updates the raffle state, emits an event and calls the vrf coordinator", asy
})
```

## Raffle.staging.test.js

1. Get subscriptionId for Chainlink VRF
2. Deploy raffle.sol using the subscriptionId
3. Register the contract with Chainlink VRF and the subscriptionId
4. Register the contract with Chainlink Keppers/ Chainlink Automation
5. Run the staging test
1 change: 1 addition & 0 deletions deployments/sepolia/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
11155111
Loading

0 comments on commit ce5eb8c

Please sign in to comment.