Skip to content

Commit 51f92e5

Browse files
authored
Merge pull request #42 from morpho-org/chore/foundry-v1.4.2
Foundry v1.4
2 parents fbacfd4 + 34400d6 commit 51f92e5

4 files changed

Lines changed: 159 additions & 81 deletions

File tree

foundry.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"lib/metamorpho": {
3+
"rev": "4ca254a2f6ba74437ff35a012ed3814056123644"
4+
}
5+
}

foundry.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,16 @@ optimizer_runs = 999999
88
bytecode_hash = "none"
99
evm_version = "paris"
1010

11-
[profile.default.rpc_endpoints]
11+
[rpc_endpoints]
1212
mainnet = "https://eth-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}"
1313

14+
[lint]
15+
exclude_lints = [
16+
"unused-import",
17+
"unwrapped-modifier-logic",
18+
"unaliased-plain-import",
19+
]
20+
1421
[profile.default.fmt]
1522
wrap_comments = true
1623

src/PublicAllocator.sol

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ import {
1010
IPublicAllocatorBase
1111
} from "./interfaces/IPublicAllocator.sol";
1212
import {
13-
Id, IMorpho, IMetaMorpho, MarketAllocation, MarketParams
13+
Id,
14+
IMorpho,
15+
IMetaMorpho,
16+
MarketAllocation,
17+
MarketParams
1418
} from "../lib/metamorpho/src/interfaces/IMetaMorpho.sol";
1519
import {Market} from "../lib/metamorpho/lib/morpho-blue/src/interfaces/IMorpho.sol";
1620

0 commit comments

Comments
 (0)