Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W <> M mirror token #6

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
branch = v1
[submodule "lib/protocol"]
path = lib/protocol
url = https://github.com/MZero-Labs/protocol
[submodule "lib/common"]
path = lib/common
url = https://github.com/MZero-Labs/common
3 changes: 2 additions & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ gas_reports = ["*"]
gas_reports_ignore = []
ignored_error_codes = []
optimizer = false
solc_version = "0.8.25"
solc_version = "0.8.23"
verbosity = 3
libs = ["node_modules", "lib"]

[profile.production]
evm_version = "cancun"
Expand Down
1 change: 1 addition & 0 deletions lib/common
Submodule common added at e80940
1 change: 1 addition & 0 deletions lib/protocol
Submodule protocol added at b1c6e6
Loading
Loading