Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/go_modules/github.com/cosmos/ibc-…
Browse files Browse the repository at this point in the history
…go/v8-8.2.0
  • Loading branch information
Alex Johnson authored Apr 16, 2024
2 parents a1791b1 + 4c45a1d commit e708bbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/nomad/slinky.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ job "slinky-dev" {
}

resources {
cpu = 500
memory = 256
cpu = 2000
memory = 2048
}
}

Expand Down Expand Up @@ -281,8 +281,8 @@ sed -i 's\oracle:8080\localhost:8080\g' /src/slinky/tests/.slinkyd/config/app.to
}

resources {
cpu = 500
memory = 256
cpu = 2000
memory = 2048
}
}
}
Expand Down

0 comments on commit e708bbf

Please sign in to comment.