Skip to content

Commit

Permalink
Merge pull request #26 from euler-xyz/refactor/withdraw
Browse files Browse the repository at this point in the history
Feat:refactor withdraw mechanism
  • Loading branch information
haythemsellami authored Jun 19, 2024
2 parents 46fc6e9 + a475294 commit 4c3c078
Show file tree
Hide file tree
Showing 39 changed files with 2,390 additions and 1,676 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@
[submodule "lib/reward-streams"]
path = lib/reward-streams
url = https://github.com/euler-xyz/reward-streams
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ int_types = "long"
quote_style = "double"
number_underscore = "preserve"
override_spacing = true
ignore = [
"src/lib/StorageLib.sol"
]

[profile.test]
no_match_test = "Fuzz"
Expand Down
1 change: 1 addition & 0 deletions lib/openzeppelin-contracts
Submodule openzeppelin-contracts added at dbb610
1 change: 1 addition & 0 deletions lib/openzeppelin-contracts-upgradeable
3 changes: 2 additions & 1 deletion remappings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ forge-std/=lib/forge-std/src/
evk/=lib/euler-vault-kit/
reward-streams=lib/reward-streams/src
openzeppelin-contracts/=lib/reward-streams/lib/openzeppelin-contracts/contracts
@openzeppelin/=lib/ethereum-vault-connector/lib/openzeppelin-contracts/contracts/
@openzeppelin/=lib/openzeppelin-contracts/
@openzeppelin-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/
Loading

0 comments on commit 4c3c078

Please sign in to comment.