Skip to content

Commit

Permalink
Merge branch 'feat/middleware-tests' into feat/add-middleware-unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NindoK committed Nov 18, 2024
2 parents 075d943 + 4f9e8cb commit a08d2f4
Show file tree
Hide file tree
Showing 15 changed files with 2,053 additions and 494 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ docs/

# Dotenv file
.env
.env.local

.history/

Expand Down
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ thread_count = 16

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

remappings = ['@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/','@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/', '@symbiotic/=lib/core/src', '@symbiotic-rewards=lib/rewards/src/']
remappings = ['@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/','@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/', '@symbiotic/=lib/core/src/', '@symbiotic-rewards=lib/rewards/src/']

[rpc_endpoints]
mainnet = "${ETH_RPC_URL}"
Expand Down
32 changes: 0 additions & 32 deletions script/NetworkSetup.s.sol

This file was deleted.

38 changes: 0 additions & 38 deletions script/Setup.s.sol

This file was deleted.

Loading

0 comments on commit a08d2f4

Please sign in to comment.