File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ YUI_BASE="$PROJECT_ROOT/node_modules/@hyperledger-labs/yui-ibc-solidity/contract
99LIB_COMMITMENT_SPEC=" $YUI_BASE /core/24-host/IBCCommitment.sol:IBCCommitment"
1010LIB_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} "
You can’t perform that action at this time.
0 commit comments