Skip to content

Commit

Permalink
Change sepolia url
Browse files Browse the repository at this point in the history
  • Loading branch information
kanshi committed Apr 11, 2024
1 parent 45b2947 commit 8b8d54d
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config: HardhatUserConfig = {
accounts: [],
},
sepolia: {
url: "https://ethereum-sepolia.publicnode.com",
url: "https://ethereum-goerli.publicnode.com",
accounts: [],
},
}
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.12"
image = "ghcr.io/ator-development/ator-token:1.1.13"
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.12"
image = "ghcr.io/ator-development/ator-token:1.1.13"
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.12"
image = "ghcr.io/ator-development/ator-token:1.1.13"
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.12"
image = "ghcr.io/ator-development/ator-token:1.1.13"
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.12"
image = "ghcr.io/ator-development/ator-token:1.1.13"
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.12"
image = "ghcr.io/ator-development/ator-token:1.1.13"
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.12"
image = "ghcr.io/ator-development/ator-token:1.1.13"
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.12"
image = "ghcr.io/ator-development/ator-token:1.1.13"
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.12"
image = "ghcr.io/ator-development/ator-token:1.1.13"
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.12",
"version": "1.1.13",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8b8d54d

Please sign in to comment.