Skip to content

Commit

Permalink
Bump to version 0.3.4 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth authored Sep 4, 2024
1 parent 7548f18 commit 6de4b91
Show file tree
Hide file tree
Showing 59 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion operations/cancel-distribution-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "cancel-distribution-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/cancel-distribution.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/cancel-distribution-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "cancel-distribution-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/cancel-distribution.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/cancel-distribution-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "cancel-distribution-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/cancel-distribution.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-distribution-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-distribution-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npm"]
command = "run"
args = ["deploy"]
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-distribution-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-distribution-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npm"]
command = "run"
args = ["deploy"]
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-distribution-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-distribution-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npm"]
command = "run"
args = ["deploy"]
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-relay-registry-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-relay-registry-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npm"]
command = "run"
args = ["deploy"]
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-relay-registry-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-relay-registry-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npm"]
command = "run"
args = ["deploy"]
Expand Down
2 changes: 1 addition & 1 deletion operations/deploy-relay-registry-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-relay-registry-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npm"]
command = "run"
args = ["deploy"]
Expand Down
2 changes: 1 addition & 1 deletion operations/distribution-set-family-multiplier-rate-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-family-multiplier-rate-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-family-multiplier-rate.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-family-multiplier-rate-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-family-multiplier-rate.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-family-multiplier-rate-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-family-multiplier-rate.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-hw-bonus-distribution-rate-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-hw-bonus-distribution-rate.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-hw-bonus-distribution-rate-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-hw-bonus-distribution-rate.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-hw-bonus-distribution-rate-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-hw-bonus-distribution-rate.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-previous-distribution-tracking-limit-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-previous-distribution-tracking-limit-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-previous-distribution-tracking-limit-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-quality-bonus-distribution-rate-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-quality-bonus-distribution-rate.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-quality-bonus-distribution-rate-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-quality-bonus-distribution-rate.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-quality-bonus-distribution-rate-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-quality-bonus-distribution-rate.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/distribution-set-quality-bonus-settings-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-quality-bonus-settings-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-quality-bonus-settings.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-quality-bonus-settings-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-quality-bonus-settings.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-quality-bonus-settings-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-quality-bonus-settings.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-token-distribution-rate-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-token-distribution-rate.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-token-distribution-rate-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-token-distribution-rate.ts"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-set-token-distribution-rate-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = ["scripts/distribution/set-token-distribution-rate.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/distribution-toggle-family-multiplier-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-toggle-family-multiplier-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
2 changes: 1 addition & 1 deletion operations/distribution-toggle-family-multiplier-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-toggle-family-multiplier-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
2 changes: 1 addition & 1 deletion operations/distribution-toggle-family-multiplier-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-toggle-family-multiplier-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
2 changes: 1 addition & 1 deletion operations/distribution-toggle-hw-bonus-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-toggle-hw-bonus-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
2 changes: 1 addition & 1 deletion operations/distribution-toggle-hw-bonus-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-toggle-hw-bonus-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
2 changes: 1 addition & 1 deletion operations/distribution-toggle-hw-bonus-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-toggle-hw-bonus-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
2 changes: 1 addition & 1 deletion operations/distribution-toggle-quality-bonus-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-toggle-quality-bonus-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
2 changes: 1 addition & 1 deletion operations/distribution-toggle-quality-bonus-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-toggle-quality-bonus-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
2 changes: 1 addition & 1 deletion operations/distribution-toggle-quality-bonus-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "distribution-toggle-quality-bonus-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
2 changes: 1 addition & 1 deletion operations/evolve-distribution-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-distribution-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npm"]
command = "run"
args = ["evolve"]
Expand Down
2 changes: 1 addition & 1 deletion operations/evolve-distribution-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-distribution-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npm"]
command = "run"
args = ["evolve"]
Expand Down
2 changes: 1 addition & 1 deletion operations/evolve-distribution-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "deploy-distribution-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npm"]
command = "run"
args = ["evolve"]
Expand Down
2 changes: 1 addition & 1 deletion operations/evolve-relay-registry-dev.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "evolve-relay-registry-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npm"]
command = "run"
args = ["evolve"]
Expand Down
2 changes: 1 addition & 1 deletion operations/evolve-relay-registry-live.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "evolve-relay-registry-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npm"]
command = "run"
args = ["evolve"]
Expand Down
2 changes: 1 addition & 1 deletion operations/evolve-relay-registry-stage.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "evolve-relay-registry-stage" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npm"]
command = "run"
args = ["evolve"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "relay-registry-toggle-family-requirement-dev" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "relay-registry-toggle-family-requirement-live" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/smart-contracts:0.3.3"
image = "ghcr.io/ator-development/smart-contracts:0.3.4"
entrypoint = ["npx"]
command = "ts-node"
args = [
Expand Down
Loading

0 comments on commit 6de4b91

Please sign in to comment.