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 1fce22c commit 3cec69aCopy full SHA for 3cec69a
.gitignore
@@ -10,6 +10,8 @@ data/
10
postgres_data/
11
logs/
12
subgraph/
13
+
14
+# Ignore real contract files but allow placeholders
15
contracts/contract.abi.json
16
17
# Ignore Ruff
contracts/placeholder.abi.json
@@ -0,0 +1 @@
1
+{"placeholder": "This is a placeholder ABI file for CI/CD builds"}
0 commit comments