Skip to content

Commit

Permalink
Added NUXT_PUBLIC_REGISTRATOR_CONTRACT
Browse files Browse the repository at this point in the history
  • Loading branch information
EarlOld committed Jun 11, 2024
1 parent bdf2ead commit 06ce622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions operations/deploy-dashboard-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +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"
{{with secret "kv/dashboard/dev"}}
PERMAWEB_KEY="{{.Data.data.DASHBOARD_OWNER_KEY}}"
{{end}}
Expand Down
1 change: 1 addition & 0 deletions operations/deploy-dashboard-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +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"
{{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
1 change: 1 addition & 0 deletions operations/deploy-dashboard-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +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"
{{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 06ce622

Please sign in to comment.