Hi newbie here. When executing a sui client command, I face this issue
Cannot find gas coin for signer address 0x89052a175017eb52f49d24e7de1f48b0c38c6b1d67f9fc4e471420524e4dc2d4 with amount sufficient for the required gas budget 100000. If you are using the pay or transfer commands, you can use pay-sui or transfer-sui commands instead, which will use the only object as gas payment.
I noticed that it only happens when I pass in the gasCoinId as the argument. My balance is definitely sufficient I am deploying on testnet
Hi, sorry for the late, when I run this command to split the coin. My mist balance is enough.
sui client split-coin --coin-id 0xdca513bd46c7224b08c5ed3d28c275733bb7465466aa6a7e6f6e1beb310230fe --amounts 40000
I get this error
[warning] Client/Server api version mismatch, client api version : 1.45.2, server api version : 1.46.2
Cannot find gas coin for signer address 0x89052a175017eb52f49d24e7de1f48b0c38c6b1d67f9fc4e471420524e4dc2d4 with amount sufficient for the required gas budget 3985880. If you are using the pay or transfer commands, you can use pay-sui or transfer-sui commands instead, which will use the only object as gas payment.