diff --git a/operations/deploy-dashboard-dev.hcl b/operations/deploy-dashboard-dev.hcl index db887af..c5cb458 100755 --- a/operations/deploy-dashboard-dev.hcl +++ b/operations/deploy-dashboard-dev.hcl @@ -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}} diff --git a/operations/deploy-dashboard-live.hcl b/operations/deploy-dashboard-live.hcl index ca72379..d17148d 100755 --- a/operations/deploy-dashboard-live.hcl +++ b/operations/deploy-dashboard-live.hcl @@ -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}}" diff --git a/operations/deploy-dashboard-stage.hcl b/operations/deploy-dashboard-stage.hcl index 51cc493..8148d52 100755 --- a/operations/deploy-dashboard-stage.hcl +++ b/operations/deploy-dashboard-stage.hcl @@ -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}}"