Skip to content

Commit

Permalink
Update container v
Browse files Browse the repository at this point in the history
  • Loading branch information
architect-dev committed Jan 15, 2025
1 parent b8d7d08 commit c1857a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fhenix-hardhat-plugin/mocha-fixtures.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const execPromise = util.promisify(exec);
const CONTAINER_NAME = "fhenixjs-test-env";

async function runDockerContainerAsync() {
const imageName = "ghcr.io/fhenixprotocol/nitro/localfhenix:v0.3.0-alpha.1";
const imageName = "ghcr.io/fhenixprotocol/localfhenix:v0.3.2";

const ports = "-p 8545:8547 -p 5000:3000";

Expand Down

0 comments on commit c1857a0

Please sign in to comment.