Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
mgild committed Mar 25, 2024
1 parent d35123e commit 991e2be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions chains/solana/devnet-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ infisicalSecretKey: "SOLANA_KEY" # must set up the infisical key/slug in order f
infisicalSecretSlug: "dev"
namespace: "switchboard-oracle-devnet"
networkId: "devnet"
image: "docker.io/switchboardlabs/pull-oracle:dev-RC_03_23_24_11_44a"
image: "docker.io/switchboardlabs/pull-oracle:dev-RC_03_23_24_12_56d"

pagerdutyEventKey: ""
jupiterSwapApiKey: "3a3b41bc06d49f9c89a8550ff84072be"
rpcUrl: "<FILL_IN_HERE>"
solanaMainnetRpc: "<FILL_IN_HERE>"
wssUrl: "<FILL_IN_HERE>"
rpcUrl: "https://switchbo-switchbo-6225.devnet.rpcpool.com/f6fb9f02-0777-498b-b8f5-67cbb1fc0d14"
solanaMainnetRpc: "https://switchboard.rpcpool.com/ec20ad2831092cfcef66d677539a"
wssUrl: "wss://switchbo-switchbo-6225.devnet.rpcpool.com/f6fb9f02-0777-498b-b8f5-67cbb1fc0d14"
# You can get the keys below by running scripts/bootstrap.ts
components:
guardian:
queue: "71wi6H1ByDG9qnRd5Ef8PSKoKH8rJ7pve7NDvB7Y4tqi"
key: "<FILL_IN_HERE>"
key: "Ewq5ec637q9pvzZH5xBHtqxqUPSjo1j4sB1nXeeGNRHo"
push:
queue: "uPeRMdfPmrPqgRWSrjAnAkH78RqAhe5kXoW6vBYRqFX"
key: "<FILL_IN_HERE>"
key: "8AGNUUHphu8YevPoTGTbcbsJLKBe2F6byukfoPUWSHWm"
oracle:
queue: "5Qv744yu7DmEbU669GmYRqL9kpQsyYsaVKdR8YiBMTaP"
key: "<FILL_IN_HERE>"
key: "BfvoZHYSxgJe4P7jbt9HTqJHip7Lf3xRB1QNszEPrhCx"
2 changes: 1 addition & 1 deletion charts/pull-service/templates/oracle-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
value: {{ if eq $component "push" }}"1"{{ else }}"0"{{ end }}
-
name: ENABLE_PULL_ORACLE
value: {{ if eq $component "pull" }}"1"{{ else }}"0"{{ end }}
value: {{ if eq $component "oracle" }}"1"{{ else }}"0"{{ end }}
-
name: ENABLE_GUARDIAN
value: {{ if eq $component "guardian" }}"1"{{ else }}"0"{{ end }}
Expand Down

0 comments on commit 991e2be

Please sign in to comment.