Skip to content

Update Token Hardhat tasks to use --contract/--destination instead of --from/--to #77

@fadeev

Description

@fadeev

NFT:

npx hardhat nft:mint \
  --contract $ZETACHAIN_NFT \
  --token-uri https://example.org \
  --network zeta_testnet \
  --json

Token:

npx hardhat token:transfer \
  --from $ZETACHAIN_TOKEN \
  --to $BASE_ZRC20 \
  --token-id $TOKEN1 \
  --network zeta_testnet \
  --gas-amount 5

Options should be called the same way.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions