const rhinestoneAccount = await createRhinestoneAccount({ owners: { type: 'ecdsa', accounts: [account], }, rhinestoneApiKey, bundler: { type: 'pimlico', apiKey: pimlicoApiKey, }, })
const rhinestoneAccount = await createRhinestoneAccount({ owners: { type: 'ecdsa', accounts: [account], }, rhinestoneApiKey, bundler: { type: 'biconomy', apiKey: biconomyApiKey, }, })
const rhinestoneAccount = await createRhinestoneAccount({ owners: { type: 'ecdsa', accounts: [account], }, rhinestoneApiKey, paymaster: { type: 'pimlico', apiKey: pimlicoApiKey, }, })