We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496ac94 commit a27db3bCopy full SHA for a27db3b
.devcontainer/Dockerfile
@@ -75,6 +75,8 @@ RUN chmod 755 /usr/local/bin/* && \
75
# Switch back to vscode user
76
USER vscode
77
78
+RUN forge install foundry-rs/forge-std
79
+
80
# Set environment variables
81
ENV PATH="/usr/local/bin:/home/vscode/.foundry/bin:/home/vscode/.local/bin:/root/.local/bin:$PATH"
82
.gitignore
@@ -52,6 +52,7 @@ addresses-fork.json
52
53
# Forge artifacts
54
cache_forge
55
+forge-artifacts/
56
57
# Graph client
58
.graphclient
packages/issuance/lib/forge-std
@@ -0,0 +1 @@
1
+Subproject commit 77041d2ce690e692d6e03cc812b57d1ddaa4d505
0 commit comments