Skip to content

Commit

Permalink
💚 Fix CI erpc change detection
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Dec 18, 2024
1 parent a398a29 commit d7d7ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
list-files: 'shell'
filters: |
erpc:
- 'packages/erpc/erpc.yaml'
- 'packages/erpc/src/**'
- 'packages/erpc/Dockerfile'
ponder:
- 'packages/ponder/**'
Expand Down
2 changes: 1 addition & 1 deletion packages/erpc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ export default initErpcConfig({
networks: [networks.arbitrum, networks.arbitrumSepolia],
upstreams: [
upstreams.alchemy,
upstreams.pimlico,
upstreams.drpc,
upstreams.llamaFree,
upstreams.pimlico,
],
auth: {
strategies: [
Expand Down

0 comments on commit d7d7ab2

Please sign in to comment.