diff --git a/operations/cancel-distribution-dev.hcl b/operations/cancel-distribution-dev.hcl index 2a32530..6c1911e 100644 --- a/operations/cancel-distribution-dev.hcl +++ b/operations/cancel-distribution-dev.hcl @@ -11,7 +11,7 @@ job "cancel-distribution-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/cancel-distribution.ts"] diff --git a/operations/cancel-distribution-live.hcl b/operations/cancel-distribution-live.hcl index 0caae35..10ce118 100644 --- a/operations/cancel-distribution-live.hcl +++ b/operations/cancel-distribution-live.hcl @@ -11,7 +11,7 @@ job "cancel-distribution-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/cancel-distribution.ts"] diff --git a/operations/cancel-distribution-stage.hcl b/operations/cancel-distribution-stage.hcl index d17b684..faea9cc 100644 --- a/operations/cancel-distribution-stage.hcl +++ b/operations/cancel-distribution-stage.hcl @@ -11,7 +11,7 @@ job "cancel-distribution-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/cancel-distribution.ts"] diff --git a/operations/deploy-distribution-dev.hcl b/operations/deploy-distribution-dev.hcl index 8b802e5..5922f94 100644 --- a/operations/deploy-distribution-dev.hcl +++ b/operations/deploy-distribution-dev.hcl @@ -11,7 +11,7 @@ job "deploy-distribution-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npm"] command = "run" args = ["deploy"] diff --git a/operations/deploy-distribution-live.hcl b/operations/deploy-distribution-live.hcl index 51450de..b0c9b8e 100644 --- a/operations/deploy-distribution-live.hcl +++ b/operations/deploy-distribution-live.hcl @@ -11,7 +11,7 @@ job "deploy-distribution-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npm"] command = "run" args = ["deploy"] diff --git a/operations/deploy-distribution-stage.hcl b/operations/deploy-distribution-stage.hcl index 2b23736..7d43762 100644 --- a/operations/deploy-distribution-stage.hcl +++ b/operations/deploy-distribution-stage.hcl @@ -11,7 +11,7 @@ job "deploy-distribution-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npm"] command = "run" args = ["deploy"] diff --git a/operations/deploy-relay-registry-dev.hcl b/operations/deploy-relay-registry-dev.hcl index fc9bff7..63c4389 100644 --- a/operations/deploy-relay-registry-dev.hcl +++ b/operations/deploy-relay-registry-dev.hcl @@ -11,7 +11,7 @@ job "deploy-relay-registry-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npm"] command = "run" args = ["deploy"] diff --git a/operations/deploy-relay-registry-live.hcl b/operations/deploy-relay-registry-live.hcl index 04985ab..67a16e8 100644 --- a/operations/deploy-relay-registry-live.hcl +++ b/operations/deploy-relay-registry-live.hcl @@ -11,7 +11,7 @@ job "deploy-relay-registry-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npm"] command = "run" args = ["deploy"] diff --git a/operations/deploy-relay-registry-stage.hcl b/operations/deploy-relay-registry-stage.hcl index 9ae8425..7d15db7 100644 --- a/operations/deploy-relay-registry-stage.hcl +++ b/operations/deploy-relay-registry-stage.hcl @@ -11,7 +11,7 @@ job "deploy-relay-registry-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npm"] command = "run" args = ["deploy"] diff --git a/operations/dev-tests/add-relays-dev.hcl b/operations/dev-tests/add-relays-dev.hcl index e8f42dc..fe05414 100644 --- a/operations/dev-tests/add-relays-dev.hcl +++ b/operations/dev-tests/add-relays-dev.hcl @@ -11,7 +11,7 @@ job "add-relays-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/relay-registry/add-relays.ts"] diff --git a/operations/dev-tests/add-relays-stage.hcl b/operations/dev-tests/add-relays-stage.hcl index 1ddc88a..382df57 100644 --- a/operations/dev-tests/add-relays-stage.hcl +++ b/operations/dev-tests/add-relays-stage.hcl @@ -11,7 +11,7 @@ job "add-relays-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/relay-registry/add-relays.ts"] diff --git a/operations/dev-tests/add-scores-dev.hcl b/operations/dev-tests/add-scores-dev.hcl index 79bd176..802e7ca 100644 --- a/operations/dev-tests/add-scores-dev.hcl +++ b/operations/dev-tests/add-scores-dev.hcl @@ -12,7 +12,7 @@ job "add-scores-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/add-scores.ts"] diff --git a/operations/dev-tests/add-scores-stage.hcl b/operations/dev-tests/add-scores-stage.hcl index d71fb8c..645a4b2 100644 --- a/operations/dev-tests/add-scores-stage.hcl +++ b/operations/dev-tests/add-scores-stage.hcl @@ -12,7 +12,7 @@ job "add-scores-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/add-scores.ts"] diff --git a/operations/evolve-distribution-dev.hcl b/operations/evolve-distribution-dev.hcl index 5ad029d..edf0ed9 100644 --- a/operations/evolve-distribution-dev.hcl +++ b/operations/evolve-distribution-dev.hcl @@ -11,7 +11,7 @@ job "deploy-distribution-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npm"] command = "run" args = ["evolve"] diff --git a/operations/evolve-distribution-live.hcl b/operations/evolve-distribution-live.hcl index a48ab2c..a3af8ad 100644 --- a/operations/evolve-distribution-live.hcl +++ b/operations/evolve-distribution-live.hcl @@ -11,7 +11,7 @@ job "deploy-distribution-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npm"] command = "run" args = ["evolve"] diff --git a/operations/evolve-distribution-stage.hcl b/operations/evolve-distribution-stage.hcl index 5220cd7..d8b59e6 100644 --- a/operations/evolve-distribution-stage.hcl +++ b/operations/evolve-distribution-stage.hcl @@ -11,7 +11,7 @@ job "deploy-distribution-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npm"] command = "run" args = ["evolve"] diff --git a/operations/evolve-relay-registry-dev.hcl b/operations/evolve-relay-registry-dev.hcl index 0776f6a..feeb8d2 100644 --- a/operations/evolve-relay-registry-dev.hcl +++ b/operations/evolve-relay-registry-dev.hcl @@ -11,7 +11,7 @@ job "evolve-relay-registry-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npm"] command = "run" args = ["evolve"] diff --git a/operations/evolve-relay-registry-live.hcl b/operations/evolve-relay-registry-live.hcl index a18a4fe..b279899 100644 --- a/operations/evolve-relay-registry-live.hcl +++ b/operations/evolve-relay-registry-live.hcl @@ -11,7 +11,7 @@ job "evolve-relay-registry-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npm"] command = "run" args = ["evolve"] diff --git a/operations/evolve-relay-registry-stage.hcl b/operations/evolve-relay-registry-stage.hcl index a7cdcbc..6dfdb3d 100644 --- a/operations/evolve-relay-registry-stage.hcl +++ b/operations/evolve-relay-registry-stage.hcl @@ -11,7 +11,7 @@ job "evolve-relay-registry-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npm"] command = "run" args = ["evolve"] diff --git a/operations/set-distribution-bonus-dev.hcl b/operations/set-distribution-bonus-dev.hcl index 95ae4a1..336e526 100644 --- a/operations/set-distribution-bonus-dev.hcl +++ b/operations/set-distribution-bonus-dev.hcl @@ -11,7 +11,7 @@ job "set-distribution-bonus-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-distribution-bonus.ts"] diff --git a/operations/set-distribution-bonus-live.hcl b/operations/set-distribution-bonus-live.hcl index bd90e48..e8dd044 100644 --- a/operations/set-distribution-bonus-live.hcl +++ b/operations/set-distribution-bonus-live.hcl @@ -11,7 +11,7 @@ job "set-distribution-bonus-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-distribution-bonus.ts"] diff --git a/operations/set-distribution-bonus-stage.hcl b/operations/set-distribution-bonus-stage.hcl index 86cd6d2..8247f19 100644 --- a/operations/set-distribution-bonus-stage.hcl +++ b/operations/set-distribution-bonus-stage.hcl @@ -11,7 +11,7 @@ job "set-distribution-bonus-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-distribution-bonus.ts"] diff --git a/operations/set-distribution-multipliers-dev.hcl b/operations/set-distribution-multipliers-dev.hcl index 73b6045..cd645b3 100644 --- a/operations/set-distribution-multipliers-dev.hcl +++ b/operations/set-distribution-multipliers-dev.hcl @@ -11,7 +11,7 @@ job "set-distribution-multipliers-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-multipliers.ts"] diff --git a/operations/set-distribution-multipliers-live.hcl b/operations/set-distribution-multipliers-live.hcl index 1269aa8..6cd1d57 100644 --- a/operations/set-distribution-multipliers-live.hcl +++ b/operations/set-distribution-multipliers-live.hcl @@ -11,7 +11,7 @@ job "set-distribution-multipliers-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-multipliers.ts"] diff --git a/operations/set-distribution-multipliers-stage.hcl b/operations/set-distribution-multipliers-stage.hcl index fdf099d..2abf9f1 100644 --- a/operations/set-distribution-multipliers-stage.hcl +++ b/operations/set-distribution-multipliers-stage.hcl @@ -11,7 +11,7 @@ job "set-distribution-multipliers-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-multipliers.ts"] diff --git a/operations/set-distribution-previous-tracking-limit-dev.hcl b/operations/set-distribution-previous-tracking-limit-dev.hcl index d4695f7..5b6b497 100644 --- a/operations/set-distribution-previous-tracking-limit-dev.hcl +++ b/operations/set-distribution-previous-tracking-limit-dev.hcl @@ -11,7 +11,7 @@ job "set-previous-distribution-tracking-limit-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-token-distribution-rate.ts"] diff --git a/operations/set-distribution-previous-tracking-limit-live.hcl b/operations/set-distribution-previous-tracking-limit-live.hcl index 6969f78..c841ce0 100644 --- a/operations/set-distribution-previous-tracking-limit-live.hcl +++ b/operations/set-distribution-previous-tracking-limit-live.hcl @@ -11,7 +11,7 @@ job "set-previous-distribution-tracking-limit-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-token-distribution-rate.ts"] diff --git a/operations/set-distribution-previous-tracking-limit-stage.hcl b/operations/set-distribution-previous-tracking-limit-stage.hcl index cba9def..2325bc4 100644 --- a/operations/set-distribution-previous-tracking-limit-stage.hcl +++ b/operations/set-distribution-previous-tracking-limit-stage.hcl @@ -11,7 +11,7 @@ job "set-previous-distribution-tracking-limit-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-token-distribution-rate.ts"] diff --git a/operations/set-token-distribution-rate-dev.hcl b/operations/set-token-distribution-rate-dev.hcl index c764613..2c8fc9b 100644 --- a/operations/set-token-distribution-rate-dev.hcl +++ b/operations/set-token-distribution-rate-dev.hcl @@ -11,7 +11,7 @@ job "set-token-distribution-rate-dev" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-token-distribution-rate.ts"] diff --git a/operations/set-token-distribution-rate-live.hcl b/operations/set-token-distribution-rate-live.hcl index 966a99c..2e6609b 100644 --- a/operations/set-token-distribution-rate-live.hcl +++ b/operations/set-token-distribution-rate-live.hcl @@ -11,7 +11,7 @@ job "set-token-distribution-rate-live" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-token-distribution-rate.ts"] diff --git a/operations/set-token-distribution-rate-stage.hcl b/operations/set-token-distribution-rate-stage.hcl index 58428ff..ad2bd63 100644 --- a/operations/set-token-distribution-rate-stage.hcl +++ b/operations/set-token-distribution-rate-stage.hcl @@ -11,7 +11,7 @@ job "set-token-distribution-rate-stage" { config { network_mode = "host" - image = "ghcr.io/ator-development/smart-contracts:0.2.13" + image = "ghcr.io/ator-development/smart-contracts:0.2.14" entrypoint = ["npx"] command = "ts-node" args = ["scripts/distribution/set-token-distribution-rate.ts"] diff --git a/smartweave/package-lock.json b/smartweave/package-lock.json index 35bf3de..071cf97 100644 --- a/smartweave/package-lock.json +++ b/smartweave/package-lock.json @@ -1,12 +1,12 @@ { "name": "@ator/smart-contracts-smartweave", - "version": "0.2.13", - "lockfileVersion": 6, + "version": "0.2.14", + "lockfileVersion": 7, "requires": true, "packages": { "": { "name": "@ator/smart-contracts-smartweave", - "version": "0.2.13", + "version": "0.2.14", "license": "AGPL-3.0-only", "dependencies": { "arweave": "1.14.4", diff --git a/smartweave/package.json b/smartweave/package.json index d5ae988..ebbe152 100644 --- a/smartweave/package.json +++ b/smartweave/package.json @@ -1,6 +1,6 @@ { "name": "@ator/smart-contracts-smartweave", - "version": "0.2.13", + "version": "0.2.14", "contributors": [ "ATOR Labs", "Jim Toth "