token
token copied to clipboard
aptos-mint fund issue
aptos-mint fund --profile nftmint --octas 10000000 ✔ Do you want to fund the storage service 0.10 APT from account address 0x40d42279e759099c311727e01135601c9365720700bb93ce28697c9b080d9fdd … yes Cannot read properties of undefined (reading 'buildTransactionPayload')
When I run this command (initially I used --amount instead of --octas but it is giving error and suggesting using --octas).After running this command (aptos-mint fund --profile nftmint --octas 10000000) I am getting error as (Cannot read properties of undefined (reading 'buildTransactionPayload') .
Please look into this issue.