From 8d29abb2ccc11939b6c924d7a66ded41c910cb56 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Tue, 3 Dec 2024 12:36:41 +0300 Subject: [PATCH] remove second failing check in --- examples/checkin/scripts/localnet.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/checkin/scripts/localnet.sh b/examples/checkin/scripts/localnet.sh index 218feab..b58264a 100755 --- a/examples/checkin/scripts/localnet.sh +++ b/examples/checkin/scripts/localnet.sh @@ -37,9 +37,6 @@ npx hardhat universal-set-connected --network localhost --contract "$CONTRACT_ZE npx hardhat check-in --network localhost --contract "$CONTRACT_ETHEREUM" --json npx hardhat localnet-check -npx hardhat check-in --network localhost --contract "$CONTRACT_ETHEREUM" --json -npx hardhat localnet-check - cast call "$CONTRACT_ZETACHAIN" "checkIns(address,address)(uint256)" "$SENDER" "$ZRC20_ETHEREUM" if [ "$1" = "start" ]; then npx hardhat localnet-stop; fi \ No newline at end of file