Skip to content

Commit 5ee81ca

Browse files
author
YukiTsuchida
committed
fix: specify version for foundry-rs/forge in package.json and migrate.sh
1 parent 2374df3 commit 5ee81ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"version": "0.0.1",
44
"scripts": {
55
"migrate": "bash scripts/migrate.sh",
6-
"compile": "npx -y -p @foundry-rs/forge forge build",
7-
"postinstall": "npx -y -p @foundry-rs/forge forge build",
6+
"compile": "npx -y -p @foundry-rs/forge@1.4.1 forge build",
7+
"postinstall": "npx -y -p @foundry-rs/forge@1.4.1 forge build",
88
"clean": "rm -rf build"
99
},
1010
"dependencies": {

scripts/migrate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ YUI_BASE="$PROJECT_ROOT/node_modules/@hyperledger-labs/yui-ibc-solidity/contract
99
LIB_COMMITMENT_SPEC="$YUI_BASE/core/24-host/IBCCommitment.sol:IBCCommitment"
1010
LIB_MSGS_SPEC="$YUI_BASE/core/25-handler/IBCMsgs.sol:IBCMsgs"
1111

12-
FORGE="npx -y -p @foundry-rs/forge forge"
13-
CAST="npx -y -p @foundry-rs/forge cast"
12+
FORGE="npx -y -p @foundry-rs/forge@1.4.1 forge"
13+
CAST="npx -y -p @foundry-rs/forge@1.4.1 cast"
1414

1515
: "${RPC_URL:=http://127.0.0.1:8545}"
1616
: "${MNEMONIC:=math razor capable expose worth grape metal sunset metal sudden usage scheme}"

0 commit comments

Comments
 (0)