diff --git a/hardhat.config.ts b/hardhat.config.ts index 82f1c6f..78ee4ce 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -23,7 +23,7 @@ const config: HardhatUserConfig = { accounts: [], }, sepolia: { - url: "https://ethereum-sepolia.publicnode.com", + url: "https://ethereum-goerli.publicnode.com", accounts: [], }, } diff --git a/operations/ator-token-deploy-dev-sepolia.hcl b/operations/ator-token-deploy-dev-sepolia.hcl index a44335c..acfc3cf 100644 --- a/operations/ator-token-deploy-dev-sepolia.hcl +++ b/operations/ator-token-deploy-dev-sepolia.hcl @@ -11,7 +11,7 @@ job "ator-token-deploy-dev-sepolia" { config { network_mode = "host" - image = "ghcr.io/ator-development/ator-token:1.1.12" + image = "ghcr.io/ator-development/ator-token:1.1.13" entrypoint = ["npx"] command = "hardhat" args = ["run", "--network", "sepolia", "scripts/deploy.ts"] diff --git a/operations/ator-token-deploy-live-sepolia.hcl b/operations/ator-token-deploy-live-sepolia.hcl index 2848e77..8ab14a1 100644 --- a/operations/ator-token-deploy-live-sepolia.hcl +++ b/operations/ator-token-deploy-live-sepolia.hcl @@ -11,7 +11,7 @@ job "ator-token-deploy-live-sepolia" { config { network_mode = "host" - image = "ghcr.io/ator-development/ator-token:1.1.12" + image = "ghcr.io/ator-development/ator-token:1.1.13" entrypoint = ["npx"] command = "hardhat" args = ["run", "--network", "sepolia", "scripts/deploy.ts"] diff --git a/operations/ator-token-deploy-stage-sepolia.hcl b/operations/ator-token-deploy-stage-sepolia.hcl index 4c36141..c96bbde 100644 --- a/operations/ator-token-deploy-stage-sepolia.hcl +++ b/operations/ator-token-deploy-stage-sepolia.hcl @@ -11,7 +11,7 @@ job "ator-token-deploy-stage-sepolia" { config { network_mode = "host" - image = "ghcr.io/ator-development/ator-token:1.1.12" + image = "ghcr.io/ator-development/ator-token:1.1.13" entrypoint = ["npx"] command = "hardhat" args = ["run", "--network", "sepolia", "scripts/deploy.ts"] diff --git a/operations/enable-trading-dev-sepolia.hcl b/operations/enable-trading-dev-sepolia.hcl index 80c45a6..c871629 100644 --- a/operations/enable-trading-dev-sepolia.hcl +++ b/operations/enable-trading-dev-sepolia.hcl @@ -11,7 +11,7 @@ job "enable-trading-dev-sepolia" { config { network_mode = "host" - image = "ghcr.io/ator-development/ator-token:1.1.12" + image = "ghcr.io/ator-development/ator-token:1.1.13" entrypoint = ["npx"] command = "hardhat" args = ["run", "--network", "sepolia", "scripts/enable-trading.ts"] diff --git a/operations/enable-trading-live-sepolia.hcl b/operations/enable-trading-live-sepolia.hcl index 95fc6cd..5c794ed 100644 --- a/operations/enable-trading-live-sepolia.hcl +++ b/operations/enable-trading-live-sepolia.hcl @@ -11,7 +11,7 @@ job "enable-trading-live-sepolia" { config { network_mode = "host" - image = "ghcr.io/ator-development/ator-token:1.1.12" + image = "ghcr.io/ator-development/ator-token:1.1.13" entrypoint = ["npx"] command = "hardhat" args = ["run", "--network", "sepolia", "scripts/enable-trading.ts"] diff --git a/operations/enable-trading-stage-sepolia.hcl b/operations/enable-trading-stage-sepolia.hcl index 7acd1e0..e4c4f64 100644 --- a/operations/enable-trading-stage-sepolia.hcl +++ b/operations/enable-trading-stage-sepolia.hcl @@ -11,7 +11,7 @@ job "enable-trading-stage-sepolia" { config { network_mode = "host" - image = "ghcr.io/ator-development/ator-token:1.1.12" + image = "ghcr.io/ator-development/ator-token:1.1.13" entrypoint = ["npx"] command = "hardhat" args = ["run", "--network", "sepolia", "scripts/enable-trading.ts"] diff --git a/operations/remove-limits-dev-sepolia.hcl b/operations/remove-limits-dev-sepolia.hcl index 77e832f..b3e568a 100644 --- a/operations/remove-limits-dev-sepolia.hcl +++ b/operations/remove-limits-dev-sepolia.hcl @@ -11,7 +11,7 @@ job "remove-limits-dev-sepolia" { config { network_mode = "host" - image = "ghcr.io/ator-development/ator-token:1.1.12" + image = "ghcr.io/ator-development/ator-token:1.1.13" entrypoint = ["npx"] command = "hardhat" args = ["run", "--network", "sepolia", "scripts/remove-limits.ts"] diff --git a/operations/remove-limits-live-sepolia.hcl b/operations/remove-limits-live-sepolia.hcl index 114b4e8..2d6f7ae 100644 --- a/operations/remove-limits-live-sepolia.hcl +++ b/operations/remove-limits-live-sepolia.hcl @@ -11,7 +11,7 @@ job "remove-limits-live-sepolia" { config { network_mode = "host" - image = "ghcr.io/ator-development/ator-token:1.1.12" + image = "ghcr.io/ator-development/ator-token:1.1.13" entrypoint = ["npx"] command = "hardhat" args = ["run", "--network", "sepolia", "scripts/remove-limits.ts"] diff --git a/operations/remove-limits-stage-sepolia.hcl b/operations/remove-limits-stage-sepolia.hcl index f80baa2..9087eca 100644 --- a/operations/remove-limits-stage-sepolia.hcl +++ b/operations/remove-limits-stage-sepolia.hcl @@ -11,7 +11,7 @@ job "remove-limits-stage-sepolia" { config { network_mode = "host" - image = "ghcr.io/ator-development/ator-token:1.1.12" + image = "ghcr.io/ator-development/ator-token:1.1.13" entrypoint = ["npx"] command = "hardhat" args = ["run", "--network", "sepolia", "scripts/remove-limits.ts"] diff --git a/package.json b/package.json index 6ade33f..498d205 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ator-token", - "version": "1.1.12", + "version": "1.1.13", "description": "", "main": "index.js", "scripts": {