Skip to content

Commit fd25433

Browse files
committed
(feat) add base-std submodule and update remappings
1 parent b86838a commit fd25433

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "contracts/lib/forge-std"]
55
path = contracts/lib/forge-std
66
url = https://github.com/foundry-rs/forge-std
7+
[submodule "contracts/lib/base-std"]
8+
path = contracts/lib/base-std
9+
url = https://github.com/base/base-std

contracts/.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "lib/openzeppelin-contracts"]
55
path = lib/openzeppelin-contracts
66
url = https://github.com/OpenZeppelin/openzeppelin-contracts
7+
[submodule "lib/base-std"]
8+
path = lib/base-std
9+
url = https://github.com/base/base-std

contracts/lib/base-std

Submodule base-std added at 4658f1b

contracts/remappings.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
@openzeppelin/=lib/openzeppelin-contracts/
2+
base-std/=lib/base-std/src/
23
forge-std/=lib/forge-std/src/

0 commit comments

Comments
 (0)