Skip to content

Commit

Permalink
chore: fix deps (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
lekhovitsky authored Jul 16, 2024
1 parent eba6518 commit 8dee3b7
Show file tree
Hide file tree
Showing 64 changed files with 30 additions and 25,554 deletions.
22 changes: 18 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
/node_modules
/forge-out
.DS_Store
cache
# Dependencies
node_modules/

# Compiler files
cache/
out/

# Ignores development broadcast logs
!/broadcast
/broadcast/*/31337/
/broadcast/**/dry-run/

# Docs
docs/

# Dotenv file
.env

# Logs
*.log
9 changes: 3 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/@gearbox-protocol/core-v3"]
path = lib/@gearbox-protocol/core-v3
url = https://github.com/Gearbox-protocol/core-v3
branch = next
[submodule "lib/@gearbox-protocol/sdk-gov"]
path = lib/@gearbox-protocol/sdk-gov
url = https://github.com/Gearbox-protocol/sdk-gov
[submodule "lib/@1inch/solidity-utils"]
path = lib/@1inch/solidity-utils
url = https://github.com/1inch/solidity-utils
[submodule "lib/@openzeppelin"]
path = lib/@openzeppelin
url = https://github.com/OpenZeppelin/openzeppelin-contracts
[submodule "lib/@solady"]
path = lib/@solady
url = https://github.com/Vectorized/solady
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
4 changes: 1 addition & 3 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
node_modules
artifacts
cache
types
forge-out
out
2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
"[solidity]": {
"editor.defaultFormatter": "JuanBlanco.solidity"
},

"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.tabSize": 4,
"eslint.validate": ["javascript", "typescript"],
"files.eol": "\n",
"solidity.formatter": "forge",
"solidity.packageDefaultDependenciesContractsDirectory": "contracts",
Expand Down
6 changes: 3 additions & 3 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
[profile.default]
src = 'contracts'
libs = ['lib']
out = 'forge-out'
out = 'out'
solc_version = '0.8.23'
src = 'contracts'
evm_version = 'shanghai'
optimizer_runs = 1000000

# See more config options https://github.com/gakonst/foundry/tree/master/config
Expand All @@ -11,5 +12,4 @@ block_timestamp = 1640000000
gas_limit = 9223372036854775807 # the gas limit in tests
block_base_fee_per_gas = 100
fs_permissions = [{ access = "read-write", path = "./"}]
evm_version="shanghai"
ffi = true
1 change: 0 additions & 1 deletion lib/@1inch/solidity-utils
Submodule solidity-utils deleted from 5fdd4c
1 change: 1 addition & 0 deletions lib/forge-std
Submodule forge-std added at 07263d
92 changes: 0 additions & 92 deletions lib/forge-std/.github/workflows/ci.yml

This file was deleted.

29 changes: 0 additions & 29 deletions lib/forge-std/.github/workflows/sync.yml

This file was deleted.

4 changes: 0 additions & 4 deletions lib/forge-std/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions lib/forge-std/.gitmodules

This file was deleted.

Loading

0 comments on commit 8dee3b7

Please sign in to comment.