{"_id":"@aa-sdk/core","_rev":"203-3de2d6a125f33a3170788c08bd5b51a7","name":"@aa-sdk/core","dist-tags":{"alpha":"4.75.5-alpha.0","latest":"4.88.5"},"versions":{"4.0.0-alpha.0":{"name":"@aa-sdk/core","version":"4.0.0-alpha.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-alpha.0","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"2f740bbf8dd772c4bc0f0372d09a6079f106d1db","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-alpha.0.tgz","fileCount":744,"integrity":"sha512-8fpb0u/JH42I/9ic1qRPy68V8lAzBcePqT9jWzMONrFNhW6WJo+z/DMLs9pymsqdkLjnGfsMeK3kOXoHZwC+Vw==","signatures":[{"sig":"MEQCIGfXBRjS41Y0YcQ9cooQCGZY3VRjOjtxPVUVklXkyxVlAiBDvsltrSIxNVsYaDvBvhFUl0/1/sE48rt9SIY/JmK95Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2716303},"main":"./dist/cjs/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/cjs/index.js"},"./package.json":"./package.json"},"gitHead":"bd1788c2bd7f28ba762a06c649f30b544f8bade9","scripts":{"test":"vitest","build":"yarn clean && yarn build:cjs && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"node --loader ts-node/esm ./inject-version.ts","test:run":"vitest run","build:cjs":"tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'","build:esm":"tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'","build:types":"tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v18.19.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"zod":"^3.22.4","viem":"2.8.6","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^0.31.0","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.8.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-alpha.0_1718829820357_0.10029278521862373","host":"s3://npm-registry-packages"}},"4.0.0-alpha.1":{"name":"@aa-sdk/core","version":"4.0.0-alpha.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-alpha.1","homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"bcefd5deb713e53fd12967b3bd29aac2d2f2161d","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-alpha.1.tgz","fileCount":744,"integrity":"sha512-+4s3Kvx1DSUZQ29Pis4xg+dx7ejEkGKW43fPpFNfqOg9hOWCCB2Hv6uTW5rrpjimKCjsUz+UD+MQNP0B/b29Vg==","signatures":[{"sig":"MEYCIQCYxIVbhQDN4XOjXAQXee5InmVwwPZjeHwumhbWItiHEwIhANb2NNFmW6AgOKMl33De3Nm/8G+iopSRC5oLYh0oKLTq","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2786331},"main":"./dist/cjs/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/cjs/index.js"},"./package.json":"./package.json"},"gitHead":"cb4bf5f8a9aa8fdff1610130821b69ff806e79e6","scripts":{"test":"vitest","build":"yarn clean && yarn build:cjs && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"node --loader ts-node/esm ./inject-version.ts","test:run":"vitest run","build:cjs":"tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'","build:esm":"tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'","build:types":"tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v18.19.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"zod":"^3.22.4","viem":"2.8.6","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^0.31.0","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.8.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-alpha.1_1719415219835_0.22791790577774562","host":"s3://npm-registry-packages"}},"4.0.0-alpha.2":{"name":"@aa-sdk/core","version":"4.0.0-alpha.2","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-alpha.2","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"d88d2c1d75389cb6d77c8f0b0955689d5fc66b2b","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-alpha.2.tgz","fileCount":735,"integrity":"sha512-u9bk5WNuQvLWxCOBBZkJZXNC+8PTLdpDeda5R+QkMZxCBLfcfKBSFXryKNxJcN4wmhxhkMDpKCVxoo5VCE8siw==","signatures":[{"sig":"MEUCIF/cj9EIgSqeA0/BlhDm+0Ki4xFDRP7Nfjfos1jIxlMZAiEAvaXVUi2r7VUP40ugRv1X8eyoatm4uK4U9wYuW8Hp4v0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2742703},"main":"./dist/cjs/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/cjs/index.js"},"./package.json":"./package.json"},"gitHead":"af70c1ea67be7f49339a1267ccadd8dc10aabde1","scripts":{"test":"vitest","build":"yarn clean && yarn build:cjs && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"node --loader ts-node/esm ./inject-version.ts","test:run":"vitest run","build:cjs":"tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'","build:esm":"tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'","build:types":"tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v18.19.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"zod":"^3.22.4","viem":"2.8.6","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^0.31.0","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.8.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-alpha.2_1720471685669_0.8128552569103609","host":"s3://npm-registry-packages"}},"4.0.0-alpha.3":{"name":"@aa-sdk/core","version":"4.0.0-alpha.3","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-alpha.3","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"f90a5531ba9f0a7667f1615c6d1d5a91842eed5c","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-alpha.3.tgz","fileCount":735,"integrity":"sha512-9nKwFCM0/akhqJXf/y6i3w9ZZnbrHe+78RHBxmljn8HN4hFxKn8P2NeXjxDaeU4yxxFgVyH7QonNQWni+4lM2g==","signatures":[{"sig":"MEUCIQCTWC180DfVM1qG9svqA2shMDiQ0rNPRp2xZckNLAjBKgIgOaPJ0SiiSS4uHqXi0RMijdm/Fkysaw5lxTk5ShFckOc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2742703},"main":"./dist/cjs/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/cjs/index.js"},"./package.json":"./package.json"},"gitHead":"507d58fe91410de1a6dd2f222fedc74c5e86bd8c","scripts":{"test":"vitest","build":"yarn clean && yarn build:cjs && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"node --loader ts-node/esm ./inject-version.ts","test:run":"vitest run","build:cjs":"tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'","build:esm":"tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'","build:types":"tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v18.19.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"zod":"^3.22.4","viem":"2.8.6","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^0.31.0","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.8.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-alpha.3_1720550614685_0.4281601501495116","host":"s3://npm-registry-packages"}},"4.0.0-alpha.4":{"name":"@aa-sdk/core","version":"4.0.0-alpha.4","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-alpha.4","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"94218571540dbc71cadbe5fbe0020559b3d5d050","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-alpha.4.tgz","fileCount":735,"integrity":"sha512-GXl2FYbYanaUuhS0jtIamPq2Ax80UwxKRqg6TI0bQOHIU8JA+4NvpGH0Fg/eFoLcWYLw3HrxzZAZP8q+s8jmxg==","signatures":[{"sig":"MEUCIQCvTJj2gOCWzpuP6whX9IfoHEid5HuveZZyqs51CYsp8AIgRChIlI/kJUK6ZHL1kJQit0g3npfTqCb1B0rryUZ9rAM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2742703},"main":"./dist/cjs/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/cjs/index.js"},"./package.json":"./package.json"},"gitHead":"07d3a1a98377c9db41d7f48cd89747d9e881267c","scripts":{"test":"vitest","build":"yarn clean && yarn build:cjs && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"node --loader ts-node/esm ./inject-version.ts","test:run":"vitest run","build:cjs":"tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'","build:esm":"tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'","build:types":"tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v18.19.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"zod":"^3.22.4","viem":"2.8.6","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^0.31.0","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.8.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-alpha.4_1720635234776_0.6035855425277514","host":"s3://npm-registry-packages"}},"4.0.0-alpha.5":{"name":"@aa-sdk/core","version":"4.0.0-alpha.5","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-alpha.5","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"a4c95be03756661f6666f518eb76581e8f377bbf","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-alpha.5.tgz","fileCount":735,"integrity":"sha512-g9hwXk0+RYVxP4tsnZEe50qgcDBcOt36QR/eCbGLsNoP17Fqrc0WNQxi5hbesQvF7H9nNquBH0mWC4FV1bz6Gw==","signatures":[{"sig":"MEQCIDI6Pjvwi0yYYEgzyVD0EWM5Vcmgv8Nf+d0K/4NbIIDxAiAcKooPeIy2D5UAcSmozU2g4GYFYISC2s/BPkctDF+wRA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2742703},"main":"./dist/cjs/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/cjs/index.js"},"./package.json":"./package.json"},"gitHead":"674bcb173cab611f7738ddc804a48846ea19f958","scripts":{"test":"vitest","build":"yarn clean && yarn build:cjs && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"node --loader ts-node/esm ./inject-version.ts","test:run":"vitest run","build:cjs":"tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'","build:esm":"tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'","build:types":"tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v18.19.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"zod":"^3.22.4","viem":"2.8.6","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^0.31.0","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.8.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-alpha.5_1720735643045_0.33673875985680723","host":"s3://npm-registry-packages"}},"4.0.0-alpha.6":{"name":"@aa-sdk/core","version":"4.0.0-alpha.6","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-alpha.6","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"4367ed10f70329655d2f1d8ba3ca3a831ced65c4","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-alpha.6.tgz","fileCount":708,"integrity":"sha512-KK4wQvQLBwl1exzEc3nGItnGBRXZ7zzMe1smiYN+0nNNpOxEaMk5Y3q9fryoyyN7ZwxVH0rBl/bZLmhzhacZpw==","signatures":[{"sig":"MEYCIQDijXhMItr/eMhmpJGL5meTsTPPAwiph/eT37yQbEHdWwIhAKOR371R7C7mkPcsxn42Xd3q6XYbwMFexk80MhswcPAQ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2618078},"main":"./dist/cjs/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/cjs/index.js"},"./package.json":"./package.json"},"gitHead":"2c35ec701f526c77ea5e00e2e6f147156c7ac0e4","scripts":{"test":"vitest","build":"yarn clean && yarn build:cjs && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"node --loader ts-node/esm ./inject-version.ts","test:run":"vitest run","build:cjs":"tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'","build:esm":"tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'","build:types":"tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v18.19.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"zod":"^3.22.4","viem":"2.8.6","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^0.31.0","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.8.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-alpha.6_1721346107191_0.4936509316390161","host":"s3://npm-registry-packages"}},"4.0.0-alpha.7":{"name":"@aa-sdk/core","version":"4.0.0-alpha.7","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-alpha.7","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"a0121f2c4ac37b6237fc068cb6176ffe0a80fa31","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-alpha.7.tgz","fileCount":708,"integrity":"sha512-sbiaMnI/oh0GY5FCi/1iV8MziuqZKZDWCU2kPbQ3yiE3tzbWTUSUPoT1OMSQSLwtQlkO1mqdqrGFvTo8azWDXQ==","signatures":[{"sig":"MEUCIQDWNSi+56Qk6H3HIzgvcAknim3lHp/C0n19iF5NQHb5EgIgPQzzyq5IlT64fN5CwTkPtpJbRti3hDUNk5foXVB08Mc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2618078},"main":"./dist/cjs/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/cjs/index.js"},"./package.json":"./package.json"},"gitHead":"94b858bcbaee13eb056edbddfda0ac598547b037","scripts":{"test":"vitest","build":"yarn clean && yarn build:cjs && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"node --loader ts-node/esm ./inject-version.ts","test:run":"vitest run","build:cjs":"tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'","build:esm":"tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'","build:types":"tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v18.19.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"zod":"^3.22.4","viem":"2.8.6","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^0.31.0","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.8.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-alpha.7_1721426366420_0.2355260857237742","host":"s3://npm-registry-packages"}},"4.0.0-alpha.8":{"name":"@aa-sdk/core","version":"4.0.0-alpha.8","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-alpha.8","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"a1b8c001d30ed403c33fe389d1796ece9ad807b1","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-alpha.8.tgz","fileCount":708,"integrity":"sha512-w9Fm9ZgnfrHEbSyCizxu2QAlVb5dT8y+4RR3WZ02vVdTFGNnunsVPp8wdgQEwz8nmyK6acx5LZloeusKlMp8aw==","signatures":[{"sig":"MEUCIFSCoSZU4qVuEoNdJyS7pT5fEip5scEDxCPr26gJaX+JAiEAwOF8o2jW8a6z04tFwli/zXM7hMTAsio4tGrw5dci9Es=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2618078},"main":"./dist/cjs/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/cjs/index.js"},"./package.json":"./package.json"},"gitHead":"1203942ed4e10f7b4c1685c8835006fbf3a4bcae","scripts":{"test":"vitest","build":"yarn clean && yarn build:cjs && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"node --loader ts-node/esm ./inject-version.ts","test:run":"vitest run","build:cjs":"tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'","build:esm":"tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'","build:types":"tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.5.1+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.5.1","dependencies":{"zod":"^3.22.4","viem":"2.8.6","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^0.31.0","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.8.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-alpha.8_1721685072471_0.3717289655903535","host":"s3://npm-registry-packages"}},"4.0.0-alpha.9":{"name":"@aa-sdk/core","version":"4.0.0-alpha.9","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-alpha.9","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"01d554d8169482783c0fc30b7d9ccd1fad4d69bc","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-alpha.9.tgz","fileCount":708,"integrity":"sha512-O+b6tiXgpbljWPmfxujmKtnuy137TiFK9ldFe204LFLpVQjmDUDI2QGDonWZe6jHap/HLYoFt52lHDgLIhM1kQ==","signatures":[{"sig":"MEQCID3KL/2w0IssndwrqDKVpaLp+1CXjf4a0bon2BjSziISAiAto58FCYzRYQi1UCsBQJ0gy75Te4/6QcxDWSJcK4Q4/A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2618168},"main":"./dist/cjs/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/cjs/index.js"},"./package.json":"./package.json"},"gitHead":"9616a7ab7dc70320b508e5674bb61ef0723a8b59","scripts":{"test":"vitest","build":"yarn clean && yarn build:cjs && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"node --loader ts-node/esm ./inject-version.ts","test:run":"vitest run","build:cjs":"tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'","build:esm":"tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'","build:types":"tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.5.1+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.5.1","dependencies":{"zod":"^3.22.4","viem":"2.8.6","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.8.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-alpha.9_1722442112602_0.9959462514603337","host":"s3://npm-registry-packages"}},"4.0.0-alpha.10":{"name":"@aa-sdk/core","version":"4.0.0-alpha.10","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-alpha.10","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"fc76a3d37c0ada3592157d21d545e32977314bc3","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-alpha.10.tgz","fileCount":708,"integrity":"sha512-vUgHx625+JY+A/IEwssWCweaRqhHq64oP0hGkbL6Y1dzmya23/4UMfk5m3LfW0ehVrqyVI8FNe+SqDm1/zSElg==","signatures":[{"sig":"MEUCIBc1aLkK7zEZw9zGU7/sv5+jb+qvUJl3mkYIp3E00wCTAiEA8Iq+rBy47XzRw294TQ2+8XfIU3+80XLiczgEkVv2+/w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2618180},"main":"./dist/cjs/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/cjs/index.js"},"./package.json":"./package.json"},"gitHead":"e3446b95cdee38c248f336857b24f78a32694076","scripts":{"test":"vitest","build":"yarn clean && yarn build:cjs && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"node --loader ts-node/esm ./inject-version.ts","test:run":"vitest run","build:cjs":"tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'","build:esm":"tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'","build:types":"tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v18.16.1+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"18.16.1","dependencies":{"zod":"^3.22.4","viem":"2.8.6","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.8.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-alpha.10_1722537764705_0.738867525661651","host":"s3://npm-registry-packages"}},"4.0.0-alpha.11":{"name":"@aa-sdk/core","version":"4.0.0-alpha.11","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-alpha.11","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"1cd7ec28e1d02cdbc92d0078b121109eb9561a9f","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-alpha.11.tgz","fileCount":708,"integrity":"sha512-klFDxAzxXKJ1HBp9U4qgh9cco/+ftuUhnFwYzJELdfN4bjceI42Ty8V6Lw7bWd5GQZ9z/i8f30bLD6Z9g9TFFg==","signatures":[{"sig":"MEUCIC8nM1Q6PCZOrsAn6fZPLEILtPdoOqWD8QA6rQl581jJAiEAxHrelXR/J/EPSEMh6nr8RRUPgw0yRKmgVilW+Nmyu0Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2620196},"main":"./dist/cjs/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/cjs/index.js"},"./package.json":"./package.json"},"gitHead":"7dde8daa73a0bee97f3c0068d7e4818669db9a26","scripts":{"test":"vitest","build":"yarn clean && yarn build:cjs && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"node --loader ts-node/esm ./inject-version.ts","test:run":"vitest run","build:cjs":"tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'","build:esm":"tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'","build:types":"tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.5.1+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.5.1","dependencies":{"zod":"^3.22.4","viem":"2.8.6","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.8.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-alpha.11_1723826182260_0.41490767593632194","host":"s3://npm-registry-packages"}},"4.0.0-alpha.12":{"name":"@aa-sdk/core","version":"4.0.0-alpha.12","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-alpha.12","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"1d13fcc178737ef4cc4feabe0a5ef50a4633417e","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-alpha.12.tgz","fileCount":708,"integrity":"sha512-Qbs9ZtVL+/FagQn070XsJjvqSZsb3iM1zuLSiNrl6iugkOu6XiRBdrn3nR5EigcMWhONF3VRWv//tqjoQ+NubQ==","signatures":[{"sig":"MEYCIQCwkrxqE5OY3CFgrhqhcaENbLiHZVo34EuBQXfIQyQSggIhALDb34sJJtyIiliwoYdp/7rjaZq22eW7k0tprSNyeRvz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":2620196},"main":"./dist/cjs/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/cjs/index.js"},"./package.json":"./package.json"},"gitHead":"16442524c0133a85f6c432c6636339566b2d39b1","scripts":{"test":"vitest","build":"yarn clean && yarn build:cjs && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"node --loader ts-node/esm ./inject-version.ts","test:run":"vitest run","build:cjs":"tsc --project tsconfig.build.json --module commonjs --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && echo > ./dist/cjs/package.json '{\"type\":\"commonjs\"}'","build:esm":"tsc --project tsconfig.build.json --module es2020 --outDir ./dist/esm --removeComments && echo > ./dist/esm/package.json '{\"type\":\"module\"}'","build:types":"tsc --project tsconfig.build.json --module esnext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.5.1+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.5.1","dependencies":{"zod":"^3.22.4","viem":"2.8.6","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.8.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-alpha.12_1724187934479_0.455098727504319","host":"s3://npm-registry-packages"}},"4.0.0-beta.0":{"name":"@aa-sdk/core","version":"4.0.0-beta.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-beta.0","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"c954e757aee1faadcbb6a924350240f3f74fb55c","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-beta.0.tgz","fileCount":472,"integrity":"sha512-H02++F5//I0icPvjw9Cr2EXPQ98YEL2AvvJYyJLH/CwX8Kh1NF4yN7afHRW8xE5Q0fQJLfvZz63HJ7R9DFMI3w==","signatures":[{"sig":"MEUCIQDJXCYXcP4qlGJNkyQjSGXrVN1vbVrAQwMvDCyhXiqlmgIgUd9fiI6p59cjYTz6CAiwli4GkfioNOYOdOU+rtXzaQw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1781316},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"5da6d98a0d16878652dd5bccdb1d3cebc6d86752","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.5.1+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.5.1","dependencies":{"zod":"^3.22.4","viem":"2.20.0","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-beta.0_1724867194659_0.2242897025119328","host":"s3://npm-registry-packages"}},"4.0.0-beta.1":{"name":"@aa-sdk/core","version":"4.0.0-beta.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-beta.1","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"f31721b00adc536e97469037bb2097633293b7e4","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-beta.1.tgz","fileCount":472,"integrity":"sha512-R8dw2UtkRyU7HeJgoPYXWC2UzCFhunFkJtYxWXh5ap0rwNlKQjuEpT1/qsVOEVxtEcINx4Mv573gGd6bgPX2sg==","signatures":[{"sig":"MEUCIQDk19rJnq7+me4xdT3+tk+ZyR1kZCEm9YHKjoyUgOp2VQIgR5mg3emyDVtg4MnqAlACsKQR10rI7w0K7z2O/oXCXok=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1782121},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"5e0db61aaa6b55e7da3e04d00822392b946b3882","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.5.1+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.5.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-beta.1_1725462488158_0.43086278662293886","host":"s3://npm-registry-packages"}},"4.0.0-beta.2":{"name":"@aa-sdk/core","version":"4.0.0-beta.2","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-beta.2","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"ef284f2b480e66fa1655397d4db55a01a71fdadd","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-beta.2.tgz","fileCount":472,"integrity":"sha512-vaBsUp6wztTst2rHxvDp2ppkKDs3I4DE+P5sn4F+kKL9wABd9qHnza+OR05dlrFIQsTagzzc6QVzoaHiXTr3Zg==","signatures":[{"sig":"MEUCIQDBeh354gfizUI3BJ2q64RPISKwuIooYHSWD7IBnnCXXgIgf1A/5rT2tU5p3/26zjRLuetlH/z92kGdNEJ4qe+2AMg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1777746},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"c814690e2cac5d6b4a385730b87a2fcd369377ec","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.5.1+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.5.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-beta.2_1725654975390_0.9667455760012078","host":"s3://npm-registry-packages"}},"4.0.0-beta.3":{"name":"@aa-sdk/core","version":"4.0.0-beta.3","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-beta.3","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"4ee41c9775b0a383dda634c669426a965f89ad39","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-beta.3.tgz","fileCount":472,"integrity":"sha512-ocP71Z72hJ7v/7RBjvS3I5tIP/R6Rc+ZwgCPDkTzZPoqx2u4MH8vRwb/ATiIRZZRwC+go0hYjtKE6s3ChXX/tQ==","signatures":[{"sig":"MEUCIQDJ3PbcEKH77bZUgjNr75glM3ForG7wNH0JSRNHIY/o4wIgA5sHnJ6356EQhKpMY7vwx0Za5trtIjzWHFdKbxfA8bc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1777746},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"533a73e15838e1c66bdee2fdc278b96c90f00ba7","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.1.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.1.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-beta.3_1726526864419_0.3327017503151737","host":"s3://npm-registry-packages"}},"4.0.0-beta.4":{"name":"@aa-sdk/core","version":"4.0.0-beta.4","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-beta.4","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"d5d9dfb99ae28f00cd8d5600175476b6898fc450","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-beta.4.tgz","fileCount":472,"integrity":"sha512-MYWYUgLar7Pfi5z0mrE7KCxxLArsysfPuJETYI0cbSALq+vFJD66dOcjuc99joPhrVoaBGzXtjoQnMSn52R2aw==","signatures":[{"sig":"MEUCIBXtLMIPNAmTFFG6E5fCu76OZMvOzRQ5qkqBYK9WAfqsAiEAzfU05X2GQ6tLWfyKKwZ4kpD8eRFjXNtqrPriVq3ovYw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1777746},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"90a0eaaa921d05a15fae72a4786d458bcd702217","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.1.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.1.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-beta.4_1726640166844_0.1864104777069131","host":"s3://npm-registry-packages"}},"4.0.0-beta.5":{"name":"@aa-sdk/core","version":"4.0.0-beta.5","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-beta.5","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"bebdf50937bb83836c66f57f611c46dd8cb08c74","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-beta.5.tgz","fileCount":472,"integrity":"sha512-B8P1sTohOYVzj0iEyJ/dXUz/c4avroEz1YJFHoh93uhuAYoiWs02uoWwb4WXMr2ZykvCXY8T8YhKF1mOu2WCxw==","signatures":[{"sig":"MEQCIGrWmdvw3GDJJt6NBnulhnEJ4wxq8+4mXiFJ7YGU/NTtAiBZ8ksGRFKemXzlyDJazt6SpYVoTGcTKrmh0jMNg6PhyQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1777746},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"d786e35ceed57e8262a1904c95364203c8c3a3fc","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.1.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.1.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-beta.5_1726691077604_0.9046434044031715","host":"s3://npm-registry-packages"}},"4.0.0-beta.6":{"name":"@aa-sdk/core","version":"4.0.0-beta.6","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-beta.6","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"f27560dbe4a5b544a4d74b61044d7abb4b7f073c","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-beta.6.tgz","fileCount":472,"integrity":"sha512-qrQQN62F8j10Js/42hEh6MHWANDAew3fZvBb31UIQwNmDqSC4ccJK3mEyYZddgg9qAneArAJn9MUqbMaLZLkVw==","signatures":[{"sig":"MEYCIQC82jcqDg6zlqgCz0BNuO2QPrOPJPmufRi/XbEH2vkOjQIhAN/+O4Q8eSNWOY0ncdtadA3RQHugXvH52UMoHRLLr1re","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1777746},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"c25850c8617a78ee1956896b64c85db7a9ad6c08","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.1.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.1.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-beta.6_1726694728083_0.7877661624721313","host":"s3://npm-registry-packages"}},"4.0.0-beta.7":{"name":"@aa-sdk/core","version":"4.0.0-beta.7","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-beta.7","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"43c3c1395da997fcc5e150adb3bc6239e4e07ee9","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-beta.7.tgz","fileCount":472,"integrity":"sha512-+zJicDDKZ24sKEQ05yf3xH5/oao0BjvJ4yHfzGLziGTg8PyWZ7uiFvBUJkgIIK6TywTUMO7FtoMBuwMwOYPRGQ==","signatures":[{"sig":"MEUCIHsoDLkoNwDLSAytqqk3nEe/kb7l1RnPQSkSrSu4piuRAiEAqGUTYwolvVBBQCnur5O3z47jaS5vYpPyKIqOzlXBlHA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1777746},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"4052aad057a2d8b6659e309f1a753efcff8aeea0","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.1.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.1.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-beta.7_1727463008257_0.10821592944441938","host":"s3://npm-registry-packages"}},"4.0.0-beta.8":{"name":"@aa-sdk/core","version":"4.0.0-beta.8","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-beta.8","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"89015bf948f9de620ab9708250363f1fc8ea29dd","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-beta.8.tgz","fileCount":460,"integrity":"sha512-DC7+6l72QmnCoE4VdhQMmeErSGO4P+P6tNBHborNhW2JH/MDXnentKLhpMwLcdNdghE4CC9pfKQGQy8IoszYDw==","signatures":[{"sig":"MEUCIEhz3jwqgFL2gFtHfNWy3g7yGEKTSrmrbf2zyUqWN+QSAiEA73QLYg93nYGI5S3/t/Jzu4m0AIbfBftB9friAQzWGqI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770487},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"de91f21bd8a8578a5cb119624fad7cc9b3726fee","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.9.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.9.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-beta.8_1727891905910_0.7662157409496007","host":"s3://npm-registry-packages"}},"4.0.0-beta.9":{"name":"@aa-sdk/core","version":"4.0.0-beta.9","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-beta.9","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"8c81000e40973969d7dfb75affc0c469ff9daabe","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-beta.9.tgz","fileCount":460,"integrity":"sha512-w7MHeTqZlgUkknHXwN+GzGSASpA/lHx9PAIVUFsIqFVCGnRVEpW0oV/MUzQpO4kq9ROpXnGtq3DFnb26MXWb3A==","signatures":[{"sig":"MEQCIG/mfGFSSqgDCW//S+1wt9txBGEKznnRP9Ehs6WyJqqLAiBQvz2U9ai9iNCJzJTo4Lh4Bd2k3528A9nf1A74zo7o4w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770487},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"6c5f0ff3863587178909a4df689df3d8379b1851","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","test:run-e2e":"vitest run --config vitest.config.e2e.ts"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.1.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.1.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-beta.9_1728450968324_0.34303665357137003","host":"s3://npm-registry-packages"}},"4.0.0-beta.10":{"name":"@aa-sdk/core","version":"4.0.0-beta.10","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0-beta.10","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"f7ea80c1e8c8dbeff4085ad1a500fb246f6955d0","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0-beta.10.tgz","fileCount":460,"integrity":"sha512-9kLOng/oNCCIczcST0UVETKuGLslHsZ+h3GkcqaCMXHSm3gw4nTG3/eLHyVaNXj37uIl3fngvvsVWV7Hx9T9bw==","signatures":[{"sig":"MEYCIQCStYy/nNzES40DC6cI+HbDzz5mm+YzNlNV/Dt4USdv8QIhAMF8vZqmVFmJXv3J/QQdOIsJ+RHsXNnIqviR4sxdgcNf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770429},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"3429eb6a07e6a929a1c2069839a525135d081d3e","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.1.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.1.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0-beta.10_1728981087046_0.30870260915904324","host":"s3://npm-registry-packages"}},"4.0.0":{"name":"@aa-sdk/core","version":"4.0.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.0","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"0f60b465b425e25696ba59cefc7c2d3de598b071","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.0.tgz","fileCount":460,"integrity":"sha512-7O9IRxo6eSaraLkVfQ3N7Nb5rexjWOCYgEVcwELAl5gaGRW5DMvDp96gTSjb/s8UnpY9+IvTeuI980jasSjF+A==","signatures":[{"sig":"MEQCIGUV/VM5RzaOaFRcoPhnhe4JYWZF8+vO6O2ogibA5HggAiBdvElEnpg7B+s1joFq1Pi3c8pJE0WpVnyKZJfN8o5+7A==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770387},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"f3489aa0739d3ff497c3fc1194c96778a1adfbad","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.5.1+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.5.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.0_1729029870143_0.25320789352093365","host":"s3://npm-registry-packages"}},"4.0.1":{"name":"@aa-sdk/core","version":"4.0.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.0.1","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"6cac34fc48fc667ac9d5e150beea331490b4f9f7","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.0.1.tgz","fileCount":460,"integrity":"sha512-SKesStNn5axZzcZcZe/A2Rk++MSeGZTVD4My7DFztIHdSZVFlIkvWL5Dsx5D3DdxgcFwEw7hvxVOHrUrjmtoDg==","signatures":[{"sig":"MEUCIF/1jXtE21p/T3giVC+pOVFjXf48baoQQlhoWiVpDOh/AiEApUA3cIfjkLvhyDsPNzTkOlT77Vwx6SnZSDhfgvdVHl0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770379},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"840465b053f8fa8971715fc8d9ef4401632f87e4","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.1.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.1.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.0.1_1729368808040_0.12642920035487104","host":"s3://npm-registry-packages"}},"4.1.0":{"name":"@aa-sdk/core","version":"4.1.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.1.0","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"6d1f52189fb8f7cedb8ce133a87182a2822fb7a7","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.1.0.tgz","fileCount":460,"integrity":"sha512-2+iRYnZsUNZ5gwB9U3p5QLmR0Z4HID/q+LUBYfK2uCABAwKRMjz2PJOEVrhYjUnFeyULM+rbpESDXPeEwrJVAw==","signatures":[{"sig":"MEUCIBVsNiGcAD8xKqxz/yxMrwJlczL8ApDRFcImtr1bgY8EAiEA2GLp/6MOFta8RS6wEDxHrD2Kl5EtV7XbxUKOcoPFUVw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770379},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"f6b6f15f4fe349850995264a549ca53a821859f0","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.10.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.1.0_1729702410422_0.6437931609939034","host":"s3://npm-registry-packages"}},"4.1.1":{"name":"@aa-sdk/core","version":"4.1.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.1.1","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"cb77aabda9a73a1967e0d4c32d3806c269194c4a","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.1.1.tgz","fileCount":460,"integrity":"sha512-SAYP9P5fbim90cXPfdld3HNX13iy0CzLEk2gwFsaYUSLIw1jYcWwLiTGPGP3CqEhslIGOmYXR5gdirPLc7+cYA==","signatures":[{"sig":"MEQCIELYBbfM0/syET/tkcQ/1MluldNVl+SR6nrg8v68VPB7AiA8wSigBrJ07srHpRQ4fP9ucw80aO7xE5VDaU7Hq1LSQg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770379},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"36eb306e10b5d476a993316bafdbff17755ff8f3","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.10.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.1.1_1729787686391_0.6999478070757514","host":"s3://npm-registry-packages"}},"4.2.0":{"name":"@aa-sdk/core","version":"4.2.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.2.0","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"19bd0085062a518f9cda41d0474b0d5fce493a0d","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.2.0.tgz","fileCount":460,"integrity":"sha512-cV0K0NDz56b/r8h7OdlGvbO3EeeEVH5rCsalSh7plXVS9UeBB6ZG0EFTTEpQAY1USqMlfPb+2utVXJvi8ro9Rg==","signatures":[{"sig":"MEYCIQC0cyAr3Ovox3GdgOf6jHtSySCC4eJ7rH6v2AefD2IE7gIhALIRZ2A1/H0zMT/7Sd6+yPrbXUOMHm19P1Ex9nOVbyfk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770379},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"c797c8143221d84f67df30d56b61c9950f5ea890","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.10.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.2.0_1730242319118_0.9133502139005398","host":"s3://npm-registry-packages"}},"4.3.0":{"name":"@aa-sdk/core","version":"4.3.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.3.0","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"c908dc27d162fc3ff29dfe87ddb14b80632f38eb","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.3.0.tgz","fileCount":460,"integrity":"sha512-9fZwrOzWFMH1JbxJEEeSDnOgK83FS4JEsSdL+HrAY1w7Bj2x62jUodJIUDqtVWEFzKPbVP1rbZ9hej26zLFeig==","signatures":[{"sig":"MEYCIQC+albJzhn1yW5kLFGYuAfr8KYrvIQ73rrd8S0mrqfZJAIhAIebL/v2fjTEXD2ddFfzhbnJVt6wQhSKPYJU2NGPN4gZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770379},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"78c86103afeee309748c9d604af58bc7707c8b16","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.11.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.11.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.3.0_1730828530472_0.6191585180208108","host":"s3://npm-registry-packages"}},"4.3.1":{"name":"@aa-sdk/core","version":"4.3.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.3.1","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"5a730a9838e077b1e41ecf137e3f7a6a74d153a2","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.3.1.tgz","fileCount":460,"integrity":"sha512-Mq9h3MmQKTmMdoBGtU56++F5Ak2oykaBDkfvtCQ22q2Zi7dVZyuJ+vMHW2DV1hgvm9/2RCRQVwpqQPwTHLH2LA==","signatures":[{"sig":"MEUCIQCj26yXI5zhsy7ovgIS2GFB2TFZVeX0G6hpXIieyC0GCQIgF8t6jzKVvZffY44YE658xuWLUPt5BtsIqpnVrN//6FU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770501},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"68052c506336d4c7eee1d2ee78e9b07892488351","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"npx ak-docgen generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.10.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.3.1_1731006703020_0.9966659370730402","host":"s3://npm-registry-packages"}},"4.4.0":{"name":"@aa-sdk/core","version":"4.4.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.4.0","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"df3c34e86e84bd5cd0c6d994d8f91ac55b1ee7bf","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.4.0.tgz","fileCount":460,"integrity":"sha512-cdhBGxt6tQQM6/FcAkagcSUThraOH9ODM9MOzVvba3zoo3Dm1jaFV+AJKvTOLFehKJu6GY07bIllGDdTx5sUOA==","signatures":[{"sig":"MEUCICfRTxoWAullI8c7kLgk5EJDe47xmnPMQjsq1OPauI8lAiEAsKsmYRa0AqrtPNW5epSCTtqYd9rIUkD6UCd2QewvUzQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770522},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"548258eef7a342e0ed94e3f73c5501f8ee9ddf79","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.10.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.4.0_1731531736421_0.3415487769632346","host":"s3://npm-registry-packages"}},"4.4.1":{"name":"@aa-sdk/core","version":"4.4.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.4.1","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"408d733568f5fa92586e9a183551a7203d8ec3c2","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.4.1.tgz","fileCount":460,"integrity":"sha512-BUk5qiU77IsKbZ7MIA1A7uWfIjOVrGgHOEHGIm1pwTZ6qDCRmsgu8VNVyFf86kgEhJlicD7t1qLT6+Hu0GBBQw==","signatures":[{"sig":"MEUCIBG63Wc/8tIAnzQtiBvDDoTtSFjY1AsFI8A+CRvqD8dxAiEA9oR39O582hypjYhScGFVoO95ekZNoXH16bviQjO+3T4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770522},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"4ba357b7666a6bcc2c7b1c34b461a84fdc8dcf5c","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.11.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.11.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.4.1_1731611091319_0.4759049493717784","host":"s3://npm-registry-packages"}},"4.5.0":{"name":"@aa-sdk/core","version":"4.5.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.5.0","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"88eeb1a380070cd2c3ea58dfe69fcb67e233f940","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.5.0.tgz","fileCount":460,"integrity":"sha512-hnpzUiQ317IJj90DL0MYiPXCrVfgxPhNIL8vMYxV9PNIMcx68yPuwv+F5z4yFCqV7WQ1+2pP/aYR4/AzxgOyZQ==","signatures":[{"sig":"MEYCIQCuZLEumetF4iowkdV5dixSJMM3w2lWoMngW8OO9wCg2gIhAP/rgEYjupwp9kofXnFBTqvozdyFnZc5/drakAHCHqJK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770522},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"2d453cd3106b8a516d0afbd953591c21e30abe94","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.11.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.11.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.5.0_1731970788916_0.8080725663524095","host":"s3://npm-registry-packages"}},"4.5.1":{"name":"@aa-sdk/core","version":"4.5.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.5.1","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"},{"name":"rohanalchemy","email":"rohan@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"e36f26f8516dc661973cb4c05bcc514f293d05cf","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.5.1.tgz","fileCount":460,"integrity":"sha512-AxLDKqrsJUcG08CZuHq3Us9H0dUeSWIG5X6Cf8MwQPLgwf167YWlWMCkwSBRPQKcdmh1rhUJOPMCgzbmoHfNLQ==","signatures":[{"sig":"MEUCIB2caBsnqLGhPH8trtJXu3ObpiSs6T+pzKwl78+p3jt9AiEA/Yf2zDnFWJXwn7tDf73U7kBjszgVr9DL4Gbbt4omoy8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770522},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"6024817ff8c840c8b6a1609a6ad32595a77bfdd6","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"npx tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.11.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.11.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.5.1_1732292470443_0.14030448163234732","host":"s3://npm-registry-packages"}},"4.6.0":{"name":"@aa-sdk/core","version":"4.6.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.6.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"dee68bfa72fb5191ddbda0f3c7d9fdd6e1cff77a","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.6.0.tgz","fileCount":460,"integrity":"sha512-TJFonYq8nsQsk5Ml116pQV8Hr8XNvkC0bEHPck4HQBx/XRMfJtaW//Q1OS+UxgWScAMroFAKp9e7Kozexu431A==","signatures":[{"sig":"MEUCIQDn/CUuH+d1DXLgoTY/yhs9pwkvmgG7Z6R9wYOO1K2HWQIgJRU//DXTg+tk84Rm1rR6R6F2eGPEiuLd1SNVU+23SzM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770518},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"00118dc9a72085f71428a2c1bde28595819fcb5a","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.11.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.11.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.6.0_1733249797304_0.028970696076344282","host":"s3://npm-registry-packages"}},"4.6.1":{"name":"@aa-sdk/core","version":"4.6.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.6.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"0d930f667a061736c4c13dd5b2ec9c0cbd322fb7","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.6.1.tgz","fileCount":460,"integrity":"sha512-NY1teqA1cC1/WhG4xfxhVxGj4PxdRrUD087lZxQhYyh0ak8wy2oHa+Kdbpm4VfJoGuDRXDe9JIQvs4M7JtJTpw==","signatures":[{"sig":"MEYCIQCcckzHLL1AN/pjtkojOpgZD0PnJlXYhFcHi8haxwbhOwIhAOBeIaN9XsoMkVdwt3R1D7iP6UHqa8e8tLuK+poeoNEx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770518},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"2a88216fe9074fe72e08ddf0a1bca68c19388a8e","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.11.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.11.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.6.1_1733870315480_0.558070247186514","host":"s3://npm-registry-packages-npm-production"}},"4.7.0":{"name":"@aa-sdk/core","version":"4.7.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.7.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"033b4ab129b1395e2cb2bc551e68841cec30521a","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.7.0.tgz","fileCount":460,"integrity":"sha512-+1FLCppRUETlpo0vzKS1iCggiCl637URa2/p6zGcy68up9WTJjKQcovvQL1p/ebQfIQeyYtV8cv4MbpL+x0t0g==","signatures":[{"sig":"MEUCIHnHq/q1qWU4HpK8m6ORurxgVklUYN5vhUvfkrkBIDpiAiEAx9xwS2ENFz+TkNGtoIl/52lAmgNG9122y9d472gs4Ts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1770518},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"3950367aa87a8c6a96664a72c0e39d7dcdf223b6","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.12.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.7.0_1734389356769_0.759541896827018","host":"s3://npm-registry-packages-npm-production"}},"4.8.0":{"name":"@aa-sdk/core","version":"4.8.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.8.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"3d7013122257b5d0c2ef1426adb201f889353645","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.8.0.tgz","fileCount":460,"integrity":"sha512-x8M9stkWkYXcmaVDh4AsFjfJjUhUtw5/2Bowea74PIX5FBx6G9GtApZw+cVky1jxZTgiEIdJgepNBIS6gB8zqw==","signatures":[{"sig":"MEQCIFEaqhMkPD7pYXwhaNQKtKss+2kXsaHHrlRVPHgaAcleAiAUxjEQrX9wIkYjnTlIgc/d/u3i+qC74L5KMV7O01I/8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1779828},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"06d9deda91e24f7c654bbf2e5713644fd39f6a85","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.12.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.8.0_1736380898574_0.6903198967628337","host":"s3://npm-registry-packages-npm-production"}},"4.9.0":{"name":"@aa-sdk/core","version":"4.9.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.9.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"f7bea076a8409b83a559477b6cae4272e3ada3aa","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.9.0.tgz","fileCount":460,"integrity":"sha512-jtB6Xho1oZl7xiQvCQxSwNe2fs8KWSOSNaKuMZaBweh/EStw1+iypTxVVjeh5VpkeGUnt6WMa5PCXtUuteUIPQ==","signatures":[{"sig":"MEUCIFAvsBAAkbzK7KUlnzKZHQpCOjfbk2hz64aZrhMhiBG3AiEA+pdqeUyNwJBAZns1oH1Ci5vJSs9y5u0f6Wzhxujs1iQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1780559},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"9cd4dc759879defa6ac90f1ae7f8a378d9d1666f","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.12.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.12.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.9.0_1736791986431_0.8420884379537359","host":"s3://npm-registry-packages-npm-production"}},"4.10.0":{"name":"@aa-sdk/core","version":"4.10.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.10.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"36d890de8cba785fb6d6f5db02d1eb3018fb2971","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.10.0.tgz","fileCount":460,"integrity":"sha512-toDnu1H1pKmvyGgm1KDaVw7Y9Mu1zr1LSjDA8OwFzqOGcHEAmZfd3zq641oP8fhGu0HJhDo5nGMivugFQMEtJA==","signatures":[{"sig":"MEQCIDMbKNDzgANkt16sRtFw3u5IyLWYz0L/nOiMgXCQMg/eAiAfBAQdKJpm/LGBdWFmc+NerqRbL9cobQMVI6uSEu60WQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1780052},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"8acd2d8e45410bfb2d7e4447d3a130e23e605cd4","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.13.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.13.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.10.0_1738088539769_0.23590747862832573","host":"s3://npm-registry-packages-npm-production"}},"4.11.0":{"name":"@aa-sdk/core","version":"4.11.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.11.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"86e1993b2f5fed1794a8d9c20c7d88ca1fea22fc","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.11.0.tgz","fileCount":460,"integrity":"sha512-VMmiU9qoAaiwdXbPKxhPpcaANUMPkKxg+J7QTLoYqycpLop7jA1lx97d3fSOPtGBQIcJQix6PQIN1Maixcif1w==","signatures":[{"sig":"MEYCIQD6rUu4vcnBrgGQRqLUMhDKvEaT4IlJavV+iTDFehqRjQIhAMvTxVTeOkr7ogxX3ko35w/fZCDnUeNNb8pubCeOvZau","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1780052},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"789a1db1e3cfdca61393d8328693dd9d1a4ebb0f","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.13.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.13.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.11.0_1738115872849_0.17710332217226488","host":"s3://npm-registry-packages-npm-production"}},"4.12.0":{"name":"@aa-sdk/core","version":"4.12.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.12.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"3923464d2223f35cbcf71cdaf7f42420b87c12ed","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.12.0.tgz","fileCount":460,"integrity":"sha512-VAgtHJWWD1MiE6WI7dSb03QjrDOe8DxmhJJZmhGpkLBgQCI8ZDMEwKK/1b/1KojZ/DkATXGhfpdG+h+GJOG5ew==","signatures":[{"sig":"MEUCIQD11XYc4+ht0ItUzf3muafOo6JfjlYuAeAYsAj9Nu8wiQIgAI5y0jJfPVgbWgjU28dsAbI90qYhGu5FmG+1J5W7gkw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1780052},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"a7cbb952e519b0f9ee9feb06a019b25ccdeb78d5","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.13.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.13.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.12.0_1738629201685_0.5651120835732659","host":"s3://npm-registry-packages-npm-production"}},"4.12.1-alpha.0":{"name":"@aa-sdk/core","version":"4.12.1-alpha.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.12.1-alpha.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"7a1199501360cb0477ef347c8be197e17ec8cf5f","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.12.1-alpha.0.tgz","fileCount":460,"integrity":"sha512-gC38r+PyvOmIjZLHmurK8+tDdTfBJ5Exdd9aKi71FR1SeG//fBOP4cMq/cmP4m1gBMM4n3fJnX+B/HFztb94jA==","signatures":[{"sig":"MEQCICWQCGJ82NrbX9zJnyjatwASfJoaM2hTcfjGnQo/6K1iAiAv/aAJhbnDhhHO7aE1KPhqgRoHR7gV93E8LQStxRIFvw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1780104},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"7835fad48bb913cc0b9adfb82fc98610e5cde0b1","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.8.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.8.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.20.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.12.1-alpha.0_1738796713472_0.24136619731575992","host":"s3://npm-registry-packages-npm-production"}},"4.13.0":{"name":"@aa-sdk/core","version":"4.13.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.13.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"276266610c55aad8392f07585d2dce1bba01b2cf","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.13.0.tgz","fileCount":472,"integrity":"sha512-/5WCeyP66J+1wAtpqqcJBv2mfRikA2/aPIccigtbcjKK+crBQqFsTkhrqewZ6maSrev+eVsGk1FNVcJiIgtR/g==","signatures":[{"sig":"MEUCIA338mJoIG66KCAD9i5NSRtZaiWDtva/eNL7gblIrHapAiEA+Ip8RTCxvC8X33bU+FKB1Wj9tPORs8nkUr4wmsaP2cw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1822596},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"6865bd7b49bc7db064bca7026914e4299febdb34","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.13.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.13.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.13.0_1739314022750_0.15546884413859696","host":"s3://npm-registry-packages-npm-production"}},"4.13.1-alpha.0":{"name":"@aa-sdk/core","version":"4.13.1-alpha.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.13.1-alpha.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"42c7d606e246137db97073a6eeab1f7dc63e0bb5","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.13.1-alpha.0.tgz","fileCount":472,"integrity":"sha512-04gBjUXhGXjm3ymw0q2uuxD/rrpl4T02XxjFPizwhVWJRACyDAVo9ZNXs/FexT40JfnYFy4uRE2zYWD6X3TmwA==","signatures":[{"sig":"MEUCIGBekgJ9+TPmIW4DWNe256KbY0orsTMY3IVIdSFezwVjAiEArDSwh0T58sD8aGn6TOZLlsjH44afyrXNFCTITT16yA8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1823780},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"d026b488ed279f04424c57b745efb19b8d344056","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.8.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.8.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.13.1-alpha.0_1739923149647_0.560555261709156","host":"s3://npm-registry-packages-npm-production"}},"4.14.0":{"name":"@aa-sdk/core","version":"4.14.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.14.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"32fec17c2963fd3b69b368fbe4267d65644e7399","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.14.0.tgz","fileCount":472,"integrity":"sha512-+bTql/TYBA6NhwpZ+hwi8mSNvUfMzfuUvOzTozZyp1PD3oQInbXZFDJ/rESDnBfYKUEa5vjnaVChyohrdangTA==","signatures":[{"sig":"MEUCIQCDOMUxTtMUPnbblyxpFEGx7E+bBbWQJSmDeA+s/slY4AIgVFdxSEAQxAcfdLM4JsoBFj+RZKrwlnN98DIIHOJg0yQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1822596},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"9230c8f9c9af7a9a7d90538ef6ec42dcca1c39db","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.14.0_1740694235368_0.4555475204461765","host":"s3://npm-registry-packages-npm-production"}},"4.15.0":{"name":"@aa-sdk/core","version":"4.15.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.15.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"2fe59023ae0c45f1ba6210e37011c5c4a0f9be7f","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.15.0.tgz","fileCount":472,"integrity":"sha512-XRigHvNRZPihsWegjcW2mk3C0O1Lh5Cf0PZlPnbWhvIe+RT++aaniPPeGumURqldOf7m4xEuTbh5abOA1ECQJA==","signatures":[{"sig":"MEYCIQD9EaHatbmtjfMtLF00aWxOGVFGHECmahNBx0OG+7nm5AIhAKBl/VopLRy7fxebNr3eVlhgNBxD7rSVqnwCxl+cJZXF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1822278},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"9561e51d921c231e51e2f859b3f5c93f47b6ffd0","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.15.0_1741281124749_0.9255395047857273","host":"s3://npm-registry-packages-npm-production"}},"4.15.1":{"name":"@aa-sdk/core","version":"4.15.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.15.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"250068d9a64e6eab77f5c0e7fbb210fe1ba01fe4","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.15.1.tgz","fileCount":472,"integrity":"sha512-KT9llSyRuo6iKeFbciKhCGARcszOeo+149g9H6G2/EIKMcxgu3nSs21hIQ2TrZo4dJLNMXuf3MYezoQI16icAA==","signatures":[{"sig":"MEUCICR45wBG+vBiMiW0mG/dnWtGUa09FOIAzT9pguOD/HB8AiEA1r4w86rWnhOna3WYTw4kFrhPqwpms1wyJU/JuzQ2w4Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1822207},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"c360ac3bfe07172ef44a53ad6ef20ed54f0fd885","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.15.1_1741312834818_0.5954082542705936","host":"s3://npm-registry-packages-npm-production"}},"4.15.2":{"name":"@aa-sdk/core","version":"4.15.2","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.15.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"0be2c7bfd190909458b47f5f884e3b9e6ecb9dc3","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.15.2.tgz","fileCount":472,"integrity":"sha512-E3TUde5+JmnWanI0bv02SPqVHSprxM9lwaJTfWrTf20EQBrzidDl7Z4vKh9XvYFKQDTJ7zzat9da16pYpjeTqA==","signatures":[{"sig":"MEUCIDyGStcTzEsWT1Cb6vaWcKA6i19Oo7A2PqeGuOAB4dsXAiEA3jEJFsoex3NNNMfgzCib84Yhq0n9W1KgbNtdMIvXCAM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1822207},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"c69762a97a77be62706accec8b9af908c836ccd5","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.15.2_1741382502703_0.5286068252450746","host":"s3://npm-registry-packages-npm-production"}},"4.15.3":{"name":"@aa-sdk/core","version":"4.15.3","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.15.3","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"a5f38a2c3d8a25481e61100dff1102d4280647c9","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.15.3.tgz","fileCount":472,"integrity":"sha512-wArC+TCv7pyp9LN9ijRS06qXP5i1oJK4fsrrru0Icd8ntWdvAtHL9P0RMdpwj+pcG9Yry1uSzRAVbaHynjfUkw==","signatures":[{"sig":"MEUCIQDQnnXSDAa82ymFdsI+AiiMlN7Djvw6rElJ0dDC2xm7wgIgS6Z5+J68w+8o+8OVGNp6uBt6R+c8g0pVN7ieBAiebYI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1822207},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"8395e6c7dbaa5b9634dcbc1221137f0c6f553bbf","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.15.3_1741396387824_0.4710390518831218","host":"s3://npm-registry-packages-npm-production"}},"4.16.0":{"name":"@aa-sdk/core","version":"4.16.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.16.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"480cb05adf277a7af538254277a7c642463c7505","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.16.0.tgz","fileCount":472,"integrity":"sha512-i8mSqJbz4krO/mX9CvuGAMzlCnrAoOYqy/NNxLxEf0MNaa1urLosXh1oMtqRtmx4zDSwS+dN3UWN5oPgI+ovAA==","signatures":[{"sig":"MEYCIQDcMI/c33gCT6BoC+yWRnyEi/s232uGnv4JQBv5FECQuQIhAPeV7GeUkheIBdPGPyQsVmZclKIgHR0N9mBLy8Edmigg","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1822207},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"d0a8f15fb7d10812c29b98f334d9705d46a31e7f","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.16.0_1741802683918_0.8541053188577876","host":"s3://npm-registry-packages-npm-production"}},"4.16.1-alpha.3":{"name":"@aa-sdk/core","version":"4.16.1-alpha.3","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.16.1-alpha.3","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"1fba846fb1136793d90717f8bd88d2911e538b7d","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.16.1-alpha.3.tgz","fileCount":472,"integrity":"sha512-MW+8Mf6xFl6E0o1vPGsQhcZ4wmQ2s95BniuOm6+U7EQjQUVQlViB5n629jnNKJFU8DZWxj8yG8Ikdh9knzZQTg==","signatures":[{"sig":"MEYCIQDLWq1FAf7x/gYaQGtaexRrP4FO6+m0Ypyb5Aoujo3CMwIhAOXfhVyusSkF/GSeE2eY5Q6ziRiztQ9LvKU7ZrW8J/5m","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1822975},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"156dbc81d12e9f120f8123df6b4fec8a41f41e7a","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.16.1-alpha.3_1741973549163_0.1956994141445727","host":"s3://npm-registry-packages-npm-production"}},"4.17.0":{"name":"@aa-sdk/core","version":"4.17.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.17.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"4c9061f856e028c40e29e6a614c257d2145b154f","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.17.0.tgz","fileCount":472,"integrity":"sha512-Ww2Lu9H+5Qq62YYV/pFygaRiQjyRQZzNa0gJdPQP8f/IKcbR4REZzbSFJ/SMzNjKCpXgg6Cg+IksPfvu4i2e2g==","signatures":[{"sig":"MEQCIFf9dIG6XCe6G6MAwFEUlKgv9DF/UAUUC6YBH2kqaIk9AiBSicCRMi21P17OLnE+L1Tk7g280lRuwA+R0LY1ROmOGg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1822923},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"680b0acb112f02deaa1fa4e8b253ac3800c06cb2","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.17.0_1742322994136_0.9008026466099803","host":"s3://npm-registry-packages-npm-production"}},"4.18.0-alpha.3":{"name":"@aa-sdk/core","version":"4.18.0-alpha.3","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.18.0-alpha.3","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"e6c717eebde9ca351b7789dad716d981396a3183","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.18.0-alpha.3.tgz","fileCount":472,"integrity":"sha512-LezXpP/mX8OrNH5naYy3zIRZx6ltbX2p2B4PWNr6uBYd/7uYT4rQmFh1ufp8M+ooh63oTWTgzqM2CfQNFrC3Lw==","signatures":[{"sig":"MEQCIEOfyChkbWqUvTe29SXmg5FpeQZkbHKqNfGGfkhAB1EcAiAkbdVfCxhc7deJWGZjljHhsu6y9eLede77O+9Lp6Uhag==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1822975},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"3ab0862d913254d5f4208981cbcc5e3ed8d6708f","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v18.20.5+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.18.0-alpha.3_1742524923498_0.8728829731849348","host":"s3://npm-registry-packages-npm-production"}},"4.18.0-alpha.4":{"name":"@aa-sdk/core","version":"4.18.0-alpha.4","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.18.0-alpha.4","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"c9b8af2763143955c48710c246d597efb886209b","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.18.0-alpha.4.tgz","fileCount":472,"integrity":"sha512-/LWNMREkrDF1b8I140mNZgxLdt3wBW4xriiulrRAHkh0vcL4UE4rAemlq+OagETwfShF+cORikLv8rYlYik9HQ==","signatures":[{"sig":"MEUCIH2uGZqtxVwst9/Mbxy45xi7CTYl9uZ2x/ciPWHWuIplAiEA1aWmZuATPfTE129eOrv+EDYRmibcM2DZLXZQGyXiPbE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1820591},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"3ae1c5e03629a09eeb9a9694d12ed89b37c2744c","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v18.20.5+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.18.0-alpha.4_1742844517954_0.20330930877222575","host":"s3://npm-registry-packages-npm-production"}},"4.18.0":{"name":"@aa-sdk/core","version":"4.18.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.18.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"51a494fc30d48fbe68748ca339aff423588202f0","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.18.0.tgz","fileCount":472,"integrity":"sha512-eDImhxINKNbvQYV/E8zK77XFZuRxLIUsguMwN6Il7MBTYUakyHnOsNCXF4rmE0Ut3KrnuK9XMRaOxpobEDdCtw==","signatures":[{"sig":"MEUCIGmEIaPk1o8mNyh6OjX+58jtSjtRI8dyAW61Yd2Ll/umAiEAv8dAtXT21BVOEz8sO7FEZSvpmpIDt/yqZ3tQRw8hMbA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1820539},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"d69993e1d23ad074ad924e067db24d71c899a227","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.18.0_1742927485512_0.7458750678747685","host":"s3://npm-registry-packages-npm-production"}},"4.19.0":{"name":"@aa-sdk/core","version":"4.19.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.19.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"88225b5e6391a343fbd1c7bd7c160c9562d090e8","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.19.0.tgz","fileCount":472,"integrity":"sha512-JCG1+GJtBCJYoFsqIngUN3xoJrX/cpddEBcuYauUdg+6r6U3ZcbY8jDVrUF5nemlogESDu3w2shfMUT9ckde+Q==","signatures":[{"sig":"MEUCIQD/tHASpB7yVw+86suA0WtUpTb8yqi8ZAvPtu/zycO9UgIgDGAkCMT+IALv1KjW8tIC7dr/IxLAOKr+ixChdHTbwtI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1820539},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"68709c622371f2c5b9ade67808289a3340837ed4","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.19.0_1742944907271_0.7451761355272795","host":"s3://npm-registry-packages-npm-production"}},"4.20.0":{"name":"@aa-sdk/core","version":"4.20.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.20.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"0c870140d690a254dee569caee965ce38ed6eeb0","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.20.0.tgz","fileCount":472,"integrity":"sha512-yn87zR1NN4h5cNEQuzX2ccqgHw2/8VaMx1kLDJMPQQeLktZywVdnehAAXSlWoEom5Qmxus3drPfdsmeapkWbow==","signatures":[{"sig":"MEUCIDsPQj88W4hMuwbwaLIQxPDkn7799Bv5zeKab18kubE7AiEAzFtUw3iQHtzl/od8Qe7PLGhxvAzUt5dVGb++8yOe0NE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1820539},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"c025e6dcc60fc73c433603da43c452645bbf45f8","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.20.0_1743133288071_0.09069772406661958","host":"s3://npm-registry-packages-npm-production"}},"4.20.1":{"name":"@aa-sdk/core","version":"4.20.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.20.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"3c448272034d8b4675c11736a01ccced7781a66b","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.20.1.tgz","fileCount":472,"integrity":"sha512-FgAh6Ob04bOKpJEFzO8gB7xRG2llbk+Wk7nOGzSw9CfdATnvIQkHUe4jvTRnzSQ+cH2J6+V+rax0/vqnMC4tVQ==","signatures":[{"sig":"MEUCICl3HZH9aaYgX4ewW2XAJfZ1QRry1VGB2Kcq/XohL3VKAiEAina1a4ERB9PvSAWuA6uoT82D5FmbKt4HoYwy46JI0T4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1821088},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"8ee8571d4bbf78d75fb7c2a40e299808eaa63bfb","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.20.1_1743201409978_0.2657659092811273","host":"s3://npm-registry-packages-npm-production"}},"4.21.0":{"name":"@aa-sdk/core","version":"4.21.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.21.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"822e8e9896098dd888e36703ef70740883b8a8bc","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.21.0.tgz","fileCount":472,"integrity":"sha512-4OJDRVvyEh/SVBaJLVp9l4Q660YA6oYur84KG1UwazZVBbsLldxcmVEKSsKv6GJTsNJ+qw2Jg4JKCE0z0LsevQ==","signatures":[{"sig":"MEYCIQCXPO/zvEQXvQhzsb8FO2zjuElfROQKSPgZzjgKhbcU0AIhAJLklMUgs8TW+Q8tawngt13apVLLSSPZjgpiQTZVsKAB","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1821088},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"fa390d769ea38558e9adb10f2560d4a85f6b0e1f","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.21.0_1743439517220_0.8331201692267571","host":"s3://npm-registry-packages-npm-production"}},"4.22.0":{"name":"@aa-sdk/core","version":"4.22.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.22.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"2cb4943ec00a3e4ff98f9359f6579c33e2cc5314","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.22.0.tgz","fileCount":484,"integrity":"sha512-FI6ZRC/kb13+dHXdahCzrhMMTrL8NuW+R1jKiVhw54zmR1hzqMIW3wePSMeVCkQIzNE0GtJV9OeINmjlYGDYbw==","signatures":[{"sig":"MEYCIQDQktYHg9+LruCn7BHrShXpJqjQW0mEAJoEYUSvmaGVogIhANdhEGv2Vvkkf3mV1AMQAs6OhI6ZXPgY46+ODQIdd9zE","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1858117},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"07a9e38db91c0a8937f3e2f28e25c95605e31698","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.22.0_1743697895882_0.9605123793350525","host":"s3://npm-registry-packages-npm-production"}},"4.23.0":{"name":"@aa-sdk/core","version":"4.23.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.23.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"b48d3d0d0458a77f9019f655cfb69e3c41f2faf5","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.23.0.tgz","fileCount":484,"integrity":"sha512-/23OcIWkNjaixO9TvwvZrYIzINWePQqXIrAusjIjvlUo2t7wK2tuFq53cB+jqyZWv/U0tOlq0C2j8mmtFwp12w==","signatures":[{"sig":"MEYCIQCQ9xkk/w8yCmeQhu4KS8/lGSGuSAMaDaqGi4e2db5OUQIhANejzHi+NJw7zdGLgpdZg56CAOOrQfQCWrhGL8YZ2yK/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1860799},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"f3a34c8b964421501ce9cde737adfafc00c7c897","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.23.0_1743793667623_0.25837844013141575","host":"s3://npm-registry-packages-npm-production"}},"4.23.1":{"name":"@aa-sdk/core","version":"4.23.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.23.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"4ed2669a7ea5153e8841c2b75cabfd76e8e5c525","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.23.1.tgz","fileCount":484,"integrity":"sha512-9KQPFzO9D9NdmzvzVmTgRjUMtP/O5MoXEvW5KzECArplQmwjwrBzqx/G+uRpvpMTJwMj+Rq/midpxgIZ+Ld3TQ==","signatures":[{"sig":"MEUCIQCQ1ooQ7NlVEJ3leUi//B/PwM9DkPVmqdsDfxi9+634cQIgYc3dZ7D27rqnHfg0ws8CdXl/XuYFwLT3TlItAORYJTs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1860799},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"e35c609723a3d4aae8fd1ebedfdad5ce6db432ff","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.23.1_1743797031372_0.6773540972780214","host":"s3://npm-registry-packages-npm-production"}},"4.24.0":{"name":"@aa-sdk/core","version":"4.24.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.24.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"47039da43299ec552fa4925f0ef368df8ccef4cf","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.24.0.tgz","fileCount":484,"integrity":"sha512-RuPezEEeUUdxGEIpJgDaaKoKckiU/KIc9C0ALj/JM6FQXM5krV7/sf5t7/Gqrzeg74taWS1cZEsE6QpQQyo2gw==","signatures":[{"sig":"MEUCIAsKydDk1H9aFFiRTru7M9G3Qnh0c3vOuYY0nNEtQLJaAiEAq6C8VwlR6DMQYcWSx/khui9UTTJhPzBR7aE6ZMMUn2I=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1866001},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"2038e3681098bb5e8c2e871c7d64ee1169216706","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.24.0_1744063628980_0.5880708417835716","host":"s3://npm-registry-packages-npm-production"}},"4.25.0":{"name":"@aa-sdk/core","version":"4.25.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.25.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"251f5eadc1b03149959bf4b7f3f53bce9d23c4a2","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.25.0.tgz","fileCount":484,"integrity":"sha512-RcAeMc65M8Pgb5bbJj7KHbKP3VHEumVFIWLFHVhjuT5AOSaF7L9SivryJj8EPxRdLK7o4Q1vNL001vAo5fNp+g==","signatures":[{"sig":"MEUCIGf4ILiBYtaqsoaR0Df7aJDAcEgY9aExeYsUtXtMWk9wAiEAjbkQNRxW/Yk123eHx3r5hqkcBm/qXEI1ytcE5UAeemw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1863481},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"0e582d6b5775a147e8d43fb1cc4b9625319c21cb","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.25.0_1744154933195_0.4325012244411528","host":"s3://npm-registry-packages-npm-production"}},"4.25.1":{"name":"@aa-sdk/core","version":"4.25.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.25.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"163aecb973885f2ac02d19a9d36a2c3a9691e2f3","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.25.1.tgz","fileCount":484,"integrity":"sha512-0rzi/UpWSzPpzexkCPkCrpRZMLI3iugYCGPnjSyw8z6DaWhlwMUkgK6ZvfKaqIKgAvR5RBsEdGqFZ/11li0tWQ==","signatures":[{"sig":"MEQCICLoY2eudWqEJsc0Jb0TnQcfdKDOdL9rqUo8GprwUZEyAiAODcqpM5IW0h7oJgljLIgaBl7qzewPALSytEiCcDZa2g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1863481},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"a9fea72b02f77909ca0dfc9cdecda7af6de0b17d","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.25.1_1744216612243_0.6835257930491985","host":"s3://npm-registry-packages-npm-production"}},"4.26.0":{"name":"@aa-sdk/core","version":"4.26.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.26.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"c9336c777d27c8b72eacd3631870c3d0c67fe11d","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.26.0.tgz","fileCount":484,"integrity":"sha512-nwDfh/xELlpCiDJUeJDDaXfXZod4PAMHgnLCWfhkvk1gf7HtD32VJG/Z8QU5+kGWm9YrVZYviCq4h/8XqhIxRQ==","signatures":[{"sig":"MEUCIBc54/k86F1bxx14OFwVI+Fi5CMPjvL44Lh9+Sf9XDcPAiEAiM8SwW+TAIOE9mfqaJEgZ8oXzKAvho0qJEvEyB2zo9Q=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1863481},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"cce56919f91518b2bc1f94c1a721d99dd0f21646","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.26.0_1744407587180_0.5586735345539457","host":"s3://npm-registry-packages-npm-production"}},"4.27.0":{"name":"@aa-sdk/core","version":"4.27.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.27.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"88cd5d4cc3691e375d7b30e0b7c98d7296e79593","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.27.0.tgz","fileCount":484,"integrity":"sha512-IY1hQSK0DfG11KXZH2zobx0WTo7M4pzkDCw89qBuaeNWmqTwePizbyVceSSgYH6KNZ6/69AvCyt+AvQcJx1oiw==","signatures":[{"sig":"MEQCIGDdGxw4jzGfzXdkfDcGZrqC9uEx0Sx4OD0/KyNTRzs1AiADBlm4MJEt8aNOzn9wmKKDxRxEqw9RJ7CpwjsgcEZqEg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1863481},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"19b59caa4fcb4e057f8e84a81f77843650fcab25","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.27.0_1745006513291_0.57188494459454","host":"s3://npm-registry-packages-npm-production"}},"4.28.0":{"name":"@aa-sdk/core","version":"4.28.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.28.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"f02c56d386c5fc418966596cd651345f9ed6e505","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.28.0.tgz","fileCount":484,"integrity":"sha512-zgQ24ApTPrxwYSZa1+opJfbE9kdkKS9hpqMSO/g6ITg8fDFaI0SSxKzpawUVTQ0MCBffra4DBkdbtv98l1cKIw==","signatures":[{"sig":"MEUCIQDevwkGcxHXyD/ANI+pC6RNzBqIFmVx8EOvJsZ8VktDtQIgJElC2yNME4X5ZpeXcihBKLLuZqfQoA0hfKlMn04e25g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1863481},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"fd15569ef554b4ff19c72d864e1031aad8bdf8b3","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.28.0_1745328740866_0.8797201623509054","host":"s3://npm-registry-packages-npm-production"}},"4.28.1":{"name":"@aa-sdk/core","version":"4.28.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.28.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"c8288e4c95e357af9e3ccb85afb696a6c5915c10","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.28.1.tgz","fileCount":484,"integrity":"sha512-vPJLvYEeaTdu1w+cBLQlga5NPPfFB1NLrdz89h3NCqcrE29qxl44Qdhxwu+NpXkwxdZooTOJ6z1P/+LmmeSkVw==","signatures":[{"sig":"MEUCIA5OBcIW3Ihgl6/JVDWo2VgsYzQEBK09iHb4WBL4j379AiEAzoShFQd36SELv24C7Qiw+7oEyTTlzB6Gpcpz++fZcZk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1863481},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"ffed71b4d2cf6416b9dafdedee93ca7af381c514","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.28.1_1745427954279_0.4712342546292956","host":"s3://npm-registry-packages-npm-production"}},"4.28.2":{"name":"@aa-sdk/core","version":"4.28.2","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.28.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"cdf818e1cd5694b3f51a707413f1d472093e41f8","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.28.2.tgz","fileCount":484,"integrity":"sha512-z7dDy/U9lFE3ce+U4Ok4iF+5hZnbWB3bZ24+ShfPkboSH+cVmcDkm73YY1yR8P43IwRryTkQSeVku7T0w3CsYQ==","signatures":[{"sig":"MEUCICXa//Cpcy6oFpver6slBbMIZ4lSykSsl4t7YhBy0yNBAiEAnWrKcBDkxV+EijDSvZO3xWbL8IyuRPZvfphwGBdIltY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1863481},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"0518f0e056ed84062962eedcdc24cc3d2d2b263b","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.28.2_1745437733248_0.8228574728791758","host":"s3://npm-registry-packages-npm-production"}},"4.28.3":{"name":"@aa-sdk/core","version":"4.28.3","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.28.3","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"dafd2a8e5710b25222b2eb69b97af10cae25a793","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.28.3.tgz","fileCount":484,"integrity":"sha512-toxkwEyoVmsh9CXU0Qa1qW+DDX98hk4M2vn1cSsk9SQNBChybaWX0pAsphAWM95h/QljpYP0VEmVCS+tHsGEDw==","signatures":[{"sig":"MEUCIDd0/95lnwK76+Ye8D9T2muQD1/3xi6uaiTbIKrztI2YAiEAhaD8ZraNk9Dxz8GRbi85gTEHXGJVwMrSyX7LHhFsB3w=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1863481},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"95b777fd0ecce84f751da959372a07837cc71c52","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.28.3_1745601920717_0.03745201284784527","host":"s3://npm-registry-packages-npm-production"}},"4.29.0":{"name":"@aa-sdk/core","version":"4.29.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.29.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"d3f1df75c51edf6af008618013a6ba9ba04b7230","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.29.0.tgz","fileCount":484,"integrity":"sha512-FwDEDtzfXk37OEw3IJDPcnzU19dcvU8hZRqhWqvaYJ9wWH0IYKmE9AIYKEf4638xLBtt2tSbuzlj+mPfprn2Kg==","signatures":[{"sig":"MEUCIQCxJT4TwQ6RNrkFUkdZZoDPUDdhj58/LaoTEqsMckynKQIgGno2yqaVUNTN8mp8/Lm5X+9aPXH/HDIs6015nYGTDAM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1863481},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"fd5d4c4fb6cab8a930a9b2006df92b6c641304c3","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.29.0_1745611205736_0.1103261058924161","host":"s3://npm-registry-packages-npm-production"}},"4.30.0":{"name":"@aa-sdk/core","version":"4.30.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.30.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"9403ec194bd535b9a95ff6be0617bdb40eff882b","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.30.0.tgz","fileCount":484,"integrity":"sha512-eRDA5AIE8hMivDrw0gRBLKQeSnrCvfWZzhfwXkpNHEEc04aij6dkoO07uyCJIObPwglZHEuAG4RDE5nu4l/xSg==","signatures":[{"sig":"MEUCIQCLJ0jEzbTZfJpnX7V6gFPT78ACCc8l2CZg7aC3s6VPxQIgXhXZmVPOSIQLGugzAGN6SK2+qzMYMsIPWju/DK2qO4g=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1863481},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"e58090cc00df11f6c6ccfd140088b28a67629fee","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.14.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.14.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.30.0_1745857145354_0.33165870618512594","host":"s3://npm-registry-packages-npm-production"}},"4.31.0":{"name":"@aa-sdk/core","version":"4.31.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.31.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"11ec5cb79e3aaef91a6dba64930a393505eb2ac2","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.31.0.tgz","fileCount":484,"integrity":"sha512-gz6+yIEFDOdvgMeRwU7Yt1PXlSdAq4ymECHZNQC2kWY/NWaKlEXSNHNVyYBXXDAzBvn/UHsN2ZBv3lN6rYRGLg==","signatures":[{"sig":"MEQCIEhH0ABGJkCdUq8gohwEB7c6VunNfgmj7jgJyi1k32HCAiAB6qvLmHZ8vEbrm++GRrguNSovCUEr0Oa6SF7XOHzjfw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1863546},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"52ba77868cce319bd35dab6a2a7c42546c59517f","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.15.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.31.0_1746216070752_0.5950961859464099","host":"s3://npm-registry-packages-npm-production"}},"4.31.1":{"name":"@aa-sdk/core","version":"4.31.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.31.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"91497133f60381ed1d1bfe5f2e95e61823305efb","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.31.1.tgz","fileCount":484,"integrity":"sha512-wpALkDxJezd0gbTTTxcpFyoNtjKgGAKAiL3EM1m3XCujIkJS9tj/L9tGis5AIvuqIkDSU+Cw3tHoyMdR0SoDfg==","signatures":[{"sig":"MEYCIQDnBfrlsyAK1FJ3R4YBFuxDR+/tsI7g/3rC9ynaKEnINAIhAIaD/foL51s2AyfcLiCP3l6y/rx4MgLhkMpSaFQhIjhp","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1864557},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"0b89a300a2ab7170e99769599000e2e22bcb2b7c","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.15.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.31.1_1746468789418_0.12419113014593908","host":"s3://npm-registry-packages-npm-production"}},"4.31.2":{"name":"@aa-sdk/core","version":"4.31.2","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.31.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"6176de8aad5351a27737abde683e75308aafca12","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.31.2.tgz","fileCount":484,"integrity":"sha512-axyigsRsuPlorTEJAnWe8eH0h7BZqwc1jGWi5hzVl+Nf9ZdwU+KAVKDWZPvE4z7KscriPJ+/g9hWK+M9xigtvA==","signatures":[{"sig":"MEUCIQDpcB2puO3kum7Tbs2yoNSm1XXHNNtHIw/RLyR5lY0mkwIgWuBMsVFMW+QQTDfwm/mOhVSuvRd6013WqoNFLSQPWCk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1865007},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"4608a09a027b32ac5e4532a8c84afeeac6293cf8","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","docs:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../site/pages/reference/aa-sdk/core","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.15.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.31.2_1746492762308_0.2558963415292479","host":"s3://npm-registry-packages-npm-production"}},"4.32.0":{"name":"@aa-sdk/core","version":"4.32.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.32.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"6e2f872e6d007fd6341fcb8c281cc35aec6bcfd8","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.32.0.tgz","fileCount":484,"integrity":"sha512-KoYjTDEb3Mzeu5fcnfBDVXU88iRVwcRmeOIHzFAkrcxMzSbTBoSqShLr+eZmmm5TbnC2W/liPkBdvf3ctZRUyw==","signatures":[{"sig":"MEYCIQD1mhjJo6LX4fBezNOwbk3SIPmAdhqSyVE/idBg0HNtjgIhAPrlKnkX6HYlAPsMsXkBPtOPyGo0d9ZrOVQ4IzbO4OFI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1866063},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"efe1ba2e525ac0fc6ed0007b3d28dc9c8e063d78","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.15.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.22.6"},"_npmOperationalInternal":{"tmp":"tmp/core_4.32.0_1746831084086_0.36315789910141993","host":"s3://npm-registry-packages-npm-production"}},"4.33.0":{"name":"@aa-sdk/core","version":"4.33.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.33.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"c993c02044330571a17a2eccb82456bfe11b8ead","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.33.0.tgz","fileCount":484,"integrity":"sha512-udcOB14ZaCrepSf1c+QQOcAf9Sx53ufzwbuHRmKyHhYUvxrDofz/WKeCDLJsrQSf5KqyixK++H0pv782+Ubwzw==","signatures":[{"sig":"MEQCIC2ULU+7lpghvEH43up5k3jQXPNLMxr4EZZRD9o4IaQ/AiA2S77xalAghHyvK1vXxdAxPxBeK5O0Ut0VYYiyTNNRQw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1867271},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"ef2c269bcfa2115b6103f342ac4d846f1b4db991","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.15.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.33.0_1747338658661_0.08472866052610217","host":"s3://npm-registry-packages-npm-production"}},"4.34.0":{"name":"@aa-sdk/core","version":"4.34.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.34.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"d908d43f09d06c5a19f7022d4c8c14da906ee079","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.34.0.tgz","fileCount":484,"integrity":"sha512-rR2Ufg6zC0Weoe6mafRtWKOniPzEcgwRJTn9IO/VPcBuCkIYk+q8DOxGEX0iE+bWTnpv5DPwRDAMLWvEN5+FDw==","signatures":[{"sig":"MEQCIFanVTt7fqFjYaEmzTo19gMa2DojVKnhk6W3ZI+NKcNjAiAMCBjXXbXszn8cpcAijpbdKEyvhakzu43PBoeG7t0cMA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1867271},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"99f4944de3a220aa9603d90b56f26cde9774e53f","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.15.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.34.0_1747342738230_0.4072605690093343","host":"s3://npm-registry-packages-npm-production"}},"4.34.1":{"name":"@aa-sdk/core","version":"4.34.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.34.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"154f984a3153113936558501a7b4039110d73ddb","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.34.1.tgz","fileCount":484,"integrity":"sha512-ElU5rwKSFJQjRkpoizohucTr7RzgcN1liHu1X1ZRCceopnpJLMSisR/kwXS00VFlsYsBtou+OK/erpSUSM9G6w==","signatures":[{"sig":"MEUCIEbWUD1Hhp0JPb5XjdX8MaCAmwyoN8DFRACBygUPiMQGAiEAyB0yx8cUG0Gixw6j5cAyQ5ZukXGnyjkX69y8r7sf8PM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1868146},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"2d78b5cc399d24717cc1a225e8f3e8fb9e2422f8","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.15.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.34.1_1747412219968_0.12645772442755376","host":"s3://npm-registry-packages-npm-production"}},"4.35.0":{"name":"@aa-sdk/core","version":"4.35.0","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.35.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"ab32b0fee722b338eff7ad2d3ad1675b2711ff38","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.35.0.tgz","fileCount":484,"integrity":"sha512-qqVJ9vWa1sVvbkFy2nsFJdwprPjgYm9UeDV6IloM/l6e6aI1PHcgdHhFgbu0WzM3hAb1tWDbzC6f2jQT3RU7ew==","signatures":[{"sig":"MEUCIQCQlqWetQ4UdRBgDbFMOcdp08BGNXGZiF8b8i8yzdscCQIgAirH1PVYqyS+Ok26HsRMg4ltgszMY9LlX37jd+6CtU0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1867271},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"3e5736311d16ae0eeaef9a869da2aff1e361a3f9","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.0.2/node@v22.15.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","vitest":"^2.0.4","ts-node":"^10.9.1","typescript":"^5.0.4","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.35.0_1747668416771_0.8130207590992207","host":"s3://npm-registry-packages-npm-production"}},"4.35.1":{"name":"@aa-sdk/core","version":"4.35.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.35.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"9f94df0db66e6023ce0da336d87f9f213865e4e9","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.35.1.tgz","fileCount":483,"integrity":"sha512-qEryVcdyXmrmmFyVn0c42ywzZUrp8zKa2uoyQXEZ/tR/+hkyuHlP2FZ6yYQ7OciD6EV9ppIC0A31GMgJJhyt6w==","signatures":[{"sig":"MEUCIDJV+Fu6PWKY2CIcOnVoomHUeYdVUeKDsHgSMSjlLhTuAiEAxnYkFaOKkSTZX/z9yivQ2Ui8NsJdKA8xwwz9h4BBkVU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1834884},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"31e2138c2dd08c5b32cc2d67b3f0d7b2a7d21f4f","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.15.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.35.1_1747863374054_0.35377840577212694","host":"s3://npm-registry-packages-npm-production"}},"4.36.0":{"name":"@aa-sdk/core","version":"4.36.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.36.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"9b6261a124031399e05fea285bc8051854943079","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.36.0.tgz","fileCount":489,"integrity":"sha512-lTtCnsZnMPXsm+O2hnj0IYJm+txxy2XWwnk11acaO3E1glg7M9XNQ8txUbviZ9BOMid4qLvJlXjlSuMPnuON9g==","signatures":[{"sig":"MEYCIQDDtCCFBUOTQJl8QnfG4j56IgWI33b8MhIrsiNITm51bQIhAKppxGM8eN/M2xd0dNSf/HwMCNnFubVS9K0yBO6qLo7n","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1855342},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"298acffb1a9d648b4136e154c0354c1efe1c89f7","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.15.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.36.0_1748536998086_0.8048144388091243","host":"s3://npm-registry-packages-npm-production"}},"4.36.1":{"name":"@aa-sdk/core","version":"4.36.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.36.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"d489190fa9de76b40bd79bf451998fe2202bed24","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.36.1.tgz","fileCount":489,"integrity":"sha512-av/taE6FM71jpHQUNHtwzbnZ2zVpBecpHuv4sXRoP6XwHW45TrRbtHWMDHdktLTzABNRpvR+9iJHDSmAEQhlyg==","signatures":[{"sig":"MEQCIHj3yExxuGwdVH40/pxXmZDBQAuRRd5dpq8O/fJvTl0SAiAM3t3QKeu0MvgoYo3ckyRkd7e/SfH6WmkICvSy//833w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1855342},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"005595d01c06d778deed48d554e41dd4ad99eab2","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.15.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.15.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.36.1_1748548232932_0.5079039631399591","host":"s3://npm-registry-packages-npm-production"}},"4.37.0":{"name":"@aa-sdk/core","version":"4.37.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.37.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"aee3e1925e7d4b1b4f9322e846e22fdf169caa56","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.37.0.tgz","fileCount":489,"integrity":"sha512-m3RfzhDMcYuuc1x+bxDRgMaarZ1zinSUiVY+PN3NCRdQJIGDX82XIC+MyweI+NeoSr/MUjPvOQLaBAKbtW1Z9Q==","signatures":[{"sig":"MEQCIG46UKGcd4B7DPXJQF/cEkl2+ilEnCNcOZe161xxGqR5AiAbJrjNReIK2TxZeegiGbW2VABehSO3NOniX1m2TTpC8g==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1855342},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"52e038a5eb1b760a58b0622922486cb4a1297c33","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.37.0_1748922903671_0.31875844573588585","host":"s3://npm-registry-packages-npm-production"}},"4.38.0":{"name":"@aa-sdk/core","version":"4.38.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.38.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"fc871ba6db9e5b775579b76c0e9531a19e363a82","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.38.0.tgz","fileCount":489,"integrity":"sha512-7a9V7HigTpzENK1dJcix7uVIKPZdQaVDvBqCC9wofSp7wz0BGFIiSOVs5Q5V00ouKL0Om1SrMapGohrAFLH+3A==","signatures":[{"sig":"MEUCIQDdWfcmiUznvOySwyYX3J9b3X0HYZY3hdGxvVc8gRxenAIgXgl5WyyfcBBtVjY5OXwN0ZOEwd9Sz2Itay6EDGP8SD8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1855342},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"1efa2bd289a23b74cd333579b32f8bb9b5cae0bb","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.38.0_1749063673087_0.8889875494870805","host":"s3://npm-registry-packages-npm-production"}},"4.39.0":{"name":"@aa-sdk/core","version":"4.39.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.39.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"8e676a14abd578a2b8bbbcfdc9f1d5be388fc614","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.39.0.tgz","fileCount":489,"integrity":"sha512-4KdZXMG5QgY/j3x8gkMUYwCy8SOablkq3l2xDv/0wb8+0dC3pS5Qx2ykT8GEXXyvAu/xoKvjKeOloPCw+MLs7Q==","signatures":[{"sig":"MEUCIQDDa6ar1pIgwmoTyn4YaugwCAJEJwsAbP7+i0YOo2a9JwIgbsL+TeDPQTjixuhEF2EfwIfKi0CTfaeSQEe5xHc8shM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1855342},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"9c4aa03dc1d2cbdd44d7d1b0d1dc9dcdd59fb610","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.39.0_1749073002189_0.8653638471394609","host":"s3://npm-registry-packages-npm-production"}},"4.40.0":{"name":"@aa-sdk/core","version":"4.40.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.40.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"f086ef933530b9b9c39e77e436a064fd7573464e","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.40.0.tgz","fileCount":489,"integrity":"sha512-MYRts2ATWf258OAteeY+DkAeO29t7nxgtKXSavum8KBNUAnKH9XSzjgHlzRnihUADkKMsXIJD4kVzWV6cJo2RA==","signatures":[{"sig":"MEUCIQC91zegl28gwng5KtPrmq87P0zzMuWG2F0rk0ntMzebOgIgZk1H/BDFGFH3k+lVWzo6PYJrsWhVJ8e6ISCBiADRbZ4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1859792},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"7e5c6761001fcd23905830d8d1537f8a9a79b491","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core --fern","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.40.0_1749239824083_0.6784202941116566","host":"s3://npm-registry-packages-npm-production"}},"4.41.0":{"name":"@aa-sdk/core","version":"4.41.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.41.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"ed2a8dcdcb2e99d4eea62a43b370039312462bdf","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.41.0.tgz","fileCount":489,"integrity":"sha512-lCJarfczSgA81VI7IQ8VZntkdfjx+X39IkfdkBuz0t66lL7L0mZ/OSq3/1Mxo+zhcqs2GXs5Ss9pBxMOt1LN0g==","signatures":[{"sig":"MEUCIGARRRvlN1zzMMUnTk7ryF5x0oHKcepDJD0UwFqxvcvCAiEAi4ms/MHIgiEdp+gdGL2nQE60VpUiFXk0QZK9TvCnFfc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1859785},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"db374bb77b5961b3d2c5c883e9e77f861df92f59","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.41.0_1749764015037_0.9202091844444025","host":"s3://npm-registry-packages-npm-production"}},"4.42.0":{"name":"@aa-sdk/core","version":"4.42.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.42.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"08c06f2b7aa667466fda322e163d5b853d7962c3","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.42.0.tgz","fileCount":495,"integrity":"sha512-4o8vRyf3wIxInc5V8GkSLeTbtlVxrNuhBlbiO/nyCfsOnlOljqdCrwrj1EXNxQbF88N1xOvSwopXvt+Ox5e42w==","signatures":[{"sig":"MEQCIGk8OeJ5IYfSLPT04s8cPZY6yBUn5zMqPW/wwbKuKICoAiAiXOP0s7P5fx6ovDbyUPNWKpUZvfD8RDFVRD5Mshc8WQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1875804},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"924c688a7ac5de77c453cc1b1fce41f6bbf02dce","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","actor":{"name":"alchemy-team","type":"user","email":"accounts@alchemy.com"},"email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.42.0_1750201571238_0.8204362546641744","host":"s3://npm-registry-packages-npm-production"}},"4.43.0":{"name":"@aa-sdk/core","version":"4.43.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.43.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"8cc24f3f8a2cc3bb91500b2bd85556bfe3204096","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.43.0.tgz","fileCount":495,"integrity":"sha512-qVcrC5eNnzL3YHi/RDb8AjxhYxxElw3LC7V9OhSSjQXcGahxKNfS8t5yJ0zawk+MUpfNkHmp+SSMMXVaKCwq9g==","signatures":[{"sig":"MEUCIQCWzp0ThVFC4YC/bms0n3i0MipUyEQmVr1tNWqWBRYntQIgP69kvinaD+PJTR0ojhtW6gdYyiEl/YapXhlTCJszNB4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1875804},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"1b261f2370eceb90871476f95a235d6f889a4e9a","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","actor":{"name":"alchemy-team","type":"user","email":"accounts@alchemy.com"},"email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.43.0_1750207380584_0.7742324176122402","host":"s3://npm-registry-packages-npm-production"}},"4.43.1":{"name":"@aa-sdk/core","version":"4.43.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.43.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"1265ce3f47706b76e18c07c9d9dde3db08717239","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.43.1.tgz","fileCount":495,"integrity":"sha512-hHbubiqsWCDh0XX7NwY+HOWT4u/qHiWrCNVE1IZ+IpGGrehWBG7nLYEWUZ0Hoitdl+txJg9WIggWpx/KGaoC1w==","signatures":[{"sig":"MEUCIDxU8DJPT+11OMDIVA95Wenswu5R1OIJ7BsVzhXCBuwWAiEA+hiI0ey+F1NqdV4X9mobgxOjBF4TJuQS6I+QExUfG+k=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1875804},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"f11e22e20d988764c0431dbec6a00c921ebaabec","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","actor":{"name":"alchemy-team","type":"user","email":"accounts@alchemy.com"},"email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.43.1_1750269808814_0.5960779074308851","host":"s3://npm-registry-packages-npm-production"}},"4.44.0":{"name":"@aa-sdk/core","version":"4.44.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.44.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"6fde38f06327636a7168c2d92b43d09ca6a2b4c6","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.44.0.tgz","fileCount":495,"integrity":"sha512-mW/R+R9xfptXTtX/VuWOM2hz+094douBeAAxR5TTbja22o9iz08twdALG3qVQpqdDeCRshqk4iyu4A83Nv0gGw==","signatures":[{"sig":"MEUCIQCgOS4U/rky3wVMShKMQqdzHXJtyOifY+lD1TVchtUOvQIgZnfR9LVxnbYWBP4PL7iOGw76Gw5Ipd1LuDHqU2/WPJg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1875804},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"29c87d1385f13cffcb55e6286bfaeb26637d5fe9","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","actor":{"name":"alchemy-team","type":"user","email":"accounts@alchemy.com"},"email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.44.0_1750704617952_0.6910367829544917","host":"s3://npm-registry-packages-npm-production"}},"4.45.0":{"name":"@aa-sdk/core","version":"4.45.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.45.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"54dd93a7ac782af7bf0debb3e0dbe65770e1529c","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.45.0.tgz","fileCount":495,"integrity":"sha512-TFNA8YrGXk2cM3nXUzpR/XISQ7CasGFkVYrXaemHbtlKgDVzmICz1GQSspC+4MRo2HsMGFGz3NQTOgb4G7kmVA==","signatures":[{"sig":"MEUCIFsOqXBll0UxBElE0m2AOPkDc3WeOrRDJpJZIHi/EgjIAiEAwfci/h5upPTNXLpuzzIq8K/KvJCGTkyN/KyvvzCdMFE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1878125},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"00073ad37479818c37646a7f2600ddf3d0fcb91f","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","actor":{"name":"alchemy-team","type":"user","email":"accounts@alchemy.com"},"email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.45.0_1750797924480_0.648679352671867","host":"s3://npm-registry-packages-npm-production"}},"4.46.0":{"name":"@aa-sdk/core","version":"4.46.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.46.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"03b867c4117588c3db9231e89e943b311deb40ab","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.46.0.tgz","fileCount":495,"integrity":"sha512-bNONGhhLKddZTkpVmDEmupWvruiHa26FhKBNghb4211R6XuT3K73XrmVKwmV8++6YJaSVikkXxhEbvwajHO11A==","signatures":[{"sig":"MEYCIQDT1qQrPJL5JYi7yHLzVf1/tU8QwOuPdpuYXzeMLvIJQQIhANXkGGil+USVZAMT0w3IgEvfui5fNNlnaHD55af4xI2V","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1878125},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"fb516cc1ba7059a257fb329fb8663c7cc90947bb","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","actor":{"name":"alchemy-team","type":"user","email":"accounts@alchemy.com"},"email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.46.0_1750892134178_0.6705289274563171","host":"s3://npm-registry-packages-npm-production"}},"4.46.1":{"name":"@aa-sdk/core","version":"4.46.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.46.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"44f0967790bf354ec73da33e517e0e9ed5119863","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.46.1.tgz","fileCount":495,"integrity":"sha512-D5DfCkQArept4O1TzxbOSvZIkY5Di1XNKxfh+t8BTXpZX0a5M0lPyIpvcX0QXBPGutr31zQNxSGz8s1kVE5d6Q==","signatures":[{"sig":"MEUCIQCvmjOchPmJPXu5cjfX6K0uLa9ANuBogaeO2KRDdas2PQIgEUG2UqK/QNhxA3Ep09dqtXwEcY9g2Lv3PLLFbpVTYX4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1880416},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"2ca1391276e965f6d9e2c33e5753c95125b0e947","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","actor":{"name":"alchemy-team","type":"user","email":"accounts@alchemy.com"},"email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.46.1_1750957486028_0.1693458863923647","host":"s3://npm-registry-packages-npm-production"}},"4.47.0":{"name":"@aa-sdk/core","version":"4.47.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.47.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"267a670e8aa7d973ff88b39e53b06c4b6bd4114f","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.47.0.tgz","fileCount":495,"integrity":"sha512-fjYFg1w7J6nQTJK/ydE9CfI55i2AUnHNzieH+xK64haiQUYsABxM3JAFtR7ITpvsCsF5e90twr+NDo+xc8c7Sw==","signatures":[{"sig":"MEQCIC4vLo4gOVXk2acJkStQq27K4G3BwTCOnR2uUwIQjNQJAiBVaK2gdgRTvim5tYeuIvX88nUQr4AQn+Ef2QwBCsTSbw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1880416},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"7c729a1a6f4591d330c6ff8126441b0a23ae6a1a","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","actor":{"name":"alchemy-team","type":"user","email":"accounts@alchemy.com"},"email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.47.0_1750986641555_0.5372165347264275","host":"s3://npm-registry-packages-npm-production"}},"4.48.0":{"name":"@aa-sdk/core","version":"4.48.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.48.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"6f43625458fb20ff33b64f89a717688501df29ba","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.48.0.tgz","fileCount":495,"integrity":"sha512-LGhpsHlch2bY6USptED8UcZ4XHGf2MwTiQQO/Y9BO3dcvBnzYJL6oOPgt1RdYDxmvVBoerjJ/JtO2Bs0hLU3+Q==","signatures":[{"sig":"MEQCIHAxV2PRiLzM3VfMxs7ojw0j5Duat/pEpJbs1n5L0QcUAiAGMrazxllw2tCCLisLJ5vt6g783enHHS4kSOlrMjK4OA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1880416},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"ec382c2927bf7b2e82cd9c867903f82267d2edcd","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","actor":{"name":"alchemy-team","type":"user","email":"accounts@alchemy.com"},"email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.16.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.16.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.48.0_1751401709185_0.6271107405441001","host":"s3://npm-registry-packages-npm-production"}},"4.49.0":{"name":"@aa-sdk/core","version":"4.49.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.49.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"8fea9c7ace9bdd3b6197fedc9ab529b524e1785a","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.49.0.tgz","fileCount":495,"integrity":"sha512-bxNJlXlEof6hI/Qdj6fnrra1+LYO8WNwCFV/dJzIUtDoE7aiwBjD/l5PePH/OlfTTbVesBqja7d2mJkCKLkKig==","signatures":[{"sig":"MEYCIQDcI/fIIgyceCLcCFkBoP7rAStYLLWFwMHdU67KVaYueQIhAIcrZmqBtTbNAlND98hLMU3C0IzOzaXE/sDGxhc/0P7A","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1880416},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"eaa02d8fcf03bc551f99bd5f3019e5d7b3a3c132","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","actor":{"name":"alchemy-team","type":"user","email":"accounts@alchemy.com"},"email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.17.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.17.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.49.0_1752156754437_0.6963732421537356","host":"s3://npm-registry-packages-npm-production"}},"4.50.0":{"name":"@aa-sdk/core","version":"4.50.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.50.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"ef3041fa9d37ff55439c20200f93781d70ea87ee","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.50.0.tgz","fileCount":495,"integrity":"sha512-C2nbMyT79Yal83mdT0fFYPWiRgUD3BMXSEcF0nnwoe87Ih0VQy85GdcChTve1R+c3oniWxHAnhQddHlSJ2LIvA==","signatures":[{"sig":"MEYCIQCnACc/ztgcf5eJfrkrKI6+YP4rocd0epMU6Bzix8nlVQIhAMjmWKJDWFU2IhwcmLGARceGImWgldDO13oBw5PWcqHO","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1880416},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"48428a4005ef9246d98721a92a4be3941c2ee077","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.17.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.17.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.50.0_1752507865658_0.3320992543150254","host":"s3://npm-registry-packages-npm-production"}},"4.50.1":{"name":"@aa-sdk/core","version":"4.50.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.50.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"7d89319432fd496ba1b82dfd84e0b00407a68601","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.50.1.tgz","fileCount":495,"integrity":"sha512-FqCVH43FXWM7vxaFQGcAbY3HqtJDMC6ZFfQKmaDxoC9BWwc6qg0ru6njO5Clx9T/HI4jHoBWP9x/dsBtlKP7Og==","signatures":[{"sig":"MEYCIQDNq88AGsYaRp1HF/gSzotksUFMWur1ERQ+D64NFUERJwIhAOtWOzbuuWsaanJY+/0+chCGxt+/2qYjY7BMWXcU80HY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1880416},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"6e5c194d5950f548724f2498da8efb79c3bc25c5","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.17.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.17.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.50.1_1752528913101_0.26015919615529204","host":"s3://npm-registry-packages-npm-production"}},"4.51.0":{"name":"@aa-sdk/core","version":"4.51.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.51.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"7f9871ed27b66bf6108accfbf67d5e93c003cf92","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.51.0.tgz","fileCount":495,"integrity":"sha512-MO+TvA1tqzD/aZnKj+KKoFK4CS+1uLEi5R5Bb8EEV6LEgJMxO6zB+4GTigPXfHYjJpzPsf+UlminF/EyOQfqPg==","signatures":[{"sig":"MEQCIFHPknPwAfcVvKbqAB0Ytkockh1uUtzTvxm91kf4+L35AiBRa8udsDwjC0vzQRcwBhaMYUBB7r3WVC5f0c8h6SmTaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1881954},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"1373ff1caae94dd3fdc94bbd6871385c11cf4c47","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.17.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.17.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.51.0_1752872304680_0.5812494493111044","host":"s3://npm-registry-packages-npm-production"}},"4.52.0":{"name":"@aa-sdk/core","version":"4.52.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.52.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"28032a8c3fee4a920d7f1ae3b81f866e870c280c","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.52.0.tgz","fileCount":495,"integrity":"sha512-8l0lZCeMKsJeX+x/2SsYKeYHAhzKSV9db9b2X2hkNwimqKmoIbGolyjBJFhmunK9PMLfn/7YYsIPVRqebvs86A==","signatures":[{"sig":"MEQCIHTOPgqoyl19SLyYtt97/ka5NTK/WHGC0tJgzNMsOgHKAiBU+wK8LxtyUnsoOPdCeGLEeTBnbsPV0QYFSDQiwoTPdA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1881954},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"708f28f822e6ef8a059e5d7c841720c55f2fbf05","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.17.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.17.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.52.0_1752874527237_0.7184324835813285","host":"s3://npm-registry-packages-npm-production"}},"4.52.1":{"name":"@aa-sdk/core","version":"4.52.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.52.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"35eb6b9b2103019ff31ade61e87a89662ece2825","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.52.1.tgz","fileCount":495,"integrity":"sha512-3m4ohnjO3Rh/w2mKwLXvGroUQOoPKEr9foovJqT1ZfQf+90pv/dloP0JxJUZl+ymaw93SHZHbAupu0PdtxQglA==","signatures":[{"sig":"MEUCIQDqJvEgpzo4JQdiQRK10X3g7lBzlQm+rK8c9wqWVvoofQIgdz5WZLg8OH0Qe8i6N0Q5ODjNEkbA4RExjNLKA5b/1zg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1881954},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"21ef58b794a949cace863cacc97862ade99259b8","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.17.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.17.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.52.1_1753147063141_0.04412716174859277","host":"s3://npm-registry-packages-npm-production"}},"4.52.2":{"name":"@aa-sdk/core","version":"4.52.2","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.52.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"10fca9048b127d18d7794a641b12926f27ea7257","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.52.2.tgz","fileCount":495,"integrity":"sha512-7LLNELTIxZBfdrWn3NhBtnFuBr1d7Wprem8FAx2OE2gEJ8ij+Lk/TM7TRGhVxdljO14we+Ib0DApGpD3gjRN9Q==","signatures":[{"sig":"MEUCID8NgRRzhnIkkDVNLFJvgPavWlAHOpcQpaz9I5DmBdrDAiEAxktm740zyMhTIeYFv1gj6SRMozxeIoLGfF3lXKkkYc4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1881954},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"50a4668dbfd90783fb5f546132bf7f114b680580","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.17.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.17.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.52.2_1753207324301_0.05157058537902759","host":"s3://npm-registry-packages-npm-production"}},"4.52.3":{"name":"@aa-sdk/core","version":"4.52.3","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.52.3","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"1f2a2ebc9ac62ae610f17434f117c1610ab3c449","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.52.3.tgz","fileCount":495,"integrity":"sha512-dh7vwUyit3G6uULe0SAQJMfS3kXpLEU1OwJJdS0UIht6XJlT3c9gI43MidBQ3cNLbYDt+QxbrjC9UUj7xBwDAw==","signatures":[{"sig":"MEYCIQDbMeQLDMGdlIVOFRwmM7tF3S6QgDBxL07NANcQlt/8UgIhALFL1tjF/92kf7Cea6hCuQendk2XceP3Dr/PclNi7WCP","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883903},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"13beb4de74788c17162a6c18e122ba8a2dd0495c","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.17.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.52.3_1754326054062_0.7053545477609324","host":"s3://npm-registry-packages-npm-production"}},"4.52.4":{"name":"@aa-sdk/core","version":"4.52.4","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.52.4","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"526261749d31ef744f2e47b9f8c15e87d47328d0","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.52.4.tgz","fileCount":495,"integrity":"sha512-0QDWbGxWj3LqRrhL/0fr69ihUjXHsjxHJsmQlpZqGRqi7HJTZTMmGk3cyyI7tXIqTFTdAUPjWVJhYN67nQfeMQ==","signatures":[{"sig":"MEQCICKXBN8qyiZrWojI2dY39r3Ppqt9vw3ZfeOp87b/OsFsAiBli06/SchQ9WUq3FMfODb3H9+r/TsaS+53ouFAAf0Dtw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883903},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"313c33fc5987d77963a3187c93da45ab416a4bb8","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.17.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.52.4_1754335609292_0.3259721918174947","host":"s3://npm-registry-packages-npm-production"}},"4.53.0":{"name":"@aa-sdk/core","version":"4.53.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.53.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"5d4426806502821b1011d3a6173c43c5bb39242c","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.53.0.tgz","fileCount":495,"integrity":"sha512-Gk/e5B7obwh2uklXpwZe5V6YcYu+hogVvRnuz/x4egRU6viEE8Kps7wAlbtB9KLNTCEypzJGO2tG6/A9MrYozg==","signatures":[{"sig":"MEUCIHCRvc4/mUwlTZu3WFLYivZw63wOSnchVrxkpmYz5bGcAiEAkgKZkYkFin78DAN3ry33vNNl+an7JeeBcTm7X74ZII4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883903},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"69204fae71bcb30680f819d4af5ff95ee1f3a5f2","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.17.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.53.0_1754506334936_0.042872726354412194","host":"s3://npm-registry-packages-npm-production"}},"4.53.1-alpha.0":{"name":"@aa-sdk/core","version":"4.53.1-alpha.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.53.1-alpha.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"3ae0bc7fa85d3356e1506dc0102be50deeca86ca","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.53.1-alpha.0.tgz","fileCount":495,"integrity":"sha512-1iZm4q7FwI54i+wT7q80ElZNs48iE1zKIQ1PSMKHQ8mQ3Tr4v/5aIutQtoyeoYEQWS656P/oXeaX4ts9cj5uVA==","signatures":[{"sig":"MEUCIQD7r2S3dePihIVDeWoHOmOrHiyGGiQWrkj87F50XXNS7AIgQ56AKxc8JVnCw8L8WBLc91nNjjPPhHavkPq/u2q4XX4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883955},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"dfafab5eabf65616b40d579b105c0fa8049fc727","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.53.1-alpha.0_1754509271124_0.16700831189745213","host":"s3://npm-registry-packages-npm-production"}},"4.53.1":{"name":"@aa-sdk/core","version":"4.53.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.53.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"317dc87889a23a56306980d2605b08f45a0f4e61","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.53.1.tgz","fileCount":495,"integrity":"sha512-Ypuz6EAUcjT1w9nM/p3CFO7Il0fLG+Dr9sI/GITA1Fdmhk3PlMp1OldOR6CIEcbBSWmaYwLFxOTo2RvwAY5ZNg==","signatures":[{"sig":"MEQCIClsPCcV4Ya/var6QEN3Cyn91vcv2/DPxHYkDRBBTYXEAiBP4qz4WqadcL0ZUtN76k6cYDdeHpPB1SW+ED0zuGkDBw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883903},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"05881685ac5a69c1917e987b0899c553c8bf9bfd","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.17.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.17.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.53.1_1754519915060_0.28618158433279994","host":"s3://npm-registry-packages-npm-production"}},"4.53.2-alpha.0":{"name":"@aa-sdk/core","version":"4.53.2-alpha.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.53.2-alpha.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"9e5e6699b90a199db9fa66353f25d6e8854b14a5","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.53.2-alpha.0.tgz","fileCount":495,"integrity":"sha512-1cOTGqA7gD3ZcjzvX1sdSWPz0K92dCbSjBKOeMW1TPVpp3bfqcNwDzj7Ggmuh6PpJLh6rgrcY4fVu57kbP1swQ==","signatures":[{"sig":"MEYCIQD/VjZcZ8cqZv4Fs7j2DzmwH29ZGI7NuQFmYgDYVFGqYwIhAM7UP2oLij877wFCybd28OZrehLw5IOMcxMRCz9SiJW4","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883955},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"9e39392f36bd934e112bb8c8feb3c1cc4e33806b","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.8.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.8.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.53.2-alpha.0_1754620405892_0.4496350999176322","host":"s3://npm-registry-packages-npm-production"}},"4.53.1-alpha.1":{"name":"@aa-sdk/core","version":"4.53.1-alpha.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.53.1-alpha.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"5d016a27051b405386fcd828eaee031f1ec526f8","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.53.1-alpha.1.tgz","fileCount":495,"integrity":"sha512-AV7ipVIvsmxerAUysTosXTPNq1lJN1SazXqNZ0s2mkO8w/sr4VbYkeIgJBtAsFhzvmP2pQ02qeRUBgvM6A9S0w==","signatures":[{"sig":"MEYCIQCLIMI8/xmInUnbb4asC9TotSK9TgdcxLhHBo1lrEUssAIhANxSoSCJ0LnJGLFxfPJyLp8G0qBssNT5iXIze1jZ+Bl0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883955},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"dce734125c95c9437f48b40e3ac01c03a19ab3a1","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.53.1-alpha.1_1754679636094_0.18572972648727792","host":"s3://npm-registry-packages-npm-production"}},"4.53.3-alpha.0":{"name":"@aa-sdk/core","version":"4.53.3-alpha.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.53.3-alpha.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"71870f6435e9e2052357bf9b81fb943f940f711e","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.53.3-alpha.0.tgz","fileCount":495,"integrity":"sha512-fKG32aW6hJO1ROiBBVJnhOeFofZalHOyDmyyP9YlmzV6DNqXupJJXJE6HV0ln1ziBsWNqKc1O5fm/gxngZgzNw==","signatures":[{"sig":"MEYCIQCC19FN8oTbdoSdYK+IigD9M0CHssffjOw/A6g3BCJAqgIhAKmovqzzncAlkztgglYGpTpZFPmL3fxwDlhhzp/XxW6l","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883955},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"ee82ab2d79bf9cc21edd1f588a0d4d1b4710a29c","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.53.3-alpha.0_1754680288786_0.31419076713349137","host":"s3://npm-registry-packages-npm-production"}},"4.53.3-alpha.1":{"name":"@aa-sdk/core","version":"4.53.3-alpha.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.53.3-alpha.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"9174415e7209083bf2ed61648505d853f5af0695","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.53.3-alpha.1.tgz","fileCount":495,"integrity":"sha512-OY+xHJYe8BE3l39bDVh6tuJTrebg5Zl1FovqG6BDGVoxh/EmbtoW+Dmq2U7C4uSWHU1ZBsh8JUKEibEZCYNGUA==","signatures":[{"sig":"MEYCIQCGJ/x2T4T9JSImYK4wclBj5U7qTz5pNuCgu0aUZJ9+AwIhALrty1CdlnCVwnMUHV2qgHzbs39sihMrfEOtGRAqDwa/","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883955},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"2f54bc3fdeeb6fae8f9dd8c570485bf424174048","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.53.3-alpha.1_1754939188907_0.41792804734036393","host":"s3://npm-registry-packages-npm-production"}},"4.53.3-alpha.2":{"name":"@aa-sdk/core","version":"4.53.3-alpha.2","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.53.3-alpha.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"a45ef680d34dd2ed2d5c9f095acf30cc1d30c769","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.53.3-alpha.2.tgz","fileCount":495,"integrity":"sha512-31Xc8J2fZ9qWbHqHyQh7vgtcwSH9D/0nbBW7rmxz15qkOIZlYdYSbePQNPH0JEyAZ3+gMQqvLKBtg061A5oc1A==","signatures":[{"sig":"MEUCIC3QPUgyaWuqHzAOblISH32iLtLm6FF39IEm5wOR2SQDAiEAg7aTwtB5Ps8fd90K5x6fNwqXgVAK7VRzQE9ao+cbs2s=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883955},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"d9455dc75e32329fcae3775dd7b3a917dbdd8ba5","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.53.3-alpha.2_1754948956547_0.15599841329515418","host":"s3://npm-registry-packages-npm-production"}},"4.54.0":{"name":"@aa-sdk/core","version":"4.54.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.54.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"10af8c2c6ca539fd0a792337e14d0888b58bf7b6","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.54.0.tgz","fileCount":495,"integrity":"sha512-IFOPiV8wfSOT31MS3NMeaJtW5fZ3EseFF4ZODQxuxCiMwYkkKVCULQUXgMufo2IrX2uvvm8s4XO+FZ0PpM31PQ==","signatures":[{"sig":"MEUCIQDN00w8uxqaJNK9aHnMd8/nwnKUHiXvcRaz2z7ikkPf+gIgOQMRw39KsF7Wy+uHQhU20MtTRw37R8gXktQZSOlnETk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883903},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"df00177b9973afb200b5a3ba2c85e1c6771d0a6c","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.18.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.54.0_1755018935757_0.28536179728193045","host":"s3://npm-registry-packages-npm-production"}},"4.54.1":{"name":"@aa-sdk/core","version":"4.54.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.54.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"cb19a84052840867de9459e045d45124da2956e8","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.54.1.tgz","fileCount":495,"integrity":"sha512-X6+F5NdPIv/LvF2UWgUx+23OK5mseH0uie9uSAND3rKNqrWEXidD3or7+oEjXtpKXhUwT4J8ZuBTvftCm+6U8w==","signatures":[{"sig":"MEYCIQC4kiG+LCAHGCr5K7goB2AxRRse+llEVc0/jJHX+YlaMwIhAPEqti7sD2JSjWLsXiYGu2u4GOUjrOIEUzYAJMNpixgn","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883903},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"44a337cbf1375398d92a74ea527fcf4d9bccdde7","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.18.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.54.1_1755043520832_0.37947217371065256","host":"s3://npm-registry-packages-npm-production"}},"4.53.3-alpha.3":{"name":"@aa-sdk/core","version":"4.53.3-alpha.3","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.53.3-alpha.3","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"abc46d97590ec50e9a8933836800a9b3a1ef6b1a","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.53.3-alpha.3.tgz","fileCount":495,"integrity":"sha512-6w4qhT+p0z79LyljSTBD4lRwjEWqohhJufuPpeB2cspV7Rlc/N3OYPmmi5gOUSDRc1eE8Zb65Vsju2uHJi/KUw==","signatures":[{"sig":"MEYCIQCGRysGzcRj8krSppjWCCG7UP45uqnWOMDZ0Jm7H8eorQIhAI7RGfeZsWwetXGFM7d7uZ18MUJk4gvFij5d7EnraTT3","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883955},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"343faf9b44e2ef81f4ba9a7e3bce19431cade5ef","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.53.3-alpha.3_1755092366689_0.7158066949854704","host":"s3://npm-registry-packages-npm-production"}},"4.53.3-alpha.4":{"name":"@aa-sdk/core","version":"4.53.3-alpha.4","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.53.3-alpha.4","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"9481118ad9519dd83349e9808fb63873627ef8ac","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.53.3-alpha.4.tgz","fileCount":495,"integrity":"sha512-GuWuykEBUDIBtBxGwR75N01cmt68YJZk8KINBUeH3E+vEo2Sp1/TulkssJLYdGDP0/zAEE83ZC4ZDCFsuOjXEA==","signatures":[{"sig":"MEQCIFvOCW/roL2KNygeEaBDsAJRztgtHr9A44Hrv+VQtiwkAiBqHg8AJGhlZA8GA37ewlTciWOhgfsyZJkpE8tKgfg2Rg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883955},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"518e42cd11a4a2f3c14360497b91b4963a913128","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.53.3-alpha.4_1755096620225_0.6077449441345348","host":"s3://npm-registry-packages-npm-production"}},"4.55.0":{"name":"@aa-sdk/core","version":"4.55.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.55.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"95c06cf1d733ea90ff74e5d5e1fd89c78d1a9e96","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.55.0.tgz","fileCount":495,"integrity":"sha512-sWZNKdahzOyYS+vqa2tcNHl99kQ4Od1lW/2+9w92ZXR2LTogDv7JuAcMmp8M//WGdLQasNagD9r1FDGRqJr5wA==","signatures":[{"sig":"MEUCIB3jZZob8eudcOkKW944B1IS8r9qKLjDh0PoqxJwm955AiEAh3ut4W939i6mPFDvi0/ghCwXaakWuqM6j1uMQkZKG0U=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883903},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"0fd8daecdf3e978afc6dc795579f5222ec7e0ebf","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.18.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.55.0_1755183501819_0.9290389172463775","host":"s3://npm-registry-packages-npm-production"}},"4.56.0":{"name":"@aa-sdk/core","version":"4.56.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.56.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"1be5256d1cc22d1d506786187a0b4e4099c4ee07","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.56.0.tgz","fileCount":495,"integrity":"sha512-EvARwilukqM9YB2ggYBqiYbOiFC/aaQ2rEekbQFG+qoHi1c/8kxrzGYkopLY4u9zYVzadwLJlYJBxSOlMFiWyQ==","signatures":[{"sig":"MEQCIBox8pvj9qp+qCNoMKYt1uuU8xYh4j78JjfqC83DDbT1AiAQ7C8zSMgYuO9sC4gbImD+4KHAbLE8Z/UrwnsgCHdwKg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883903},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"c88a1e6972d0d98126e4af7d150337454fc7d758","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.18.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.56.0_1755534186527_0.3893681215263969","host":"s3://npm-registry-packages-npm-production"}},"4.57.0":{"name":"@aa-sdk/core","version":"4.57.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.57.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"25f7de0e5a8bb78ad8a92b48f8a9858428e31e71","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.57.0.tgz","fileCount":495,"integrity":"sha512-9ICAWMhB6o/FTl01ZQU4C4GQJKM6nkLMYiCE9rLwfEq4th4CBU2KQyA76Yzq4qONWA0nD1fZRZzZoNSWeLzceg==","signatures":[{"sig":"MEYCIQCCSJKEffTZ8wiuYjwN3pSpBiqA1zX+21HVheIKLDR9iAIhAIIgvV8JWRenjMOM/0TRyK3JfowpaqqBfs7kI5U6+jid","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883903},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"98db427dcc3f23885590cfea69151ab0fc616ae8","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.18.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.57.0_1755626976627_0.48919353682156896","host":"s3://npm-registry-packages-npm-production"}},"4.57.1":{"name":"@aa-sdk/core","version":"4.57.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.57.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"2110fcc8d781bd55f8d339955a991965762c3b52","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.57.1.tgz","fileCount":495,"integrity":"sha512-EvZP4C+CPnlU9ApuaenvWLFLIrGoKAhMBjoUh5Pv1ibEsY99VCGesVMaO9gmyS2iNCjZ9MkNMLDocdrtaYzmBQ==","signatures":[{"sig":"MEQCIEd8VdpqJMfCPNNqB8gW4DsP6whs2Cs8KOPTMK6dhF6GAiAx+J/t1ZR9GNP0+OCexllOnSx5mtizTvQpXAWrxvZSog==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883903},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"b539becd49cba49a6baddd008125ebc32d851793","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.18.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.57.1_1755710641943_0.951402247509064","host":"s3://npm-registry-packages-npm-production"}},"4.58.0":{"name":"@aa-sdk/core","version":"4.58.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.58.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"f266dbfbce36b79436fddc016bfb7f1b9cfe4a3e","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.58.0.tgz","fileCount":495,"integrity":"sha512-Rj/hX2Zu/BCHoFoywde4OzLgJDuOvcYZyuBs2rZJQoIYFWC0k3X907dlp4OeVfkebvigmC9hl6F/SvtxPgdOzQ==","signatures":[{"sig":"MEUCIQC18WIjMdEghDPUFDazUpt7mnN3EOqOGVOPOokVN+eeyAIgLuBNKgDmpRJrZXGtCgAYKjtWAr4nXQ859FVsnlUM3ys=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883903},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"87abc02e137b4bcc164592bf2b54c80144cfd4a4","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.18.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.58.0_1756154632334_0.8142826476753928","host":"s3://npm-registry-packages-npm-production"}},"4.59.0":{"name":"@aa-sdk/core","version":"4.59.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.59.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"688581b176d09aba40a30c8a73626d036de8c652","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.59.0.tgz","fileCount":495,"integrity":"sha512-7ecjxvZjwLR5sKV71iW/Ei8v7uhG1lDu+1OEjhQmD2j3rPoZ83Rxek67MDWHK8u1RmDeK5MQ6yQGC1IqgSvs+Q==","signatures":[{"sig":"MEUCIBwYV3eth0Q4yxr8l89wS+N9w3WvopdVYEz+4I3BCH37AiEA9hEPYdWQbjhqcVvekENL9uY9cdR+936jtnDiDxx6aX4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883903},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"0ede8e46b6529f38da1ad86bcf31faacf34e123b","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.18.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.59.0_1756251343483_0.5851782949063165","host":"s3://npm-registry-packages-npm-production"}},"4.59.1":{"name":"@aa-sdk/core","version":"4.59.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.59.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"9b8b9f875dd527b7e236cf1360bf1750722b7917","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.59.1.tgz","fileCount":495,"integrity":"sha512-Vt9oqoMhkR8i7O/4UhnOKFSS+4HoIv4Ae0033mJEOi12y2Nj7+Gt2/vZ5yjwWxUdxRhkx0XllZvLI/znxHgVkg==","signatures":[{"sig":"MEUCIQDlI0cD9/lOvyRioYDGDRO4PxTBqX3UdWZdIgZXUqTnfwIgUcMmZPmiH8Qxm0dn0rT3H1V147bCnwkMMAIHVNiaVE8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883903},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"7347ebda8464447d1624a1094f141e2647078baa","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.18.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.18.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.59.1_1756321927765_0.2480938481815813","host":"s3://npm-registry-packages-npm-production"}},"4.60.0":{"name":"@aa-sdk/core","version":"4.60.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.60.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"f08c122c41d78702e6a8075613a737798516edbd","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.60.0.tgz","fileCount":495,"integrity":"sha512-1XCcQDn04jY69k3hW7zAWzgDgG9HNDZttkM6L4X49N5AdX9ml6dgmBV0zzTmE+uB97L3Cs9XRharru/1B2QqnQ==","signatures":[{"sig":"MEQCIAWH4iavFfOdf9qmkFffDpCuY861+TRxY6hum0yDUYrYAiAfAXNp6jLwu2CS1WAZamarLVqitahCFfHNGvWmU8bNfQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883818},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"f73c6ea7fe8a4f903c0a21776f02efa62799a689","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.60.0_1756862373922_0.48837519920749384","host":"s3://npm-registry-packages-npm-production"}},"4.60.1":{"name":"@aa-sdk/core","version":"4.60.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.60.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"93a8e5be4954a0f51ede697d86b481fbbf0c33b9","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.60.1.tgz","fileCount":495,"integrity":"sha512-zDrN2b4EMb5yuUfWmP7mXzrDKb1LKytNEDg2/i4dZCbTdcAW878BVBiAMhu41bBN2AilzauSj96BZZlXbDCQVg==","signatures":[{"sig":"MEQCIC6VinJAh254WmYjTu5qa0oq9s4xMiW3AuEIRFZUShw5AiBt+IlS/sc8OxG3Wbugl+KeBvh9PyC0/yljz2f0W+qogA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883818},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"a12e3557ed0067bfe432d427280b8b4495a8a748","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.60.1_1756925228301_0.29729142426878785","host":"s3://npm-registry-packages-npm-production"}},"4.57.2-alpha.0":{"name":"@aa-sdk/core","version":"4.57.2-alpha.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.57.2-alpha.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"449f111fe97b66f4c61bf875bd648e3b32a1806b","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.57.2-alpha.0.tgz","fileCount":495,"integrity":"sha512-XbbXweywsrLWa84xhL1TJfVHN18rYFRv8v5uHsAY0ylMxleL+KcpyipdN1e+QgIkKBkBfVPQXdlxZDXmLocFCw==","signatures":[{"sig":"MEUCIBaOroS2Qgoz0BklTHy2zpuo9gK5iTxKG+6VV5+EAlvPAiEA1dODF4qjRi3Rebj8cdLKlSaL2kwtUyOPtXTs7JAzrso=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1883955},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"97926325edd215f1e36fe50775eb2d16f0d40fa5","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.8.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.8.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.57.2-alpha.0_1757090440266_0.4505212112098571","host":"s3://npm-registry-packages-npm-production"}},"4.61.0":{"name":"@aa-sdk/core","version":"4.61.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.61.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"76b227bfcb73a28a87ef62c27cdbd5e2a8416c23","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.61.0.tgz","fileCount":495,"integrity":"sha512-i522w3NzQd8X0KxAoAEaiJQo/un+nSCd/RGeEi6uQZ3eaEARrlK8+rdXZWePs2fWnV5W8PJjwRD9BCaJ/GNQNw==","signatures":[{"sig":"MEUCIAmw3uf8tQrDEpL+zcIaqx8Stv9z5J2bZ2XEZhJp+S1DAiEAxJpd/6EUDQC9YYaq9B2pLc9h4MM63rBQwp2MN9nllaI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1886162},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"cb25c3a1f44b589de97fefcf930fc373a6ff9bc9","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.61.0_1757097439714_0.33412319012092095","host":"s3://npm-registry-packages-npm-production"}},"4.62.0":{"name":"@aa-sdk/core","version":"4.62.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.62.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"5b3ea6bade90267d0bb7337b0d55581328ea1c1b","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.62.0.tgz","fileCount":495,"integrity":"sha512-CY632e5IRArAPw4b6cwkuCFSbFXcVATwhHhAERvnJ40F2ItCFfPzJFtMIQGar6kM7yk2EGC2w4bXU1lV1m2aMg==","signatures":[{"sig":"MEUCIQCUansH79lM6v/kXyz3PCqtqLJRPdiRIhHqjmYf2TKq1wIgO5tPsUVmVODzd/MOIDqcgnXgu49MifDpRSSgv18xPSA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1886706},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"9306dd1e2921046dd3d6402b3a569c34f5b66130","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.62.0_1757194823391_0.3381871713687541","host":"s3://npm-registry-packages-npm-production"}},"4.62.1":{"name":"@aa-sdk/core","version":"4.62.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.62.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"a79d56de68a2fb1aec7df549f696a5ceb9a297e3","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.62.1.tgz","fileCount":495,"integrity":"sha512-FOkR/sB8NnEhnyL93qQhgYeYryAHCI97kJZrQS4PspNUrSaySCn+hZL4ya2m6AxRJVfDL8FHUmnh/cKX4MapEw==","signatures":[{"sig":"MEYCIQCRU4yXxSV3On5BmI6g5+smDlAyx9hBBBihf153Ddyv7QIhAMyd3Z1ZJnAcQamZqY8c4VLofsz3PGQzQFIiIJrAOUB2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1886706},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"a3daff4baa3d16e76a1673c6d64817c66ab02729","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.62.1_1757613215168_0.793264097611492","host":"s3://npm-registry-packages-npm-production"}},"4.62.2":{"name":"@aa-sdk/core","version":"4.62.2","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.62.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"892da6c8034bcc813c540d7e91ded5e6ae4473b6","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.62.2.tgz","fileCount":495,"integrity":"sha512-zxk9qSdf4AVSU6z1ubZ90bOkQTebGa80048Oj8IyXx7+fumfk4CLYkIVpFV1lIBpvKtbdCYgChvj0zRvWI/Zkw==","signatures":[{"sig":"MEYCIQCpbRGxeu2IBu57nASNNVnUwGrDKURt7zgYFibbpMc+EwIhAPdwhKsM/38Yr+wsteD1AMLhRWriKm+PomacRKlYfWf+","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1886706},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"891b1aee93d30855b93d19f32f5f77ff3e4a385f","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.62.2_1757645318254_0.9719262830356685","host":"s3://npm-registry-packages-npm-production"}},"4.63.0":{"name":"@aa-sdk/core","version":"4.63.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.63.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"797a2cd146a193c24ef1db40391767ae8a0a20be","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.63.0.tgz","fileCount":495,"integrity":"sha512-lwbW1/468zqFjgPNSRbWjVbLqcwL0Z6Tt9X2JtM+XWWsJ508NVQNnTY4k02fBX9I3bId/ic2id2C3EgM3NxGzg==","signatures":[{"sig":"MEYCIQDaIjzIMHBR3XssyympqiuPDK7WBe57G0i6p2vv+KoYJgIhAIzDelNZqbHYZJAxlQ9CI9OKWLeC9jsw8NNOESJEBYCY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1886706},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"5c1565e5cc2d1e76f0979e87d3ab68f1241f6835","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.63.0_1757957945384_0.43465834384914026","host":"s3://npm-registry-packages-npm-production"}},"4.63.1":{"name":"@aa-sdk/core","version":"4.63.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.63.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"40144bf7df968b594704f5c9627761710e9a0e9a","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.63.1.tgz","fileCount":495,"integrity":"sha512-as+afjavVTZEvpK9OyztujU2Q0ZWFWevz/dyz5JRJI6nOnhL3HU32STAzTX5ePENJJf8YMucUcCsaw20m24s0Q==","signatures":[{"sig":"MEUCIDN3eCM9nHxW/fnmYEm6Xc2IBC+9gL6kVv64KKeEY3oDAiEA0LKwlsSIfYYxVUQeya1sViGCCwtiF+6NggokzMkpjgg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1886706},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"924d480e66957e748f4f09ce5df8f2c5fe7b4ee4","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.63.1_1757966549880_0.5397572233116406","host":"s3://npm-registry-packages-npm-production"}},"4.63.2":{"name":"@aa-sdk/core","version":"4.63.2","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.63.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"ea4f8259d6025882a40f292690a771db5d2b8501","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.63.2.tgz","fileCount":495,"integrity":"sha512-+ienBTHhseBJlAHt/WdiBn7+uJvCcTqk2/R5DaOr7jFleAYz3kIjROnYdVSsNY3ePtJqZO9XRz/F9tkGEKj7sQ==","signatures":[{"sig":"MEUCIQDPtXUFFt4nok5r1cZzLEUbIkKG7Y/fjJ7iogbT7C6FdwIgBISjzQTKtZj6Tj3qSzubFsMI/i/Ck+UhoSZOMBhhOK8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1886706},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"17cb18e45e3f11c3945bd8007f854944cb8783d4","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.63.2_1758049871646_0.5224196543398274","host":"s3://npm-registry-packages-npm-production"}},"4.64.0":{"name":"@aa-sdk/core","version":"4.64.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.64.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"6c7ba0e2b40e2ee63f6eb7b7a33ab80278727d81","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.64.0.tgz","fileCount":495,"integrity":"sha512-d3h4i+c4VR70fwVIehfn28Q3A1v9zr3dzmZt8hB3YVcwxZbmSBA5NSQC5/lBPP7+Q58axikcb1PBH/WSohe/NA==","signatures":[{"sig":"MEQCIGXJlmppR9P5c3L2AQTtVmdoMHEyxIQUoLD3pZwuIpeyAiA0zrZ+JcApBVGKJyLRz8moyttEdwsUohlC9JSMJJBGlg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1888716},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"4ebd04aa0b6567b665453112489260950f0a4896","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.64.0_1758318662455_0.08198588862850098","host":"s3://npm-registry-packages-npm-production"}},"4.65.0":{"name":"@aa-sdk/core","version":"4.65.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.65.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"6bcb5ffe0af2d3a45aa8b75c7fa9ed36c50c73a6","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.65.0.tgz","fileCount":495,"integrity":"sha512-osG+fWDxMfOuFQU1DOcIMBZvKsGRS3VcFi9QgyV0lanGkRc5uksJ5MTkYjoH2XS39OrKKZGewAflqg4qzPMidw==","signatures":[{"sig":"MEUCIB8Dj4RSm7U/xNytUK1rblFv1tE3nY+QznW396Dj5dbwAiEAjFVdSaAe/3FjMRDOiQ7Hf6I/XaL/CAnGb7T2mG785RE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1888716},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"5433a77a6f488b7ba30d2be844374d87d388dd7b","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","fern:gen":"node ../../doc-gen/dist/esm/cli.js generate --in ./src/index.ts --out ../../docs/pages/reference/aa-sdk/core","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.65.0_1758654212860_0.444674325490267","host":"s3://npm-registry-packages-npm-production"}},"4.66.0":{"name":"@aa-sdk/core","version":"4.66.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.66.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"9d12a067ca1065eaff620ad3ac4c2fd03349de03","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.66.0.tgz","fileCount":495,"integrity":"sha512-y/tVpm1I35Brk3F43Pm5ZxS4MEHYh3K9BwxWYbbR45ivZPpcZrsR6wW29/oYKg1tjafzI6n5v/Qy8ACEyi+02g==","signatures":[{"sig":"MEUCIGC3bApVhgvmvS4+aWL7CPAYBIeMEmRvLpNCxZzV73npAiEAosKwyI0lqdnXLTroxhviN6wFQGUs1UoM4mgIaamUS/4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1894980},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"e82c14b7d477a925e7340d614f321affb7cda782","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.66.0_1759160457841_0.9809526961518533","host":"s3://npm-registry-packages-npm-production"}},"4.66.1":{"name":"@aa-sdk/core","version":"4.66.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.66.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"2150c75e07422347b35a71ec546bae29c3805343","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.66.1.tgz","fileCount":495,"integrity":"sha512-jThjq5d+sU4AlkdD1whODO/d9Q1nTk20rmAnaltmyThmJdkDBeVMdL53NyVoVIs7Ibk+bRdSiIqg9bAcVXjEsg==","signatures":[{"sig":"MEQCIBC0HMYyNCBdY5FhIkhjDcd9LP/3OSMgvpbMfLtGHVjBAiB+p8Zgy7wLFZBrM5DDuKCqvfmzaBYZUtjb+KLKkQc45A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1894980},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"b257d81c88011f8d1f6fa5f577471437d4a163dc","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.66.1_1759185097533_0.7926493762711819","host":"s3://npm-registry-packages-npm-production"}},"4.66.2":{"name":"@aa-sdk/core","version":"4.66.2","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.66.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"d706e68f9e7f2cbad4cad44c57bd85b045ef84ae","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.66.2.tgz","fileCount":495,"integrity":"sha512-f75ymiv6KjhOuw4xN+XzChXeBywoEBDQYOK+8QmB3sHZr9rjWydZ7PxeT3dY0i3HyIQKtKW4z316ia75ygQmgA==","signatures":[{"sig":"MEYCIQDJDMhuL2kMLr9bs96TC1/leXoNVqt58PtQLJcaP1e94gIhAPmax7BxvmMVh2DhQOmV8syCQ3y7J0PVyzZzJpBt1FiT","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1894980},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"923d2980fffd91fabf702b5d24dff04a718e0194","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.66.2_1759269434189_0.677636902091431","host":"s3://npm-registry-packages-npm-production"}},"4.66.3":{"name":"@aa-sdk/core","version":"4.66.3","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.66.3","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"91012748161225e62af8dff40676c31784487dab","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.66.3.tgz","fileCount":495,"integrity":"sha512-AkS55S3uHku5K0Dl8tgau8E2LNbRzsj3gOw7EVhwUTp73fsFEqbsZBjyHAk8lj4+DAAE/58Q+oI9xOYikmYASw==","signatures":[{"sig":"MEYCIQDY8HjrFcriTtylWcAh6ICtvIz6nCojv5K7oDIo9tG1fAIhAOdXLPy6clkyf7BV6Y8wy19JK3vLgKfZdjDsZWgdYhc2","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1894980},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"33b7e38e6f83cc7a5bae3976b6c8a54b15f6cd4e","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.66.3_1759288492840_0.6831115215582637","host":"s3://npm-registry-packages-npm-production"}},"4.66.4":{"name":"@aa-sdk/core","version":"4.66.4","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.66.4","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"29266055e9d225c480118df50e752d2fa95b4f6c","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.66.4.tgz","fileCount":495,"integrity":"sha512-Sal/ikj/7xbRSiX2GTThu80XBESrV7LGU78cARdKJXAJ3G5YxeKX68uKCGc7oTSZZNgzSX/tJZAkCF67fQcEfg==","signatures":[{"sig":"MEYCIQCzFbR6tz2qLEDZRLqEAx6wqsjH7AJkdkCicosVgzVlbwIhAI+FzyW9A2FlWxkN6GhnTQ8tUTXieYLOdg+kOH9FvpFW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1894980},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"058d16b7492048f8f0f24b02445269ad07ae8e4e","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.19.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.19.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.66.4_1759363690810_0.8950937120704623","host":"s3://npm-registry-packages-npm-production"}},"4.67.0":{"name":"@aa-sdk/core","version":"4.67.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.67.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"c1be3f8000695ee457275ae98980b90e4ae5a0ab","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.67.0.tgz","fileCount":495,"integrity":"sha512-+L/d6EGwhlhoYSMZTElwEI6XCRk0Elq+cObv2C6hl7XgLICbzKoYYT1h9c8m5LbzZCjeE4q2Vx5HT84eMN863Q==","signatures":[{"sig":"MEUCIQDstCfw11AZOm3HvJfFkZefReT30LP7LYI961Jnvm/M2wIgBYDLMrGKXAhqZIIA9pwr/c3cR/9HScqfND9NH/cL0VM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897698},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"6b6896197bab0752b677f659443c900c71e45afd","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.67.0_1759794870345_0.20714727072711359","host":"s3://npm-registry-packages-npm-production"}},"4.68.0":{"name":"@aa-sdk/core","version":"4.68.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.68.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"9442f1dfa65c201ca944f055faafa151bdd8ac15","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.68.0.tgz","fileCount":495,"integrity":"sha512-m9Cs+5/Y2IdHIcxcN8evvXTtNbTzotqTeXqbNVPYZqBS3tGRUBdMtROZIgYb4IwyFMOA27saHJKwDcaRpkzn8w==","signatures":[{"sig":"MEYCIQDn9jyDZK3WjB0Osh2DEyH3FLNxP5V/O1iFcR3OJV/6qQIhAKKAu+26/ct8QMPZ8OtlADgtv1jsKMWiDMBPC7YA/6jA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897698},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"f95d7f917b6d5b6ef9fa53a2bcaa658bd6aa6673","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.68.0_1760028555772_0.4192561724276771","host":"s3://npm-registry-packages-npm-production"}},"4.69.0":{"name":"@aa-sdk/core","version":"4.69.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.69.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"6a55e84b329ad8d5189f13ee9d01927047e95373","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.69.0.tgz","fileCount":495,"integrity":"sha512-39tEZkOnPhRsfRDEFswI7AsmXHtOcJsmh7Yj2s+JvNCdWDuNJMwh1Fpp8yMrqz4Ki5xkq0kkzHxpraW7dgMzRg==","signatures":[{"sig":"MEYCIQDh7RrNJ1xuIPEf/ty1irla/w7185CPly59GMtmkndWfQIhANyiEx/kHRdzV+/FgUoPt1PKn8DFqX3GCI+uSdUEizbd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897698},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"5d1e5e120dff492559644d9fa9aad8554f6ef5a2","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.69.0_1760369494282_0.5626822239295242","host":"s3://npm-registry-packages-npm-production"}},"4.70.0":{"name":"@aa-sdk/core","version":"4.70.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.70.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"f573141a18e6f9cc0418e962196182c4a20541b9","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.70.0.tgz","fileCount":495,"integrity":"sha512-fGGEjZsn+dTlBSFYoaTSkfKmxZh0+EWGfmg6HK92bMTHKRf95iZyhovcP5KWBX/haVchVdrPxgtVcULI2tLyMg==","signatures":[{"sig":"MEQCICT5kNt93lE2yIJUZhCOxdwQYf/Ae+rVj2XD2xpMz3LZAiA2cswur5Fm6lGbtv1l7y6AhZZG5OzJkv6/KT28V1q4iA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"c4be4fe2e524d257bbea8b0a7aa130237f115191","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.70.0_1760386440683_0.499306417590367","host":"s3://npm-registry-packages-npm-production"}},"4.70.1":{"name":"@aa-sdk/core","version":"4.70.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.70.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"fa1c8fc32f03b3781e3dfa5b6e63d8345f074ba8","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.70.1.tgz","fileCount":495,"integrity":"sha512-2AKD2TvLj3hRqj3NZweJZN6pYy7i5ZP9Yatf9XcUYyL+aKzj8ChwnYyI59T2MnbN9M7FvX+aiz2W13yRbLTTcg==","signatures":[{"sig":"MEQCIHLDI+6f50E4MZIxJTbprRSgb3uxprJUHQ0ZaO+bEyUVAiB2gbtRfJd4GazfqUM6RJUYDj2bZKoyqU8TE2B81w2/+A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"a8c2490188a5e22fc9d6965acfe25bb7d89d2a47","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.70.1_1760477644816_0.4999505018212522","host":"s3://npm-registry-packages-npm-production"}},"4.71.0":{"name":"@aa-sdk/core","version":"4.71.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.71.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"56abad86154baf3c560f70bc630f78c150b38ee1","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.71.0.tgz","fileCount":495,"integrity":"sha512-augypTO+Wd0lhejjhs5EhQAQZsb2NHJK1K9bU4EGzEYPfJBkQh7y2n27whfH859U34MvJxNTWIf2nLsdzl3EcA==","signatures":[{"sig":"MEUCIDQLVTOdrxdaGkoiA1ZfX5ZS3Q5QtglZTTX8UPDaBo2eAiEA1FHVPQa4+LKlKfvkUx/s8XS6PZGtDj6t3ZT1FRxTVNE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"a3ce23e6b1e59b2b4aee11b36887885552861dd7","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.71.0_1760554531699_0.5664773583695628","host":"s3://npm-registry-packages-npm-production"}},"4.71.1":{"name":"@aa-sdk/core","version":"4.71.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.71.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"a4cf80c5316c101c2af8ca6bb84121ae99afec5e","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.71.1.tgz","fileCount":495,"integrity":"sha512-TDTI82yF4kELAWaThRmjIUsmToZ0umA39cb5IO4u+oZsLrUQsqrsaa5bsrlEj2rcs04zGN8QqLBDEj0NbhMWDQ==","signatures":[{"sig":"MEUCIAVX4gqqOIS6/z9p1R1x6ri8pghBlJHQb6F9dSZpMpOgAiEA2LxZeD/kPu2ofJ8lVMZuIBlpJqCpVcKRXPytkmkkXzs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"5d0007b85f6594847cbafbc2326cb6ce17239bf7","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.71.1_1760649124664_0.14426337985012316","host":"s3://npm-registry-packages-npm-production"}},"4.72.0":{"name":"@aa-sdk/core","version":"4.72.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.72.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"3dbc716b2c01333f67da06c798d49fae107a963b","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.72.0.tgz","fileCount":495,"integrity":"sha512-+E+dXv89xSmno61ZQGdLhS3b7N4WjRnNTggg4kdcEdBQGoG43d7Kr0il5/sQ7hlo+PgK/Nk2oqP6dOvw69bQ/w==","signatures":[{"sig":"MEUCIQCnOuiT6oM7IiLjLzMthIWoJFvGGP9i1k74CZ+YnEnm9gIgTn1rXWzWXb/Q7e3Z2P/f68tgkkYdJFfCqXfyGRdQLJM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"e5efee1de2bb143287c3da604d0a7f545612a309","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.72.0_1760654152421_0.31035896966508414","host":"s3://npm-registry-packages-npm-production"}},"4.73.0":{"name":"@aa-sdk/core","version":"4.73.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.73.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"1beba958f507c13c31b32153c3ed4e4c3097a786","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.73.0.tgz","fileCount":495,"integrity":"sha512-Fm9ko4GS6jHtDJq552pebl4Yp3zMWFnFAvhTds0eejDxEDScq7bzAajxh57kjitNPHowW+msY1xpe9lxFi6qCQ==","signatures":[{"sig":"MEUCIAHHMVLxxOGl4/OMs6fnkGk6KLERoKnYVsNGHCO0nQ+3AiEAsRgrozpgwhlzXc+1wMKpYBGdhU0WV8lCO03aqUowssY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"1471537aa2b9e8cac4661b7162aa9c702efac7f1","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.73.0_1760722219031_0.014548095554841156","host":"s3://npm-registry-packages-npm-production"}},"4.73.1-alpha.0":{"name":"@aa-sdk/core","version":"4.73.1-alpha.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.73.1-alpha.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"7c8729e201391a0b67c820a46fdc1063e9424d2b","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.73.1-alpha.0.tgz","fileCount":495,"integrity":"sha512-5yXZKQDfbT2ChpneDm7tG3XTWxHo3wnqD8fPnRdHJlixrbJb59gePqXVnuzvTvPxT/MzJQLCej0DhtOHJhfb4g==","signatures":[{"sig":"MEUCIFf4GTe7d0OQAmyqZxBfsIZzbJw9vUOXp2BYpMU9pv92AiEA2eVtuzsSAoSIsSbGUcUe3c3E7VnGdpa9W+l0fKaYfaw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897962},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"30a05bddab1215d0ba101fcdcdec63894d14c04d","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.73.1-alpha.0_1760731774245_0.12581443999188346","host":"s3://npm-registry-packages-npm-production"}},"4.74.0":{"name":"@aa-sdk/core","version":"4.74.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.74.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"37d7ee3ea5109255c17ba15f9f908d749225973a","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.74.0.tgz","fileCount":495,"integrity":"sha512-V3sGxhWjge5xhnnSyJjrN57YTAD0NdyUeCe9axydEncGW81aULZ1KlXTZhRdnrTFHe2vkcjUu9t4jtRtDM7LDQ==","signatures":[{"sig":"MEQCIH7tLTwfuoojwzjZgqEBim/s94B/w4obOjRmJ+ndl2p/AiBFsSdn+jGXpDSnGXdj3mXFbRH3DADE5XjQh0rQ2Clp4w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"4e77fc8eef6262c294f325d4acad720c15a5cbe2","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.74.0_1761071556658_0.6402569732905585","host":"s3://npm-registry-packages-npm-production"}},"4.73.1-alpha.1":{"name":"@aa-sdk/core","version":"4.73.1-alpha.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.73.1-alpha.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"adba6943fa19c0977d0f957264b351a95cba46c8","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.73.1-alpha.1.tgz","fileCount":495,"integrity":"sha512-aHrbwdWBQvz2a70Db2lMEeALVYCTkcl2pd3YJKtgQ2V9b4znIloJQp12OZCXCf+W71ctUHFwLTC+KdKdyCh/bA==","signatures":[{"sig":"MEYCIQDjUrKI+XapNNzeLZCG+PhoI8wD/g0l/CejHTRg7LToOwIhAIjFcOJ6y8/J3dCv+u5B0odOR49ap5pSwy18V8ib+Xoq","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897962},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"03b2f5bff3d97e39f0be09eeaa6eb1f5a51631c6","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.73.1-alpha.1_1761081927147_0.7544277950101732","host":"s3://npm-registry-packages-npm-production"}},"4.73.1-alpha.2":{"name":"@aa-sdk/core","version":"4.73.1-alpha.2","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.73.1-alpha.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"d3e315b8b9d79841ccf08526be165e8f94537637","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.73.1-alpha.2.tgz","fileCount":495,"integrity":"sha512-Uh+U7aqCO1Ruc7kCaoI+GpRGOhQ7Am8vRcQr3jDtAFyopaI4FogwO8Q2UJnFhg8+LOJ2iPJ9MEPUQMT5wNNhWw==","signatures":[{"sig":"MEUCIQCxpOyxDRsnQ4L6Dn0L9r7/IP7ODBsUx1JCVak8VAt5SQIgXauOZnE76CtoTznZ/a+hsMd6L5+FxN+IwXEbO+x6MNU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897962},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"a453772c21ab2fab5ff0093b4168eb8e3fe73b89","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.73.1-alpha.2_1761083438846_0.9159260378123788","host":"s3://npm-registry-packages-npm-production"}},"4.73.1-alpha.3":{"name":"@aa-sdk/core","version":"4.73.1-alpha.3","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.73.1-alpha.3","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"013dc9147a7d325a95cd8e81c8de5bc38e7dfb9c","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.73.1-alpha.3.tgz","fileCount":495,"integrity":"sha512-6zJrd6Y1X/XXYf6q4gRQzQmGuq26mKjtl1fAxwVV4vfCKk9S5/AE6hXb6LQCDXRS0/PEkd1zI3go6UaHhBJRqA==","signatures":[{"sig":"MEUCIQD9cRsx9O6FLztbShTOK8cj+yMGO0ZzxkjSVxT0tOuhsQIgDnq24DdpKb/sD7A4tIrxgzPhmbRfl78mP3SFXFeYA+Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897962},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"441fb5248356d672e1f868829bb818009f878f5c","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.73.1-alpha.3_1761147517552_0.5902871064971831","host":"s3://npm-registry-packages-npm-production"}},"4.73.1-alpha.4":{"name":"@aa-sdk/core","version":"4.73.1-alpha.4","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.73.1-alpha.4","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"7ab5927552b0a9776ee2e8387c3fdf388019ac52","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.73.1-alpha.4.tgz","fileCount":495,"integrity":"sha512-i8/JwjTubOf3P109DqCMUrV0sJdDU4IIcifGp/fDSJQ3vhPYXcuqr9zP4X/nSvRyUoHBOID7M0xC3Ll1NIl9dA==","signatures":[{"sig":"MEQCICpYAZg6pIy77XHLnS38MWvRyKQffLo41e28yGSyHCihAiBTWk+U4MF2seszi10wtFH/wp4IAuufR1NPUPU0nMv7Vg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897962},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"0b4e411c20856ba68c93c4c71877db2fafd87780","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.73.1-alpha.4_1761155150605_0.837099863097565","host":"s3://npm-registry-packages-npm-production"}},"4.73.1-alpha.5":{"name":"@aa-sdk/core","version":"4.73.1-alpha.5","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.73.1-alpha.5","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"7dc87a30f27ac43f0571327045d0ec07372f718a","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.73.1-alpha.5.tgz","fileCount":495,"integrity":"sha512-CR+bc/xgYO04aMd3Uiu7fn4hDSFsrau3lwsRBXenG6wCmChCpZKJN+rpPc0+oudJXK8gsHy4tHufmZOFxSV/pA==","signatures":[{"sig":"MEUCIQC8MyEFUW/OA96JsffTrExtEXlxyHqlYpGddffAiA69JAIgDcOTOLH5pIQCcq7anYItQSkMHE4JDl8bzwZ+OyRYfKI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897962},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"6492299e9fe5f647c41ba7ba9e33b71d54a52547","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.73.1-alpha.5_1761156792426_0.8184047403669112","host":"s3://npm-registry-packages-npm-production"}},"4.73.1-alpha.6":{"name":"@aa-sdk/core","version":"4.73.1-alpha.6","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.73.1-alpha.6","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"feb3c656b311f7192e9102a3fb60fe3171923c90","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.73.1-alpha.6.tgz","fileCount":495,"integrity":"sha512-yjyW4vPpiYXZ9Nzb166/a8pnz+ZcO1AI9phthiDSB0pIG1fJTtkPXMte1WVlYMcI+5TDDdmpqYWvHSPajUlw/Q==","signatures":[{"sig":"MEQCIFd4ZFigACRyjzVnr/ymRqNlvFngyuQNU/4107jeY2PVAiA4mHUu0eoqD8xrWA7wsvlxGixLxq2gWHfGVxarP/0Ysw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897962},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"711614b095d09e184d5fdda7379774c898d04c35","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.73.1-alpha.6_1761158896262_0.8006268634672364","host":"s3://npm-registry-packages-npm-production"}},"4.73.1-alpha.7":{"name":"@aa-sdk/core","version":"4.73.1-alpha.7","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.73.1-alpha.7","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"ebb41163b9992e6aebd637494f150a228c4e6a46","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.73.1-alpha.7.tgz","fileCount":495,"integrity":"sha512-j6pHj0NN9EUMb1B/HM9tdYAQp/FbLJ2FjItvD+SzBgJJr65mKZIy5r0CxHnf6XV7Twdf7EQa9pi38kfPA+ze7g==","signatures":[{"sig":"MEUCIGhj1zJ9ne3GNwN01LqzhWaLCgpmhPIyYukoZB+FBanWAiEAsw6EgOYJW/unVQOTxiYYHfXtvpov3xBS2+va9A2GXFc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897962},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"520ce93870f5fa37afacae4affe76f42c99a1348","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.73.1-alpha.7_1761160066472_0.8671077222133365","host":"s3://npm-registry-packages-npm-production"}},"4.73.1-alpha.8":{"name":"@aa-sdk/core","version":"4.73.1-alpha.8","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.73.1-alpha.8","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"3305af38dd11a2fc1b7814407b4bc82f41e50fca","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.73.1-alpha.8.tgz","fileCount":495,"integrity":"sha512-5YDcn8vq1AAfJ+62L12/eATGwd5j9B8E8fBx59y/42EClDpYHgVEwGtSflcXXMzLQqcYDmP5b7Ka7BlhLlgCwA==","signatures":[{"sig":"MEQCIGaImZOdfajKRpKj0ilEX3lCYz+fGvPoP+/LIqW2RqyfAiASb5RQFDeZo1lAePsOeDEVFx6VdJlowD6hoyUclp736Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897962},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"bd1ce8f5c44964076476864cf11644f8673fe2e3","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.73.1-alpha.8_1761160491119_0.8855953151769427","host":"s3://npm-registry-packages-npm-production"}},"4.73.1-alpha.9":{"name":"@aa-sdk/core","version":"4.73.1-alpha.9","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.73.1-alpha.9","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"5903cf9dd70aa4411cebed35667abf9870db9e4b","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.73.1-alpha.9.tgz","fileCount":495,"integrity":"sha512-iI/qJJi3koMYfx8NcGHZC9OkeKZl4edKzZ9smvkJG+uU4QTVd93gh4n99kdoKlvFbeg/b6igT+gdgRcFMWQKVg==","signatures":[{"sig":"MEYCIQDbtJxC09PgEV3xNBEriTEPmtJQs/bZwAufN2M8JQET2wIhAKNydhCyXgXdzUf9h/UsiHW/is6xmgswqC+8cZ9APNjv","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897962},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"55c990661fe74790e0321bd9828031dc2b2cd158","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.73.1-alpha.9_1761161226975_0.018864878916275307","host":"s3://npm-registry-packages-npm-production"}},"4.73.1-alpha.10":{"name":"@aa-sdk/core","version":"4.73.1-alpha.10","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.73.1-alpha.10","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"916943c85c5d37d67fc182809290a90e5b66f76f","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.73.1-alpha.10.tgz","fileCount":495,"integrity":"sha512-GGiZf9o/+2+XyMvTglmlZrC8P1MptAFmrmeOGF12iIxg4WwvM4CvdAi8aQ3Em8RkiwgVpPrxIw2yPQret1jSIA==","signatures":[{"sig":"MEQCICSFuyjM8s6ZUhrdLrk28MxPPwCgrWORmVlaf4R1xqPmAiB6nCJIiriZcaI+Mr646u4AUFc0Pku3XKrvxS/wsy8vtQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897968},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"d79ab9ab7104919deba2b60db8c6ba0c1656a45e","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.73.1-alpha.10_1761164715411_0.14590254290079652","host":"s3://npm-registry-packages-npm-production"}},"4.73.1-alpha.11":{"name":"@aa-sdk/core","version":"4.73.1-alpha.11","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.73.1-alpha.11","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"e957298fe423733185901a2c1c983b5657311b26","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.73.1-alpha.11.tgz","fileCount":495,"integrity":"sha512-ZQmlXiROlaFDMYVapgjdjW4XMpRN8xSe+EfGIc/t3kCEUkpeEDQfc60f5aGOqTYL88xk0S1TSuoKO9F2jIV1ow==","signatures":[{"sig":"MEYCIQDAYKXSX+DJfU/YbOXr5H+xpHO/b4sYAYkxkOil9HUwEgIhAK8pzlo4a1un87Mpcat7+Nh7q7viEOCAz6ltSG8DHhe9","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897968},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"29d8866afdb4f5019403ef0897bd13f88dcfa2b4","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.73.1-alpha.11_1761169086346_0.3613707327757043","host":"s3://npm-registry-packages-npm-production"}},"4.75.0":{"name":"@aa-sdk/core","version":"4.75.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.75.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"9beffa388bb1bcc9a506242f20617295f64b8359","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.75.0.tgz","fileCount":495,"integrity":"sha512-QTGMXnmpG1YFeh2zoXwaGfh3S5aAfr4gzuC1W9AbtUhsbIWi/g4iCfzQsMwFJbXWfWMyW2+61ufYGG7tzQCHjg==","signatures":[{"sig":"MEUCIQDXRHzNs+XCUHIFKgewVvcIcVlvLJptQYFcmxN9cwh8XQIgJagQkxrjyPG88wObyIGxccmN+0OHQMxoUX0+VxkHhVU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"2113dcf956dd2b35a98031ef7ec5bc23c0594684","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.75.0_1761331712615_0.032196179786143864","host":"s3://npm-registry-packages-npm-production"}},"4.75.1":{"name":"@aa-sdk/core","version":"4.75.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.75.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"31c2d7826e7d9083836a1513be4c3ed8554955d3","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.75.1.tgz","fileCount":495,"integrity":"sha512-2j1xs/GeW1TFsOI1J73IK8lacql1iQCmxZUKz7m4AV2ENMGWryubkP9uMD9S6A+QQQ2xdvLioAdwgXglTLRBwQ==","signatures":[{"sig":"MEYCIQDfuYI+vFW51QT33m768J5WmsQoshD+MuocyuY8DfH71QIhANSnoSkD07mRctK9Ivms6bFHpMv0q60aFp7Or22Dpjer","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"092f331c6308273f6b705952e256a933c0cb5813","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.75.1_1761335441124_0.9885377556171124","host":"s3://npm-registry-packages-npm-production"}},"4.75.2":{"name":"@aa-sdk/core","version":"4.75.2","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.75.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"6cf748af40d19a76ef31287c3d8d263b1d4ebbbd","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.75.2.tgz","fileCount":495,"integrity":"sha512-P+EmbkCppAs47v3yzjNzGd0KyxWV+e/jNYPwXGHLxH3HcsbmB9sQI7GTvf0w6jH9g57GEtKg0E98fAGgO445GQ==","signatures":[{"sig":"MEYCIQDJv2NHcJSTHHQ+UrygJxhJMkpHPabVK6EqM54Afuul6wIhAPMpUodB3l0cOmAdrOEHM0KkCnrGaZw++xLgW288Qkxb","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"489ff5103206030c4e638e971eeb0f27df6ec838","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.75.2_1761340928021_0.9945105783185937","host":"s3://npm-registry-packages-npm-production"}},"4.75.3":{"name":"@aa-sdk/core","version":"4.75.3","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.75.3","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"a1a79245e71d5f70f1506f1e354596dfa3de3a33","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.75.3.tgz","fileCount":495,"integrity":"sha512-QL819KjwETf/ZMTJsNRs+OJ5z+SK0gmsZ2ziASHPzVlkbpcJUYjDPhOn6fp42DVsfVK5PSZqr7d8KQ4BMSftdA==","signatures":[{"sig":"MEYCIQC8pB7fgsJT5TpMJkys9jVEzeXbv8A+OcCclW4ixFF3FgIhAMQds+sQz2PNGO0Vlo2C1/IST09sLEPmIj2bB5ARk6GA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"1ce6848e7c03092f316607ae9703477f873fc9bf","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.75.3_1761581300611_0.9781345642467434","host":"s3://npm-registry-packages-npm-production"}},"4.75.4":{"name":"@aa-sdk/core","version":"4.75.4","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.75.4","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"2426f2c38762ba9fa6f5dfb492d0b3e3c95e1201","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.75.4.tgz","fileCount":495,"integrity":"sha512-bSf8yERaG8JKlXktJmrB3uomkGTo574jFuTjIFimzdNZYLbOaMIc7H+goPp80PCEgJe/Q34JAhhqqasaoHhsCQ==","signatures":[{"sig":"MEQCIAxI+iQ2viWJYQARV/Rf++Db2IK40uXbYnJAGuYHn5pAAiB3THsrIkze5gEyk6WuuyHDyfEaK/5MmJLr13BVTJ8Aqw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"39e31ecafce693ec77aa323ad534510727f2acfd","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.75.4_1761590132489_0.2092148715997073","host":"s3://npm-registry-packages-npm-production"}},"4.75.5-alpha.0":{"name":"@aa-sdk/core","version":"4.75.5-alpha.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.75.5-alpha.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"99bd1f217cf2d6073f9b57cdd74f76a6a5d9c8a5","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.75.5-alpha.0.tgz","fileCount":495,"integrity":"sha512-H6SooG2G2mnCfU6Q2BuUe8EjBJ8gOYn/FbdAbI0s64zneEquGHEe/KSph/FUwH+C5s3ZgEMzsC61SuIltuCGpQ==","signatures":[{"sig":"MEYCIQDQGvMm27npcMgYKGS4JqsYU3kEp0aSLMTY7blTyon3fgIhAP+p2mnRPE9g8Ja+EF4FZ39YaGbGMdX+1eKSEOkKWsGA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897962},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"9d26a842cfa9082ea7f303974276b8fc8d9f8f2f","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v23.10.0+arm64 (darwin)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"23.10.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.75.5-alpha.0_1761679117358_0.11395112631619186","host":"s3://npm-registry-packages-npm-production"}},"4.76.0":{"name":"@aa-sdk/core","version":"4.76.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.76.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"7250038f50d52cbd2349fc71738da6777732be46","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.76.0.tgz","fileCount":495,"integrity":"sha512-nMSAuBJ05S5xdZE2sos6GspBY8F9lq1pSarB7DEPaHhsSYf8L1LVNzJKmnfA4s9qsmyTGGEjnP0LEgzwiZMOTQ==","signatures":[{"sig":"MEUCIQC/xHQRGHlt4cQ+R1g/4ZxQUQzngEmSegCnxFvNIeoppgIgPtgwu9/UaDo+rapYIw/OC6LkcCMbyb1g/hGJ81cgLxw=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"664b587d4ab2c3be0ff244a8a25b172a6d496a78","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.20.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.20.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.76.0_1761692716250_0.004010374584591414","host":"s3://npm-registry-packages-npm-production"}},"4.77.0":{"name":"@aa-sdk/core","version":"4.77.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.77.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"b1e0ff8cd565a2127a39960d142e5be400f6e11a","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.77.0.tgz","fileCount":495,"integrity":"sha512-8eAAJUjK9wHZ5qZ/PbhZt1L4k+A/goWTKcvAtCKItfJSdbjwIHCnBDv3RgPL6ug1D8nZ+JL//XdZv/maBP4PtQ==","signatures":[{"sig":"MEUCIQDuAMMEUyw2OnjomAmax4cNUTtkBUo9cM9VdxdLZRaZPgIge7Ia2qlR4fOqGDR6g9I0mIQ3H9EMsljciu2YRPyZAxM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"0aa4229e7b4b5aeea1f4a9642b7abe0a9ff49e75","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.21.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.77.0_1761927528128_0.8977939086238231","host":"s3://npm-registry-packages-npm-production"}},"4.77.1":{"name":"@aa-sdk/core","version":"4.77.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.77.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"7aae4fdecbc8690d31a0db8f2293d62d50e072e7","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.77.1.tgz","fileCount":495,"integrity":"sha512-zTgIkjk8bIoQ5CT6k6Tx/g8H874JlETIvn446piCO6UJgjw3f3bAgMsisAG83YPj7AXW4+6vrONLtNK6J+rF7A==","signatures":[{"sig":"MEUCIQCdJNFSHx16dV6m5rbkWSULDrutvHzHJJqDar/2BNOSdwIgX1CxzsCGks6YBDGxgrUHcKEH8Ruq/qeKOcPqN/Bn1Ww=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"59bb8fdc3b720c0363a23dea3450504890f598a7","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.21.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.77.1_1761938387386_0.7506414414811182","host":"s3://npm-registry-packages-npm-production"}},"4.78.0":{"name":"@aa-sdk/core","version":"4.78.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.78.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"433833ebb419f29edc98dc536ea86e434fd6365d","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.78.0.tgz","fileCount":495,"integrity":"sha512-res4jTmPVLRX3zA9zwf9v3BM7CsmNFPqFZgEo9rS78VdLtWky8HdXL1uIbpTR38bLhUkZFPZE001YD2pJOlmpw==","signatures":[{"sig":"MEUCIDwvgydigPlGiCYvQNAzvz942UP2ua5AXRps/nI6cMVoAiEAiN48Zep0Sm/yLEYfUeoysUHgW4INOt0W+VrFd0oTuNI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"78a221a80dfd66a06b1ae204ec7e10ada80acca7","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.21.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.78.0_1762383675475_0.08231496582862952","host":"s3://npm-registry-packages-npm-production"}},"4.79.0":{"name":"@aa-sdk/core","version":"4.79.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.79.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"7174fa535a2f3cb49bc5911060f26fd8dec0a288","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.79.0.tgz","fileCount":495,"integrity":"sha512-vbwgNzf0mwFMSKKr4btgXq3j36vGmuuEhdQx5YYvSS6Fye6BnFBpKR1FrZHVlOxECzPrUIJXGASAGFjWEejDjg==","signatures":[{"sig":"MEQCIHIR3Zhreh9kSo9XJOwynUPC2E5jU2NgzJC/08mW5qOPAiATQK4HK4j4ijLOrfbTspcHub+S0So1avC5bXCjCH/URA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"9f4a0357fb4c8d9d95d83c4bc52940c740c4e9e4","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.21.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.79.0_1763578648792_0.811564991815511","host":"s3://npm-registry-packages-npm-production"}},"4.80.0":{"name":"@aa-sdk/core","version":"4.80.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.80.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"75f22181565cb18fff9a8b636a7c3cc10a47408a","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.80.0.tgz","fileCount":495,"integrity":"sha512-b2FpQgJiTqTWRs27FnX31b3yPWTOkEvv0w5yfXCchut4xGCHEuplrAJPvQ2+gST70LOmroU1bgncPUv9QQI2zg==","signatures":[{"sig":"MEQCIFgnSLgeMfV9om5ioXvVFUImfqMgxDsdmedRu6Iq6Vq/AiAaiRsgM+EupoVDInYdY+dOU9zgU8trFAvLYxKXvfl6Mg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"b2ccbcdfec309d8ba02bfbaca0e43188b631d4ea","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.21.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.80.0_1764713744349_0.3182876323866066","host":"s3://npm-registry-packages-npm-production"}},"4.81.0":{"name":"@aa-sdk/core","version":"4.81.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.81.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"43d5951ad757e0fc88567fb6bba62b95cb05d4e7","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.81.0.tgz","fileCount":495,"integrity":"sha512-cvaG3rOlFga8/oeH5hO8zm+w6PyxvyUXGJk+vSq+qZ67njvok3UJdzBDFthwO/kD5vouz5xbFdhkhGOziV+wSQ==","signatures":[{"sig":"MEUCICrfE1CuvF/6k5KtTm04G03JOxqy7f5kzp/0e4/QWMPcAiEA/j7QmpiGVLDCGJ9LIqq5G13YNkymgtMFMOjzC35XtTQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"324bf309c26cc0310b0be16f34913d2540b8e776","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.21.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.81.0_1764792523788_0.11936236028956149","host":"s3://npm-registry-packages-npm-production"}},"4.81.1":{"name":"@aa-sdk/core","version":"4.81.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.81.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"6ec4a5b5f9a08998c0f5d28a6f8df11571b3a533","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.81.1.tgz","fileCount":495,"integrity":"sha512-ONgLZjHhK82VRl1bw/Qo6IW5rU7WYLHHR9Xg6Da2zSWQKrPn3oULdJbmdwTcpO13kTPyUkWKk8DjcBCG4dzRKA==","signatures":[{"sig":"MEUCIGeDoZk09oVxfOBtzHmJ38VVD1B6h7T6H3QWzGecQ9GWAiEA65mbSeEKotfeLCdJolnYlYcElmd50W9S16tsQUFIovE=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"5edcc80e74639998f458dd1ea6bae813757ea12e","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.21.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.81.1_1764973707551_0.48819799233257877","host":"s3://npm-registry-packages-npm-production"}},"4.81.2":{"name":"@aa-sdk/core","version":"4.81.2","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.81.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"e606666184ebdc98961f3e5f273f3993e140b5f7","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.81.2.tgz","fileCount":495,"integrity":"sha512-0iUeu66U+fEUCMLpDTaCYLCZleVOoM5jVUakTqKBIbXZjCHi8XqaQiToUYsC/iUYJ93UsTSOMv5d5oxXboptHQ==","signatures":[{"sig":"MEUCIBweQDBB9L9140na5ojY4FC2u8sWAfDQ19Nml3qORfA5AiEAzne2nW7XzUcD/V9TUnQF9GIxVCup+J+Egx4DrjsljLI=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"8de2bb2def4e6eb54af7d3036f63f6dff506182b","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.21.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.81.2_1765224711612_0.3801550680744705","host":"s3://npm-registry-packages-npm-production"}},"4.81.3":{"name":"@aa-sdk/core","version":"4.81.3","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.81.3","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"22a5212ebc9d21a9d396bbdf258ea0fceb3c51f9","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.81.3.tgz","fileCount":495,"integrity":"sha512-lIssHD6T0n2o3ePgYGa2u7iF6CnjF6FjMrO10+vCCt2bf6Hodtkox0aGh1XTRb5fXa0ga+tz59EfoG6YxvuN8w==","signatures":[{"sig":"MEQCIFPeSU7UzlPUCLADUkczNYKZrB8nBxCdZlIUuoP8HsXTAiAblC85seKPi95KF36NhQBHG+CC8GofQfTDG4nMRLIk5A==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"128999e21413325413334b54eb1c9a2e449f331a","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.21.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.81.3_1765402872735_0.02271191251153981","host":"s3://npm-registry-packages-npm-production"}},"4.81.6":{"name":"@aa-sdk/core","version":"4.81.6","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.81.6","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"57789fce0285dbfc2b288130a4c692bc45291f61","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.81.6.tgz","fileCount":495,"integrity":"sha512-/kg0INxVNLlxyaMS9d71h2JY/+U1P2YX9I804oJtmnH6Qn7OXCxe344gkxl3S/FEnEcJJnojW5HmUYBPqvruiA==","signatures":[{"sig":"MEYCIQCxI67PalnJ0R/ss73/o+UMDCdflbxtQQ2oqDd47sueKgIhANHSQrso5M/Xawwa+MWSEUZMnILLJ5/d1nJ/Cti+duiF","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"45327a933e3d3b24e6fe0ccbfb69c5b8d73eab0e","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.21.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.81.6_1766181511958_0.03598278805981803","host":"s3://npm-registry-packages-npm-production"}},"4.82.0":{"name":"@aa-sdk/core","version":"4.82.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.82.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"171db92c14cb8230a713e2afc5e950847f95e5a3","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.82.0.tgz","fileCount":495,"integrity":"sha512-SwFtrrl09R6UgKZaS2MijRc0ISA+POfl625+XvJY+BTo1uGj0KJX+mTQZG493jZnh8TErEqj5Ownlv2ObNFmPw==","signatures":[{"sig":"MEYCIQDspxtDbpDKY89tlzaWkwfKMuwHvUN9tl62TXfNWLQ7rgIhALOpj9LZPVWEQADOjFxMgnnYpFfOJaocjc2mjZwx+VI1","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1897910},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"b5a8ad1fca0353f892833cbe20e5d6a64a96b96e","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.21.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.82.0_1766190195215_0.15808268920083335","host":"s3://npm-registry-packages-npm-production"}},"4.82.1":{"name":"@aa-sdk/core","version":"4.82.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.82.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"9e5c8806120a869dd353bcf83aeffe445271d1e0","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.82.1.tgz","fileCount":495,"integrity":"sha512-5ue+fw5wmoaex06GtksA6oXFKNtLsXm/DK8nDasPs/pE2c4Fd7JI1Sj85tZdXf1v0F+FFyeM7CB4l0xB5V7nFA==","signatures":[{"sig":"MEQCIFn8ItZzaAx9uLGhGkN6bSHRZw1433OmaQ4MpnRiGPFWAiBD7H9VHMFA+sgHmCAe1FD/bdbv/xK/CPVjiFQHTAstNg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890595},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"0c12e83e2190438e73e58bf9af906d57bb2e10bd","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.21.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.82.1_1768244542985_0.44642698458681074","host":"s3://npm-registry-packages-npm-production"}},"4.83.0":{"name":"@aa-sdk/core","version":"4.83.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.83.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"bab4940063e8a72d56c44fad97863bef6f79fca0","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.83.0.tgz","fileCount":495,"integrity":"sha512-8vGltJ8M5lKJNU/wRIWggq+Hcd29zIy2R3SBMpKJvU64iltK3zUz0O/EcVyTvlTptUUEcvadKmAxVbDOOXjzQA==","signatures":[{"sig":"MEQCIHNNTB9uhchR7Hd1P/N+p4Dn6L7b4XXdvxxr+aDMOfFwAiBeM/sgRdjX6w3qLmGFFBrNscSZP3bN8S2y/SDK6FGWnA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890595},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"1fc91f7ed58341f07ae6d828aa258e2e03589765","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.21.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.21.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.83.0_1769034562218_0.4505229191553608","host":"s3://npm-registry-packages-npm-production"}},"4.83.1":{"name":"@aa-sdk/core","version":"4.83.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.83.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"663215c4794d84f9018fb56e743dafca3b9ebd64","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.83.1.tgz","fileCount":495,"integrity":"sha512-o8HzA76aDMBGk7Y67D/pUs+lTPQg1qtwmWrcakondeUBpHDpDg/P6hDOdbHpf5hMcgGp5Q8BXL3knVjJq2tkHQ==","signatures":[{"sig":"MEUCIQC89rP22/dAbX8E9DEAot7nHsjX/YLgofz/F6cgVGgSnAIgbz4UbUPfW7y5C8jb94d44Acm6r3hcdLEIBvsrqAb5Xs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890595},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"4091479e87e3310f4df934d873aa9acd1044a669","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.22.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.29.2"},"_npmOperationalInternal":{"tmp":"tmp/core_4.83.1_1769214827708_0.11040339471222049","host":"s3://npm-registry-packages-npm-production"}},"4.83.2":{"name":"@aa-sdk/core","version":"4.83.2","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.83.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"1f0d3e7041753fbd10ff4f1eeffd96a5a28d4a64","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.83.2.tgz","fileCount":495,"integrity":"sha512-PXm8XAZCM5D8+QQaV1/tMafLfGgsmI7O3m8QYR4RtPZBtPzIcwtU0/DljhdojbatZGdu5/3JWCfn1qTV45mrzA==","signatures":[{"sig":"MEYCIQCrwg8Z+KTmuoiToruSY/HaG0ao/LgXwwtl3GwZ6i1Z5gIhAJwICiB6ishOLVv87gjaIyc5LUamZJwpU4+e8shFllCW","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890595},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"fe3be8b21c170c84542f44381a20c51eb87a73f9","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.22.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.45.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.83.2_1769466792178_0.8522279173858722","host":"s3://npm-registry-packages-npm-production"}},"4.84.0":{"name":"@aa-sdk/core","version":"4.84.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.84.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"5236b0f0242e1dee7e6084383551cc6a8e9f2e97","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.84.0.tgz","fileCount":495,"integrity":"sha512-LldYc3iqUKvzsEWV+0HsKIsPUSov3I0T2SuoszBT44Uien1Z8FBRcLOlY2U5X+Zms5FEQ7u2JB9c08a8d48Miw==","signatures":[{"sig":"MEUCIDN+Bu1kvDkZkteSW0hUrWTaEME3SlGsN2vLJX3aubQMAiEAy/5AxGfl8WOrXcHXrIX6ly/DveM7b/QkAOd6YPF1NAM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890595},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"d80fd19bb3cae4767898ecbfdef74c0c8623f7c4","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.22.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.45.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.84.0_1770689212027_0.9038382072954638","host":"s3://npm-registry-packages-npm-production"}},"4.84.1":{"name":"@aa-sdk/core","version":"4.84.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.84.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"ce3da06834150518c24edb3ff8447bb30f5ac922","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.84.1.tgz","fileCount":495,"integrity":"sha512-sueTwVKyb0WkRanz30iVox2e4sM3/Vy1WzOgIbMokQfI1xJ2ax+Nh0MyW9aX9H7Vb2kptoBF8UfvDGk7WMTcPA==","signatures":[{"sig":"MEYCIQDu6996Nfy69Rq31BtJTxgW+ZmTxgN00GOjI0y+ZzLgNwIhAOcOLpZK3NVi+IOWVBblE2WcLX8QnlDOqAuNHs9FwmDw","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890595},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"9b40818f612068ad5e2e76b0dc3cc9de21caaacb","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.22.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.45.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.84.1_1771532738549_0.9022349850823661","host":"s3://npm-registry-packages-npm-production"}},"4.86.0":{"name":"@aa-sdk/core","version":"4.86.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.86.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"8c9cc9147d816b000f3b387104f7dda4b878ba34","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.86.0.tgz","fileCount":495,"integrity":"sha512-kemTAwa6uE6t0Q/of+SXRzljcpu5IvvjQQiqX+aGT1a0v1gVxaxSZnScK7sLc2xJxwgO1kMc90mqif3fsK46yA==","signatures":[{"sig":"MEUCIGwTSZznJcXnPmNHQ8hnBuawlFiKWVk4jQkBJj8l94KWAiEA2NLgiyNoUNppEBcOClBdxaphwtnFIPmbWQ7/UKczcDA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890589},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"c25907d482458844554ad9333656fd82d1668f4f","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.22.0+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.0","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.45.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.86.0_1773256918368_0.4580288294724777","host":"s3://npm-registry-packages-npm-production"}},"4.86.1":{"name":"@aa-sdk/core","version":"4.86.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.86.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"3bd0e4bc7095da72d87952a867b223a14a54ce84","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.86.1.tgz","fileCount":495,"integrity":"sha512-NCFXHfKnMapjzY5ivyOOQLNB5TOKbvP2QGcah7HUoq1NEqUtsxypkQV06nVbYy0KD+GBLqmMfMuj+5sNxXOhtw==","signatures":[{"sig":"MEUCIDFYO2NDcwMJHEplYnw/9z9zxtOzy5aEEfV7lWFElnG0AiEApVc9pC/FCK6gDhkyAvnSOzlShv4aBHhWEA4zgvjSwbg=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890589},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"7f49762c18c2686071b68b5fe8da806aba3b68c2","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.22.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.45.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.86.1_1774309269340_0.4435589387440939","host":"s3://npm-registry-packages-npm-production"}},"4.87.0":{"name":"@aa-sdk/core","version":"4.87.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.87.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"1e85a7fbac5d7134d2b6c0051d0482584209c36e","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.87.0.tgz","fileCount":495,"integrity":"sha512-MlqAYzzL2p9WIxRB9VsUX9UkO8xuQdxYTkm7au2aFnKu8IRi0I2oo+4hsv870mfva7UZzCwTV+1iVs1WxxRO3g==","signatures":[{"sig":"MEYCIQC9i7m0/ZDAKUWgI+iXQHZNXEgShYd4Lsf5cJwRSPxeKAIhANZJPPijRKm2r6580Lt8TSXG8PR6rxqqFbkhTByoLE51","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890589},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"b5ec0222378a84f0d66c8b7cdb48e5f4a5da2cc2","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.22.1+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.1","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.45.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.87.0_1774895212323_0.8499459502220972","host":"s3://npm-registry-packages-npm-production"}},"4.87.1":{"name":"@aa-sdk/core","version":"4.87.1","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.87.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"c247649ca06d74c2086f7542798c6e23a7df4117","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.87.1.tgz","fileCount":495,"integrity":"sha512-wfYVd4N04Io9oEi3fS54QByzdX4SawIm2hS0Hi2VomYK4nAvXiEYmoZ5UhdzR7jnVcoMFoSML/9XSVjCNxxkLA==","signatures":[{"sig":"MEQCIFELCGs0oUXLPm/AkioeBi2J50Hj2Gv/4jgD3Y9nX3tXAiA52D9PanSx0Mk6u8BVuRxYOSbOnpm/8rshPyUYETKdIg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890688},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"eb770f279ecee6baf7b285277748105ac1b701f2","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.22.2+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.2","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.45.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.87.1_1775774739820_0.34795628353979224","host":"s3://npm-registry-packages-npm-production"}},"4.87.2":{"name":"@aa-sdk/core","version":"4.87.2","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.87.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"9fdc15d77c0fe6443feb54d78a638962f1036e01","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.87.2.tgz","fileCount":495,"integrity":"sha512-KyWiMFQ95dPqxNz2HZN2QcBBmekCJ5FMMyqDEMvEXJ96BO1oEmlOz8DCjr/RCfMUC48kpDm6ismsbUPSitpljw==","signatures":[{"sig":"MEQCIFajdDR+JEYj1GcJa+8jLKAyfOexIyp6nU0feY+/RBKDAiBoAqB39IYb8BUneWopMBIPI8p7Lcx/gG4bZccsX6r8qw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890688},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"893afc7903b05ecf4c65f822e3b274c10dae76b4","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.22.2+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.2","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.45.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.87.2_1776456916601_0.5885874002947544","host":"s3://npm-registry-packages-npm-production"}},"4.88.0":{"name":"@aa-sdk/core","version":"4.88.0","author":"Alchemy","license":"MIT","_id":"@aa-sdk/core@4.88.0","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"e2be0b35c967c71e417ed21a5a39f9a231e52ee4","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.88.0.tgz","fileCount":495,"integrity":"sha512-pwo0MTKsdedY4X78kGGivBQy2UFMf1rDow1isSxvQr1cfkMgUBHU85L5yE2gFK1w72UxoC0mAEOUjCkgmw1OwA==","signatures":[{"sig":"MEUCIQC/FVT2W36GN/7qIfxz2YC5eAZkIHAhX0Nv5+7XWQuieQIgEp0B8csR8SgEDENjUXDyfSw0Pq1L9f4C2mF4Pxdxj7c=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890688},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"ba89da6601ac048324a22a48a505313562a7a4fc","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/8.2.2/node@v22.22.2+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.2","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.45.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.88.0_1776906683795_0.6063739893030518","host":"s3://npm-registry-packages-npm-production"}},"4.88.1":{"name":"@aa-sdk/core","version":"4.88.1","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.88.1","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"893ab4e2d4620ae8e0d958163e76df64b28ca0a5","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.88.1.tgz","fileCount":495,"integrity":"sha512-iSCjKsfEMDTD6LYOzm1ingndhmThFn9rVbFn0uAnFiGU9N8dS0MhvnhL0jVDIc2HLKEXbkXM9KDMZ7UJK8QIzA==","signatures":[{"sig":"MEQCIFQvDwsKG+VS3LvpBdEjkJYW9K+MDm+91XWGyZsPcAFLAiBSBKh8xbyPk79jjb7ho0F3xkVVVLrGTQiz2jezxcEGxQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890688},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"259f9c16881b3b3963a8dcd10a0e0efc4952e1d8","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v22.22.2+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.2","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.45.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.88.1_1777069445255_0.25459499189511403","host":"s3://npm-registry-packages-npm-production"}},"4.88.2":{"name":"@aa-sdk/core","version":"4.88.2","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.88.2","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"6412a62251e314b5ba0ed4cee262dd139cc58193","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.88.2.tgz","fileCount":495,"integrity":"sha512-juF/eEEQAyTeGLhrc7ewcCEp3+rEnUN+5NnXz/HGaYmqo5xvynIzMnuiOwRidBIWUVGK24n4vFUCEWArZOcpiQ==","signatures":[{"sig":"MEUCIDh/6TuX3Cm9qWkkkwLT5CZ4MgyoHKxb1bnI3/xP2j2dAiEAzhmZT/BQK9qxxMf5JojzB/WgiVoJMF9gEDI+0rmjbOQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1890688},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"b9859cf5204f0887819fdcbeeb66c1f685755cb0","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v22.22.2+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.2","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.45.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.88.2_1778087606492_0.6795136981402603","host":"s3://npm-registry-packages-npm-production"}},"4.88.3":{"name":"@aa-sdk/core","version":"4.88.3","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.88.3","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"cf918f773eda2249ca981b7c0ea685197d5e6f55","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.88.3.tgz","fileCount":495,"integrity":"sha512-nowDt/FkA5daOOdJE1ZLk+yfUZXWDY4gUoU2nVw5tuHL0CEE6BZTejFYxoywtKWN/ovBMxcESm9BuKXkSOpx+Q==","signatures":[{"sig":"MEUCIQDhbLQXI9gAVGygBRHBtViJpdATA8PqiH6qoHecb3LcRQIgAo5MYt87sf6JalK4UCl926leQ6kIGUTJIG+gzsPVt04=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1891833},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"0af3855cf3dab96ee97ee95b4d4939ce67ac632d","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v22.22.2+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.2","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.45.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.88.3_1779216068755_0.4142736903229134","host":"s3://npm-registry-packages-npm-production"}},"4.88.4":{"name":"@aa-sdk/core","version":"4.88.4","author":{"name":"Alchemy"},"license":"MIT","_id":"@aa-sdk/core@4.88.4","maintainers":[{"name":"rohanalchemy","email":"rohan@alchemy.com"},{"name":"alchemy-team","email":"accounts@alchemy.com"}],"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"dist":{"shasum":"effffd47c4b2d255ac1ce9ee89da2b4cd27d9eb1","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.88.4.tgz","fileCount":495,"integrity":"sha512-lCyEWKy81m3oDsWVkKVxXuBKkUywhSEn7A+Wrry+ZU97UZP+KGu0PltUZu7+4+QVzb6JaaOQiz/k8AZi+ZXo7Q==","signatures":[{"sig":"MEYCIQD+wEq6vJJn/e+F0NHq/t9Al2d1b1TzsMwJP8aiK+R7CAIhAKkaVTdCcP1cwc2p1NOvhyzls4G3Uiv0EPQKhqEfwmZo","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1891833},"main":"./dist/esm/index.js","type":"module","types":"./dist/types/index.d.ts","module":"./dist/esm/index.js","exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"gitHead":"c26f50ddad8160809086e63abd72c32e5015a749","scripts":{"test":"vitest","build":"yarn clean && yarn build:esm && yarn build:types","clean":"rm -rf ./dist","prebuild":"tsx ./inject-version.ts","test:run":"vitest run","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./dist/types/index.d.ts","_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"repository":{"url":"git+https://github.com/alchemyplatform/aa-sdk.git","type":"git"},"_npmVersion":"lerna/9.0.7/node@v22.22.3+x64 (linux)","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","directories":{},"sideEffects":false,"_nodeVersion":"22.22.3","dependencies":{"zod":"^3.22.4","abitype":"^0.8.3","eventemitter3":"^5.0.1"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"_hasShrinkwrap":false,"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"peerDependencies":{"viem":"^2.45.0"},"_npmOperationalInternal":{"tmp":"tmp/core_4.88.4_1779477538201_0.5553947810942417","host":"s3://npm-registry-packages-npm-production"}},"4.88.5":{"name":"@aa-sdk/core","license":"MIT","version":"4.88.5","description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","author":{"name":"Alchemy"},"type":"module","main":"./dist/esm/index.js","module":"./dist/esm/index.js","types":"./dist/types/index.d.ts","typings":"./dist/types/index.d.ts","sideEffects":false,"exports":{".":{"types":"./dist/types/index.d.ts","import":"./dist/esm/index.js","default":"./dist/esm/index.js"},"./package.json":"./package.json"},"publishConfig":{"access":"public","registry":"https://registry.npmjs.org/"},"scripts":{"prebuild":"tsx ./inject-version.ts","build":"yarn clean && yarn build:esm && yarn build:types","build:esm":"tsc --project tsconfig.build.json --outDir ./dist/esm","build:types":"tsc --project tsconfig.build.json --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap","clean":"rm -rf ./dist","test":"vitest","test:run":"vitest run"},"devDependencies":{"dotenv":"^16.0.3","typescript-template":"*"},"dependencies":{"abitype":"^0.8.3","eventemitter3":"^5.0.1","zod":"^3.22.4"},"peerDependencies":{"viem":"^2.45.0"},"repository":{"type":"git","url":"git+https://github.com/alchemyplatform/aa-sdk.git"},"bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"homepage":"https://github.com/alchemyplatform/aa-sdk#readme","gitHead":"11cb2e2b92e3e56373bbd7d40413d193f065c333","_id":"@aa-sdk/core@4.88.5","_nodeVersion":"22.23.1","_npmVersion":"lerna/9.0.7/node@v22.23.1+x64 (linux)","dist":{"integrity":"sha512-jgev1wG19SdBMM5rdm7Z3v/XJx+vkC4U9H8kuQ7z7ybIIbrAYJzd8vIq6dP9AJsl2C85QzRcLAj8Qw3SUCKl8g==","shasum":"eb9ebe46d72c25178176e30810450f6b00699b51","tarball":"https://registry.npmjs.org/@aa-sdk/core/-/core-4.88.5.tgz","fileCount":495,"unpackedSize":1891833,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQDRAObHvAdUWH6LV7fMRLc/DQMChyp62f4F361Tjhl1RAIhANMYVFemQR2Sil6le7JSvOih1IBNuv8O8FtwZfPHz38C"}]},"_npmUser":{"name":"alchemy-team","email":"accounts@alchemy.com"},"directories":{},"maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/core_4.88.5_1786479672273_0.9633408913644981"},"_hasShrinkwrap":false}},"time":{"created":"2024-06-19T20:43:40.220Z","modified":"2026-08-11T20:21:12.597Z","4.0.0-alpha.0":"2024-06-19T20:43:40.591Z","4.0.0-alpha.1":"2024-06-26T15:20:20.093Z","4.0.0-alpha.2":"2024-07-08T20:48:05.958Z","4.0.0-alpha.3":"2024-07-09T18:43:34.926Z","4.0.0-alpha.4":"2024-07-10T18:13:55.058Z","4.0.0-alpha.5":"2024-07-11T22:07:23.444Z","4.0.0-alpha.6":"2024-07-18T23:41:47.501Z","4.0.0-alpha.7":"2024-07-19T21:59:26.705Z","4.0.0-alpha.8":"2024-07-22T21:51:12.755Z","4.0.0-alpha.9":"2024-07-31T16:08:32.925Z","4.0.0-alpha.10":"2024-08-01T18:42:44.954Z","4.0.0-alpha.11":"2024-08-16T16:36:22.561Z","4.0.0-alpha.12":"2024-08-20T21:05:34.754Z","4.0.0-beta.0":"2024-08-28T17:46:34.897Z","4.0.0-beta.1":"2024-09-04T15:08:08.439Z","4.0.0-beta.2":"2024-09-06T20:36:15.711Z","4.0.0-beta.3":"2024-09-16T22:47:44.822Z","4.0.0-beta.4":"2024-09-18T06:16:07.106Z","4.0.0-beta.5":"2024-09-18T20:24:37.835Z","4.0.0-beta.6":"2024-09-18T21:25:28.367Z","4.0.0-beta.7":"2024-09-27T18:50:08.561Z","4.0.0-beta.8":"2024-10-02T17:58:26.372Z","4.0.0-beta.9":"2024-10-09T05:16:08.679Z","4.0.0-beta.10":"2024-10-15T08:31:27.279Z","4.0.0":"2024-10-15T22:04:30.657Z","4.0.1":"2024-10-19T20:13:28.400Z","4.1.0":"2024-10-23T16:53:30.887Z","4.1.1":"2024-10-24T16:34:46.729Z","4.2.0":"2024-10-29T22:51:59.404Z","4.3.0":"2024-11-05T17:42:10.696Z","4.3.1":"2024-11-07T19:11:43.371Z","4.4.0":"2024-11-13T21:02:16.715Z","4.4.1":"2024-11-14T19:04:51.635Z","4.5.0":"2024-11-18T22:59:49.179Z","4.5.1":"2024-11-22T16:21:10.683Z","4.6.0":"2024-12-03T18:16:37.799Z","4.6.1":"2024-12-10T22:38:35.726Z","4.7.0":"2024-12-16T22:49:17.014Z","4.8.0":"2025-01-09T00:01:38.792Z","4.9.0":"2025-01-13T18:13:06.838Z","4.10.0":"2025-01-28T18:22:20.055Z","4.11.0":"2025-01-29T01:57:53.116Z","4.12.0":"2025-02-04T00:33:21.928Z","4.12.1-alpha.0":"2025-02-05T23:05:13.822Z","4.13.0":"2025-02-11T22:47:03.067Z","4.13.1-alpha.0":"2025-02-18T23:59:09.888Z","4.14.0":"2025-02-27T22:10:35.616Z","4.15.0":"2025-03-06T17:12:05.026Z","4.15.1":"2025-03-07T02:00:35.097Z","4.15.2":"2025-03-07T21:21:42.958Z","4.15.3":"2025-03-08T01:13:08.118Z","4.16.0":"2025-03-12T18:04:44.156Z","4.16.1-alpha.3":"2025-03-14T17:32:29.349Z","4.17.0":"2025-03-18T18:36:34.412Z","4.18.0-alpha.3":"2025-03-21T02:42:03.845Z","4.18.0-alpha.4":"2025-03-24T19:28:38.222Z","4.18.0":"2025-03-25T18:31:25.809Z","4.19.0":"2025-03-25T23:21:47.529Z","4.20.0":"2025-03-28T03:41:28.378Z","4.20.1":"2025-03-28T22:36:50.204Z","4.21.0":"2025-03-31T16:45:17.459Z","4.22.0":"2025-04-03T16:31:36.180Z","4.23.0":"2025-04-04T19:07:47.870Z","4.23.1":"2025-04-04T20:03:51.691Z","4.24.0":"2025-04-07T22:07:09.243Z","4.25.0":"2025-04-08T23:28:53.549Z","4.25.1":"2025-04-09T16:36:52.476Z","4.26.0":"2025-04-11T21:39:47.480Z","4.27.0":"2025-04-18T20:01:53.537Z","4.28.0":"2025-04-22T13:32:21.185Z","4.28.1":"2025-04-23T17:05:54.525Z","4.28.2":"2025-04-23T19:48:53.507Z","4.28.3":"2025-04-25T17:25:20.987Z","4.29.0":"2025-04-25T20:00:06.009Z","4.30.0":"2025-04-28T16:19:05.578Z","4.31.0":"2025-05-02T20:01:11.080Z","4.31.1":"2025-05-05T18:13:09.665Z","4.31.2":"2025-05-06T00:52:42.593Z","4.32.0":"2025-05-09T22:51:24.358Z","4.33.0":"2025-05-15T19:50:58.888Z","4.34.0":"2025-05-15T20:58:58.517Z","4.34.1":"2025-05-16T16:17:00.244Z","4.35.0":"2025-05-19T15:26:57.012Z","4.35.1":"2025-05-21T21:36:14.335Z","4.36.0":"2025-05-29T16:43:18.277Z","4.36.1":"2025-05-29T19:50:33.189Z","4.37.0":"2025-06-03T03:55:03.962Z","4.38.0":"2025-06-04T19:01:13.353Z","4.39.0":"2025-06-04T21:36:42.544Z","4.40.0":"2025-06-06T19:57:04.299Z","4.41.0":"2025-06-12T21:33:35.296Z","4.42.0":"2025-06-17T23:06:11.494Z","4.43.0":"2025-06-18T00:43:00.825Z","4.43.1":"2025-06-18T18:03:29.000Z","4.44.0":"2025-06-23T18:50:18.194Z","4.45.0":"2025-06-24T20:45:24.861Z","4.46.0":"2025-06-25T22:55:34.441Z","4.46.1":"2025-06-26T17:04:46.229Z","4.47.0":"2025-06-27T01:10:41.888Z","4.48.0":"2025-07-01T20:28:29.417Z","4.49.0":"2025-07-10T14:12:34.753Z","4.50.0":"2025-07-14T15:44:25.879Z","4.50.1":"2025-07-14T21:35:13.367Z","4.51.0":"2025-07-18T20:58:24.911Z","4.52.0":"2025-07-18T21:35:27.541Z","4.52.1":"2025-07-22T01:17:43.392Z","4.52.2":"2025-07-22T18:02:04.506Z","4.52.3":"2025-08-04T16:47:34.342Z","4.52.4":"2025-08-04T19:26:49.576Z","4.53.0":"2025-08-06T18:52:15.151Z","4.53.1-alpha.0":"2025-08-06T19:41:11.362Z","4.53.1":"2025-08-06T22:38:35.379Z","4.53.2-alpha.0":"2025-08-08T02:33:26.196Z","4.53.1-alpha.1":"2025-08-08T19:00:36.323Z","4.53.3-alpha.0":"2025-08-08T19:11:29.065Z","4.53.3-alpha.1":"2025-08-11T19:06:29.141Z","4.53.3-alpha.2":"2025-08-11T21:49:16.794Z","4.54.0":"2025-08-12T17:15:36.011Z","4.54.1":"2025-08-13T00:05:21.415Z","4.53.3-alpha.3":"2025-08-13T13:39:26.903Z","4.53.3-alpha.4":"2025-08-13T14:50:20.486Z","4.55.0":"2025-08-14T14:58:22.106Z","4.56.0":"2025-08-18T16:23:06.853Z","4.57.0":"2025-08-19T18:09:36.884Z","4.57.1":"2025-08-20T17:24:02.239Z","4.58.0":"2025-08-25T20:43:52.610Z","4.59.0":"2025-08-26T23:35:43.775Z","4.59.1":"2025-08-27T19:12:07.953Z","4.60.0":"2025-09-03T01:19:34.192Z","4.60.1":"2025-09-03T18:47:08.670Z","4.57.2-alpha.0":"2025-09-05T16:40:40.542Z","4.61.0":"2025-09-05T18:37:19.985Z","4.62.0":"2025-09-06T21:40:23.609Z","4.62.1":"2025-09-11T17:53:35.400Z","4.62.2":"2025-09-12T02:48:38.507Z","4.63.0":"2025-09-15T17:39:05.724Z","4.63.1":"2025-09-15T20:02:30.137Z","4.63.2":"2025-09-16T19:11:11.888Z","4.64.0":"2025-09-19T21:51:02.722Z","4.65.0":"2025-09-23T19:03:33.079Z","4.66.0":"2025-09-29T15:40:58.109Z","4.66.1":"2025-09-29T22:31:37.783Z","4.66.2":"2025-09-30T21:57:14.426Z","4.66.3":"2025-10-01T03:14:53.137Z","4.66.4":"2025-10-02T00:08:11.115Z","4.67.0":"2025-10-06T23:54:30.618Z","4.68.0":"2025-10-09T16:49:16.055Z","4.69.0":"2025-10-13T15:31:34.491Z","4.70.0":"2025-10-13T20:14:00.886Z","4.70.1":"2025-10-14T21:34:05.067Z","4.71.0":"2025-10-15T18:55:31.943Z","4.71.1":"2025-10-16T21:12:04.926Z","4.72.0":"2025-10-16T22:35:52.673Z","4.73.0":"2025-10-17T17:30:19.252Z","4.73.1-alpha.0":"2025-10-17T20:09:34.442Z","4.74.0":"2025-10-21T18:32:36.863Z","4.73.1-alpha.1":"2025-10-21T21:25:27.412Z","4.73.1-alpha.2":"2025-10-21T21:50:39.097Z","4.73.1-alpha.3":"2025-10-22T15:38:37.789Z","4.73.1-alpha.4":"2025-10-22T17:45:50.817Z","4.73.1-alpha.5":"2025-10-22T18:13:12.654Z","4.73.1-alpha.6":"2025-10-22T18:48:16.490Z","4.73.1-alpha.7":"2025-10-22T19:07:46.728Z","4.73.1-alpha.8":"2025-10-22T19:14:51.358Z","4.73.1-alpha.9":"2025-10-22T19:27:07.295Z","4.73.1-alpha.10":"2025-10-22T20:25:15.601Z","4.73.1-alpha.11":"2025-10-22T21:38:06.596Z","4.75.0":"2025-10-24T18:48:32.841Z","4.75.1":"2025-10-24T19:50:41.341Z","4.75.2":"2025-10-24T21:22:08.234Z","4.75.3":"2025-10-27T16:08:20.926Z","4.75.4":"2025-10-27T18:35:32.707Z","4.75.5-alpha.0":"2025-10-28T19:18:37.577Z","4.76.0":"2025-10-28T23:05:16.536Z","4.77.0":"2025-10-31T16:18:48.363Z","4.77.1":"2025-10-31T19:19:47.596Z","4.78.0":"2025-11-05T23:01:15.770Z","4.79.0":"2025-11-19T18:57:29.026Z","4.80.0":"2025-12-02T22:15:44.587Z","4.81.0":"2025-12-03T20:08:44.057Z","4.81.1":"2025-12-05T22:28:27.732Z","4.81.2":"2025-12-08T20:11:51.969Z","4.81.3":"2025-12-10T21:41:12.892Z","4.81.6":"2025-12-19T21:58:32.192Z","4.82.0":"2025-12-20T00:23:15.397Z","4.82.1":"2026-01-12T19:02:23.177Z","4.83.0":"2026-01-21T22:29:22.421Z","4.83.1":"2026-01-24T00:33:47.932Z","4.83.2":"2026-01-26T22:33:12.383Z","4.84.0":"2026-02-10T02:06:52.243Z","4.84.1":"2026-02-19T20:25:38.751Z","4.86.0":"2026-03-11T19:21:58.570Z","4.86.1":"2026-03-23T23:41:09.525Z","4.87.0":"2026-03-30T18:26:52.516Z","4.87.1":"2026-04-09T22:45:40.010Z","4.87.2":"2026-04-17T20:15:16.750Z","4.88.0":"2026-04-23T01:11:23.980Z","4.88.1":"2026-04-24T22:24:05.531Z","4.88.2":"2026-05-06T17:13:26.770Z","4.88.3":"2026-05-19T18:41:08.958Z","4.88.4":"2026-05-22T19:18:58.416Z","4.88.5":"2026-08-11T20:21:12.419Z"},"bugs":{"url":"https://github.com/alchemyplatform/aa-sdk/issues"},"author":{"name":"Alchemy"},"license":"MIT","homepage":"https://github.com/alchemyplatform/aa-sdk#readme","repository":{"type":"git","url":"git+https://github.com/alchemyplatform/aa-sdk.git"},"description":"viem based SDK that enables interactions with ERC-4337 Smart Accounts. ABIs are based off the definitions generated in @account-abstraction/contracts","maintainers":[{"name":"alchemy-team","email":"accounts@alchemy.com"}],"readme":"# `@aa-sdk/core`\n\n> **Note:** This package is being replaced by [viem](https://viem.sh). Use viem for new projects.\n\nThis package contains the core interfaces and components for interacting with 4337 infrastructure. The primary interfaces that it exports are the `SmartAccountProvider` and `BaseSmartContractAccount`.\n\nThe `SmartAccountProvider` is an [EIP-1193](https://eips.ethereum.org/EIPS/eip-1193) compliant Provider that wraps JSON RPC methods and some Wallet Methods (signing, sendTransaction, etc). With this Provider, you can submit User Operations to RPC providers, estimate gas, configure a Paymaster, send standard JSON RPC requests, and more. It is not opinionated about which RPC provider you are using and is configurable to work with any RPC provider. Because it implements EIP-1193, it can be used with any web3 library.\n\nThe `BaseSmartContractAccount` interface defines how you would interact with your Smart Contract Account. Any class that extends `BaseSmartContractAccount` may also expose additional methods that allow its connecting `SmartAccountProvider` to provide ergonomic utilities for building and submitting `User Operation`s.\n\n## Getting started\n\nTo get started, first install the package:\n\n```bash [yarn]\nyarn add @aa-sdk/core\n```\n\n```bash [npm]\nnpm i -s @aa-sdk/core\n```\n\n```bash [pnpm]\npnpm i @aa-sdk/core\n```\n\n## Usage\n\nYou can create a provider like so:\n\n```typescript\nimport { createMultiOwnerModularAccount } from \"@alchemy/aa-accounts\";\nimport {\n  LocalAccountSigner,\n  SmartAccountSigner,\n  createSmartAccountClient,\n  polygonMumbai,\n} from \"@aa-sdk/core\";\nimport { http } from \"viem\";\n\nconst chain = polygonMumbai;\nconst signer: SmartAccountSigner = LocalAccountSigner.mnemonicToAccountSigner(\n  \"YOUR_OWNER_MNEMONIC\",\n);\nconst rpcTransport = http(\"https://polygon-mumbai.g.alchemy.com/v2/demo\");\n\nexport const smartAccountClient = createSmartAccountClient({\n  transport: rpcTransport,\n  chain,\n  account: await createMultiOwnerModularAccount({\n    transport: rpcTransport,\n    chain,\n    signer,\n  }),\n});\n```\n","readmeFilename":"README.md"}