Skip to content

Commit

Permalink
should be passing the test
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Nov 7, 2024
1 parent d54d7ca commit 14dd3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nft/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ npx hardhat localnet-check
balance

echo -e "\nTransferring NFT: ZetaChain → Ethereum..."
npx hardhat transfer --network localhost --json --token-id "$NFT_ID" --from "$CONTRACT_ZETACHAIN" --to "$ZRC20_ETHEREUM" --receiver 0x0000000000000000000000000000000000000000
npx hardhat transfer --network localhost --json --token-id "$NFT_ID" --from "$CONTRACT_ZETACHAIN" --to "$ZRC20_ETHEREUM"

npx hardhat localnet-check
balance
Expand Down

0 comments on commit 14dd3e2

Please sign in to comment.