Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
mgild committed Mar 21, 2024
1 parent 0146d79 commit 469013a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions chains/solana/devnet-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@ infisicalSecretSlug: "dev"
jupiterSwapApiKey: "3a3b41bc06d49f9c89a8550ff84072be"
namespace: "switchboard-oracle-devnet"
networkId: "devnet"
pagerdutyEventKey: ""
rpcUrl: "https://switchbo-switchbo-6225.devnet.rpcpool.com/f6fb9f02-0777-498b-b8f5-67cbb1fc0d14"
solanaMainnetRpc: "https://switchboard.rpcpool.com/ec20ad2831092cfcef66d677539a"
wssUrl: "wss://switchboard.rpcpool.com/ec20ad2831092cfcef66d677539a"
pagerdutyEventKey: "<FILL_IN_HERE>"
rpcUrl: "<FILL_IN_HERE>"
solanaMainnetRpc: "<FILL_IN_HERE>"
wssUrl: "<FILL_IN_HERE>"
gateway:
host: "${SB_DNS}"
image: "docker.io/switchboardlabs/pull-oracle:dev-RC_03_11_24_00_40"
# You can get the keys below by running scripts/bootstrap.ts
oracle:
image: "docker.io/switchboardlabs/pull-oracle:dev-RC_03_11_24_00_40"
authority: "2KgowxogBrGqRcgXQEmqFvC3PGtCu66qERNJevYW8Ajh"
authority: "<FILL_IN_HERE>"
guardian:
queue: "71wi6H1ByDG9qnRd5Ef8PSKoKH8rJ7pve7NDvB7Y4tqi"
host: "${SB_DNS}"
key: "Ewq5ec637q9pvzZH5xBHtqxqUPSjo1j4sB1nXeeGNRHo"
key: "<FILL_IN_HERE>"
push:
queue: "uPeRMdfPmrPqgRWSrjAnAkH78RqAhe5kXoW6vBYRqFX"
host: "${SB_DNS}"
key: "8AGNUUHphu8YevPoTGTbcbsJLKBe2F6byukfoPUWSHWm"
key: "<FILL_IN_HERE>"
pull:
queue: "5Qv744yu7DmEbU669GmYRqL9kpQsyYsaVKdR8YiBMTaP"
host: "${SB_DNS}"
key: "BfvoZHYSxgJe4P7jbt9HTqJHip7Lf3xRB1QNszEPrhCx"
key: "<FILL_IN_HERE>"

0 comments on commit 469013a

Please sign in to comment.