{"_id":"@tevm/http-client","_rev":"88-7c3cc1467dcba51c6605ecd854d00472","name":"@tevm/http-client","dist-tags":{"next":"1.0.0-next.23","latest":"1.0.0-next.148","rc":"1.0.0-rc.151"},"versions":{"1.0.0-next.23":{"name":"@tevm/http-client","version":"1.0.0-next.23","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.23","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"29771a98043b761400c32d5c52803f60a4b790d9","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.23.tgz","fileCount":34,"integrity":"sha512-XdXkcatJrYqp5rYqCyzlJ7Rs5RvjVg+wr5kV+IUJKHcEl+xrZ3PZO26Lhsx24HmHKycL4GXMTi3wRW+p8iGiPg==","signatures":[{"sig":"MEUCIGloNkhnq0yRzQBXVJxg/cgxxqsdS1F6FzWHkag8Vn/2AiEA9gwqjpFG6tgqK0vpYPWG1At2qOfQCWvwi4kgNkIYLp8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33527},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.23.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/523946bbd8cb5dbc4cf18d25b7d7b9b0/tevm-http-client-1.0.0-next.23.tgz","_integrity":"sha512-XdXkcatJrYqp5rYqCyzlJ7Rs5RvjVg+wr5kV+IUJKHcEl+xrZ3PZO26Lhsx24HmHKycL4GXMTi3wRW+p8iGiPg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.1.0","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.4.0","@tevm/viem":"^1.0.0-next.23","@tevm/contract":"^1.0.0-next.23"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.23","@tevm/tsconfig":"^1.0.0-next.23","@ethereumjs/util":"^9.0.1","@tevm/tsupconfig":"^1.0.0-next.23","@tevm/client-types":"^1.0.0-next.23","@tevm/memory-client":"^1.0.0-next.23"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.23_1705897307925_0.45456118206991936","host":"s3://npm-registry-packages"}},"1.0.0-next.24":{"name":"@tevm/http-client","version":"1.0.0-next.24","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.24","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"fb509b52759c2f35d8c35369f334d101143f4efa","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.24.tgz","fileCount":34,"integrity":"sha512-InfPxf20nDKqcZMuCg4mqRSL5clxdVBUOfmtmuXnNb9OcgR8m0nQuCYU+iwnsYto4IkoSWKL3StGioKWvInloQ==","signatures":[{"sig":"MEQCIE8acZ2+q94sjXWKxtL9AZemqdRHvj5PaiPQnCMOAQ2zAiAIcoR9eatlfJwGek2rkvI7OkjuRPpgXJaVNAAf+mfezA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33527},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.24.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d70ec15ac236e98f4fafe060fa006192/tevm-http-client-1.0.0-next.24.tgz","_integrity":"sha512-InfPxf20nDKqcZMuCg4mqRSL5clxdVBUOfmtmuXnNb9OcgR8m0nQuCYU+iwnsYto4IkoSWKL3StGioKWvInloQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.1.0","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.4.0","@tevm/viem":"^1.0.0-next.24","@tevm/contract":"^1.0.0-next.23"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.24","@tevm/tsconfig":"^1.0.0-next.23","@ethereumjs/util":"^9.0.1","@tevm/tsupconfig":"^1.0.0-next.23","@tevm/client-types":"^1.0.0-next.24","@tevm/memory-client":"^1.0.0-next.24"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.24_1706250142145_0.7751024554187158","host":"s3://npm-registry-packages"}},"1.0.0-next.25":{"name":"@tevm/http-client","version":"1.0.0-next.25","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.25","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"cc5ba751446e9f000e3c0113cd28ea883b79e208","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.25.tgz","fileCount":34,"integrity":"sha512-mo9449zzwM/LHWldYZUqAU4IGC0drvMv+HDPQ7LhJTWzCDZLA1CR8FoMVl6faOnsx2vYAijzhrVtz25jOCtcrw==","signatures":[{"sig":"MEUCIDXtWRD7MnNtvNN4g7q1oBNVZ+OZo4UBiSHFjALz/WtgAiEA+4pZjm6JOf1DuH0djLnyu2XmXsPrH5AwAHJhGwQryIY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33527},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.25.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/6c51caff99113409e4d590f2435fac9c/tevm-http-client-1.0.0-next.25.tgz","_integrity":"sha512-mo9449zzwM/LHWldYZUqAU4IGC0drvMv+HDPQ7LhJTWzCDZLA1CR8FoMVl6faOnsx2vYAijzhrVtz25jOCtcrw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.1.0","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.4.0","@tevm/viem":"^1.0.0-next.25","@tevm/contract":"^1.0.0-next.23"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.25","@tevm/tsconfig":"^1.0.0-next.23","@ethereumjs/util":"^9.0.1","@tevm/tsupconfig":"^1.0.0-next.23","@tevm/client-types":"^1.0.0-next.24","@tevm/memory-client":"^1.0.0-next.25"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.25_1706502020998_0.339248418782472","host":"s3://npm-registry-packages"}},"1.0.0-next.26":{"name":"@tevm/http-client","version":"1.0.0-next.26","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.26","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"e9fbc8406deb130dbdef6c0d1d2a758bcd803687","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.26.tgz","fileCount":34,"integrity":"sha512-JLufcP7zsOsalpncL5Ef3XMd/MB2wMy6rb7nqsY5dxNVxjD9ybBsPbTrCnuVCMsuvb1uYodMyzjdr0mu/t2nEg==","signatures":[{"sig":"MEUCIQDvNnTI1TegrnX/GhieFCUh9syJtAVSweYGy+BDfic9TQIgUUlqjv9N6TvVPYG8l9hufhaKjeTCDxurrY5NBwMXyXc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33527},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.26.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/bbe9388b03a24478a8bf43499601c1f8/tevm-http-client-1.0.0-next.26.tgz","_integrity":"sha512-JLufcP7zsOsalpncL5Ef3XMd/MB2wMy6rb7nqsY5dxNVxjD9ybBsPbTrCnuVCMsuvb1uYodMyzjdr0mu/t2nEg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.1.0","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.6.1","@tevm/viem":"^1.0.0-next.26","@tevm/contract":"^1.0.0-next.23"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.25","@tevm/tsconfig":"^1.0.0-next.23","@ethereumjs/util":"^9.0.1","@tevm/tsupconfig":"^1.0.0-next.23","@tevm/client-types":"^1.0.0-next.26","@tevm/memory-client":"^1.0.0-next.26"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.26_1706848307925_0.10428804242842338","host":"s3://npm-registry-packages"}},"1.0.0-next.28":{"name":"@tevm/http-client","version":"1.0.0-next.28","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.28","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"89541f83207ee8597bd85162ed9b56025e7a1e66","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.28.tgz","fileCount":34,"integrity":"sha512-zHI2EsE/6to6sm+qOVOWOigV4xdfwGLHcfaGtspnR5CN8GP7je0g6r2y4Y/miCpaeliwRzunPb+czwAC6BvV6g==","signatures":[{"sig":"MEUCIDmUnHV4HucjMXIdTabAAwTQYItk7R5+jm6fzt238UNHAiEAnPl2axz9AC4EYC0NZqPFfIvx4bQJXayE2xxfhomueUg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33527},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.28.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d2daeb524c0661ecc6bd833d3f217a1d/tevm-http-client-1.0.0-next.28.tgz","_integrity":"sha512-zHI2EsE/6to6sm+qOVOWOigV4xdfwGLHcfaGtspnR5CN8GP7je0g6r2y4Y/miCpaeliwRzunPb+czwAC6BvV6g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.1.0","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.6.1","@tevm/viem":"^1.0.0-next.28","@tevm/contract":"^1.0.0-next.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.28","@tevm/tsconfig":"^1.0.0-next.28","@ethereumjs/util":"^9.0.1","@tevm/tsupconfig":"^1.0.0-next.28","@tevm/client-types":"^1.0.0-next.28","@tevm/memory-client":"^1.0.0-next.28"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.28_1707514048149_0.5644224610732196","host":"s3://npm-registry-packages"}},"1.0.0-next.30":{"name":"@tevm/http-client","version":"1.0.0-next.30","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.30","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"07dacbd83a8f8c5f2019cc5913928bcef3e79d49","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.30.tgz","fileCount":34,"integrity":"sha512-EOngAiEREyURWOZwKwnQs3Up2lzvqzDMN4mVeLxHFeUxdydscRiam9zKTnkoBIQhcDnJZzHQYSEE3hCgfQDW/g==","signatures":[{"sig":"MEYCIQDOTvQfHYlmkNo3um0CKViVAM7ToWEUkcrMX3rz+ZUd1QIhALjRgA5eWIoi0PTKay3vlMb5v6n5TIROeA1L1tOVFA4f","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33527},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.30.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/1fc5e76adcc67665e1c66263489614b6/tevm-http-client-1.0.0-next.30.tgz","_integrity":"sha512-EOngAiEREyURWOZwKwnQs3Up2lzvqzDMN4mVeLxHFeUxdydscRiam9zKTnkoBIQhcDnJZzHQYSEE3hCgfQDW/g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.1.0","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.6.1","@tevm/viem":"^1.0.0-next.30","@tevm/contract":"^1.0.0-next.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.28","@tevm/tsconfig":"^1.0.0-next.28","@ethereumjs/util":"^9.0.1","@tevm/tsupconfig":"^1.0.0-next.28","@tevm/client-types":"^1.0.0-next.30","@tevm/memory-client":"^1.0.0-next.30"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.30_1707598142856_0.9855201813213568","host":"s3://npm-registry-packages"}},"1.0.0-next.32":{"name":"@tevm/http-client","version":"1.0.0-next.32","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.32","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"1d2354ec3254b381239c76efc810670eb219efbc","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.32.tgz","fileCount":34,"integrity":"sha512-R7Am3J48s8jCZM6a9ydkquikkLerl1w9Sp99NUgLnTmUSmTgVowczdiVUe68EDUUtyudgdzF6jLS9NGQiCr5OQ==","signatures":[{"sig":"MEUCIQDolzvvJJG8iNyohm9uGd+STEeRL9Bg0sIuqc1sgmwfaAIgBa+37RbthxT6pLpZ5vzMNsUvecW4tKcnahU8YdD4IDQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33527},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.32.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/3197949d6dbb7f94e9e06a1f135fad3d/tevm-http-client-1.0.0-next.32.tgz","_integrity":"sha512-R7Am3J48s8jCZM6a9ydkquikkLerl1w9Sp99NUgLnTmUSmTgVowczdiVUe68EDUUtyudgdzF6jLS9NGQiCr5OQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.1.0","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.6.1","@tevm/viem":"^1.0.0-next.32","@tevm/contract":"^1.0.0-next.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.32","@tevm/tsconfig":"^1.0.0-next.28","@ethereumjs/util":"^9.0.1","@tevm/tsupconfig":"^1.0.0-next.28","@tevm/client-types":"^1.0.0-next.32","@tevm/memory-client":"^1.0.0-next.32"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.32_1707691410569_0.6461032723878373","host":"s3://npm-registry-packages"}},"1.0.0-next.33":{"name":"@tevm/http-client","version":"1.0.0-next.33","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.33","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"5e2bf5e91a87167eac9f2ac7cf37315debbef2fb","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.33.tgz","fileCount":34,"integrity":"sha512-8/N4A4UjBA7DdojnNtvX8QLxwrrzccw/rTseFLZK0moLIJ/eu3+RYrzheY2DXo1tGod1Q9P4dc3mLarPyKknFA==","signatures":[{"sig":"MEUCIDhQjtPEl4aHGAu/94/t2P3vHLQbx7N9H4W6wPdU6D0IAiEAgQdadCeT6tt4dfn8TMsLeuKqk8hIUqfx+gyVSWhTI8s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33527},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.33.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/5557f81af0c3fe842ad242f95f034f0e/tevm-http-client-1.0.0-next.33.tgz","_integrity":"sha512-8/N4A4UjBA7DdojnNtvX8QLxwrrzccw/rTseFLZK0moLIJ/eu3+RYrzheY2DXo1tGod1Q9P4dc3mLarPyKknFA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.1.0","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.6.1","@tevm/viem":"^1.0.0-next.33","@tevm/contract":"^1.0.0-next.28"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.33","@tevm/tsconfig":"^1.0.0-next.28","@ethereumjs/util":"^9.0.1","@tevm/tsupconfig":"^1.0.0-next.28","@tevm/client-types":"^1.0.0-next.32","@tevm/memory-client":"^1.0.0-next.33"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.33_1707726889538_0.8481892815619472","host":"s3://npm-registry-packages"}},"1.0.0-next.34":{"name":"@tevm/http-client","version":"1.0.0-next.34","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.34","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"b24abb06dd8393d2c96d54a0300094330bebc8de","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.34.tgz","fileCount":34,"integrity":"sha512-3c2+03BbTFQ1kqTaiiaEhgxuQIDhjpgXzWIOfaTIh18ONQIA2w+LhVASdGEJMKMHkkzs9vteGwht/d5OCAVTyQ==","signatures":[{"sig":"MEYCIQDcHoF0SkQYQ2+iZIwt75wrj3tTD8uyFmvQVCk5klI0wQIhALH9kYfygJsFk/JD8gRQfhFeCckBv6QNT/IxpPjOV24m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33527},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.34.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/eda662ed418544da39747cd29a6846c1/tevm-http-client-1.0.0-next.34.tgz","_integrity":"sha512-3c2+03BbTFQ1kqTaiiaEhgxuQIDhjpgXzWIOfaTIh18ONQIA2w+LhVASdGEJMKMHkkzs9vteGwht/d5OCAVTyQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.1.0","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.6.1","@tevm/viem":"^1.0.0-next.33","@tevm/contract":"^1.0.0-next.34"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.33","@tevm/tsconfig":"^1.0.0-next.28","@ethereumjs/util":"^9.0.1","@tevm/tsupconfig":"^1.0.0-next.28","@tevm/client-types":"^1.0.0-next.32","@tevm/memory-client":"^1.0.0-next.34"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.34_1707783099595_0.616321707060655","host":"s3://npm-registry-packages"}},"1.0.0-next.38":{"name":"@tevm/http-client","version":"1.0.0-next.38","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.38","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"872352d746a06e5bdb0068b0cefe4ed089f01097","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.38.tgz","fileCount":34,"integrity":"sha512-GCHSJvJM8fFExLT4isa/1zrG1Kpb/0NxDrpsC09wNRobeRcuiWH1ztIfyBxR2Q+esHVlPLqDzuvuFiIB9etbfQ==","signatures":[{"sig":"MEUCIHQcYjAlq3OBb/eCo7pNRyNg2yaUlnCYAzN/yL3BO6yIAiEAw2pP22AQn02KIBoKBLOd1i/IStVto05OzbBwfTSuSuw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33527},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.38.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/439b0e05c4916b435ebd163250e125b8/tevm-http-client-1.0.0-next.38.tgz","_integrity":"sha512-GCHSJvJM8fFExLT4isa/1zrG1Kpb/0NxDrpsC09wNRobeRcuiWH1ztIfyBxR2Q+esHVlPLqDzuvuFiIB9etbfQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.1.0","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.6.1","@tevm/viem":"^1.0.0-next.38","@tevm/contract":"^1.0.0-next.34"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.33","@tevm/tsconfig":"^1.0.0-next.28","@ethereumjs/util":"^9.0.1","@tevm/tsupconfig":"^1.0.0-next.28","@tevm/client-types":"^1.0.0-next.32","@tevm/memory-client":"^1.0.0-next.38"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.38_1707861899035_0.0035515161880557145","host":"s3://npm-registry-packages"}},"1.0.0-next.39":{"name":"@tevm/http-client","version":"1.0.0-next.39","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.39","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"61bbf5dcbabc510212eef8ecbfd081da9fd87c23","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.39.tgz","fileCount":34,"integrity":"sha512-yCBJ4DIOGPIf5nRm+gwUG4SBZ7tAVMaT0ugr1Ssrvf9Q7W+752f+P2UiUHeD9uky49smSYu39a8htHDaz95TgQ==","signatures":[{"sig":"MEYCIQDLVV8Zv4c2KQ/0CkLrJEseyMmqNu/S7QW0WCO6quBvmwIhAJNX50i6KQIDR/cJYFtB0EDthNbqyJlGoRQmFtaIT5Zr","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33621},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.39.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/6a04ce1f680bb60818b6d4877fb17206/tevm-http-client-1.0.0-next.39.tgz","_integrity":"sha512-yCBJ4DIOGPIf5nRm+gwUG4SBZ7tAVMaT0ugr1Ssrvf9Q7W+752f+P2UiUHeD9uky49smSYu39a8htHDaz95TgQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.1.0","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.7.9","@tevm/viem":"^1.0.0-next.39","@tevm/contract":"^1.0.0-next.39"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"1.0.0-next.39","@tevm/server":"^1.0.0-next.39","@tevm/tsconfig":"^1.0.0-next.28","@ethereumjs/util":"^9.0.1","@tevm/tsupconfig":"^1.0.0-next.28","@tevm/client-types":"^1.0.0-next.39","@tevm/memory-client":"^1.0.0-next.39"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.39_1708028576358_0.8762352513852176","host":"s3://npm-registry-packages"}},"1.0.0-next.40":{"name":"@tevm/http-client","version":"1.0.0-next.40","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.40","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"5124c1b4cfa42b7e88a6d320ecc40b1180be3039","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.40.tgz","fileCount":34,"integrity":"sha512-edLcdukDvecEumCufNfKDvsphNYwdVNO0VjWJkLMdjnQTgAXBJPJ1GTc9oA9CAgyvd0aUWhiRkHo+k4eqtM17A==","signatures":[{"sig":"MEUCICH96Lnd9fDT/f1RQecMD704ZoX1UFBmcJqRDNUPJ2NdAiEAvd5XdXSNtGdPklal8x9+3qh0YhL4Viz2hs5U/vL5h54=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33621},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.40.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/bde8014b9c9b78992443b3ee2e2c9144/tevm-http-client-1.0.0-next.40.tgz","_integrity":"sha512-edLcdukDvecEumCufNfKDvsphNYwdVNO0VjWJkLMdjnQTgAXBJPJ1GTc9oA9CAgyvd0aUWhiRkHo+k4eqtM17A==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.1.0","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.7.9","@tevm/viem":"^1.0.0-next.40","@tevm/contract":"^1.0.0-next.40"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"1.0.0-next.40","@tevm/server":"^1.0.0-next.40","@tevm/tsconfig":"^1.0.0-next.40","@ethereumjs/util":"^9.0.1","@tevm/tsupconfig":"^1.0.0-next.40","@tevm/client-types":"^1.0.0-next.40","@tevm/memory-client":"^1.0.0-next.40"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.40_1708399125211_0.12644798538594415","host":"s3://npm-registry-packages"}},"1.0.0-next.41":{"name":"@tevm/http-client","version":"1.0.0-next.41","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.41","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"b88fb95d855bd1db385f0dd14b919c4b574e53ef","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.41.tgz","fileCount":34,"integrity":"sha512-N1zvVe1O8+i3EiZynd36GhmrO/n0/XElPc374hAS7DK8eM3SD0uCvMLXsetalycc6usFDMT8J+f/sDaPK8AtsQ==","signatures":[{"sig":"MEQCIHUl/p3fZZ5my5ehqmrvK4mC6XD1C3MyR1zgJelhHNPJAiBbbZlTYEQnLxYZiFvkUjsl2a8ID/CkNTOGg+YvZZyOfQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33621},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.41.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"rome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"rome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/236892a689ce4428833c33dae226785e/tevm-http-client-1.0.0-next.41.tgz","_integrity":"sha512-N1zvVe1O8+i3EiZynd36GhmrO/n0/XElPc374hAS7DK8eM3SD0uCvMLXsetalycc6usFDMT8J+f/sDaPK8AtsQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.1.0","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^2.7.9","@tevm/viem":"^1.0.0-next.41","@tevm/contract":"^1.0.0-next.40"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"1.0.0-next.40","@tevm/server":"^1.0.0-next.40","@tevm/tsconfig":"^1.0.0-next.40","@ethereumjs/util":"^9.0.1","@tevm/tsupconfig":"^1.0.0-next.40","@tevm/client-types":"^1.0.0-next.40","@tevm/memory-client":"^1.0.0-next.41"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.41_1708824944385_0.8109326496642286","host":"s3://npm-registry-packages"}},"1.1.0-next.45":{"name":"@tevm/http-client","version":"1.1.0-next.45","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.45","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"9cd27b5f5a440ff7127c20d50469ac41caa2977d","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.45.tgz","fileCount":34,"integrity":"sha512-RLY3QHZrguaHM/K3UegWTlJs0tTuNjumIJ9hiBfHBXV9MfimsMLfpF60GGS6nyiv6oCM4aaiFILctFdtW53+Zg==","signatures":[{"sig":"MEYCIQC0CdXioa5ynsrQ+AmyPl70AkuFHVM+oKHP/jpmWBgwFAIhAMkkdu9iF++/RvNrzcnag84P7xdiA+byL0Ua7SOWoynR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33722},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.45.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/a3df861c8d59003d3d7796c9be901d99/tevm-http-client-1.1.0-next.45.tgz","_integrity":"sha512-RLY3QHZrguaHM/K3UegWTlJs0tTuNjumIJ9hiBfHBXV9MfimsMLfpF60GGS6nyiv6oCM4aaiFILctFdtW53+Zg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"viem":"^2.7.16","@tevm/viem":"^1.1.0-next.45","@tevm/contract":"^1.1.0-next.45"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"1.1.0-next.45","@tevm/server":"^1.1.0-next.45","@tevm/tsconfig":"^1.0.0-next.40","@tevm/test-utils":"1.0.0-next.39","@tevm/tsupconfig":"^1.0.0-next.40","@tevm/client-types":"^1.1.0-next.45","@tevm/memory-client":"^1.1.0-next.45"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.45_1715450556709_0.5138417658679462","host":"s3://npm-registry-packages"}},"1.1.0-next.46":{"name":"@tevm/http-client","version":"1.1.0-next.46","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.46","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"468a1d1563191c4a44ee0d5fca612c136046f9e0","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.46.tgz","fileCount":34,"integrity":"sha512-WGCZHgzi/FPKg5TQyFVWGE4lKX78HpZDCdhERh47WTWI5tznYCwcNewSLmUI5fUC1WRc8xsEnfS+kKy425/kRw==","signatures":[{"sig":"MEUCIDcAqxZwJhQgD3hUPS/SjsYMd4OOGKnOqWB/G8g19MK/AiEA8aTtMGEPzyRU8zJxf5tXa527TflqFuhW8479OqT9oWY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33722},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.46.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/dc0281d8f46e1bc27a09f2111f64c782/tevm-http-client-1.1.0-next.46.tgz","_integrity":"sha512-WGCZHgzi/FPKg5TQyFVWGE4lKX78HpZDCdhERh47WTWI5tznYCwcNewSLmUI5fUC1WRc8xsEnfS+kKy425/kRw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"viem":"^2.7.16","@tevm/viem":"^1.1.0-next.46","@tevm/contract":"^1.1.0-next.45"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"1.1.0-next.45","@tevm/server":"^1.1.0-next.45","@tevm/tsconfig":"^1.0.0-next.40","@tevm/test-utils":"1.0.0-next.39","@tevm/tsupconfig":"^1.0.0-next.40","@tevm/client-types":"^1.1.0-next.45","@tevm/memory-client":"^1.1.0-next.46"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.46_1715568823029_0.7326992124984033","host":"s3://npm-registry-packages"}},"1.1.0-next.47":{"name":"@tevm/http-client","version":"1.1.0-next.47","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.47","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"f0c853d849c3720af4839ed7a8b2c07d0a2bfe45","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.47.tgz","fileCount":34,"integrity":"sha512-uGnGOqhI0Pf9XFClb9S5OsCRe2kt0ICMoFWepR9aak5xvb2QiT7k2lQ8/V1RnPySD/wX+YSuaOYUEzd/eRtBVQ==","signatures":[{"sig":"MEYCIQCW35CS7L0DKI6Nw13m0NlB8wclqj6qQlWKZMFzZPLPbQIhANpcFglJ1tYYUKfdA8JqF0RojUx9sDSDE8pjPCCDysOI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":33724},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.47.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/5c33580c4e2ac3737b27be63c6ebb18f/tevm-http-client-1.1.0-next.47.tgz","_integrity":"sha512-uGnGOqhI0Pf9XFClb9S5OsCRe2kt0ICMoFWepR9aak5xvb2QiT7k2lQ8/V1RnPySD/wX+YSuaOYUEzd/eRtBVQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"viem":"^2.7.16","@tevm/viem":"^1.1.0-next.47","@tevm/contract":"^1.1.0-next.47"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.47","@tevm/server":"^1.1.0-next.47","@tevm/tsconfig":"^1.1.0-next.47","@tevm/test-utils":"^1.1.0-next.47","@tevm/tsupconfig":"^1.1.0-next.47","@tevm/client-types":"^1.1.0-next.47","@tevm/memory-client":"^1.1.0-next.47"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.47_1715614616049_0.857542541499128","host":"s3://npm-registry-packages"}},"1.1.0-next.52":{"name":"@tevm/http-client","version":"1.1.0-next.52","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.52","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"95f3f140a0b9019c46c6f109c832f5f3a2b8c77d","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.52.tgz","fileCount":34,"integrity":"sha512-6a5ouUiifBAP+swpJhZBDSItbiZjVTt+xc8dyiyZTdF/fZiunf2SRxGtMNoWNQzTK7UhkDKVQ8Pc6H+WUVEEVA==","signatures":[{"sig":"MEUCIQD+3tY1BwPh5uCfJnC/w0rXE+1yAaGdwlv7OONrmajE/AIgGm/U5LdwsDAGRxU0uK+yZpmAQUzAUey0lC+pzpho69E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31464},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.52.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/a037ac98ca68d77cd4df260399bd841f/tevm-http-client-1.1.0-next.52.tgz","_integrity":"sha512-6a5ouUiifBAP+swpJhZBDSItbiZjVTt+xc8dyiyZTdF/fZiunf2SRxGtMNoWNQzTK7UhkDKVQ8Pc6H+WUVEEVA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"viem":"^2.7.16","@tevm/viem":"^1.1.0-next.52","@tevm/contract":"^1.1.0-next.52"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.52","@tevm/server":"^1.1.0-next.52","@tevm/tsconfig":"^1.1.0-next.52","@tevm/test-utils":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52","@tevm/client-types":"^1.1.0-next.52","@tevm/memory-client":"^1.1.0-next.52"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.52_1715900722652_0.687998168341597","host":"s3://npm-registry-packages"}},"1.1.0-next.56":{"name":"@tevm/http-client","version":"1.1.0-next.56","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.56","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"a0c0e5eb2b6fdc3efbb7c1edc3a2e7d493d749ef","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.56.tgz","fileCount":34,"integrity":"sha512-ppNs23hUsesG/lOCxJsoXibsn6mftJE+IxeICt3NHA+94K4q05UxIGeTTjATXHU6tcuN+7KnnIk/8BUoKqLH6A==","signatures":[{"sig":"MEQCIBb4Hhdrqrze3QEyK5aQ0G3A2ICM5p5lVSEl62IrDOmXAiBeSvnVxhJepqJ88eJ+FY+kBDYxuF4eqSsN3+3DdjkXCA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31464},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.56.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/8946d872cedadc741bac6c540fef184f/tevm-http-client-1.1.0-next.56.tgz","_integrity":"sha512-ppNs23hUsesG/lOCxJsoXibsn6mftJE+IxeICt3NHA+94K4q05UxIGeTTjATXHU6tcuN+7KnnIk/8BUoKqLH6A==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"viem":"^2.7.16","@tevm/viem":"^1.1.0-next.52","@tevm/contract":"^1.1.0-next.56"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.52","@tevm/server":"^1.1.0-next.52","@tevm/tsconfig":"^1.1.0-next.52","@tevm/test-utils":"^1.1.0-next.56","@tevm/tsupconfig":"^1.1.0-next.52","@tevm/client-types":"^1.1.0-next.52","@tevm/memory-client":"^1.1.0-next.56"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.56_1716281629092_0.5324998386504571","host":"s3://npm-registry-packages"}},"1.1.0-next.60":{"name":"@tevm/http-client","version":"1.1.0-next.60","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.60","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"d3d2be5dc54dbfeb96868fc3543fe273d5f66d2c","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.60.tgz","fileCount":34,"integrity":"sha512-6h3wXirGimv23k2QSibvMHud4hkP9yEOpV/A8p1vZy7rkN5D6ed58CHi/6zjEsVoQhgfj2mlBWFOSc5P933O2Q==","signatures":[{"sig":"MEUCIQCtxPnBALsWmDALPCHt5b+yVL9U8di0tYaiNDgqi2UMdwIgHNQYbvuHTyT8WYoj82Gm5DiLK4uBxGHk/x+7O4JNmqk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31464},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.60.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/b16c3524c981a3def3b9dec78d092fb9/tevm-http-client-1.1.0-next.60.tgz","_integrity":"sha512-6h3wXirGimv23k2QSibvMHud4hkP9yEOpV/A8p1vZy7rkN5D6ed58CHi/6zjEsVoQhgfj2mlBWFOSc5P933O2Q==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"viem":"^2.12.0","@tevm/viem":"^1.1.0-next.60","@tevm/contract":"^1.1.0-next.60"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.60","@tevm/server":"^1.1.0-next.60","@tevm/tsconfig":"^1.1.0-next.60","@tevm/test-utils":"^1.1.0-next.60","@tevm/tsupconfig":"^1.1.0-next.60","@tevm/client-types":"^1.1.0-next.60","@tevm/memory-client":"^1.1.0-next.60"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.60_1716561694112_0.8347209101737183","host":"s3://npm-registry-packages"}},"1.1.0-next.62":{"name":"@tevm/http-client","version":"1.1.0-next.62","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.62","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"a7deb0f8d926618c9b9fca7437026fca3cd27ea5","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.62.tgz","fileCount":34,"integrity":"sha512-1Wppxt3mbfEKgXWZVs+o9wLZoQhwctRzndGj3mgI2vpcHXETPLW3JSuRyCy10IfzZ50heCM/njZiXSF9qqim+Q==","signatures":[{"sig":"MEUCIGe87xtBCAx0Cb7aa+uyEPnhYoH3+jYPtmWdZKIDSny3AiEA7fa9eBPEHFKChykkgjDufpn5/FGO+xR9MMs0Cby19Pc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31464},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.62.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/b384bc90ac518e8ba63cc96482eabd02/tevm-http-client-1.1.0-next.62.tgz","_integrity":"sha512-1Wppxt3mbfEKgXWZVs+o9wLZoQhwctRzndGj3mgI2vpcHXETPLW3JSuRyCy10IfzZ50heCM/njZiXSF9qqim+Q==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"viem":"^2.12.0","@tevm/viem":"^1.1.0-next.60","@tevm/contract":"^1.1.0-next.62"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.60","@tevm/server":"^1.1.0-next.60","@tevm/tsconfig":"^1.1.0-next.60","@tevm/test-utils":"^1.1.0-next.62","@tevm/tsupconfig":"^1.1.0-next.60","@tevm/client-types":"^1.1.0-next.60","@tevm/memory-client":"^1.1.0-next.62"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.62_1716928390272_0.7684175195474301","host":"s3://npm-registry-packages"}},"1.1.0-next.69":{"name":"@tevm/http-client","version":"1.1.0-next.69","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.69","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"5a148a24a55d190f86d900ae42d65bdb58ee47f0","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.69.tgz","fileCount":34,"integrity":"sha512-AF4yo6w4HFgZ7yyDtMbwBlagB4uMevnx1szv7xThtiRfUKJbvaa26CQ5CPjSSxu7PRr2nsR2jb4W6MxNBv77YA==","signatures":[{"sig":"MEQCIEOLFBy96nsGZst1gSD9qFlf3+CBwp4vr8DfOav1V6t0AiAkkMRbMI1TY0IDsjdT2qhPkE4IcfzfOFIOEpPzYsxDBw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31464},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.69.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/04b5df0d43f2a655be8ea5f08cc52698/tevm-http-client-1.1.0-next.69.tgz","_integrity":"sha512-AF4yo6w4HFgZ7yyDtMbwBlagB4uMevnx1szv7xThtiRfUKJbvaa26CQ5CPjSSxu7PRr2nsR2jb4W6MxNBv77YA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"viem":"^2.12.0","@tevm/viem":"^1.1.0-next.69","@tevm/contract":"^1.1.0-next.69"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/utils":"^1.1.0-next.69","@tevm/server":"^1.1.0-next.69","@tevm/tsconfig":"^1.1.0-next.69","@tevm/test-utils":"^1.1.0-next.69","@tevm/tsupconfig":"^1.1.0-next.69","@tevm/client-types":"^1.1.0-next.69","@tevm/memory-client":"^1.1.0-next.69"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.69_1717488733034_0.798524178112062","host":"s3://npm-registry-packages"}},"1.1.0-next.70":{"name":"@tevm/http-client","version":"1.1.0-next.70","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.70","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"ac723d4940c0a6eb185ae1b6b5b2580c8e9ddd3d","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.70.tgz","fileCount":34,"integrity":"sha512-NJPEB2cdTqCBjfLGkNiJakTPyx2iLwA8GoO7rsxTt4/Ywaf27FpPcyg79NX3EOyckdMFPQ+Eqm9b3LBCiJu5+g==","signatures":[{"sig":"MEYCIQDFj7YERyZQ8h+81jab7GLt07/VR7ZHcCnAy5AclFwxjgIhAM8vOqvFWFCIRR5kYfekBzvvO7eHAo2X6x/HuU6c99Vp","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31492},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.70.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/13dd1923b8fac46c367d2c0a2fba435c/tevm-http-client-1.1.0-next.70.tgz","_integrity":"sha512-NJPEB2cdTqCBjfLGkNiJakTPyx2iLwA8GoO7rsxTt4/Ywaf27FpPcyg79NX3EOyckdMFPQ+Eqm9b3LBCiJu5+g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.70","@tevm/utils":"^1.1.0-next.70","@tevm/contract":"^1.1.0-next.70","@tevm/memory-client":"^1.1.0-next.70"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.70","@tevm/tsconfig":"^1.1.0-next.69","@tevm/test-utils":"^1.1.0-next.70","@tevm/tsupconfig":"^1.1.0-next.69","@tevm/client-types":"^1.1.0-next.70"},"peerDependencies":{"viem":"^2.13.6"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.70_1717631196002_0.10873462168056136","host":"s3://npm-registry-packages"}},"1.1.0-next.71":{"name":"@tevm/http-client","version":"1.1.0-next.71","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.71","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"5777ce3573566c18ce289f3ba1650554410ded86","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.71.tgz","fileCount":34,"integrity":"sha512-th4PyZF53cboHbamZwVNeRzGA9/gnruQm3kb8ELPY1Np2NHh8PrURV+bPAoU6v34wHIL6WQoG0+b6/43r2D0oA==","signatures":[{"sig":"MEYCIQDBPQx5M60bCPb2qxonf7g9T5bVWpUVJIV9mXxvnhWErQIhAL1Au4OYJSS6n/8qB6F3DWfhpN55xjQQv3rOkg6M6Cla","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31492},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.71.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/751da0cbc064cffa8cfb052496668f68/tevm-http-client-1.1.0-next.71.tgz","_integrity":"sha512-th4PyZF53cboHbamZwVNeRzGA9/gnruQm3kb8ELPY1Np2NHh8PrURV+bPAoU6v34wHIL6WQoG0+b6/43r2D0oA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.71","@tevm/utils":"^1.1.0-next.70","@tevm/contract":"^1.1.0-next.70","@tevm/memory-client":"^1.1.0-next.71"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.71","@tevm/tsconfig":"^1.1.0-next.69","@tevm/test-utils":"^1.1.0-next.70","@tevm/tsupconfig":"^1.1.0-next.69","@tevm/client-types":"^1.1.0-next.70"},"peerDependencies":{"viem":"^2.13.6"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.71_1717741064722_0.005968069554753708","host":"s3://npm-registry-packages"}},"1.1.0-next.72":{"name":"@tevm/http-client","version":"1.1.0-next.72","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.72","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"662b4f3eb3bccc96483787009e5a231d66e8f445","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.72.tgz","fileCount":34,"integrity":"sha512-jwdRlDwnDQKjWXP9uFbqdpU8VV/QMFmY2AxRAVERPFBulG6Z018RszhtpzfgjpNiYNHHDQPwtwmX/NDOOpcWwA==","signatures":[{"sig":"MEYCIQCOLInBOnoWT3j1T5nVScSct5JDjuwGwrylxVapv3PDxgIhAM6STN+WGlFPR2UPV46eSu/3cxJ/lwxwXvpVEFllpo/m","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31492},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.72.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/2e55f560519663cd7d5fe08edcd0fec4/tevm-http-client-1.1.0-next.72.tgz","_integrity":"sha512-jwdRlDwnDQKjWXP9uFbqdpU8VV/QMFmY2AxRAVERPFBulG6Z018RszhtpzfgjpNiYNHHDQPwtwmX/NDOOpcWwA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.72","@tevm/utils":"^1.1.0-next.72","@tevm/contract":"^1.1.0-next.72","@tevm/memory-client":"^1.1.0-next.72"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.72","@tevm/tsconfig":"^1.1.0-next.72","@tevm/test-utils":"^1.1.0-next.72","@tevm/tsupconfig":"^1.1.0-next.72","@tevm/client-types":"^1.1.0-next.72"},"peerDependencies":{"viem":"^2.13.6"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.72_1717896062710_0.013821352402202614","host":"s3://npm-registry-packages"}},"1.1.0-next.73":{"name":"@tevm/http-client","version":"1.1.0-next.73","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.73","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"7a0d5e04391098a9145842c318897e07c6c1a471","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.73.tgz","fileCount":34,"integrity":"sha512-GcUDBf2YSMtn5OFtKupyASjfnMnAv3wXubWXLwH1CHtyJNV1BrymCTB+TPYJZq38zStZ9JhcZ2hdPPIvAJlAug==","signatures":[{"sig":"MEQCIDrzvMMgtrcAkvTq3tEr9ewEuw16vtn697yKAlirxvqEAiBy/LFgb2U7XeObGkSTyrGyq7Y+nHrMBUUxh0k6ekg9bA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31492},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.73.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/bf5bd840c39032f4c34af055cabb840f/tevm-http-client-1.1.0-next.73.tgz","_integrity":"sha512-GcUDBf2YSMtn5OFtKupyASjfnMnAv3wXubWXLwH1CHtyJNV1BrymCTB+TPYJZq38zStZ9JhcZ2hdPPIvAJlAug==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.73","@tevm/utils":"^1.1.0-next.72","@tevm/contract":"^1.1.0-next.72","@tevm/memory-client":"^1.1.0-next.73"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.73","@tevm/tsconfig":"^1.1.0-next.72","@tevm/test-utils":"^1.1.0-next.73","@tevm/tsupconfig":"^1.1.0-next.72","@tevm/client-types":"^1.1.0-next.72"},"peerDependencies":{"viem":"^2.13.6"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.73_1717902357952_0.9595713953164213","host":"s3://npm-registry-packages"}},"1.1.0-next.74":{"name":"@tevm/http-client","version":"1.1.0-next.74","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.74","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"33503055e34c491d39668ee6b4d43cab154214ed","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.74.tgz","fileCount":34,"integrity":"sha512-efx4HdqbqWdwZCATOO7t7U5X7WYRZq6SW2wNNsFmnhvfrn/WhkVw1KF+5QSZyIUn37P5gRBTCi9BXLCz4JHAng==","signatures":[{"sig":"MEUCIQCwpYtN72d4UWD96zFqfUs0z1+g4V/VVo64u9Lzbrqd8gIgaWIQUfFx2KLl6bXRQF0MP/GQiyNWrxm/a6DtGLC18hg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31492},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.74.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/71277319735771ef5dc82b1e11d7a2af/tevm-http-client-1.1.0-next.74.tgz","_integrity":"sha512-efx4HdqbqWdwZCATOO7t7U5X7WYRZq6SW2wNNsFmnhvfrn/WhkVw1KF+5QSZyIUn37P5gRBTCi9BXLCz4JHAng==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.74","@tevm/utils":"^1.1.0-next.74","@tevm/contract":"^1.1.0-next.74","@tevm/memory-client":"^1.1.0-next.74"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.74","@tevm/tsconfig":"^1.1.0-next.74","@tevm/test-utils":"^1.1.0-next.74","@tevm/tsupconfig":"^1.1.0-next.74","@tevm/client-types":"^1.1.0-next.74"},"peerDependencies":{"viem":"^2.13.6"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.74_1718182381956_0.0048566885659426795","host":"s3://npm-registry-packages"}},"1.1.0-next.75":{"name":"@tevm/http-client","version":"1.1.0-next.75","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.75","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"7ada2024159fca509b2a3d0e2e6fadf3cf9c887e","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.75.tgz","fileCount":34,"integrity":"sha512-jNGRR9Z7MxBRyBHlmbAsIgcT5jXaJ8IQBzaa/TsgZZ7lvBPeaFLG9HE9f7LBVkqKgVldkp9J3Nv4qa3oUkFyTA==","signatures":[{"sig":"MEUCIEGGEFsGvIrTjglZORyBqrg+mjNpjT6JILej2QM/2fceAiEAzj4CiHcnzWwXda6+s568YcfOHkb7MPfjlPO5G/Mssro=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31492},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.75.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --apply-unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/e3d4c1db7ff8d4cdb6a974c43e3e786e/tevm-http-client-1.1.0-next.75.tgz","_integrity":"sha512-jNGRR9Z7MxBRyBHlmbAsIgcT5jXaJ8IQBzaa/TsgZZ7lvBPeaFLG9HE9f7LBVkqKgVldkp9J3Nv4qa3oUkFyTA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.75","@tevm/utils":"^1.1.0-next.75","@tevm/contract":"^1.1.0-next.75","@tevm/memory-client":"^1.1.0-next.75"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.75","@tevm/tsconfig":"^1.1.0-next.74","@tevm/test-utils":"^1.1.0-next.75","@tevm/tsupconfig":"^1.1.0-next.74","@tevm/client-types":"^1.1.0-next.75"},"peerDependencies":{"viem":"^2.13.6"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.75_1718253074146_0.5302471462090732","host":"s3://npm-registry-packages"}},"1.1.0-next.76":{"name":"@tevm/http-client","version":"1.1.0-next.76","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.76","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"b605774df589cdf5399cf5da07edee070e4cebef","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.76.tgz","fileCount":34,"integrity":"sha512-oGqaLt/I/Szr50+R7g1lmUDa4AWTnZq8+OgvCdQRdsLE3rGLco239ATPzhb3kR3IuvKuCCL1EmH1T2OiORIo2w==","signatures":[{"sig":"MEYCIQCpSnqczjqNWrUyVsuNUAr+x1Oj/b8EHB1ufBZyi94uRgIhAOzdRGZtZnggueUO9YmZd/sQrjkVlOVF1wcR2p9lCmA/","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31494},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.76.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/54f83f692537719e540c03c0b4b3af1b/tevm-http-client-1.1.0-next.76.tgz","_integrity":"sha512-oGqaLt/I/Szr50+R7g1lmUDa4AWTnZq8+OgvCdQRdsLE3rGLco239ATPzhb3kR3IuvKuCCL1EmH1T2OiORIo2w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.76","@tevm/utils":"^1.1.0-next.75","@tevm/contract":"^1.1.0-next.75","@tevm/memory-client":"^1.1.0-next.76"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.76","@tevm/tsconfig":"^1.1.0-next.74","@tevm/test-utils":"^1.1.0-next.75","@tevm/tsupconfig":"^1.1.0-next.74","@tevm/client-types":"^1.1.0-next.75"},"peerDependencies":{"viem":"^2.13.6"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.76_1718312701304_0.7243894581867536","host":"s3://npm-registry-packages"}},"1.1.0-next.77":{"name":"@tevm/http-client","version":"1.1.0-next.77","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.77","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"1b550dcba7edd7dd7feb91c0692a4e56e2696fc7","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.77.tgz","fileCount":34,"integrity":"sha512-ZYRd0yFSxYMuOOJwkgitaLvvMuSen2dhFSTvUq3yWXnPItlwSy00pRQ6cjacyfD/gGeQAERKY1+o7X5chTnqrg==","signatures":[{"sig":"MEUCIQC/hNMmn4s/eExq/UHBaHGf9uSTuezP5GZ2n/nyE4SWMQIgdGqeK0wesGD59/2HfMts1P+S3iDYogno2e10wZZT5oE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31494},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.77.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/f31fc81252cd9a6c8f80f8fee3574c78/tevm-http-client-1.1.0-next.77.tgz","_integrity":"sha512-ZYRd0yFSxYMuOOJwkgitaLvvMuSen2dhFSTvUq3yWXnPItlwSy00pRQ6cjacyfD/gGeQAERKY1+o7X5chTnqrg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.77","@tevm/utils":"^1.1.0-next.77","@tevm/contract":"^1.1.0-next.77","@tevm/memory-client":"^1.1.0-next.77"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.77","@tevm/tsconfig":"^1.1.0-next.77","@tevm/test-utils":"^1.1.0-next.77","@tevm/tsupconfig":"^1.1.0-next.77","@tevm/client-types":"^1.1.0-next.77"},"peerDependencies":{"viem":"^2.13.6"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.77_1718389945024_0.992265104373397","host":"s3://npm-registry-packages"}},"1.1.0-next.78":{"name":"@tevm/http-client","version":"1.1.0-next.78","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.78","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"661c1a83ce04878e1d4d0066da74afd6b8798649","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.78.tgz","fileCount":34,"integrity":"sha512-SS/xNes+YiHj3YT7nUZ5OV+9WKug87q/+ZpxKCsZwUG2G17pg5qN0Yt+WU5RdP0nub/YZfEKL8jV7wKSjnTQuw==","signatures":[{"sig":"MEUCIQCWjQ46W9pyCx6MdFVLT9Ok8L+nB6rfYSOypo9mOwUBqAIgOLqpveBPBKzeIIReVkEj6V07OJ3upK95xvo/GkBKBt4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":31494},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.78.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/edd7d1ecb754c3567e889e449c4e8aa5/tevm-http-client-1.1.0-next.78.tgz","_integrity":"sha512-SS/xNes+YiHj3YT7nUZ5OV+9WKug87q/+ZpxKCsZwUG2G17pg5qN0Yt+WU5RdP0nub/YZfEKL8jV7wKSjnTQuw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.78","@tevm/utils":"^1.1.0-next.77","@tevm/contract":"^1.1.0-next.77","@tevm/memory-client":"^1.1.0-next.78"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.78","@tevm/tsconfig":"^1.1.0-next.77","@tevm/test-utils":"^1.1.0-next.78","@tevm/tsupconfig":"^1.1.0-next.77","@tevm/client-types":"^1.1.0-next.77"},"peerDependencies":{"viem":"^2.13.6"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.78_1718393748600_0.5561688636597848","host":"s3://npm-registry-packages"}},"2.0.0-next.79":{"name":"@tevm/http-client","version":"2.0.0-next.79","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@2.0.0-next.79","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"08330f82fa33c20342f269c41256edcecdd2ccd1","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-2.0.0-next.79.tgz","fileCount":34,"integrity":"sha512-HRkUfIpiQ8ka5R6VvXhiOznRPUD2jnevvD6MYK8wpYdjAWFrZVveEHYScbG/lxsphhFr57O6VFjR6DL7sGYXSw==","signatures":[{"sig":"MEQCIGyjkd0v4ToS7u0FGngJROp1tT9TuPMPCSgdcHJNrs7yAiAfWCWvdFsZbzwb5g9BB5pPbiGqBzk5E3NxvmaBd8kRlw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41983},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-2.0.0-next.79.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/4934841203f99911052c382e04004476/tevm-http-client-2.0.0-next.79.tgz","_integrity":"sha512-HRkUfIpiQ8ka5R6VvXhiOznRPUD2jnevvD6MYK8wpYdjAWFrZVveEHYScbG/lxsphhFr57O6VFjR6DL7sGYXSw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^2.0.0-next.79","@tevm/utils":"^2.0.0-next.79","@tevm/contract":"^2.0.0-next.79","@tevm/memory-client":"^2.0.0-next.79"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^2.0.0-next.79","@tevm/tsconfig":"^2.0.0-next.79","@tevm/test-utils":"^2.0.0-next.79","@tevm/tsupconfig":"^2.0.0-next.79","@tevm/client-types":"^2.0.0-next.79"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_2.0.0-next.79_1718754359813_0.6628562316789499","host":"s3://npm-registry-packages"}},"2.0.0-next.80":{"name":"@tevm/http-client","version":"2.0.0-next.80","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@2.0.0-next.80","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"9bac823568bd207e3dcf0b9d2d7bd4a07b7571d7","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-2.0.0-next.80.tgz","fileCount":34,"integrity":"sha512-1u86E998OnpiTFrh7CnUizwAXBIFhxB6zHTv+M0S0TZY25jr+3lvMG4yraSQL4+wuKdu4CYyZP7GYtKzoAljIg==","signatures":[{"sig":"MEQCIQCAANzVmJK2f4wEncLFm9DUPGzI2YPoJDw7Vr1haERIzgIfSHiABT9iNIzF83iGSCPMmq4idy20yDHiixKv2/LtbQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41983},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-2.0.0-next.80.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/0b766da74d84bc968203d1a17afccd56/tevm-http-client-2.0.0-next.80.tgz","_integrity":"sha512-1u86E998OnpiTFrh7CnUizwAXBIFhxB6zHTv+M0S0TZY25jr+3lvMG4yraSQL4+wuKdu4CYyZP7GYtKzoAljIg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^2.0.0-next.80","@tevm/utils":"^2.0.0-next.80","@tevm/contract":"^2.0.0-next.80","@tevm/memory-client":"^2.0.0-next.80"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^2.0.0-next.80","@tevm/tsconfig":"^2.0.0-next.80","@tevm/test-utils":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.80","@tevm/client-types":"^2.0.0-next.80"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_2.0.0-next.80_1718769391766_0.43175011667813923","host":"s3://npm-registry-packages"}},"2.0.0-next.83":{"name":"@tevm/http-client","version":"2.0.0-next.83","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@2.0.0-next.83","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"17a9e46777172ea373a9a83840f1130df6b3bbf0","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-2.0.0-next.83.tgz","fileCount":34,"integrity":"sha512-VKChebbI9qO2XQftGLiBTrDscOdeJaMgoWD6MgD6Xhc9vnWCZOUuB+YpHqdW9NY9KHPeTDTgeRAJg98jItu1fQ==","signatures":[{"sig":"MEUCIGsCPolWPPYhHJio+WrFXOKHwnuRZ5nRtp7LBThN+SkaAiEAwx1y9q+mxyIhETgymBP2aJ1i2jqdxubAWq6JbUEFZJg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41983},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-2.0.0-next.83.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/2c93300612610f24f469b6e6b6ec2eff/tevm-http-client-2.0.0-next.83.tgz","_integrity":"sha512-VKChebbI9qO2XQftGLiBTrDscOdeJaMgoWD6MgD6Xhc9vnWCZOUuB+YpHqdW9NY9KHPeTDTgeRAJg98jItu1fQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^2.0.0-next.83","@tevm/utils":"^2.0.0-next.80","@tevm/contract":"^2.0.0-next.80","@tevm/memory-client":"^2.0.0-next.83"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^2.0.0-next.83","@tevm/tsconfig":"^2.0.0-next.80","@tevm/test-utils":"^2.0.0-next.83","@tevm/tsupconfig":"^2.0.0-next.80","@tevm/client-types":"^2.0.0-next.80"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_2.0.0-next.83_1718840654145_0.9299641148363536","host":"s3://npm-registry-packages"}},"2.0.0-next.84":{"name":"@tevm/http-client","version":"2.0.0-next.84","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@2.0.0-next.84","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"0445248c586b43bb35e1f287c58b08d07635b641","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-2.0.0-next.84.tgz","fileCount":34,"integrity":"sha512-dkv91hvYG5uUzYVuchylaGJI6c32Gl9J+Gber+dXIVBovH9CzCw9AfXp5FOwiMCi/IUZej1MJtdhfjGnatkchQ==","signatures":[{"sig":"MEQCIBFkTucA7CPridrwbn93XNYHts4eNmz2tsngZZ1Kvv33AiBBDm9+nVNJxTyMdP3YPaghk9EWx7c5npWpNSm8uxf1mw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41983},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-2.0.0-next.84.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/0003702ad8b08ddbf0e118ff603fb358/tevm-http-client-2.0.0-next.84.tgz","_integrity":"sha512-dkv91hvYG5uUzYVuchylaGJI6c32Gl9J+Gber+dXIVBovH9CzCw9AfXp5FOwiMCi/IUZej1MJtdhfjGnatkchQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^2.0.0-next.84","@tevm/utils":"^2.0.0-next.84","@tevm/contract":"^2.0.0-next.84","@tevm/memory-client":"^2.0.0-next.84"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^2.0.0-next.84","@tevm/tsconfig":"^2.0.0-next.80","@tevm/test-utils":"^2.0.0-next.84","@tevm/tsupconfig":"^2.0.0-next.80","@tevm/client-types":"^2.0.0-next.84"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_2.0.0-next.84_1719006880425_0.4692321065636209","host":"s3://npm-registry-packages"}},"2.0.0-next.85":{"name":"@tevm/http-client","version":"2.0.0-next.85","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@2.0.0-next.85","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"79fc9174013ea402d8ed1e02058ef29e88613843","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-2.0.0-next.85.tgz","fileCount":34,"integrity":"sha512-OtpHn8HXIiRdZNjlT9x0yKLcMXBiVAIKAzIWE3wfYoUV/T1aiqUAgYFcej4euHQ9GE0xvfM6sFjli4cqVdJZkg==","signatures":[{"sig":"MEUCIQC322d4ukf7xucBTOoe8PDEuas86sk0ymCft5MQ1T8ecAIgfLf5aWMIKAj9PeK6Mfp/FNfjuzVjcg2wPMHqfp8dj+g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41983},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-2.0.0-next.85.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/37dbbc1412885164e5000d025f56bb2a/tevm-http-client-2.0.0-next.85.tgz","_integrity":"sha512-OtpHn8HXIiRdZNjlT9x0yKLcMXBiVAIKAzIWE3wfYoUV/T1aiqUAgYFcej4euHQ9GE0xvfM6sFjli4cqVdJZkg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^2.0.0-next.85","@tevm/utils":"^2.0.0-next.84","@tevm/contract":"^2.0.0-next.84","@tevm/memory-client":"^2.0.0-next.85"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^2.0.0-next.85","@tevm/tsconfig":"^2.0.0-next.80","@tevm/test-utils":"^2.0.0-next.84","@tevm/tsupconfig":"^2.0.0-next.80","@tevm/client-types":"^2.0.0-next.84"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_2.0.0-next.85_1719105235936_0.21381572724362297","host":"s3://npm-registry-packages"}},"2.0.0-next.86":{"name":"@tevm/http-client","version":"2.0.0-next.86","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@2.0.0-next.86","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"d42517ff2aeab6091bb525448462d6efd9117afb","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-2.0.0-next.86.tgz","fileCount":34,"integrity":"sha512-nwpSrAzCX8eDPpL46gPUdj9yUBR/Jyb8SFFfzyuXFf9+Z2PXTzHFpTxnLGzUF0WXeb4ys2FKOFU60n9cYa8sBQ==","signatures":[{"sig":"MEUCICHknYwLAhgDvgQyOV6j5HPeYb3w260dsHnTqSux+ojEAiEAi5LCA+NN4a672MtE1gytA/neZm8nCLHs+aZAaPcqMts=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41983},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-2.0.0-next.86.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/a3109e6fc58bffe0d1e8ba0a8cdf12b0/tevm-http-client-2.0.0-next.86.tgz","_integrity":"sha512-nwpSrAzCX8eDPpL46gPUdj9yUBR/Jyb8SFFfzyuXFf9+Z2PXTzHFpTxnLGzUF0WXeb4ys2FKOFU60n9cYa8sBQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^2.0.0-next.86","@tevm/utils":"^2.0.0-next.86","@tevm/contract":"^2.0.0-next.86","@tevm/memory-client":"^2.0.0-next.86"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^2.0.0-next.86","@tevm/tsconfig":"^2.0.0-next.80","@tevm/test-utils":"^2.0.0-next.86","@tevm/tsupconfig":"^2.0.0-next.86","@tevm/client-types":"^2.0.0-next.86"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_2.0.0-next.86_1719443511311_0.3200188847204346","host":"s3://npm-registry-packages"}},"2.0.0-next.87":{"name":"@tevm/http-client","version":"2.0.0-next.87","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@2.0.0-next.87","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"d353d2fee1ede13532ee91b6de7dc9f104413d44","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-2.0.0-next.87.tgz","fileCount":34,"integrity":"sha512-xLAm6fxCD/cffamkVj3QgGr5VKqme7sF9t7OEP0djXA/mofQ63r13F5b1bJEE8ln5IH3kuya9t6DEC+C8G76yQ==","signatures":[{"sig":"MEUCIQCyn/IjKRHbJp+SXhROw24FXACZS29mMkWDdKkMnntF4AIgCsnam+516CzTMTs6I8WVjLbrPyudMSHAZ3cHfyVSKyM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41983},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-2.0.0-next.87.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/29d458eddf5a342764403f48ca59ca8f/tevm-http-client-2.0.0-next.87.tgz","_integrity":"sha512-xLAm6fxCD/cffamkVj3QgGr5VKqme7sF9t7OEP0djXA/mofQ63r13F5b1bJEE8ln5IH3kuya9t6DEC+C8G76yQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^2.0.0-next.87","@tevm/utils":"^2.0.0-next.86","@tevm/contract":"^2.0.0-next.86","@tevm/memory-client":"^2.0.0-next.87"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^2.0.0-next.87","@tevm/tsconfig":"^2.0.0-next.80","@tevm/test-utils":"^2.0.0-next.86","@tevm/tsupconfig":"^2.0.0-next.86","@tevm/client-types":"^2.0.0-next.86"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_2.0.0-next.87_1719516507166_0.4159811943990501","host":"s3://npm-registry-packages"}},"1.1.0-next.88":{"name":"@tevm/http-client","version":"1.1.0-next.88","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.88","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"ee527747e77c50e31fbbfb5abc2b43ccf6a89097","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.88.tgz","fileCount":34,"integrity":"sha512-bkq0xRXVNiZBo3amTJ4qIcjA81xDDGI5agRpOR7VjQFowgSpzSXtj0tXoZev4y6lCOq2wOjMVxdMFeS2Z666qA==","signatures":[{"sig":"MEYCIQDHdDC+Itq3d8e2cm6gG+fyjAHC8+0aJtmoT3/eNI/FKgIhAN9VdIOSOKautoAj/jBBPXrg8O+KvvhTABlZVP4AiBbC","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41983},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.88.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d40ee6b066734668ff79a033cc38e799/tevm-http-client-1.1.0-next.88.tgz","_integrity":"sha512-bkq0xRXVNiZBo3amTJ4qIcjA81xDDGI5agRpOR7VjQFowgSpzSXtj0tXoZev4y6lCOq2wOjMVxdMFeS2Z666qA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.88","@tevm/utils":"^1.1.0-next.88","@tevm/contract":"^1.1.0-next.88","@tevm/memory-client":"^1.1.0-next.88"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.88","@tevm/tsconfig":"^1.0.0-next.80","@tevm/test-utils":"^1.1.0-next.88","@tevm/tsupconfig":"^1.0.0-next.86","@tevm/client-types":"^1.1.0-next.88"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.88_1719898137168_0.9736534361188558","host":"s3://npm-registry-packages"}},"1.1.0-next.90":{"name":"@tevm/http-client","version":"1.1.0-next.90","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.90","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"15b5ee4262be89ce190dddc198c12f69bffd8241","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.90.tgz","fileCount":34,"integrity":"sha512-5+26iteTnbBgQEgeL+/u1fzoWVNUJpwOQON5VZVBoVGQSmkS/YkBWNujBSFkD4IpwXDIcsSVt02oA4Ne5ce0fA==","signatures":[{"sig":"MEYCIQCwiWsAE63Oqic0oSRwGIKGQrzN0ElDbWLo4Q/foxF3wwIhAI/NXGkbeovdKMrven/fE6u53NrbYGjq6n6BPZrFmYt+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41983},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.90.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/144d6db30d9cd6046ad6921dd09a2a3a/tevm-http-client-1.1.0-next.90.tgz","_integrity":"sha512-5+26iteTnbBgQEgeL+/u1fzoWVNUJpwOQON5VZVBoVGQSmkS/YkBWNujBSFkD4IpwXDIcsSVt02oA4Ne5ce0fA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.90","@tevm/utils":"^1.1.0-next.88","@tevm/contract":"^1.1.0-next.88","@tevm/memory-client":"^1.1.0-next.90"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.90","@tevm/tsconfig":"^1.0.0-next.80","@tevm/test-utils":"^1.1.0-next.88","@tevm/tsupconfig":"^1.0.0-next.86","@tevm/client-types":"^1.1.0-next.88"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.90_1720200500087_0.3490199489307644","host":"s3://npm-registry-packages"}},"1.1.0-next.91":{"name":"@tevm/http-client","version":"1.1.0-next.91","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.91","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"b6de6a98eef53febec2a31cebe4d50f95d849730","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.91.tgz","fileCount":34,"integrity":"sha512-3KgCIHijrPx4sKoHb3ySXK06CDPDdcHlALjSYI1MqXW2N+Ril06IBrEFh2sSfOBlmXetIoL09rLYH/mzr/TuKw==","signatures":[{"sig":"MEUCICtYs93coLGTNCHJrf8DUgs9BHZhuZyzotXHwyL42oKgAiEAyDlZ5OEoEA2gyIbOemJEmDqETOKSPi80ArmRlnGwRi0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41983},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.91.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/1be112720a5bae6adcb61c93e368b975/tevm-http-client-1.1.0-next.91.tgz","_integrity":"sha512-3KgCIHijrPx4sKoHb3ySXK06CDPDdcHlALjSYI1MqXW2N+Ril06IBrEFh2sSfOBlmXetIoL09rLYH/mzr/TuKw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.91","@tevm/utils":"^1.1.0-next.91","@tevm/contract":"^1.1.0-next.91","@tevm/memory-client":"^1.1.0-next.91"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.91","@tevm/tsconfig":"^1.0.0-next.80","@tevm/test-utils":"^1.1.0-next.91","@tevm/tsupconfig":"^1.0.0-next.86","@tevm/client-types":"^1.1.0-next.91"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.91_1720291951162_0.010268985943611364","host":"s3://npm-registry-packages"}},"1.1.0-next.92":{"name":"@tevm/http-client","version":"1.1.0-next.92","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.92","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"7a5b2aa2c10ec9328bc35aa48cb105b7f9b929a7","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.92.tgz","fileCount":34,"integrity":"sha512-TxFNRVfuFeaXmVKqlX9xCmAzrqwAewiaJkHFD6hLn2q9oOM3msXxsJyk5fNigIeMZ3rpOiqCDonjhhFvdlZDCA==","signatures":[{"sig":"MEYCIQD72+zgkrrjxipvY2MLueQXgNdNHovzvPqZRcCWiEBYSAIhAK0kfxnG8XLbKAxtnzvrEtuPUMAIE3ZBLhdnRDRFWo/2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41983},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.92.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/f68c313336dfecf65519f9cceb3a7144/tevm-http-client-1.1.0-next.92.tgz","_integrity":"sha512-TxFNRVfuFeaXmVKqlX9xCmAzrqwAewiaJkHFD6hLn2q9oOM3msXxsJyk5fNigIeMZ3rpOiqCDonjhhFvdlZDCA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.92","@tevm/utils":"^1.1.0-next.92","@tevm/contract":"^1.1.0-next.92","@tevm/memory-client":"^1.1.0-next.92"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.92","@tevm/tsconfig":"^1.0.0-next.80","@tevm/test-utils":"^1.1.0-next.92","@tevm/tsupconfig":"^1.0.0-next.86","@tevm/client-types":"^1.1.0-next.92"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.92_1720480775823_0.9727095925026792","host":"s3://npm-registry-packages"}},"1.1.0-next.94":{"name":"@tevm/http-client","version":"1.1.0-next.94","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.94","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"fd3e34bf85798d5bc876c17af7a0138f64161b42","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.94.tgz","fileCount":34,"integrity":"sha512-a2qvMcQIT0ysoNE/FSRkL6mbZ7ygKF1iWhgXzPPyPJk5CoMUK5xyliIJUtWO+8mx0QrhQf9GXVXhPGGBWbsMRQ==","signatures":[{"sig":"MEYCIQDWAsWiJfV7+pJF6k+elu5PvG4C4Ns11t4uTS3//YIZAQIhANSI7IUiIbIUnNm2pc6R/b1+tv8SDNNkBUSUC9583QTn","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41983},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.94.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/978dc804aa7df6f6d8c5c868427c3041/tevm-http-client-1.1.0-next.94.tgz","_integrity":"sha512-a2qvMcQIT0ysoNE/FSRkL6mbZ7ygKF1iWhgXzPPyPJk5CoMUK5xyliIJUtWO+8mx0QrhQf9GXVXhPGGBWbsMRQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.94","@tevm/utils":"^1.1.0-next.92","@tevm/contract":"^1.1.0-next.94","@tevm/memory-client":"^1.1.0-next.94"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.94","@tevm/tsconfig":"^1.0.0-next.80","@tevm/test-utils":"^1.1.0-next.94","@tevm/tsupconfig":"^1.0.0-next.86","@tevm/client-types":"^1.1.0-next.92"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.94_1720564062168_0.5444001479724325","host":"s3://npm-registry-packages"}},"1.1.0-next.95":{"name":"@tevm/http-client","version":"1.1.0-next.95","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.95","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"a18af5041b0f66e1069915dd62ff48471fc2c1da","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.95.tgz","fileCount":34,"integrity":"sha512-aV9FDYcWD+TgO2JukZe60SnpK0gwSRvqIhskussas5pWLifcdZY0CFQeJphQNCZ3zx5lIhKp2/8EgHl/SMYLzA==","signatures":[{"sig":"MEYCIQDyubpxC1mSD8FTpobGlou0f59poBtpw9xrIgfkIERL6AIhANGRgOaplMVpnr5Ne1VujxH0gGk9x8MLsPU+QzsTj8bI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":41983},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.95.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/76d27276a2f7460b69b6a7e6d75fb5db/tevm-http-client-1.1.0-next.95.tgz","_integrity":"sha512-aV9FDYcWD+TgO2JukZe60SnpK0gwSRvqIhskussas5pWLifcdZY0CFQeJphQNCZ3zx5lIhKp2/8EgHl/SMYLzA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.95","@tevm/utils":"^1.1.0-next.92","@tevm/contract":"^1.1.0-next.95","@tevm/memory-client":"^1.1.0-next.95"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.95","@tevm/tsconfig":"^1.0.0-next.80","@tevm/test-utils":"^1.1.0-next.95","@tevm/tsupconfig":"^1.0.0-next.86","@tevm/client-types":"^1.1.0-next.92"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.95_1720565027315_0.08585755606487","host":"s3://npm-registry-packages"}},"1.1.0-next.96":{"name":"@tevm/http-client","version":"1.1.0-next.96","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.96","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"f4b6a5bfe9ef5bc4670806ef6d1cad303ec70148","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.96.tgz","fileCount":34,"integrity":"sha512-MCzH31XoDoHrZ+eZTZsdsR5U0ovVuXvQs4Y6sRYhDnY70M1CCINfiKY/TcbCGUz9PBO1vi0kbQQdpv3XzR768w==","signatures":[{"sig":"MEUCIQCu5KFrivCqavaCdSXrXrjQrOtWo9Ni9KHpm1xFqup78wIgBv+pCvwFHZ44ccz/oXFAQ+DXLarQO++qPRPJYo6ocj8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42006},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.96.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/042488a683603af067e4a9798606e815/tevm-http-client-1.1.0-next.96.tgz","_integrity":"sha512-MCzH31XoDoHrZ+eZTZsdsR5U0ovVuXvQs4Y6sRYhDnY70M1CCINfiKY/TcbCGUz9PBO1vi0kbQQdpv3XzR768w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.96","@tevm/utils":"^1.1.0-next.96","@tevm/contract":"^1.1.0-next.96","@tevm/memory-client":"^1.1.0-next.96"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.96","@tevm/tsconfig":"^1.1.0-next.96","@tevm/test-utils":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96","@tevm/client-types":"^1.1.0-next.96"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.96_1720622679704_0.9469020072875618","host":"s3://npm-registry-packages"}},"1.1.0-next.97":{"name":"@tevm/http-client","version":"1.1.0-next.97","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.97","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"9aee470f738ff2316320b3863ac9c5e6229e8587","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.97.tgz","fileCount":34,"integrity":"sha512-WvKnYJ7oivSnoQTRcb7U0xqCHQK+eCQ8MxGEBZMSK4eKES5MKzFUwXrrqHP2UmhU8MZr9hhooXigbkXK4UClLw==","signatures":[{"sig":"MEQCIBwl4Gz3Mqua8Zximo/znnNlDKGuGrQuG8gdjozery1JAiAvoJa6a2chUrggi9wY9ml8dVuOBMUPMVOS+EvdW4P3FA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42006},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.97.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/798a4979e46ef33d9468ace6b86e8bd7/tevm-http-client-1.1.0-next.97.tgz","_integrity":"sha512-WvKnYJ7oivSnoQTRcb7U0xqCHQK+eCQ8MxGEBZMSK4eKES5MKzFUwXrrqHP2UmhU8MZr9hhooXigbkXK4UClLw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.97","@tevm/utils":"^1.1.0-next.97","@tevm/contract":"^1.1.0-next.97","@tevm/memory-client":"^1.1.0-next.97"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.97","@tevm/tsconfig":"^1.1.0-next.96","@tevm/test-utils":"^1.1.0-next.97","@tevm/tsupconfig":"^1.1.0-next.96","@tevm/client-types":"^1.1.0-next.97"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.97_1720760813050_0.8184533593570675","host":"s3://npm-registry-packages"}},"1.1.0-next.98":{"name":"@tevm/http-client","version":"1.1.0-next.98","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.98","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"820702d4183c381933337be8f5908fdf7d7e0f4b","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.98.tgz","fileCount":34,"integrity":"sha512-xQFXfAbC158CKPbe7tb8Rc0aLDR5JFVhGPjxm3Pq4iYGQ3wVZLGruJnogkNKyBR5Ip7eTTc8A64v81k2QmClNg==","signatures":[{"sig":"MEYCIQCD0Bqfc0KcP5+3FuvWu1aDRD+KRP8VEtoA0O6nLdixBgIhALqZMYKWE0OlK5mUviQFJrCxiVXzxjVSEK3I2K5D8U8s","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42006},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.98.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"bun test --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"bun test","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"bun test --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/62cbc25a7feb2a523285babdf49fb1a1/tevm-http-client-1.1.0-next.98.tgz","_integrity":"sha512-xQFXfAbC158CKPbe7tb8Rc0aLDR5JFVhGPjxm3Pq4iYGQ3wVZLGruJnogkNKyBR5Ip7eTTc8A64v81k2QmClNg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.2.4","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"@tevm/viem":"^1.1.0-next.98","@tevm/utils":"^1.1.0-next.97","@tevm/contract":"^1.1.0-next.97","@tevm/memory-client":"^1.1.0-next.98"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.98","@tevm/tsconfig":"^1.1.0-next.96","@tevm/test-utils":"^1.1.0-next.97","@tevm/tsupconfig":"^1.1.0-next.96","@tevm/client-types":"^1.1.0-next.97"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.98_1720822276097_0.0612209704106228","host":"s3://npm-registry-packages"}},"1.1.0-next.100":{"name":"@tevm/http-client","version":"1.1.0-next.100","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.1.0-next.100","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"7b744fed943ae46bab811575319b67556ab00caf","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.1.0-next.100.tgz","fileCount":34,"integrity":"sha512-hRMpWSdxCtuZFEVDGQV5vfeg0Oq4TAdejnRhPD2cg3mbJBc+SYdPd7Jaygi7jUzwCs6gfafktxGqEbmWcNd1xg==","signatures":[{"sig":"MEUCIBthfEVh+XwpJhxD7yIS9/myNmReLUTSmbtoAESOiMWzAiEAzyzw6iiO7EbO55qizsMbsURAEdIaQ+ByccL0pltCHfo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42008},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.1.0-next.100.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/81a2001857b75a881a045d7057f879a8/tevm-http-client-1.1.0-next.100.tgz","_integrity":"sha512-hRMpWSdxCtuZFEVDGQV5vfeg0Oq4TAdejnRhPD2cg3mbJBc+SYdPd7Jaygi7jUzwCs6gfafktxGqEbmWcNd1xg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.1.0-next.100","@tevm/utils":"^1.1.0-next.100","@tevm/contract":"^1.1.0-next.100","@tevm/memory-client":"^1.1.0-next.100"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.1.0-next.100","@tevm/tsconfig":"^1.1.0-next.96","@tevm/test-utils":"^1.1.0-next.100","@tevm/tsupconfig":"^1.1.0-next.96","@tevm/client-types":"^1.1.0-next.100"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.1.0-next.100_1721176959228_0.5804141731057504","host":"s3://npm-registry-packages"}},"2.0.0-next.101":{"name":"@tevm/http-client","version":"2.0.0-next.101","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@2.0.0-next.101","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"28637814ee8ea3c04986f609db4d6bf68b37db4c","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-2.0.0-next.101.tgz","fileCount":34,"integrity":"sha512-diBoOyMMGI490FUIXp5viooS3rmRamHqQB/uyVNb74f/RzM7s44KSR7qBEGmrVWzXMUznNL0cYQhL7nUq/aPcA==","signatures":[{"sig":"MEUCICsUoVjlbMSblQPccU6pEJsWJv8dxRY6KGxheHAitqXmAiEAmqtF5xi3GFCLs4oqSuaf9XGgw8zgS1QWmV/p8iP0HEQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42008},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-2.0.0-next.101.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/b3b654bbbbf8ed27925e7ff094e948a7/tevm-http-client-2.0.0-next.101.tgz","_integrity":"sha512-diBoOyMMGI490FUIXp5viooS3rmRamHqQB/uyVNb74f/RzM7s44KSR7qBEGmrVWzXMUznNL0cYQhL7nUq/aPcA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^2.0.0-next.101","@tevm/utils":"^1.1.0-next.100","@tevm/contract":"^1.1.0-next.100","@tevm/memory-client":"^2.0.0-next.101"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^2.0.0-next.101","@tevm/tsconfig":"^1.1.0-next.96","@tevm/test-utils":"^2.0.0-next.101","@tevm/tsupconfig":"^1.1.0-next.96","@tevm/client-types":"^1.1.0-next.100"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_2.0.0-next.101_1721897992344_0.359751135228666","host":"s3://npm-registry-packages"}},"2.0.0-next.102":{"name":"@tevm/http-client","version":"2.0.0-next.102","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@2.0.0-next.102","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"94de98cdc6b3e8d5d720e10b81f50494d1451340","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-2.0.0-next.102.tgz","fileCount":34,"integrity":"sha512-5672oKAa0QQbSpYe3c0uJRVYhpZLraPsnq4KzgIF5TjTfLr7gW/opP6EtRMlQM/MUpOVbXNB0YauYjuNeBOpNA==","signatures":[{"sig":"MEUCIQCC9QAPWMr+J/u0ThZmBy2KgG5MeVUF96XJGpm3BQjNxgIgCJpRJHg3Xn9zgs40q2OAGOLsZy6jp29sJrPbLrUZlWg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42008},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-2.0.0-next.102.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/1ba8b517ece1f66d70df70b6a3892463/tevm-http-client-2.0.0-next.102.tgz","_integrity":"sha512-5672oKAa0QQbSpYe3c0uJRVYhpZLraPsnq4KzgIF5TjTfLr7gW/opP6EtRMlQM/MUpOVbXNB0YauYjuNeBOpNA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^2.0.0-next.102","@tevm/utils":"^1.1.0-next.100","@tevm/contract":"^1.1.0-next.100","@tevm/memory-client":"^2.0.0-next.102"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^2.0.0-next.102","@tevm/tsconfig":"^1.1.0-next.96","@tevm/test-utils":"^2.0.0-next.102","@tevm/tsupconfig":"^1.1.0-next.96","@tevm/client-types":"^1.1.0-next.100"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_2.0.0-next.102_1721970394126_0.6903362735516692","host":"s3://npm-registry-packages"}},"2.0.0-next.103":{"name":"@tevm/http-client","version":"2.0.0-next.103","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@2.0.0-next.103","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"c26026a5d5e0a0bff3918e1bf68d3e4d35e8d351","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-2.0.0-next.103.tgz","fileCount":34,"integrity":"sha512-xjI5uYWlDjoMNAkqHvsu489Eg8XoIdm7Y3J/BHR717chGSlfZwuSbCqvIsCkhOodGfcrMHQ4lxVc20R4wzmZfg==","signatures":[{"sig":"MEYCIQCMAZCCOZqnLtO5nRBcKRjGOUeWBUtInDNojmlCt4UIRAIhAI2my8EZAqfvHUKVTCYazmcYbyWIIa/s/geoVCYLWskk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42008},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-2.0.0-next.103.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/7b57caf7cc4b40b6b88bcc45e5f3551b/tevm-http-client-2.0.0-next.103.tgz","_integrity":"sha512-xjI5uYWlDjoMNAkqHvsu489Eg8XoIdm7Y3J/BHR717chGSlfZwuSbCqvIsCkhOodGfcrMHQ4lxVc20R4wzmZfg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^2.0.0-next.103","@tevm/utils":"^1.1.0-next.100","@tevm/contract":"^1.1.0-next.100","@tevm/memory-client":"^2.0.0-next.103"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^2.0.0-next.103","@tevm/tsconfig":"^1.1.0-next.96","@tevm/test-utils":"^2.0.0-next.103","@tevm/tsupconfig":"^1.1.0-next.96","@tevm/client-types":"^1.1.0-next.100"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_2.0.0-next.103_1722337206495_0.27732425486814893","host":"s3://npm-registry-packages"}},"2.0.0-next.105":{"name":"@tevm/http-client","version":"2.0.0-next.105","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@2.0.0-next.105","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"42c609fb33d5af7d3ef470925ce52679b0de463f","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-2.0.0-next.105.tgz","fileCount":34,"integrity":"sha512-C5ayWa+/CbCK35tXLpUag9PbdXJD9wGUsPkBD7tCTLP069V6ae2CNS0Emi0DfVbVf95aJpgAbmziyJAy6knmHg==","signatures":[{"sig":"MEYCIQDStqAEuwxz65sMIuKd515GW5HC88GNrE27/5UbNRgJ8QIhAJWLyY9Qlh9Iu9nH80VkmG9Jcm/k5xCnk9WPkZTojbnZ","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42008},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-2.0.0-next.105.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/a4625a89db4be265646c12502430e8c2/tevm-http-client-2.0.0-next.105.tgz","_integrity":"sha512-C5ayWa+/CbCK35tXLpUag9PbdXJD9wGUsPkBD7tCTLP069V6ae2CNS0Emi0DfVbVf95aJpgAbmziyJAy6knmHg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^2.0.0-next.105","@tevm/utils":"^2.0.0-next.105","@tevm/contract":"^2.0.0-next.105","@tevm/memory-client":"^2.0.0-next.105"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^2.0.0-next.105","@tevm/tsconfig":"^1.1.0-next.96","@tevm/test-utils":"^2.0.0-next.105","@tevm/tsupconfig":"^1.1.0-next.96","@tevm/client-types":"^2.0.0-next.105"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_2.0.0-next.105_1723235780133_0.8164708978512534","host":"s3://npm-registry-packages"}},"2.0.0-next.107":{"name":"@tevm/http-client","version":"2.0.0-next.107","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@2.0.0-next.107","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"7c5dc4472d8cbbd38e6f8b92898844a3c9073697","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-2.0.0-next.107.tgz","fileCount":34,"integrity":"sha512-5YAXh1EtU+2Q8LZvBYjTY0PtbpY7I8t80Z0Rw25WhK9XJ4DHir2LT0EtOH2l3n2p6PU8e2xIH9XBDe3Ad+uZMg==","signatures":[{"sig":"MEQCIEnkcaAknfhJBT2rXxJqwlfZ7bKxVTgLtM4r2gcoZOJHAiBjFxJ+iFi8ftQviGoSkYq655ocnoJR7Hg80Qb0zyCVYw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42226},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-2.0.0-next.107.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/c48a3274222a05ada483e3b3bf2f5c74/tevm-http-client-2.0.0-next.107.tgz","_integrity":"sha512-5YAXh1EtU+2Q8LZvBYjTY0PtbpY7I8t80Z0Rw25WhK9XJ4DHir2LT0EtOH2l3n2p6PU8e2xIH9XBDe3Ad+uZMg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^2.0.0-next.107","@tevm/utils":"^2.0.0-next.107","@tevm/contract":"^2.0.0-next.107","@tevm/memory-client":"^2.0.0-next.107"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^2.0.0-next.107","@tevm/tsconfig":"^1.1.0-next.96","@tevm/test-utils":"^2.0.0-next.107","@tevm/tsupconfig":"^1.1.0-next.96","@tevm/client-types":"^2.0.0-next.107"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_2.0.0-next.107_1723428638286_0.3023395454686988","host":"s3://npm-registry-packages"}},"1.0.0-next.108":{"name":"@tevm/http-client","version":"1.0.0-next.108","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.108","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"baafc2fe24180ac3415924b216d9bf1df13685d9","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.108.tgz","fileCount":34,"integrity":"sha512-Z/hUTgcfJ67D4iSbLg/IRoT/3HgTjMDnpQxeboTXw6BXWJnpBHuaaa8+mVzPy3bRcgtqdCqCA1kduySOTh7OHg==","signatures":[{"sig":"MEYCIQDnS3rLNgbrCOj5NmgJZptTej+idgYtgg3gXxgKguzEigIhAIxnbRyNbZL95+P+idcZbx/rv1ElEynjbQs5V4jHBghR","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42226},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.108.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/720e0dea986a39683210e7254df74c4e/tevm-http-client-1.0.0-next.108.tgz","_integrity":"sha512-Z/hUTgcfJ67D4iSbLg/IRoT/3HgTjMDnpQxeboTXw6BXWJnpBHuaaa8+mVzPy3bRcgtqdCqCA1kduySOTh7OHg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.108","@tevm/utils":"^0.0.0-next.107","@tevm/contract":"^0.0.0-next.107","@tevm/memory-client":"^1.0.0-next.108"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.108","@tevm/tsconfig":"^0.0.0-next.96","@tevm/test-utils":"^1.0.0-next.108","@tevm/tsupconfig":"^0.0.0-next.96","@tevm/client-types":"^0.0.0-next.107"},"peerDependencies":{"viem":"^2.14.2"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.108_1724786363497_0.44472984352851874","host":"s3://npm-registry-packages"}},"1.0.0-next.109":{"name":"@tevm/http-client","version":"1.0.0-next.109","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.109","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"468ca3e33c00624c3b108b1642f7b7e7f55b0c9d","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.109.tgz","fileCount":34,"integrity":"sha512-Lqi5Bm8J3r+x7P5pONsHdXY1cnASH2vgn4iIQR4pecCvEqOgJRHE2eouOdz+00Xv+yDZde3k48dxoQQavgzl3g==","signatures":[{"sig":"MEUCIQCWCQvKmqhPECNspkgfnHZRdvRUSp665OGLoUv2nmHIlwIgV27Gzq8x6P85aKyWN617SJ7i4oxtCJxshrauc0OrEzg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42227},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.109.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/90c64b2e69d84ee13c507b82f53ac543/tevm-http-client-1.0.0-next.109.tgz","_integrity":"sha512-Lqi5Bm8J3r+x7P5pONsHdXY1cnASH2vgn4iIQR4pecCvEqOgJRHE2eouOdz+00Xv+yDZde3k48dxoQQavgzl3g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.109","@tevm/utils":"^1.0.0-next.109","@tevm/contract":"^1.0.0-next.109","@tevm/memory-client":"^1.0.0-next.109"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.109","@tevm/tsconfig":"^0.0.0-next.96","@tevm/test-utils":"^1.0.0-next.109","@tevm/tsupconfig":"^1.0.0-next.109","@tevm/client-types":"^1.0.0-next.109"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.109_1725179152836_0.3557783964312067","host":"s3://npm-registry-packages"}},"1.0.0-next.110":{"name":"@tevm/http-client","version":"1.0.0-next.110","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.110","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"1f93b53cf9ed2161d6a58afc79ceb64d2a7af858","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.110.tgz","fileCount":34,"integrity":"sha512-yRIrEOJmqhEuRn6gFEfKmIGOz18fUftPz2Q2CBYngpioQUROIyktk5HoVuP4nQ+ncK1+Trgul23B2JOKpcJFVQ==","signatures":[{"sig":"MEUCIQClo8Pu5ePOkc/L67nGdXDeyTJ/+fIZpLWuH6WH++02BQIgYcqtjbFtJJFhOU4dBiwNEd1SVtcQFWR3YFvQlYBpCXc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42227},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.110.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/bc925fb3b5e605c051266920d7cc86f2/tevm-http-client-1.0.0-next.110.tgz","_integrity":"sha512-yRIrEOJmqhEuRn6gFEfKmIGOz18fUftPz2Q2CBYngpioQUROIyktk5HoVuP4nQ+ncK1+Trgul23B2JOKpcJFVQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.110","@tevm/utils":"^1.0.0-next.109","@tevm/contract":"^1.0.0-next.109","@tevm/memory-client":"^1.0.0-next.110"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.110","@tevm/tsconfig":"^0.0.0-next.96","@tevm/test-utils":"^1.0.0-next.109","@tevm/tsupconfig":"^1.0.0-next.109","@tevm/client-types":"^1.0.0-next.109"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.110_1725184440992_0.8030115054344562","host":"s3://npm-registry-packages"}},"1.0.0-next.111":{"name":"@tevm/http-client","version":"1.0.0-next.111","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.111","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"bff035dbf27ff8f52c0576a0259ad88a401b83f6","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.111.tgz","fileCount":34,"integrity":"sha512-65AhLYg+HKade3WFXZxku8xJ7gmbPwqrDvBTg+srEf5H+Lq03gfzSIFld3pKyhmZODzIQ5vVKPdMDAvT1UkrEw==","signatures":[{"sig":"MEYCIQCg2h1w/nDoJkxQoOt1GHgzxD8q/TJkCkdze6D0qCq+CQIhAJBz6fK8nWQBjkVm82Waw6vr6TuCPEkme81Aqq654z/R","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42227},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.111.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/8fe3e6d5746e0a00fcb69b4a39635253/tevm-http-client-1.0.0-next.111.tgz","_integrity":"sha512-65AhLYg+HKade3WFXZxku8xJ7gmbPwqrDvBTg+srEf5H+Lq03gfzSIFld3pKyhmZODzIQ5vVKPdMDAvT1UkrEw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.111","@tevm/utils":"^1.0.0-next.109","@tevm/contract":"^1.0.0-next.109","@tevm/memory-client":"^1.0.0-next.111"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.111","@tevm/tsconfig":"^0.0.0-next.96","@tevm/test-utils":"^1.0.0-next.109","@tevm/tsupconfig":"^1.0.0-next.109","@tevm/client-types":"^1.0.0-next.109"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.111_1726184325095_0.8355286722082083","host":"s3://npm-registry-packages"}},"1.0.0-next.112":{"name":"@tevm/http-client","version":"1.0.0-next.112","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.112","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"3249f8805a2cf059b07cc34278046c352fd0156d","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.112.tgz","fileCount":34,"integrity":"sha512-0U2CHYaXS2Y3MWT8Zhs1Ven1B7omEu+qbc4mzvBt9EatERzVl82BOekUfMWSrYLbM+prAdhlOc3gjxcaIoZkaQ==","signatures":[{"sig":"MEUCIGoL64qY75KQyRuI1ja72kxewMQ2RnjojxsnPjI27wRSAiEA9mCUbE3Lmi889fMf/fERlMe3axX1XzO8xfaKKxuCubA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42227},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.112.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/605b0322855fc60f1404663cba79a4e9/tevm-http-client-1.0.0-next.112.tgz","_integrity":"sha512-0U2CHYaXS2Y3MWT8Zhs1Ven1B7omEu+qbc4mzvBt9EatERzVl82BOekUfMWSrYLbM+prAdhlOc3gjxcaIoZkaQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.112","@tevm/utils":"^1.0.0-next.109","@tevm/contract":"^1.0.0-next.109","@tevm/memory-client":"^1.0.0-next.112"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.112","@tevm/tsconfig":"^0.0.0-next.96","@tevm/test-utils":"^1.0.0-next.109","@tevm/tsupconfig":"^1.0.0-next.109","@tevm/client-types":"^1.0.0-next.109"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.112_1726247217493_0.6240307515059182","host":"s3://npm-registry-packages"}},"1.0.0-next.113":{"name":"@tevm/http-client","version":"1.0.0-next.113","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.113","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"b5243b214e80b5b0333387c957366d91f5b7cb73","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.113.tgz","fileCount":34,"integrity":"sha512-ylPvYOd/W2PF5Q/Cy8Jk+xkKxQ5YgqjK6C7M66IYzK5NuwA39M+mKy4TlqOZWpBUGg3FovFvTNtkxuW1C0Q+GA==","signatures":[{"sig":"MEYCIQD6u7Xbr6vhWZXkL0Jrd4URdupTdyNwvT4YzrEpH6+VOQIhAMZqKfHzZMQhPGSh3x+5wlzo/BSXHyjfRIKQgIV4sJyy","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42227},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.113.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/029381be73ef35e88ca40582da2d7977/tevm-http-client-1.0.0-next.113.tgz","_integrity":"sha512-ylPvYOd/W2PF5Q/Cy8Jk+xkKxQ5YgqjK6C7M66IYzK5NuwA39M+mKy4TlqOZWpBUGg3FovFvTNtkxuW1C0Q+GA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.113","@tevm/utils":"^1.0.0-next.109","@tevm/contract":"^1.0.0-next.109","@tevm/memory-client":"^1.0.0-next.113"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.113","@tevm/tsconfig":"^0.0.0-next.96","@tevm/test-utils":"^1.0.0-next.109","@tevm/tsupconfig":"^1.0.0-next.109","@tevm/client-types":"^1.0.0-next.109"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.113_1726254949693_0.25893161928035147","host":"s3://npm-registry-packages"}},"1.0.0-next.115":{"name":"@tevm/http-client","version":"1.0.0-next.115","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.115","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"1c2343c63f4d3f91ee34c40ebcd750a713e5ef78","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.115.tgz","fileCount":34,"integrity":"sha512-uAOzX7f0hxBiuySvFDKRxOAHvaRuW+2945KMsdAx3E3pR/p8ya5jGktJeStr/tMYnnNeb3M3Z5H/8QpfIwhYbg==","signatures":[{"sig":"MEYCIQDZqA2Dllza/9z/791eC0mGcP1AZflbEsuAcFPj8rcDSQIhAMD9EmbaMLe2XV3h4FEOD/oTuusQoluvIioCO7dz9Wmw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42227},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.115.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/b16860e18f182cf364d27d52381032d3/tevm-http-client-1.0.0-next.115.tgz","_integrity":"sha512-uAOzX7f0hxBiuySvFDKRxOAHvaRuW+2945KMsdAx3E3pR/p8ya5jGktJeStr/tMYnnNeb3M3Z5H/8QpfIwhYbg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.115","@tevm/utils":"^1.0.0-next.109","@tevm/contract":"^1.0.0-next.109","@tevm/memory-client":"^1.0.0-next.115"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.115","@tevm/tsconfig":"^0.0.0-next.96","@tevm/test-utils":"^1.0.0-next.109","@tevm/tsupconfig":"^1.0.0-next.109","@tevm/client-types":"^1.0.0-next.109"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.115_1726963527574_0.1226433128399591","host":"s3://npm-registry-packages"}},"1.0.0-next.116":{"name":"@tevm/http-client","version":"1.0.0-next.116","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.116","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"693ffc136b54c14b92b7d3254831c0eb7ede1268","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.116.tgz","fileCount":34,"integrity":"sha512-HMl2ZJ5cO4RJws+bVjfqvesFnDEZ0dBxsvgKXajMHRphRRDEP015pJkTicO9vhnpU34s7tWazFnQb9v3Bn2Ymw==","signatures":[{"sig":"MEUCIQCKzCEyWrJZQCxF4eaDp/x9mhG7QnswFWX7xDaUt1uSwQIgbtmtzVFttOW0Vhlt37zK7HRRA6u5oMyQxhBijLdANkM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42227},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.116.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/708476afc3bfa5d24a9bf887edb4981d/tevm-http-client-1.0.0-next.116.tgz","_integrity":"sha512-HMl2ZJ5cO4RJws+bVjfqvesFnDEZ0dBxsvgKXajMHRphRRDEP015pJkTicO9vhnpU34s7tWazFnQb9v3Bn2Ymw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.116","@tevm/utils":"^1.0.0-next.109","@tevm/contract":"^1.0.0-next.109","@tevm/memory-client":"^1.0.0-next.116"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.116","@tevm/tsconfig":"^0.0.0-next.96","@tevm/test-utils":"^1.0.0-next.109","@tevm/tsupconfig":"^1.0.0-next.109","@tevm/client-types":"^1.0.0-next.109"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.116_1726965931384_0.18868682631217015","host":"s3://npm-registry-packages"}},"1.0.0-next.117":{"name":"@tevm/http-client","version":"1.0.0-next.117","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.117","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"632a15cb6c9c9dc354ad7ada61c9e54a5f92e7c0","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.117.tgz","fileCount":34,"integrity":"sha512-/T3xjzyCtoCBNvzE0ktjNA8yoDxxOims0hJdXm4bpqQkc6N0Ufq0BxRgczFHtV1fPe1D8H6kfalqs0Y4ggYUIw==","signatures":[{"sig":"MEYCIQD0n6GDX4KG7CD/bwwCq108WMG7a033HcWKAfj8s+uR4gIhANnRONJVJ/WwnL7DaYiqaNXlCd2Xz6fIGlfO2ieML0to","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42229},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.117.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/b00e628df45c4d92e47ea6bb319dcbd9/tevm-http-client-1.0.0-next.117.tgz","_integrity":"sha512-/T3xjzyCtoCBNvzE0ktjNA8yoDxxOims0hJdXm4bpqQkc6N0Ufq0BxRgczFHtV1fPe1D8H6kfalqs0Y4ggYUIw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.117","@tevm/utils":"^1.0.0-next.117","@tevm/contract":"^1.0.0-next.117","@tevm/memory-client":"^1.0.0-next.117"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.117","@tevm/tsconfig":"^1.0.0-next.117","@tevm/test-utils":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.117","@tevm/client-types":"^1.0.0-next.117"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.117_1727069975908_0.910902098214871","host":"s3://npm-registry-packages"}},"1.0.0-next.118":{"name":"@tevm/http-client","version":"1.0.0-next.118","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.118","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"214f0d8a8494a63e3fc966268965f32e898a51c2","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.118.tgz","fileCount":34,"integrity":"sha512-yLM0Rcei8VrvlN17wq9Di9oreU7uNg/AUCSJYz4L9utExlHmPhG0qKXh+mNyEgykFd250anttIylkx5DMVNjfQ==","signatures":[{"sig":"MEUCIHAfh+8cUbs7ytgZ/T1RcMDDEbJRBlIhuojuX4YAkaOCAiEA/PhikUSZO1EmsCYfVZOf1pIAoDKJ4XkVNRw7HljEwCk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42229},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.118.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/e1cad954026ea0e74de66bc9c40aee3d/tevm-http-client-1.0.0-next.118.tgz","_integrity":"sha512-yLM0Rcei8VrvlN17wq9Di9oreU7uNg/AUCSJYz4L9utExlHmPhG0qKXh+mNyEgykFd250anttIylkx5DMVNjfQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.118","@tevm/utils":"^1.0.0-next.118","@tevm/contract":"^1.0.0-next.118","@tevm/memory-client":"^1.0.0-next.118"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.118","@tevm/tsconfig":"^1.0.0-next.117","@tevm/test-utils":"^1.0.0-next.118","@tevm/tsupconfig":"^1.0.0-next.118","@tevm/client-types":"^1.0.0-next.118"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.118_1727467779033_0.1882662091459295","host":"s3://npm-registry-packages"}},"1.0.0-next.119":{"name":"@tevm/http-client","version":"1.0.0-next.119","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.119","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"bb3e44778ac5ab8b75f1331446cb4ed18d3f89df","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.119.tgz","fileCount":34,"integrity":"sha512-uMDSoaXxL8/OxV5CKFLbCkbiJFarPictMQts3D7QPcLwPZBVFlL3OmwtrdZCCw0TIELhtZSRBta8DtitHaKajg==","signatures":[{"sig":"MEUCIQDaqGVkwOhPCkvU+sggwJPbwxFAcLctd12tSCrz/ZInCAIgY5P2zWFTPzRKwYmzJ+m5HuI9vCleUKH70zwMf7vsBns=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42229},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.119.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/f6f064205374f66f3ea3e2c4641941a2/tevm-http-client-1.0.0-next.119.tgz","_integrity":"sha512-uMDSoaXxL8/OxV5CKFLbCkbiJFarPictMQts3D7QPcLwPZBVFlL3OmwtrdZCCw0TIELhtZSRBta8DtitHaKajg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.119","@tevm/utils":"^1.0.0-next.118","@tevm/contract":"^1.0.0-next.118","@tevm/memory-client":"^1.0.0-next.119"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.119","@tevm/tsconfig":"^1.0.0-next.117","@tevm/test-utils":"^1.0.0-next.118","@tevm/tsupconfig":"^1.0.0-next.118","@tevm/client-types":"^1.0.0-next.118"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.119_1727571404190_0.5175797998243583","host":"s3://npm-registry-packages"}},"1.0.0-next.120":{"name":"@tevm/http-client","version":"1.0.0-next.120","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.120","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"7c8c15f1a2e3b95226b54f1674d250061e53ace5","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.120.tgz","fileCount":34,"integrity":"sha512-wY/GVbHgKr69Gl7s13M7nEySajFODsDO19dJo2ICZZuQWOoZZr/AdUCxesDblSvHjwVHtkMzcJtjgJqlmPVnEQ==","signatures":[{"sig":"MEQCIDgeSJm+Q6ZthiWpWzxjRe08HMMWuDhsieXl/VL/TzyzAiAJFWTK1AmR55DZywZkVDbmRiNZd3svNbx2uFQCHJI4yA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42229},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.120.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/e5a392fd748fa73d6dfc1d8d6839e91f/tevm-http-client-1.0.0-next.120.tgz","_integrity":"sha512-wY/GVbHgKr69Gl7s13M7nEySajFODsDO19dJo2ICZZuQWOoZZr/AdUCxesDblSvHjwVHtkMzcJtjgJqlmPVnEQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.120","@tevm/utils":"^1.0.0-next.118","@tevm/contract":"^1.0.0-next.118","@tevm/memory-client":"^1.0.0-next.120"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.120","@tevm/tsconfig":"^1.0.0-next.117","@tevm/test-utils":"^1.0.0-next.120","@tevm/tsupconfig":"^1.0.0-next.118","@tevm/client-types":"^1.0.0-next.118"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.120_1727669557420_0.1483085178610417","host":"s3://npm-registry-packages"}},"1.0.0-next.121":{"name":"@tevm/http-client","version":"1.0.0-next.121","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.121","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"8a27dbaf1e088c9713ca6ce8ac83754bbb3b35fb","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.121.tgz","fileCount":34,"integrity":"sha512-2DRHEUT09wHWeWTlFcCUimVRp1EfIVDXjMwGbyQl/wlWJ5GF60V0S6CL2P9gx58y5E471GaLGP+kcjIWuWo4yQ==","signatures":[{"sig":"MEUCIQChoMo3e1G4NG520skqvCPCj14OVkQfRdTdtJaGE125HQIgTA5HDebi6HFA8ASzZumLVZ6ectVe9DgG++rct3gJpZI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42229},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.121.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/054ea7d55ceee2f7217555c52e3e72ba/tevm-http-client-1.0.0-next.121.tgz","_integrity":"sha512-2DRHEUT09wHWeWTlFcCUimVRp1EfIVDXjMwGbyQl/wlWJ5GF60V0S6CL2P9gx58y5E471GaLGP+kcjIWuWo4yQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.121","@tevm/utils":"^1.0.0-next.118","@tevm/contract":"^1.0.0-next.118","@tevm/memory-client":"^1.0.0-next.121"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.121","@tevm/tsconfig":"^1.0.0-next.117","@tevm/test-utils":"^1.0.0-next.120","@tevm/tsupconfig":"^1.0.0-next.118","@tevm/client-types":"^1.0.0-next.118"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.121_1727764951029_0.3375871075055681","host":"s3://npm-registry-packages"}},"1.0.0-next.122":{"name":"@tevm/http-client","version":"1.0.0-next.122","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.122","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"05c97ef290ce0609e2a1d054ffb562e09b52132a","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.122.tgz","fileCount":34,"integrity":"sha512-y2yLLf8fzhz7agm/3LyxEtfYSYQcNAqVXaGXIXlpZbNxAnjEpM7vzGj64MWRKOAJHxR0BS3/l6heOAW851t4FQ==","signatures":[{"sig":"MEYCIQDuT82OZcVDJ6npH5xO+OaiWG/V+qOHc55d7HplC2kv1wIhAIlmj34VRnTWiRHrfpN7ta3NeQgVJ0z2q8AvNcyNp6oB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42229},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.122.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/863c56b205bb94f2449578c5d8adcc34/tevm-http-client-1.0.0-next.122.tgz","_integrity":"sha512-y2yLLf8fzhz7agm/3LyxEtfYSYQcNAqVXaGXIXlpZbNxAnjEpM7vzGj64MWRKOAJHxR0BS3/l6heOAW851t4FQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.122","@tevm/utils":"^1.0.0-next.118","@tevm/contract":"^1.0.0-next.118","@tevm/memory-client":"^1.0.0-next.122"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.122","@tevm/tsconfig":"^1.0.0-next.117","@tevm/test-utils":"^1.0.0-next.120","@tevm/tsupconfig":"^1.0.0-next.118","@tevm/client-types":"^1.0.0-next.118"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.122_1728509679274_0.05842180952137754","host":"s3://npm-registry-packages"}},"1.0.0-next.123":{"name":"@tevm/http-client","version":"1.0.0-next.123","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.123","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"a2d5f367300edd767e2e13d2e8334c1907c7626b","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.123.tgz","fileCount":34,"integrity":"sha512-G6HjkL3LiIqGMxQ4otTMS/T4u0k4DnXzhSDeaHqy0qrUGeo0IaixqPbGKD9QoCTYcJVFj2T5N6d7alT9fFOB0g==","signatures":[{"sig":"MEYCIQDxUanSkqr22wZDA/0Xs/ia9ZUYZnBPK9A9/4P0gF5HCQIhAOr+P9EiPdicVtb141/er/s+j1sWsbGAycfJ5iOv7+VO","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42229},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.123.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/854fb3618602fd4c67cf2f2d84c0ef25/tevm-http-client-1.0.0-next.123.tgz","_integrity":"sha512-G6HjkL3LiIqGMxQ4otTMS/T4u0k4DnXzhSDeaHqy0qrUGeo0IaixqPbGKD9QoCTYcJVFj2T5N6d7alT9fFOB0g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.123","@tevm/utils":"^1.0.0-next.118","@tevm/contract":"^1.0.0-next.118","@tevm/memory-client":"^1.0.0-next.123"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.123","@tevm/tsconfig":"^1.0.0-next.117","@tevm/test-utils":"^1.0.0-next.120","@tevm/tsupconfig":"^1.0.0-next.118","@tevm/client-types":"^1.0.0-next.118"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.123_1728520871976_0.285986732931673","host":"s3://npm-registry-packages"}},"1.0.0-next.124":{"name":"@tevm/http-client","version":"1.0.0-next.124","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.124","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"6dbecab52c277e9b5b56c4d888e80df6d04230ce","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.124.tgz","fileCount":34,"integrity":"sha512-CoYurYyC6nNUVRyf16HggU0sqyYpmX4HpFT7zuS3Gj64bkol6zg6FWx/Ee3IDJF0gKmn/5HVKC4yiUaFaqONgg==","signatures":[{"sig":"MEYCIQDJS5XW+tXMM47n8gCxHE2McR3FC+JAIgsP9Bad4CIqWwIhAJpl1vXVboTJUrOZo+FbvrdUQ5igBgGeTt8NGqcfQTCF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42229},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.124.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/12c6db9bb5b3d449416e55893030496c/tevm-http-client-1.0.0-next.124.tgz","_integrity":"sha512-CoYurYyC6nNUVRyf16HggU0sqyYpmX4HpFT7zuS3Gj64bkol6zg6FWx/Ee3IDJF0gKmn/5HVKC4yiUaFaqONgg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.124","@tevm/utils":"^1.0.0-next.118","@tevm/contract":"^1.0.0-next.118","@tevm/memory-client":"^1.0.0-next.124"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.124","@tevm/tsconfig":"^1.0.0-next.117","@tevm/test-utils":"^1.0.0-next.124","@tevm/tsupconfig":"^1.0.0-next.118","@tevm/client-types":"^1.0.0-next.118"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.124_1729131200419_0.8462965954070656","host":"s3://npm-registry-packages"}},"1.0.0-next.125":{"name":"@tevm/http-client","version":"1.0.0-next.125","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.125","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"d65c3b06ae7cc0dbdcb50250a1a0b7d07e72877e","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.125.tgz","fileCount":34,"integrity":"sha512-d/tR4oLbqeiIxoXYsXaTpGKoDl65XiJ64in8H/oxQRJ1vJZFIokinkrXhBpVnXmmRteiO9qalGNhsKtWFynNlA==","signatures":[{"sig":"MEUCIDttnZzPT19kjWmfZxKYGivYWxmkIW6/legDFKALChXkAiEAleBe0hmGxpXjLXUAALOTp2oI1ygKp6sLDettp9zcoGY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42229},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.125.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/e96a2e8d688e12da1e3d309ebc37cd42/tevm-http-client-1.0.0-next.125.tgz","_integrity":"sha512-d/tR4oLbqeiIxoXYsXaTpGKoDl65XiJ64in8H/oxQRJ1vJZFIokinkrXhBpVnXmmRteiO9qalGNhsKtWFynNlA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.125","@tevm/utils":"^1.0.0-next.118","@tevm/contract":"^1.0.0-next.118","@tevm/memory-client":"^1.0.0-next.125"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.125","@tevm/tsconfig":"^1.0.0-next.117","@tevm/test-utils":"^1.0.0-next.124","@tevm/tsupconfig":"^1.0.0-next.118","@tevm/client-types":"^1.0.0-next.118"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.125_1729828348652_0.9391858413483942","host":"s3://npm-registry-packages"}},"1.0.0-next.126":{"name":"@tevm/http-client","version":"1.0.0-next.126","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.126","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"1b3c6afd3c0d45fedf3d2f8c8b6ffaab8454b074","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.126.tgz","fileCount":34,"integrity":"sha512-78m3QTUlmw1ulzqqcpb3pfs2LbYAYMPAa0Ms/SizoQeerVzvVrokhvpmxOPM+4341uaWG+WYHn1il/gJ0FdENQ==","signatures":[{"sig":"MEUCIC6QT8eT3M05EMcsToBuWNWSsbOCOmYmmmbnMyqHk5qHAiEAuFocLitJqwcwGIcc7IQ68UD+X4M9Kvlom0m6AuuD9fk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42229},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.126.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/c0c3cf4e061bc608a347f542c8768c0f/tevm-http-client-1.0.0-next.126.tgz","_integrity":"sha512-78m3QTUlmw1ulzqqcpb3pfs2LbYAYMPAa0Ms/SizoQeerVzvVrokhvpmxOPM+4341uaWG+WYHn1il/gJ0FdENQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.126","@tevm/utils":"^1.0.0-next.118","@tevm/contract":"^1.0.0-next.118","@tevm/memory-client":"^1.0.0-next.126"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.126","@tevm/tsconfig":"^1.0.0-next.117","@tevm/test-utils":"^1.0.0-next.124","@tevm/tsupconfig":"^1.0.0-next.118","@tevm/client-types":"^1.0.0-next.118"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.126_1730435727346_0.912800912719371","host":"s3://npm-registry-packages"}},"1.0.0-next.127":{"name":"@tevm/http-client","version":"1.0.0-next.127","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.127","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"97a6ec5df60d70d19793a482fd8c0fabe2b513db","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.127.tgz","fileCount":34,"integrity":"sha512-gF/Cp0MGLrz012o81E4A6f+d6kmWeHLwJHWwx6zVO/3j/OV4gKduJ2X17K8VuWQj5yKppBg9GsU2rt8Rz7VqiA==","signatures":[{"sig":"MEQCIH+T46++SE+x3mmV6qD482VrYq6X4rQWyKuWYyfWS+fyAiBCWDOEeNbtckeaQtJtqlf7v/LGYNpXn/wh3DjNykhIaA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":42229},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.127.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/9cd43faa8a17516cc998b27f9c88d734/tevm-http-client-1.0.0-next.127.tgz","_integrity":"sha512-gF/Cp0MGLrz012o81E4A6f+d6kmWeHLwJHWwx6zVO/3j/OV4gKduJ2X17K8VuWQj5yKppBg9GsU2rt8Rz7VqiA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.127","@tevm/utils":"^1.0.0-next.118","@tevm/contract":"^1.0.0-next.118","@tevm/memory-client":"^1.0.0-next.127"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.127","@tevm/tsconfig":"^1.0.0-next.117","@tevm/test-utils":"^1.0.0-next.124","@tevm/tsupconfig":"^1.0.0-next.118","@tevm/client-types":"^1.0.0-next.118"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.127_1733179453020_0.8816546932337372","host":"s3://npm-registry-packages"}},"1.0.0-next.128":{"name":"@tevm/http-client","version":"1.0.0-next.128","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.128","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"9e4e86e54391a08667e773388d16e4607801a3c1","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.128.tgz","fileCount":34,"integrity":"sha512-BL/jaZijeXPeBSBGG97Cjqo1OG1IhNzrnalS7Hlzln3U0xXeN59gfwtO+JYV6tCOnTycIsg1OCXWi2okkvC6hg==","signatures":[{"sig":"MEUCIQDB7AbJil/OlY3zudYHSUh4jdzlZVIpbUYdGMgHr0r2fgIgcDHF2HelnrI8grmFLOZ93KeG/3aoVILQJZ9hDbB5O28=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42189},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.128.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/2809e5dd4edbd37ff143889fed9d5436/tevm-http-client-1.0.0-next.128.tgz","_integrity":"sha512-BL/jaZijeXPeBSBGG97Cjqo1OG1IhNzrnalS7Hlzln3U0xXeN59gfwtO+JYV6tCOnTycIsg1OCXWi2okkvC6hg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.128","@tevm/utils":"^1.0.0-next.128","@tevm/contract":"^1.0.0-next.128","@tevm/memory-client":"^1.0.0-next.128"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.128","@tevm/tsconfig":"^1.0.0-next.128","@tevm/test-utils":"^1.0.0-next.128","@tevm/tsupconfig":"^1.0.0-next.128","@tevm/client-types":"^1.0.0-next.128"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.128_1741407821842_0.12362291239628243","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.129":{"name":"@tevm/http-client","version":"1.0.0-next.129","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.129","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"446c7977b56571a6f72bdbddefea9e8711df1b47","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.129.tgz","fileCount":34,"integrity":"sha512-gauTDch7wxCE6HaKb2nLtSJnD7Nu7VduM8WL3VT/2PV+75I+WQittb1fo44QxSLtaCjvNLNZ1XlrwGI/vwQJCg==","signatures":[{"sig":"MEUCIQDikBSw39CONwj3y3fL3YLSzGzti9e8nB/7jhgumXCjBQIgQGxtDcBESVxpYa5ASeuIgaqow1xTCSTL9k+W67H+1LY=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42195},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.129.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/92af0663dfae7350dd12a952283e9d66/tevm-http-client-1.0.0-next.129.tgz","_integrity":"sha512-gauTDch7wxCE6HaKb2nLtSJnD7Nu7VduM8WL3VT/2PV+75I+WQittb1fo44QxSLtaCjvNLNZ1XlrwGI/vwQJCg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.129","@tevm/utils":"^1.0.0-next.128","@tevm/contract":"^1.0.0-next.128","@tevm/memory-client":"^1.0.0-next.129"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.129","@tevm/tsconfig":"^1.0.0-next.128","@tevm/test-utils":"^1.0.0-next.128","@tevm/tsupconfig":"^1.0.0-next.128","@tevm/client-types":"^1.0.0-next.128"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.129_1741564627146_0.06178127083284002","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.130":{"name":"@tevm/http-client","version":"1.0.0-next.130","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.130","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"00cecef46f94f77867154e59099e10043a9aa390","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.130.tgz","fileCount":34,"integrity":"sha512-O/z767/JsKFT/Zh/AYsLp3uXY5eVjrMFH9g4nks9aOJZDeubhV3xz9dSTrwQ0uyVLfYMalUHIut2prMWJDKu8A==","signatures":[{"sig":"MEUCIF+3U9r8oAYtIKcaaPKPoYsf+lGk8Dz0CkYW1FVnzcTvAiEAqgPMKdHEfxYX+HCTOfyZVz2Ix8WVEZftuBwzvac51RM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42195},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.130.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d26c8d6d08fb4849536edb692dccc1d3/tevm-http-client-1.0.0-next.130.tgz","_integrity":"sha512-O/z767/JsKFT/Zh/AYsLp3uXY5eVjrMFH9g4nks9aOJZDeubhV3xz9dSTrwQ0uyVLfYMalUHIut2prMWJDKu8A==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.130","@tevm/utils":"^1.0.0-next.128","@tevm/contract":"^1.0.0-next.128","@tevm/memory-client":"^1.0.0-next.130"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.130","@tevm/tsconfig":"^1.0.0-next.128","@tevm/test-utils":"^1.0.0-next.128","@tevm/tsupconfig":"^1.0.0-next.128","@tevm/client-types":"^1.0.0-next.128"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.130_1741651106357_0.1610928013509627","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.131":{"name":"@tevm/http-client","version":"1.0.0-next.131","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.131","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"2f14a7e0c8e3c721e795e6cec8cfe3641e230012","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.131.tgz","fileCount":34,"integrity":"sha512-5CtzCX1WyRlFNVDnzE9A0E2fp5eIbx+P9iy/z86Z1ldVAWYQkcVOjQHmsy4GZHFWbWq1LC64bhhx/v/5qi+zJA==","signatures":[{"sig":"MEUCIQDYgt1m9mAkhQAN4uxj+q5x0rxEiShe7b9mERGYHx4rJAIgQonJABJolKtxDjKDrWNbGyi7MruJ0Dx91qS25GbBp+A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42195},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.131.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/a1be2db73a590ddaf536fdd7cab016af/tevm-http-client-1.0.0-next.131.tgz","_integrity":"sha512-5CtzCX1WyRlFNVDnzE9A0E2fp5eIbx+P9iy/z86Z1ldVAWYQkcVOjQHmsy4GZHFWbWq1LC64bhhx/v/5qi+zJA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.131","@tevm/utils":"^1.0.0-next.131","@tevm/contract":"^1.0.0-next.131","@tevm/memory-client":"^1.0.0-next.131"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.131","@tevm/tsconfig":"^1.0.0-next.131","@tevm/test-utils":"^1.0.0-next.131","@tevm/tsupconfig":"^1.0.0-next.131","@tevm/client-types":"^1.0.0-next.131"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.131_1741746454649_0.6580073479971198","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.132":{"name":"@tevm/http-client","version":"1.0.0-next.132","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.132","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"4937d558d795a80f947e08e98ca0f07b76a83c3c","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.132.tgz","fileCount":34,"integrity":"sha512-9US9SIAWqCNs8CIH3TSlEoHTc9utvbFGbpC+JL+SBpv8lv4zoZ3F8PT4MW4p3b6F9R+8HfKLLSK4k+r0QZY3MA==","signatures":[{"sig":"MEYCIQCVWYeFSGxjnZG/vfMaBBAM6Fi71tgBHUJcAFoOI0JYIgIhAPr7vHe4GnPaf9HAEIIYNGpOK+dHbjjrlrGa2VsA0ytS","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42195},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.132.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/f3c4d0afe3fff7e16258c6d90fd6e017/tevm-http-client-1.0.0-next.132.tgz","_integrity":"sha512-9US9SIAWqCNs8CIH3TSlEoHTc9utvbFGbpC+JL+SBpv8lv4zoZ3F8PT4MW4p3b6F9R+8HfKLLSK4k+r0QZY3MA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.132","@tevm/utils":"^1.0.0-next.131","@tevm/contract":"^1.0.0-next.132","@tevm/memory-client":"^1.0.0-next.132"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.132","@tevm/tsconfig":"^1.0.0-next.131","@tevm/test-utils":"^1.0.0-next.132","@tevm/tsupconfig":"^1.0.0-next.131","@tevm/client-types":"^1.0.0-next.131"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.132_1742218044291_0.5438246501999493","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.133":{"name":"@tevm/http-client","version":"1.0.0-next.133","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.133","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"6b53a97044f6e744dc8e328d9ae41e2ae10a0e40","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.133.tgz","fileCount":34,"integrity":"sha512-UBT0p+a2/7zeeDDNhlYfH/eST/IJotuSpRHP4gYb8qcbWZ5YKaTGfMJyqdhW2GLymSsDqPJC5FPzmn4PYZZe4w==","signatures":[{"sig":"MEQCIBncZI+nmmTqnhBkAKGV/LM4t9gKh/PBDYVNabAAAnB+AiB39tUxuKZzasha5r4aZ4QA4P5p6HPdf4c7jJ0eGskXpA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42195},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.133.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/acfe7cca8e56aa713a337c21bd3f002f/tevm-http-client-1.0.0-next.133.tgz","_integrity":"sha512-UBT0p+a2/7zeeDDNhlYfH/eST/IJotuSpRHP4gYb8qcbWZ5YKaTGfMJyqdhW2GLymSsDqPJC5FPzmn4PYZZe4w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.133","@tevm/utils":"^1.0.0-next.131","@tevm/contract":"^1.0.0-next.132","@tevm/memory-client":"^1.0.0-next.133"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.133","@tevm/tsconfig":"^1.0.0-next.131","@tevm/test-utils":"^1.0.0-next.132","@tevm/tsupconfig":"^1.0.0-next.131","@tevm/client-types":"^1.0.0-next.131"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.133_1742238424862_0.2870674424365163","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.134":{"name":"@tevm/http-client","version":"1.0.0-next.134","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.134","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"72e622b1b14e15f5b28c3bd7854a56da5b34cbfe","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.134.tgz","fileCount":34,"integrity":"sha512-ooHYTlpnmTBjxrdiNkm0EOwE2YOpy/22+RkuWslDX5aaWgrdfkMyt+f/NmzEn+ip0KThEqOFGGwGDVsJY7Xpeg==","signatures":[{"sig":"MEYCIQDou7cER2KFAiBZUacx3RnSeYrmGWtKzNjQE4Ccmq195QIhAOb7kePj9UpkfXtokpDF5SpJzqK/od3SUglaTlyxOcuL","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42195},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.134.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/c09a53fac4452235873a1211b1bcfc90/tevm-http-client-1.0.0-next.134.tgz","_integrity":"sha512-ooHYTlpnmTBjxrdiNkm0EOwE2YOpy/22+RkuWslDX5aaWgrdfkMyt+f/NmzEn+ip0KThEqOFGGwGDVsJY7Xpeg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.134","@tevm/utils":"^1.0.0-next.131","@tevm/contract":"^1.0.0-next.132","@tevm/memory-client":"^1.0.0-next.134"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.134","@tevm/tsconfig":"^1.0.0-next.131","@tevm/test-utils":"^1.0.0-next.134","@tevm/tsupconfig":"^1.0.0-next.131","@tevm/client-types":"^1.0.0-next.131"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.134_1742522817764_0.46376661504846384","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.140":{"name":"@tevm/http-client","version":"1.0.0-next.140","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.140","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"3f8a5c5c1d21ffe18fe7165e8c3c4759ac0361c9","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.140.tgz","fileCount":34,"integrity":"sha512-HF2gJBGeltWApQbS4YTO1RpSQFz7O9f9536ElY1GlZ+usv3hzZ9E32D+Iqyn+1xBgXoDGwOglwsuyn3H7qXLng==","signatures":[{"sig":"MEUCID6UrSTU9f2eOmiZvjtfJhCm7wU8QgiIlMiJ0HnE4YkPAiEAlO5Zt5n3ChoBaCmdOe3SNorT6JE78og0gwygMWTXkp0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42195},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.140.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d40e2b9e094329f2afc90e2e5535fb6f/tevm-http-client-1.0.0-next.140.tgz","_integrity":"sha512-HF2gJBGeltWApQbS4YTO1RpSQFz7O9f9536ElY1GlZ+usv3hzZ9E32D+Iqyn+1xBgXoDGwOglwsuyn3H7qXLng==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.140","@tevm/utils":"^1.0.0-next.131","@tevm/contract":"^1.0.0-next.132","@tevm/memory-client":"^1.0.0-next.140"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.140","@tevm/tsconfig":"^1.0.0-next.131","@tevm/test-utils":"^1.0.0-next.140","@tevm/tsupconfig":"^1.0.0-next.131","@tevm/client-types":"^1.0.0-next.131"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.140_1743024984927_0.061049936946586","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.141":{"name":"@tevm/http-client","version":"1.0.0-next.141","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.141","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"728bb68205f2da3f0e5fdc1fdd62270edf083ebb","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.141.tgz","fileCount":34,"integrity":"sha512-aibAS3SdfaVZ/RKe7+ZhSkIkp9WUm40+07JGVAKd3QR3mb9XICHHtYqT5+hkDWaGMNYdlkwCDayGEhAprzLT2g==","signatures":[{"sig":"MEUCIQDJ2FKK4qZzHeJ4sL4HyF2vPSoEFUXYWpzEZCecjc4m/wIgbRG+ipf2QLppctiuWYwavhCVGK4dkmyCN5kmMSChl4A=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42195},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.141.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/2ed82a14018a31c448a05d7efdbc3bc4/tevm-http-client-1.0.0-next.141.tgz","_integrity":"sha512-aibAS3SdfaVZ/RKe7+ZhSkIkp9WUm40+07JGVAKd3QR3mb9XICHHtYqT5+hkDWaGMNYdlkwCDayGEhAprzLT2g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.141","@tevm/utils":"^1.0.0-next.131","@tevm/contract":"^1.0.0-next.132","@tevm/memory-client":"^1.0.0-next.141"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.141","@tevm/tsconfig":"^1.0.0-next.131","@tevm/test-utils":"^1.0.0-next.140","@tevm/tsupconfig":"^1.0.0-next.131","@tevm/client-types":"^1.0.0-next.131"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.141_1744926058824_0.9771289766927156","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.142":{"name":"@tevm/http-client","version":"1.0.0-next.142","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.142","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"00714e6b9aac9871a3eefd6a7f88c9de82e4ff19","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.142.tgz","fileCount":34,"integrity":"sha512-BGs+9LovxfX3osGV0OnCGkrDnoypNUBFKZKqX/PnnPWJMljMr6d7M5QW0bMmzRimZgLSKdkiu/uuTtnYwuNvGw==","signatures":[{"sig":"MEQCICVk2MzMv006XrwnsUdEaY+RwePJZfgf0aSiISe79j/KAiAo/OwjI3ed30Exi/hEVhQU/4xEtilQGS6KhTgOVHidvw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42195},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.142.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/f578497fed5fb36362075c804a0c93d9/tevm-http-client-1.0.0-next.142.tgz","_integrity":"sha512-BGs+9LovxfX3osGV0OnCGkrDnoypNUBFKZKqX/PnnPWJMljMr6d7M5QW0bMmzRimZgLSKdkiu/uuTtnYwuNvGw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.142","@tevm/utils":"^1.0.0-next.142","@tevm/contract":"^1.0.0-next.142","@tevm/memory-client":"^1.0.0-next.142"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.142","@tevm/tsconfig":"^1.0.0-next.142","@tevm/test-utils":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.142","@tevm/client-types":"^1.0.0-next.142"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.142_1745166065791_0.20740363732825728","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.143":{"name":"@tevm/http-client","version":"1.0.0-next.143","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.143","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"42715f0b5e1de5a0a98134296d7396573691b3c2","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.143.tgz","fileCount":34,"integrity":"sha512-rBUs/RmVBEp7IZfQThj2O3m6QVcDUWRxqnENsk5l356vtWM2Kt9wnjyQXX3wmKvL7iLrXrG/HiMx2HTBw2qkkg==","signatures":[{"sig":"MEYCIQC2nSAjchgRb56eE1RQqHHLVSb40lYGaw6LWVCUin22swIhAIWKFrxv5rwnTYJvCIIYuQFBVfTWoLbgDnFu/5ryTRfI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42195},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.143.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/6096c2779260ee552e0038b2b2377d9f/tevm-http-client-1.0.0-next.143.tgz","_integrity":"sha512-rBUs/RmVBEp7IZfQThj2O3m6QVcDUWRxqnENsk5l356vtWM2Kt9wnjyQXX3wmKvL7iLrXrG/HiMx2HTBw2qkkg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.143","@tevm/utils":"^1.0.0-next.142","@tevm/contract":"^1.0.0-next.142","@tevm/memory-client":"^1.0.0-next.143"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.143","@tevm/tsconfig":"^1.0.0-next.142","@tevm/test-utils":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.142","@tevm/client-types":"^1.0.0-next.142"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.143_1746377967026_0.8901539051028462","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.144":{"name":"@tevm/http-client","version":"1.0.0-next.144","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.144","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"ad9cce39645754fe671418724b75f7da273dfea8","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.144.tgz","fileCount":34,"integrity":"sha512-IwRur5dJCU/yPlYYhplywIxeXCfRw1vxo/0m2o0FIbDHrDCcu2rnXi+le79FQu9ze2uMSMHRJk017Drcv56Z3w==","signatures":[{"sig":"MEYCIQCdbZMo/SGwmDFK0cLvsVnpWrXNIr1jxuEkOJ+z8z+pBAIhAKJ39vNf0kWztQlY4HACvw6MtQ1mKsBUxCu2yBpBrL/C","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42195},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.144.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/ac8b743b209f035f2340969b00ccf788/tevm-http-client-1.0.0-next.144.tgz","_integrity":"sha512-IwRur5dJCU/yPlYYhplywIxeXCfRw1vxo/0m2o0FIbDHrDCcu2rnXi+le79FQu9ze2uMSMHRJk017Drcv56Z3w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.144","@tevm/utils":"^1.0.0-next.142","@tevm/contract":"^1.0.0-next.142","@tevm/memory-client":"^1.0.0-next.144"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.144","@tevm/tsconfig":"^1.0.0-next.142","@tevm/test-utils":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.142","@tevm/client-types":"^1.0.0-next.142"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.144_1747545767929_0.1633529840827581","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.145":{"name":"@tevm/http-client","version":"1.0.0-next.145","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.145","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"fe64c72acac21264c507955659a87009586a307f","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.145.tgz","fileCount":34,"integrity":"sha512-3P0lWZWKrJukdiQ/SKEZkabSrQ+1BKlj6HCg17dxAZJkRpEO/eNS46r/5SupM0jSzorTWGuqX2NXAOLhlCKIpA==","signatures":[{"sig":"MEUCIFgDH3f6cFUtZ9/Tf2J3chH7kyHkOIgpWqPHoqe2FWTNAiEAkJJvdfyuaCNreVz6mFmetgG8QrMxK8qyZDduB6OtrHQ=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42195},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.145.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/7c417c68581f7644f509ceed98c839b3/tevm-http-client-1.0.0-next.145.tgz","_integrity":"sha512-3P0lWZWKrJukdiQ/SKEZkabSrQ+1BKlj6HCg17dxAZJkRpEO/eNS46r/5SupM0jSzorTWGuqX2NXAOLhlCKIpA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.145","@tevm/utils":"^1.0.0-next.142","@tevm/contract":"^1.0.0-next.142","@tevm/memory-client":"^1.0.0-next.145"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.145","@tevm/tsconfig":"^1.0.0-next.142","@tevm/test-utils":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.142","@tevm/client-types":"^1.0.0-next.142"},"peerDependencies":{"viem":"^2.21.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.145_1747804639763_0.5520551845671811","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.146":{"name":"@tevm/http-client","version":"1.0.0-next.146","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.146","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"96af2d7d87febec7709259ff4fcd2719afe9b42e","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.146.tgz","fileCount":34,"integrity":"sha512-/mraPsnCgY7aICJNXMYvxE870BSkuaBR3/D6JZJfvRzlxqwzFT4r2UIYd584okiBAIPh/v47ozWG5IwKa+pj4w==","signatures":[{"sig":"MEQCIBj2zG9H+wZkL5vrMtRmnjlVplxrdaXAhIv5RMpP3ONoAiBRUH4+TS6cwtiiZr02fi0OeuEJYf/bmSrbcm+s3qHDpA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42234},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.146.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/aebade46439ba326cb446cbede90e714/tevm-http-client-1.0.0-next.146.tgz","_integrity":"sha512-/mraPsnCgY7aICJNXMYvxE870BSkuaBR3/D6JZJfvRzlxqwzFT4r2UIYd584okiBAIPh/v47ozWG5IwKa+pj4w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.146","@tevm/utils":"^1.0.0-next.146","@tevm/address":"1.0.0-next.146","@tevm/contract":"^1.0.0-next.146","@tevm/memory-client":"^1.0.0-next.146"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.146","@tevm/tsconfig":"^1.0.0-next.142","@tevm/test-utils":"^1.0.0-next.146","@tevm/tsupconfig":"^1.0.0-next.146","@tevm/client-types":"^1.0.0-next.146"},"peerDependencies":{"viem":"^2.30.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.146_1748435447028_0.18638938465717025","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.147":{"name":"@tevm/http-client","version":"1.0.0-next.147","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.147","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"4b833d9faa1b20f4b95b2db48dd24a73eeab2be6","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.147.tgz","fileCount":34,"integrity":"sha512-k8EfzlpuFLJKp/gfuQqpjSs8Zc7SJ92pl7rq3TzEi3Irf3HXkzCX5JiNaHYwO10clWKnA/wUuIvt/lfLhidP4A==","signatures":[{"sig":"MEUCIGv3opp2mEWZkPOZwE65aMSBZrfTq7G33b9JyoXHsZtKAiEAkiz0MjIq6ZelLLlo/nJ3/+wehgcEOn7YiU2VU7RyCM4=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42234},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.147.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/761c0da0b2d84fa144e7bb18ff293ebe/tevm-http-client-1.0.0-next.147.tgz","_integrity":"sha512-k8EfzlpuFLJKp/gfuQqpjSs8Zc7SJ92pl7rq3TzEi3Irf3HXkzCX5JiNaHYwO10clWKnA/wUuIvt/lfLhidP4A==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"core/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.147","@tevm/utils":"^1.0.0-next.146","@tevm/address":"1.0.0-next.146","@tevm/contract":"^1.0.0-next.146","@tevm/memory-client":"^1.0.0-next.147"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.147","@tevm/tsconfig":"^1.0.0-next.142","@tevm/test-utils":"^1.0.0-next.146","@tevm/tsupconfig":"^1.0.0-next.146","@tevm/client-types":"^1.0.0-next.146"},"peerDependencies":{"viem":"^2.30.1"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.147_1748872591934_0.17612400858268207","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.148":{"name":"@tevm/http-client","version":"1.0.0-next.148","keywords":["solidity","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/http-client@1.0.0-next.148","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"ea89b36afdaa270243bcc347471da5a8b873eebd","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-next.148.tgz","fileCount":34,"integrity":"sha512-XMHnVR/YeJiTbWx5/sVu4tbgQ2nxeQxWjcYMcoxppO/k/NAh1v5IAfCBVp5W1aaTvfUXZfykoXUIPnsZ7sedNA==","signatures":[{"sig":"MEUCID67eOfU75oq/8wU4TU+GI68D7Qt+AYhrHw9nmqU+ej9AiEA83FV3sqAWWaJ1mHkMH+swro7Isdry1FL7rfD7v6xkT8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":42246},"main":"dist/index.cjs","type":"module","_from":"file:tevm-http-client-1.0.0-next.148.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","lint":"biome check . --write --unsafe","test":"vitest --watch","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","test:run":"vitest run","lint:deps":"bunx depcheck","typecheck":"tsc --noEmit","build:dist":"tsup","lint:check":"biome check . --verbose","package:up":"pnpm up --latest","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest --coverage --run"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/50fcb721c9c7b52ada7a7941e2b667ce/tevm-http-client-1.0.0-next.148.tgz","_integrity":"sha512-XMHnVR/YeJiTbWx5/sVu4tbgQ2nxeQxWjcYMcoxppO/k/NAh1v5IAfCBVp5W1aaTvfUXZfykoXUIPnsZ7sedNA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/http-client"},"_npmVersion":"10.8.1","description":"Client implementations of Tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"@tevm/viem":"^1.0.0-next.148","@tevm/utils":"^1.0.0-next.148","@tevm/address":"1.0.0-next.148","@tevm/contract":"^1.0.0-next.148","@tevm/memory-client":"^1.0.0-next.148"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/server":"^1.0.0-next.148","@tevm/tsconfig":"^1.0.0-next.142","@tevm/test-utils":"^1.0.0-next.148","@tevm/tsupconfig":"^1.0.0-next.148","@tevm/client-types":"^1.0.0-next.148"},"peerDependencies":{"viem":"^2.37.9"},"_npmOperationalInternal":{"tmp":"tmp/http-client_1.0.0-next.148_1759577172497_0.34097121090682103","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.151":{"name":"@tevm/http-client","version":"1.0.0-rc.151","private":false,"description":"Client implementations of Tevm","keywords":["solidity","sol","typescript","web3","blockchain"],"repository":{"type":"git","url":"git+https://github.com/evmts/tevm-monorepo.git","directory":"packages/http-client"},"license":"MIT","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"sideEffects":false,"type":"module","exports":{"./package.json":"./package.json",".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}}},"main":"dist/index.cjs","module":"dist/index.js","types":"types/index.d.ts","dependencies":{"@tevm/address":"1.0.0-rc.151","@tevm/contract":"^1.0.0-rc.151","@tevm/memory-client":"^1.0.0-rc.151","@tevm/utils":"^1.0.0-rc.151","@tevm/viem":"^1.0.0-rc.151"},"devDependencies":{"@tevm/client-types":"^1.0.0-rc.151","@tevm/server":"^1.0.0-rc.151","@tevm/test-utils":"^1.0.0-rc.151","@tevm/tsconfig":"^1.0.0-rc.151","@tevm/tsupconfig":"^1.0.0-rc.151"},"peerDependencies":{"viem":"^2.49.3"},"publishConfig":{"access":"public"},"scripts":{"all":"pnpm i  && bun run build && bun lint && bun format && bun test:run && bun generate:docs && bun lint:deps && bun lint:package","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/http-client","build:dist":"tsup","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","format:check":"biome format .","generate:docs":"typedoc","lint":"biome check . --write --unsafe","lint:check":"biome check . --verbose","lint:deps":"bunx depcheck","lint:package":"bunx publint --strict && attw --pack","package:up":"pnpm up --latest","test":"vitest --watch","test:coverage":"vitest --coverage --run","test:run":"vitest run","typecheck":"tsc --noEmit"},"_id":"@tevm/http-client@1.0.0-rc.151","readmeFilename":"README.md","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"homepage":"https://github.com/evmts/tevm-monorepo#readme","_integrity":"sha512-BTHBxCkg1gaSZx6UOpab+oLanXCw2ikxK67HSI/xYuwL3YpigDNG7BmdYSffL81G6tx66Lj1DgZ5M9AQbY6p5A==","_resolved":"/tmp/tmp.4umzjaQQun/tevm-http-client-1.0.0-rc.151.tgz","_from":"file:/tmp/tmp.4umzjaQQun/tevm-http-client-1.0.0-rc.151.tgz","_nodeVersion":"24.12.0","_npmVersion":"11.5.1","dist":{"integrity":"sha512-BTHBxCkg1gaSZx6UOpab+oLanXCw2ikxK67HSI/xYuwL3YpigDNG7BmdYSffL81G6tx66Lj1DgZ5M9AQbY6p5A==","shasum":"9fcd0def2bba3f31fff5f1983f26b0da3a92a18d","tarball":"https://registry.npmjs.org/@tevm/http-client/-/http-client-1.0.0-rc.151.tgz","fileCount":34,"unpackedSize":41759,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tevm%2fhttp-client@1.0.0-rc.151","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHJ0uux9iQka5bAgndFCnnX+A1SPj48qQHRCZRFdlyO9AiAqD3y0xLhDZ3iGom8j90wVjh8xeQQuWnBR+IQj22RxUA=="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:c556c29e-9862-45d3-a855-aaada29bdb40"}},"directories":{},"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/http-client_1.0.0-rc.151_1779468080885_0.929033371991544"},"_hasShrinkwrap":false}},"time":{"created":"2024-01-22T04:21:47.810Z","modified":"2026-05-22T16:41:21.330Z","1.0.0-next.23":"2024-01-22T04:21:48.064Z","1.0.0-next.24":"2024-01-26T06:22:22.299Z","1.0.0-next.25":"2024-01-29T04:20:21.192Z","1.0.0-next.26":"2024-02-02T04:31:48.086Z","1.0.0-next.28":"2024-02-09T21:27:28.302Z","1.0.0-next.30":"2024-02-10T20:49:03.007Z","1.0.0-next.32":"2024-02-11T22:43:30.710Z","1.0.0-next.33":"2024-02-12T08:34:49.696Z","1.0.0-next.34":"2024-02-13T00:11:39.822Z","1.0.0-next.38":"2024-02-13T22:04:59.224Z","1.0.0-next.39":"2024-02-15T20:22:56.554Z","1.0.0-next.40":"2024-02-20T03:18:45.381Z","1.0.0-next.41":"2024-02-25T01:35:44.592Z","1.1.0-next.45":"2024-05-11T18:02:36.938Z","1.1.0-next.46":"2024-05-13T02:53:43.167Z","1.1.0-next.47":"2024-05-13T15:36:56.227Z","1.1.0-next.52":"2024-05-16T23:05:22.812Z","1.1.0-next.56":"2024-05-21T08:53:49.236Z","1.1.0-next.60":"2024-05-24T14:41:34.273Z","1.1.0-next.62":"2024-05-28T20:33:10.438Z","1.1.0-next.69":"2024-06-04T08:12:13.186Z","1.1.0-next.70":"2024-06-05T23:46:36.179Z","1.1.0-next.71":"2024-06-07T06:17:44.858Z","1.1.0-next.72":"2024-06-09T01:21:02.909Z","1.1.0-next.73":"2024-06-09T03:05:58.111Z","1.1.0-next.74":"2024-06-12T08:53:02.172Z","1.1.0-next.75":"2024-06-13T04:31:14.273Z","1.1.0-next.76":"2024-06-13T21:05:01.474Z","1.1.0-next.77":"2024-06-14T18:32:25.190Z","1.1.0-next.78":"2024-06-14T19:35:48.801Z","2.0.0-next.79":"2024-06-18T23:46:00.009Z","2.0.0-next.80":"2024-06-19T03:56:31.966Z","2.0.0-next.83":"2024-06-19T23:44:14.312Z","2.0.0-next.84":"2024-06-21T21:54:40.628Z","2.0.0-next.85":"2024-06-23T01:13:56.078Z","2.0.0-next.86":"2024-06-26T23:11:51.548Z","2.0.0-next.87":"2024-06-27T19:28:27.392Z","1.1.0-next.88":"2024-07-02T05:28:57.359Z","1.1.0-next.90":"2024-07-05T17:28:20.274Z","1.1.0-next.91":"2024-07-06T18:52:31.303Z","1.1.0-next.92":"2024-07-08T23:19:35.964Z","1.1.0-next.94":"2024-07-09T22:27:42.326Z","1.1.0-next.95":"2024-07-09T22:43:47.499Z","1.1.0-next.96":"2024-07-10T14:44:39.873Z","1.1.0-next.97":"2024-07-12T05:06:53.201Z","1.1.0-next.98":"2024-07-12T22:11:16.266Z","1.1.0-next.100":"2024-07-17T00:42:39.409Z","2.0.0-next.101":"2024-07-25T08:59:52.537Z","2.0.0-next.102":"2024-07-26T05:06:34.368Z","2.0.0-next.103":"2024-07-30T11:00:06.674Z","2.0.0-next.105":"2024-08-09T20:36:20.325Z","2.0.0-next.107":"2024-08-12T02:10:38.508Z","1.0.0-next.108":"2024-08-27T19:19:23.674Z","1.0.0-next.109":"2024-09-01T08:25:53.026Z","1.0.0-next.110":"2024-09-01T09:54:01.133Z","1.0.0-next.111":"2024-09-12T23:38:45.279Z","1.0.0-next.112":"2024-09-13T17:06:57.656Z","1.0.0-next.113":"2024-09-13T19:15:49.882Z","1.0.0-next.115":"2024-09-22T00:05:27.792Z","1.0.0-next.116":"2024-09-22T00:45:31.660Z","1.0.0-next.117":"2024-09-23T05:39:36.121Z","1.0.0-next.118":"2024-09-27T20:09:39.274Z","1.0.0-next.119":"2024-09-29T00:56:44.357Z","1.0.0-next.120":"2024-09-30T04:12:37.621Z","1.0.0-next.121":"2024-10-01T06:42:31.213Z","1.0.0-next.122":"2024-10-09T21:34:39.432Z","1.0.0-next.123":"2024-10-10T00:41:12.190Z","1.0.0-next.124":"2024-10-17T02:13:20.663Z","1.0.0-next.125":"2024-10-25T03:52:28.843Z","1.0.0-next.126":"2024-11-01T04:35:27.718Z","1.0.0-next.127":"2024-12-02T22:44:13.176Z","1.0.0-next.128":"2025-03-08T04:23:42.014Z","1.0.0-next.129":"2025-03-09T23:57:07.364Z","1.0.0-next.130":"2025-03-10T23:58:26.512Z","1.0.0-next.131":"2025-03-12T02:27:34.804Z","1.0.0-next.132":"2025-03-17T13:27:24.436Z","1.0.0-next.133":"2025-03-17T19:07:05.042Z","1.0.0-next.134":"2025-03-21T02:06:57.942Z","1.0.0-next.140":"2025-03-26T21:36:25.177Z","1.0.0-next.141":"2025-04-17T21:40:59.059Z","1.0.0-next.142":"2025-04-20T16:21:06.012Z","1.0.0-next.143":"2025-05-04T16:59:27.217Z","1.0.0-next.144":"2025-05-18T05:22:48.123Z","1.0.0-next.145":"2025-05-21T05:17:20.007Z","1.0.0-next.146":"2025-05-28T12:30:47.203Z","1.0.0-next.147":"2025-06-02T13:56:32.108Z","1.0.0-next.148":"2025-10-04T11:26:12.672Z","1.0.0-rc.151":"2026-05-22T16:41:21.035Z"},"bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"license":"MIT","homepage":"https://github.com/evmts/tevm-monorepo#readme","keywords":["solidity","sol","typescript","web3","blockchain"],"repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"packages/http-client"},"description":"Client implementations of Tevm","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"readme":"","readmeFilename":""}