Skip to content

Commit

Permalink
patch fork deployment test
Browse files Browse the repository at this point in the history
  • Loading branch information
RnkSngh committed Nov 7, 2024
1 parent bf5862e commit 4970243
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-ibc/vibc-core-smart-contracts",
"version": "4.0.8",
"version": "4.0.9",
"main": "dist/index.js",
"bin": {
"verify-vibc-core-smart-contracts": "./dist/scripts/verify-contract-script.js",
Expand Down
4 changes: 3 additions & 1 deletion src/scripts/fork-deployment-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ const startAnvilServer = async (
port: string,
outFileName: string
) => {
const p = $`anvil --port ${port} --fork-url ${rpcUrl}`.pipe(
const p = $`anvil --port ${port} --fork-url ${rpcUrl}`

p.pipe(
createWriteStream(outFileName)
);
await waitForAnvilServer(outFileName);
Expand Down

0 comments on commit 4970243

Please sign in to comment.