Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernandes authored Sep 10, 2024
1 parent 9fbb12d commit 30d5a74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,8 @@ Deployed on Optimism, this contract facilitates sending a wallet address to the
```Answer.sol```
Receives requests from other chains (in this case, Optimism) to check the tier of a specified wallet address on the Base Chain.

### Additional Notes:
- Remember to replace the placeholder wallet addresses in the ```.env``` file with your own ```testnet addresses``` if you plan to use them in the tests.
- Ensure that you have sufficient testnet ```funds``` in your wallets to cover gas costs during testing.
- This poc only aims to test crosschain messages sending a question and obtaining an answer, that's why we don't have a full coverage for all aspects.

0 comments on commit 30d5a74

Please sign in to comment.