Skip to content

Commit 15add8f

Browse files
committed
Remove dre hostname from add-hw-bonus-fingerprints script
1 parent 66fffc2 commit 15add8f

66 files changed

Lines changed: 69 additions & 71 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

operations/cancel-distribution-dev.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ job "cancel-distribution-dev" {
1111

1212
config {
1313
network_mode = "host"
14-
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.7"
14+
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.8"
1515
entrypoint = ["npx"]
1616
command = "ts-node"
1717
args = ["scripts/distribution/cancel-distribution.ts"]

operations/cancel-distribution-live.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ job "cancel-distribution-live" {
1111

1212
config {
1313
network_mode = "host"
14-
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.7"
14+
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.8"
1515
entrypoint = ["npx"]
1616
command = "ts-node"
1717
args = ["scripts/distribution/cancel-distribution.ts"]

operations/cancel-distribution-stage.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ job "cancel-distribution-stage" {
1111

1212
config {
1313
network_mode = "host"
14-
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.7"
14+
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.8"
1515
entrypoint = ["npx"]
1616
command = "ts-node"
1717
args = ["scripts/distribution/cancel-distribution.ts"]

operations/deploy-distribution-dev.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ job "deploy-distribution-dev" {
1111

1212
config {
1313
network_mode = "host"
14-
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.7"
14+
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.8"
1515
entrypoint = ["npm"]
1616
command = "run"
1717
args = ["deploy"]

operations/deploy-distribution-live.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ job "deploy-distribution-live" {
1111

1212
config {
1313
network_mode = "host"
14-
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.7"
14+
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.8"
1515
entrypoint = ["npm"]
1616
command = "run"
1717
args = ["deploy"]

operations/deploy-distribution-stage.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ job "deploy-distribution-stage" {
1111

1212
config {
1313
network_mode = "host"
14-
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.7"
14+
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.8"
1515
entrypoint = ["npm"]
1616
command = "run"
1717
args = ["deploy"]

operations/deploy-relay-registry-dev.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ job "deploy-relay-registry-dev" {
1111

1212
config {
1313
network_mode = "host"
14-
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.7"
14+
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.8"
1515
entrypoint = ["npm"]
1616
command = "run"
1717
args = ["deploy"]

operations/deploy-relay-registry-live.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ job "deploy-relay-registry-live" {
1111

1212
config {
1313
network_mode = "host"
14-
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.7"
14+
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.8"
1515
entrypoint = ["npm"]
1616
command = "run"
1717
args = ["deploy"]

operations/deploy-relay-registry-stage.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ job "deploy-relay-registry-stage" {
1111

1212
config {
1313
network_mode = "host"
14-
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.7"
14+
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.8"
1515
entrypoint = ["npm"]
1616
command = "run"
1717
args = ["deploy"]

operations/distribution-add-hw-bonus-fingerprints-dev.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ job "distribution-add-hw-bonus-fingerprints-dev" {
99

1010
config {
1111
network_mode = "host"
12-
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.7"
12+
image = "ghcr.io/anyone-protocol/smart-contracts:0.3.8"
1313
entrypoint = ["npx"]
1414
command = "ts-node"
1515
args = ["scripts/distribution/add-hw-bonus-fingerprints.ts"]

0 commit comments

Comments
 (0)