Skip to content

Commit

Permalink
🔧 And generate new erpc config file
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Nov 19, 2024
1 parent f6b1381 commit af5c20e
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions packages/erpc/erpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ projects:
type: evm+alchemy
rateLimitBudget: alchemy-rate-limit
vendorName: Alchemy
ignoreMethods: &var5
ignoreMethods: &var6
- eth_estimateUserOperationGas
- eth_getUserOperationByHash
- eth_getUserOperationReceipt
Expand All @@ -104,21 +104,8 @@ projects:
- pimlico_*
allowMethods: []
autoIgnoreUnsupportedMethods: true
auth:
strategies:
- allowMethods:
- "*"
ignoreMethods: []
rateLimitBudget: ""
type: secret
secret:
value: ${PONDER_RPC_SECRET}
- rateLimitBudget: ""
id: ponder-dev-rpc
networks: *var3
upstreams:
- *var4
- id: envio
- &var5
id: envio
endpoint: evm+envio://rpc.hypersync.xyz
rateLimitBudget: envion-rate-limit
type: evm+envio
Expand Down Expand Up @@ -146,6 +133,21 @@ projects:
type: secret
secret:
value: ${PONDER_RPC_SECRET}
- rateLimitBudget: ""
id: ponder-dev-rpc
networks: *var3
upstreams:
- *var4
- *var5
auth:
strategies:
- allowMethods:
- "*"
ignoreMethods: []
rateLimitBudget: ""
type: secret
secret:
value: ${PONDER_RPC_SECRET}
- rateLimitBudget: ""
id: nexus-rpc
networks: *var3
Expand All @@ -158,7 +160,7 @@ projects:
vendorName: Pimlico
ignoreMethods:
- "*"
allowMethods: *var5
allowMethods: *var6
autoIgnoreUnsupportedMethods: true
cors:
allowedOrigins:
Expand Down

0 comments on commit af5c20e

Please sign in to comment.