Skip to content

Commit

Permalink
edit foundry toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranightingale committed Dec 20, 2024
1 parent 794a91d commit aabb7b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a section of the Cyfrin Foundry Solidity course.

# About

This project is a cross-chain rebase token where users can depost ETH iin exchange for rebase tokens which accrue rewards over time.
This project is a cross-chain rebase token where users can depost ETH in exchange for rebase tokens which accrue rewards over time.

- [Foundry Cross Chain Rebase Token](#foundry-cross-chain-rebase-token)
- [About](#about)
Expand Down Expand Up @@ -150,13 +150,13 @@ forge fmt

# Thank you!

## Project design and assumptions

WHATEVER INTEREST THEY DEPOSIT WITH, THEY STICK WITH

This project is a cross-chain rebase token that integrates Chainlink CCIP to enable users to bridge their tokens cross-chain

## Project design and assumptions

## NOTES
### NOTES

- assumed rewards are in contract
- Protocol rewards early users and users which bridge to the L2
Expand Down
3 changes: 2 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
src = "src"
out = "out"
libs = ["lib"]
rpc_endpoints = { eth = "https://eth-sepolia.g.alchemy.com/v2/mwHkM74gwkO6kdWQKCYBRWdbDUnhZB7E", arb = "https://arb-sepolia.g.alchemy.com/v2/mwHkM74gwkO6kdWQKCYBRWdbDUnhZB7E", zksync = "https://sepolia.era.zksync.dev"}
rpc_endpoints = { eth = "", arb = "", zksync = "https://sepolia.era.zksync.dev"}
via_ir = true

remappings = [
'@openzeppelin/=lib/openzeppelin-contracts/',
Expand Down

0 comments on commit aabb7b9

Please sign in to comment.