Skip to content

Commit

Permalink
setup cors for mekong rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jan 13, 2025
1 parent 51513ed commit c26d79b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kubernetes/devnet-0/erpc/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,15 @@ erpc:
projects:
- id: main
cors:
allowedOrigins:
- "https://*.ethpandaops.io"
allowedMethods:
- "GET"
- "POST"
- "OPTIONS"
allowedHeaders:
- "Content-Type"
upstreamDefaults:
allowMethods:
- "eth_blockNumber"
Expand Down

0 comments on commit c26d79b

Please sign in to comment.