Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RPC_URL variable on mainnet deployment #69

Merged
merged 1 commit into from
Jan 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/.k8s/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,13 @@ spec:
secretKeyRef:
name: opensea-api-key
key: api-key
- name: RPC_URL
valueFrom:
secretKeyRef:
name: rpc-url-mainnet
key: rpc-url
- name: REDIS_URL
value: redis://redis.enstate.svc.cluster.local:6379
- name: RPC_URL
value: https://eth.llamarpc.com,https://rpc.payload.de,https://rpc.ankr.com/eth
- name: UNIVERSAL_RESOLVER
value: 0xc0497E381f536Be9ce14B0dD3817cBcAe57d2F62
resources:
Expand Down
Loading