Skip to content

Commit

Permalink
docs: warn about verification
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed Jan 13, 2025
1 parent f77f107 commit 7bd02df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,10 @@ await metamorpho.connect(curator).multicall([
]);
```

## Development
## Developpers

> [!NOTE]
> `MetaMorphoV1.1Factory` has been deployed on Ethereum and Base with the [metadata hash](https://docs.soliditylang.org/en/latest/metadata.html) included, which appear at two places in the bytecode as it is a factory.
Install dependencies: `yarn`

Expand Down
4 changes: 0 additions & 4 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,4 @@ tenderly = "https://rpc.tenderly.co/fork/${TENDERLY_FORK_ID}"
[profile.default.fmt]
wrap_comments = true

[profile.test]
via-ir = false


# See more config options https://github.com/foundry-rs/foundry/tree/master/crates/config

0 comments on commit 7bd02df

Please sign in to comment.