Skip to content

Commit

Permalink
build: do not fetch unnecessary contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
danijelTxFusion committed Jan 6, 2024
1 parent d714d30 commit da590e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ solc --base-path system-contracts \
mkdir abi /abi
mv l1-abi/* system-contracts-abi/* abi

contracts="IZkSync.abi IL1Bridge.abi IL2Bridge.abi IL2ERC20Bridge.abi IContractDeployer.abi IEthToken.abi IL1Messenger.abi INonceHolder.abi IPaymasterFlow.abi"
contracts="IZkSync.abi IL1Bridge.abi IL2Bridge.abi IContractDeployer.abi IEthToken.abi IL1Messenger.abi INonceHolder.abi IPaymasterFlow.abi"

for filename in $contracts; do
jq '.' "abi/$filename" > "/abi/${filename%.abi}.json"
Expand Down

0 comments on commit da590e6

Please sign in to comment.