Skip to content

Commit

Permalink
fix: typo in nft send command
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Feb 20, 2024
1 parent afb5862 commit e867fd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ task("ownerOf", "ownerOf(tokenId) to get the owner of a token", require("./owner
.addParam("tokenId", "the tokenId of ONFT")

//
task("sendONFT712", "send an ONFT nftId from one chain to another", require("./sendONFT712"))
task("sendONFT721", "send an ONFT nftId from one chain to another", require("./sendONFT721"))
.addParam("tokenId", "the tokenId of ONFT")
.addParam("targetNetwork", "the chainId to transfer to")
.addParam("contract", "ONFT contract name")
Expand Down
File renamed without changes.

0 comments on commit e867fd3

Please sign in to comment.