Skip to content

Commit

Permalink
fix: oz link for system contracts (#1042)
Browse files Browse the repository at this point in the history
  • Loading branch information
perekopskiy authored Oct 29, 2024
1 parent 5b8b078 commit 9de1edc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions system-contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ libs = ["lib"]
cache_path = "cache-forge"
evm_version = "paris"
remappings = [
"@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/",
"@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/",
"@openzeppelin/contracts-v4/=lib/openzeppelin-contracts-v4/contracts/",
"@openzeppelin/contracts-upgradeable-v4/=lib/openzeppelin-contracts-upgradeable-v4/contracts/",
]

[profile.default.zksync]
Expand Down
1 change: 0 additions & 1 deletion system-contracts/lib/openzeppelin-contracts

This file was deleted.

1 change: 0 additions & 1 deletion system-contracts/lib/openzeppelin-contracts-upgradeable

This file was deleted.

1 change: 1 addition & 0 deletions system-contracts/lib/openzeppelin-contracts-upgradeable-v4
1 change: 1 addition & 0 deletions system-contracts/lib/openzeppelin-contracts-v4

0 comments on commit 9de1edc

Please sign in to comment.