Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 72b0c34

Browse files
committed
chore: remove local gitignore files
1 parent da590bc commit 72b0c34

12 files changed

Lines changed: 5 additions & 126 deletions

File tree

.claude/.mcp.json

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

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ETH_FROM="YOUR_DEPLOYER_ADDRESS"
22
FOUNDRY_PROFILE="lite"
33
MNEMONIC="YOUR_MNEMONIC"
4-
MAINNET_RPC_URL="YOUR_MAINNET_RPC_URL"
4+
PRIVATE_KEY="YOUR PRIVATE KEY"
55
ROUTEMESH_API_KEY="YOUR_API_KEY" # Get yours from https://routeme.sh/

.github/workflows/ci-airdrops.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
needs: ["check", "build"]
5858
if: needs.build.outputs.cache-status != 'primary'
5959
secrets:
60-
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
6160
ROUTEMESH_API_KEY: ${{ secrets.ROUTEMESH_API_KEY }}
6261
uses: "sablier-labs/gha-utils/.github/workflows/forge-test.yml@main"
6362
with:
@@ -75,5 +74,4 @@ jobs:
7574
uses: "sablier-labs/gha-utils/.github/workflows/forge-coverage.yml@main"
7675
with:
7776
foundry-version: "stable"
78-
match-path: "airdrops/tests/integration/**/*.sol"
79-
via-ir-minimum: true
77+
match-path: "airdrops/tests/{integration,unit}/**/*.sol"

.github/workflows/ci-flow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
needs: ["check", "build"]
6868
if: needs.build.outputs.cache-status != 'primary'
6969
secrets:
70-
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
7170
ROUTEMESH_API_KEY: ${{ secrets.ROUTEMESH_API_KEY }}
7271
uses: "sablier-labs/gha-utils/.github/workflows/forge-test.yml@main"
7372
with:
@@ -85,4 +84,4 @@ jobs:
8584
uses: "sablier-labs/gha-utils/.github/workflows/forge-coverage.yml@main"
8685
with:
8786
foundry-version: "stable"
88-
match-path: "flow/tests/{integration}/**/*.sol"
87+
match-path: "flow/tests/integration/**/*.sol"

.github/workflows/ci-lockup.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
needs: ["check", "build"]
7979
if: needs.build.outputs.cache-status != 'primary'
8080
secrets:
81-
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
8281
ROUTEMESH_API_KEY: ${{ secrets.ROUTEMESH_API_KEY }}
8382
uses: "sablier-labs/gha-utils/.github/workflows/forge-test.yml@main"
8483
with:
@@ -93,7 +92,6 @@ jobs:
9392
if: needs.build.outputs.cache-status != 'primary'
9493
secrets:
9594
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
96-
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
9795
uses: "sablier-labs/gha-utils/.github/workflows/forge-coverage.yml@main"
9896
with:
9997
foundry-version: "stable"

airdrops/.gitignore

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

flow/.gitignore

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

flow/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ populate it with the appropriate environment values. You need to provide your mn
9292
To make CI work in your pull request, ensure that the necessary environment variables are configured in your forked
9393
repository's secrets. Please add the following variable in your GitHub Secrets:
9494

95-
- `MAINNET_RPC_URL`: sign up on [Alchemy](https://alchemy.com/)
9695
- `ROUTEMESH_API_KEY`: sign up on [Routemesh](https://routeme.sh/)
9796

9897
## Integration with VSCode

lockup/.gitignore

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

lockup/CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ populate it with the appropriate environment values. You need to provide your mn
9292
To make CI work in your pull request, ensure that the necessary environment variables are configured in your forked
9393
repository's secrets. Please add the following variable in your GitHub Secrets:
9494

95-
- MAINNET_RPC_URL
96-
- ROUTEMESH_API_KEY
95+
- `ROUTEMESH_API_KEY`: sign up on [Routemesh](https://routeme.sh/)
9796

9897
## Integration with VSCode
9998

0 commit comments

Comments
 (0)