Skip to content

Commit

Permalink
Even more updates to sepolia hh config
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Apr 11, 2024
1 parent d6b6112 commit 2393e94
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const config: HardhatUserConfig = {
url: "https://ethereum-goerli.publicnode.com",
accounts: [],
timeout: 1800000,
gas: 120000000,
blockGasLimit: 0x1fffffffffffff,
allowUnlimitedContractSize: true,
},
Expand Down
2 changes: 1 addition & 1 deletion operations/ator-token-deploy-dev-sepolia.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "ator-token-deploy-dev-sepolia" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/ator-token:1.1.15"
image = "ghcr.io/ator-development/ator-token:1.1.16"
entrypoint = ["npx"]
command = "hardhat"
args = ["run", "--network", "sepolia", "scripts/deploy.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/ator-token-deploy-live-sepolia.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "ator-token-deploy-live-sepolia" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/ator-token:1.1.15"
image = "ghcr.io/ator-development/ator-token:1.1.16"
entrypoint = ["npx"]
command = "hardhat"
args = ["run", "--network", "sepolia", "scripts/deploy.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/ator-token-deploy-stage-sepolia.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "ator-token-deploy-stage-sepolia" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/ator-token:1.1.15"
image = "ghcr.io/ator-development/ator-token:1.1.16"
entrypoint = ["npx"]
command = "hardhat"
args = ["run", "--network", "sepolia", "scripts/deploy.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/enable-trading-dev-sepolia.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "enable-trading-dev-sepolia" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/ator-token:1.1.15"
image = "ghcr.io/ator-development/ator-token:1.1.16"
entrypoint = ["npx"]
command = "hardhat"
args = ["run", "--network", "sepolia", "scripts/enable-trading.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/enable-trading-live-sepolia.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "enable-trading-live-sepolia" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/ator-token:1.1.15"
image = "ghcr.io/ator-development/ator-token:1.1.16"
entrypoint = ["npx"]
command = "hardhat"
args = ["run", "--network", "sepolia", "scripts/enable-trading.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/enable-trading-stage-sepolia.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "enable-trading-stage-sepolia" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/ator-token:1.1.15"
image = "ghcr.io/ator-development/ator-token:1.1.16"
entrypoint = ["npx"]
command = "hardhat"
args = ["run", "--network", "sepolia", "scripts/enable-trading.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/remove-limits-dev-sepolia.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "remove-limits-dev-sepolia" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/ator-token:1.1.15"
image = "ghcr.io/ator-development/ator-token:1.1.16"
entrypoint = ["npx"]
command = "hardhat"
args = ["run", "--network", "sepolia", "scripts/remove-limits.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/remove-limits-live-sepolia.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "remove-limits-live-sepolia" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/ator-token:1.1.15"
image = "ghcr.io/ator-development/ator-token:1.1.16"
entrypoint = ["npx"]
command = "hardhat"
args = ["run", "--network", "sepolia", "scripts/remove-limits.ts"]
Expand Down
2 changes: 1 addition & 1 deletion operations/remove-limits-stage-sepolia.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ job "remove-limits-stage-sepolia" {

config {
network_mode = "host"
image = "ghcr.io/ator-development/ator-token:1.1.15"
image = "ghcr.io/ator-development/ator-token:1.1.16"
entrypoint = ["npx"]
command = "hardhat"
args = ["run", "--network", "sepolia", "scripts/remove-limits.ts"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ator-token",
"version": "1.1.15",
"version": "1.1.16",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2393e94

Please sign in to comment.