Skip to content

Commit 2d1cafb

Browse files
committed
feat(xdom-comm): Add Foundry and move to Goerli
1 parent 95ee134 commit 2d1cafb

23 files changed

+1787
-88
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "cross-dom-comm/f2/lib/forge-std"]
2+
path = cross-dom-comm/foundry/lib/forge-std
3+
url = https://github.com/foundry-rs/forge-std

cross-dom-comm/.env.example

Lines changed: 0 additions & 2 deletions
This file was deleted.

cross-dom-comm/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@ node_modules
33
#Hardhat files
44
cache
55
artifacts
6+
7+
8+
# Foundry files
9+
out
10+
11+
#We don't want the mnemonic file
12+
mnem.delme
13+

0 commit comments

Comments
 (0)