Trying to use method safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data) When I use ethers js I just pass that field an empty array like this [] but on the one click dapp I can't find out how to do the equivlenent.
Thanks!
Trying to use method
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
When I use ethers js I just pass that field an empty array like this[]
but on the one click dapp I can't find out how to do the equivlenent. Thanks!