const rhinestoneAccount = await createRhinestoneAccount({ owners: { type: 'ecdsa', accounts: [accountA, accountB, accountC], threshold: 2, }, provider: { type: 'alchemy', apiKey: alchemyApiKey, } })