Skip to content

Commit

Permalink
docs(readme): update code references
Browse files Browse the repository at this point in the history
  • Loading branch information
imollov committed Oct 24, 2023
1 parent 762eda2 commit 23b8ae5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ Navigate to each directory and follow the instructions in their respective READM
Code references:

1. Predict game result: [PredictionGame.sol#L116](./contracts/contracts/SportsPredictionGame.sol#L116)
2. Check for finished games: [PredictionGame.sol#359](./contracts/contracts/SportsPredictionGame.sol#L359)
2. Check for finished games: [PredictionGame.sol#379](./contracts/contracts/SportsPredictionGame.sol#L379)
3. Request game result: [ResultsConsumer.sol#L65](./contracts/contracts/ResultsConsumer.sol#L65)
4. Fetch game result: [sports-api.js#L63](./contracts/sports-api.js#L63)
5. Fulfill game result request [ResultsConsumer.sol#L102](./contracts/contracts/ResultsConsumer.sol#L102)
6. Claim winnings [SportsPredictionGame.sol#L148](./contracts/contracts/SportsPredictionGame.sol#L148)<br>
5. Fulfill game result request [ResultsConsumer.sol#L105](./contracts/contracts/ResultsConsumer.sol#L105)
6. Claim winnings [SportsPredictionGame.sol#L151](./contracts/contracts/SportsPredictionGame.sol#L151)<br>
6.1 Transfer winnings [NativeTokenSender.sol#L66](./contracts/contracts/ccip/NativeTokenSender.sol#L66)

## Resources
Expand Down

0 comments on commit 23b8ae5

Please sign in to comment.