We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While setting this repo i run into below error while running the command yarn run smartAccount address
yarn run smartAccount address
$ ts-node scripts/index.ts address /Users/sachintomar/github/sdk-examples/backend-node/node_modules/ts-node/src/index.ts:859 return new TSError(diagnosticText, diagnosticCodes, diagnostics); ^ TSError: ⨯ Unable to compile TypeScript: scripts/gasless/parallelUserOpsMintNFT.ts:18:37 - error TS2339: Property 'numOfParallelUserOps' does not exist on type '{ privateKey: string; accountIndex: number; chainId: number; rpcUrl: string; bundlerUrl: string; biconomyPaymasterUrl: string; preferredToken: string; tokenList: never[]; }'. 18 const numOfParallelUserOps = config.numOfParallelUserOps; ~~~~~~~~~~~~~~~~~~~~ at createTSError (/Users/sachintomar/github/sdk-examples/backend-node/node_modules/ts-node/src/index.ts:859:12) at reportTSError (/Users/sachintomar/github/sdk-examples/backend-node/node_modules/ts-node/src/index.ts:863:19) at getOutput (/Users/sachintomar/github/sdk-examples/backend-node/node_modules/ts-node/src/index.ts:1077:36) at Object.compile (/Users/sachintomar/github/sdk-examples/backend-node/node_modules/ts-node/src/index.ts:1433:41) at Module.m._compile (/Users/sachintomar/github/sdk-examples/backend-node/node_modules/ts-node/src/index.ts:1617:30) at Module._extensions..js (node:internal/modules/cjs/loader:1311:10) at Object.require.extensions.<computed> [as .ts] (/Users/sachintomar/github/sdk-examples/backend-node/node_modules/ts-node/src/index.ts:1621:12) at Module.load (node:internal/modules/cjs/loader:1115:32) at Function.Module._load (node:internal/modules/cjs/loader:962:12) at Module.require (node:internal/modules/cjs/loader:1139:19) { diagnosticCodes: [ 2339 ] } error Command failed with exit code 1.
yarn
yarn run smartAccount init --network=arbitrum-one-mainnet
The text was updated successfully, but these errors were encountered:
I will create PR mentioning this issue
Sorry, something went wrong.
#34 @tomarsachin2271
livingrockrises
No branches or pull requests
While setting this repo i run into below error while running the command
yarn run smartAccount address
Reproduction steps
yarn
yarn run smartAccount init --network=arbitrum-one-mainnet
yarn run smartAccount address
The text was updated successfully, but these errors were encountered: