Skip to content

Commit

Permalink
Fix registrator address fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Jul 12, 2024
1 parent c5bb1f5 commit bef70a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion operations/deploy-dashboard-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ job "deploy-relay-dashboard-dev" {
NUXT_PUBLIC_SEPOLIA_ATOR_TOKEN_CONTRACT="[[ consulKey "ator-token/sepolia/dev/address" ]]"
NUXT_PUBLIC_WARP_GATEWAY = "https://warp-dre-node-dev.dmz.ator.dev"
NUXT_PUBLIC_SUPPORT_WALLET_PUBLIC_KEY_BASE64 = "{{.Data.data.SUPPORT_ADDRESS_BASE64}}"
NUXT_PUBLIC_REGISTRATOR_CONTRACT="0x850eDF904e64a61f175a11bD16A7501496131cc7"
NUXT_PUBLIC_REGISTRATOR_CONTRACT="[[ consulKey "registrator/sepolia/dev/address" ]]"
{{with secret "kv/dashboard/dev"}}
PERMAWEB_KEY="{{.Data.data.DASHBOARD_OWNER_KEY}}"
{{end}}
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-dashboard-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ job "deploy-relay-dashboard-live" {
NUXT_PUBLIC_FACILITATOR_CONTRACT="[[ consulKey "facilitator/sepolia/live/address" ]]"
NUXT_PUBLIC_SEPOLIA_ATOR_TOKEN_CONTRACT="[[ consulKey "ator-token/sepolia/live/address" ]]"
NUXT_PUBLIC_WARP_GATEWAY = "https://warp-dre-node-live.dmz.ator.dev"
NUXT_PUBLIC_REGISTRATOR_CONTRACT="0x525C31B35065540059701eE5feC12120F581E96e"
NUXT_PUBLIC_REGISTRATOR_CONTRACT="[[ consulKey "registrator/sepolia/live/address" ]]"
{{with secret "kv/dashboard/live"}}
PERMAWEB_KEY="{{.Data.data.DASHBOARD_OWNER_KEY}}"
NUXT_PUBLIC_SUPPORT_WALLET_PUBLIC_KEY_BASE64 = "{{.Data.data.SUPPORT_ADDRESS_BASE64}}"
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-dashboard-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ job "deploy-relay-dashboard-stage" {
NUXT_PUBLIC_FACILITATOR_CONTRACT="[[ consulKey "facilitator/sepolia/stage/address" ]]"
NUXT_PUBLIC_SEPOLIA_ATOR_TOKEN_CONTRACT="[[ consulKey "ator-token/sepolia/stage/address" ]]"
NUXT_PUBLIC_WARP_GATEWAY = "https://warp-dre-node-stage.dmz.ator.dev"
NUXT_PUBLIC_REGISTRATOR_CONTRACT="0xe43443e3547ceE8Dc06ef389e35573f03408898F"
NUXT_PUBLIC_REGISTRATOR_CONTRACT="[[ consulKey "registrator/sepolia/stage/address" ]]"
{{with secret "kv/dashboard/stage"}}
PERMAWEB_KEY="{{.Data.data.DASHBOARD_OWNER_KEY}}"
NUXT_PUBLIC_SUPPORT_WALLET_PUBLIC_KEY_BASE64 = "{{.Data.data.SUPPORT_ADDRESS_BASE64}}"
Expand Down

0 comments on commit bef70a8

Please sign in to comment.