Skip to content

Commit c766d78

Browse files
authored
Merge pull request #457 from morpho-org/hermes/pr89-review-cleanup
2 parents 163eb2a + 85831e2 commit c766d78

6 files changed

Lines changed: 6 additions & 32 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@
1010
[submodule "lib/morpho-blue-irm"]
1111
path = lib/morpho-blue-irm
1212
url = https://github.com/morpho-labs/morpho-blue-irm
13-
[submodule "lib/erc4626-tests"]
14-
path = lib/erc4626-tests
15-
url = https://github.com/a16z/erc4626-tests

foundry.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"rev": "232ff9ba8194e406967f52ecc5cb52ed764209e9"
44
},
55
"lib/forge-std": {
6-
"rev": "bf909b22fa55e244796dfa920c9639fdffa1c545"
6+
"tag": {
7+
"name": "v1.15.0",
8+
"rev": "0844d7e1fc5e60d77b68e469bff60265f236c398"
9+
}
710
},
811
"lib/morpho-blue": {
912
"rev": "e701e7ea524633682f81e355bec0d7c88fe02f65"

foundry.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
[profile.default]
22
evm_version = "paris"
3-
via-ir = true
3+
via_ir = true
44
optimizer = true
55
optimizer_runs = 200
66
bytecode_hash = "none"
77

8-
[rpc_endpoints]
9-
mainnet = "https://eth-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}"
10-
tenderly = "https://rpc.tenderly.co/fork/${TENDERLY_FORK_ID}"
11-
128
[profile.default.fmt]
139
wrap_comments = true
1410

lib/erc4626-tests

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/forge-std

Submodule forge-std updated 61 files

test/ERC4626ComplianceTest.sol

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)