Skip to content

Commit

Permalink
Upgrade chain simulator to v1.7.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lcswillems committed Jul 9, 2024
1 parent 8b0086b commit 6238546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsuite-fullsimulnet/build-binary.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ if (process.env.CI) {
]);
}

await $`GOBIN="$(pwd)" go install -ldflags ${argv.ldflags} github.com/multiversx/mx-chain-simulator-go/cmd/chainsimulator@v1.7.12-rc1`;
await $`GOBIN="$(pwd)" go install -ldflags ${argv.ldflags} github.com/multiversx/mx-chain-simulator-go/cmd/chainsimulator@v1.7.13`;
await $`mv ./chainsimulator ../xsuite-fullsimulnet-${argv.os}-${argv.arch}/bin/fsproxy`;

0 comments on commit 6238546

Please sign in to comment.