I successfully implemented CreateAccountOperation for new accounts and PaymentOperation for existing accounts on Pi Network Testnet, but they fail on Pi Network Mainnet. Are these operations blocked on Mainnet? Here's the error:
Error:
{"error":"Bad request - Invalid Operation - Invalid Operation Type Stellar::OperationType.create_account(0)"}
Since Pi Network is a fork of Stellar, I'm using the Stellar SDK.
Anyone know if these operations are restricted on Pi Network Mainnet or how to fix this?
I'm integrating it into the ECOIN Wallet, but I'm also considering implementing Stellar directly after fix it.