{"_id":"@reservoir0x/relay-sdk","_rev":"130-be12827e3dc22bf40e3e7a95b890874b","name":"@reservoir0x/relay-sdk","dist-tags":{"latest":"2.4.0","canary":"0.0.0-canary-20250814020954"},"versions":{"0.0.1":{"name":"@reservoir0x/relay-sdk","version":"0.0.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.1","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"feb6899dae958ff559dc1d278af3e9590afa5208","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.1.tgz","fileCount":174,"integrity":"sha512-/lWZtr90GmDQeFZRsBOgzKHDYBKixww+gmZ6QEbHid6o+9V7bSqEMTMv4DCFPmsFNRUChS5Eofr8O2zeCaNF3A==","signatures":[{"sig":"MEYCIQCOZ+CNY/tTZRgnnBcQZDcRnth5+22VmviAdeEpO9Q+ggIhAP2PKy+twNi/hmZoz0oJq7yeWlVjrzmX1T7dYXKOgyek","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":560276},"main":"./_cjs/src/index.js","type":"module","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"gitHead":"0387696f7b38734eb563739ac4e25f8f521a21fa","scripts":{"dev":"concurrently \"bun run clean\" \"bun run dev:esm\" \"bun run dev:types\"","build":"bun run clean && bun run build:cjs && bun run build:esm && bun run build:types","clean":"rimraf ./_esm ./_cjs ./_types","deploy":"npm publish --tolerate-republish --access public","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"viem":"~1.19.15","axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","@types/bun":"latest"},"peerDependencies":{"typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.1_1705949768564_0.9405854177230468","host":"s3://npm-registry-packages"}},"0.0.2":{"name":"@reservoir0x/relay-sdk","version":"0.0.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.2","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"3393bde559a524b5aef144e3431399ab9ea56cf0","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.2.tgz","fileCount":174,"integrity":"sha512-wmGDnVM72//9GXQb+KnzqK8Cc96gekBN6CSVVfJxUNPT240Q56o6d5+a6OHVEVj9g/0EGHvi1oYdyb/H84SHWw==","signatures":[{"sig":"MEQCIHA34cZa2N0z43hJrgPJ7qiVoqpDz2XAdvJXqJLX/bvgAiBvzgVTTlmCQHrm/A16RIwT0R6qVrCFlziP7niA5uauTQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":560479},"main":"./_cjs/src/index.js","type":"module","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"gitHead":"561cea92682cf8542b4c2904281a33511dd50366","scripts":{"dev":"concurrently \"bun run clean\" \"bun run dev:esm\" \"bun run dev:types\"","build":"bun run clean && bun run build:cjs && bun run build:esm && bun run build:types","clean":"rimraf ./_esm ./_cjs ./_types","deploy":"npm publish --tolerate-republish --access public","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"viem":"~1.19.15","axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","@types/bun":"latest"},"peerDependencies":{"typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.2_1705955268748_0.00948728880899763","host":"s3://npm-registry-packages"}},"0.0.3":{"name":"@reservoir0x/relay-sdk","version":"0.0.3","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.3","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"186b66310da90581815b3e8cca5d367e7d7d0765","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.3.tgz","fileCount":174,"integrity":"sha512-le17dEIvCPmCsinz55HZ1I3kLS1Orbm21VV4NbTBSrRtEusMzZHMUSCxX3+APuQhqTs0pl/tgL+CQkw3U3L5mA==","signatures":[{"sig":"MEUCIEVnLogSOh+78DisMZu20OlAvMcducZV6Ds2fodG4OjYAiEA/UByxh67veSDohSGvhl7tL1GRd3uPD2BDs0Y8VOZ8KY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":560479},"main":"./_cjs/src/index.js","type":"module","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"gitHead":"e324120acf65aee474bbb97e59b599d0a8ae7026","scripts":{"dev":"concurrently \"bun run clean\" \"bun run dev:esm\" \"bun run dev:types\"","build":"bun run clean && bun run build:cjs && bun run build:esm && bun run build:types","clean":"rimraf ./_esm ./_cjs ./_types","deploy":"npm publish --tolerate-republish --access public","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","@types/bun":"latest"},"peerDependencies":{"viem":"~1.19.15","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.3_1705961019101_0.1707658777376697","host":"s3://npm-registry-packages"}},"0.0.4":{"name":"@reservoir0x/relay-sdk","version":"0.0.4","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.4","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"74334a581209c437d258bed32ee36a809ccad930","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.4.tgz","fileCount":174,"integrity":"sha512-OO9NohgnreE9f1TZ+bBwvx3Yr8MlTnzUsYB2CWU0URDwzAQAqmOwQdVNgjs9lYKV/IX4Gh1znvDoOZNFSSFL6w==","signatures":[{"sig":"MEYCIQCTvENB6psfA92E+Kr4GXfNT4qEGug/DrauNdH8T7xOrQIhAKqgQNWaSMhxmgmY8ONd6o3ehI+rHoMeGZj+5GgZA9dw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":560673},"main":"./_cjs/src/index.js","type":"module","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"gitHead":"ec5b90e900aa08efc4f77bd72fd47bde13a866c6","scripts":{"dev":"concurrently \"bun run clean\" \"bun run dev:esm\" \"bun run dev:types\"","build":"bun run clean && bun run build:cjs && bun run build:esm && bun run build:types","clean":"rimraf ./_esm ./_cjs ./_types","deploy":"npm publish --tolerate-republish --access public","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","@types/bun":"latest"},"peerDependencies":{"viem":"~1.19.15","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.4_1705963471523_0.9007336749625072","host":"s3://npm-registry-packages"}},"0.0.5":{"name":"@reservoir0x/relay-sdk","version":"0.0.5","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.5","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"164c242794bb4f94f037190af55046af45b50a60","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.5.tgz","fileCount":174,"integrity":"sha512-ZI2AAPUJpY3z8I6tqntUGLeil20icea0boWdWCsp9m2w1HanDgwUibQuWkk8Fp0Y2nhW6bTLO6e/vhfA7hAVlg==","signatures":[{"sig":"MEQCIDjKozgJ2yYrLu2bHSvlikttyP952GRV+IqTobHzoXnsAiAMq2mPQu+kfbn2MbaHak1HjfwCoHKSF24qYnp4bvrONQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":560665},"main":"./_cjs/src/index.js","type":"module","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"gitHead":"a1a7f0ee7a927c3c9e52ad65f303e6984688ac33","scripts":{"dev":"concurrently \"bun run clean\" \"bun run dev:esm\" \"bun run dev:types\"","build":"bun run clean && bun run build:cjs && bun run build:esm && bun run build:types","clean":"rimraf ./_esm ./_cjs ./_types","deploy":"npm publish --tolerate-republish --access public","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","@types/bun":"latest"},"peerDependencies":{"viem":"~1.19.15","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.5_1706043805187_0.06318623621491404","host":"s3://npm-registry-packages"}},"0.0.6":{"name":"@reservoir0x/relay-sdk","version":"0.0.6","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.6","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"92b5e998f3c966ad29580525d473577a5fff92eb","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.6.tgz","fileCount":174,"integrity":"sha512-vHgpAdjkR3axPngf1DnKjMgSZYx3QdSpmLNu2kJpiA2/NR+Q2XQnQ4uJVHU5yPK3CvgEY8i6epj5L2AVIRUSSQ==","signatures":[{"sig":"MEQCIG4CLgFkmWSaUoM2vrO5mHEFR6m1OG2EgAPXhDYxiqpXAiAA6HVsIyV50gXROSdXl2abx96le34P2blMN3Uh5J4n+Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":560673},"main":"./_cjs/src/index.js","type":"module","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"gitHead":"29c61ba5dc95fef352749a9ad618d45cd51c5605","scripts":{"dev":"concurrently \"bun run clean\" \"bun run dev:esm\" \"bun run dev:types\"","build":"bun run clean && bun run build:cjs && bun run build:esm && bun run build:types","clean":"rimraf ./_esm ./_cjs ./_types","deploy":"npm publish --tolerate-republish --access public","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","@types/bun":"latest"},"peerDependencies":{"viem":"~1.19.15","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.6_1706115810378_0.9410324149543372","host":"s3://npm-registry-packages"}},"0.0.7":{"name":"@reservoir0x/relay-sdk","version":"0.0.7","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.7","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"9acdc4dfd54a4bc91905ce7992269029842eb9f0","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.7.tgz","fileCount":174,"integrity":"sha512-+nimgTt/M5xENEU7YHGNavH5g5TFbia4Xg3xRniCNqTq4JdV0bbm28MC7G7gqTZURO7ifivAl8U/HqC5K9Eetg==","signatures":[{"sig":"MEYCIQCdYkxRMhtADU0o5EMnfiCmGzrNhM2uK71Eob6ZdwLeBQIhAP5E+vTw9lMLymKc4K3qUxBzPmN+7rAFsJeCzFqcu731","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":564424},"main":"./_cjs/src/index.js","type":"module","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"gitHead":"293d4424a7831440c2a57ea2cdb1c739940b3d56","scripts":{"dev":"concurrently \"bun run clean\" \"bun run dev:esm\" \"bun run dev:types\"","build":"bun run clean && bun run build:cjs && bun run build:esm && bun run build:types","clean":"rimraf ./_esm ./_cjs ./_types","deploy":"npm publish --tolerate-republish --access public","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","@types/bun":"latest"},"peerDependencies":{"viem":"~1.19.15","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.7_1706130076241_0.5729555767516568","host":"s3://npm-registry-packages"}},"0.0.8":{"name":"@reservoir0x/relay-sdk","version":"0.0.8","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.8","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"6326caa236c7ba90cc321e7a79c26d86c5a23050","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.8.tgz","fileCount":174,"integrity":"sha512-zHNf5AO414tpo+vpXx7bq/Vwp0H8ibKGwTdwrflzRrDjptHNZLs21P3cclDWl6T6VffSkcrRK110XHxlLrTliw==","signatures":[{"sig":"MEQCIA0zTIgLpZSHrKu7lAVycxIS3G7xVDerQ6OmxDAg7F5hAiAw9FI559+QMTgLCgPGn+GwaADsSyopWdfIAgixCvempA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":564604},"main":"./_cjs/src/index.js","type":"module","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"gitHead":"af9f722b4641d64698d112e3a65b5c2cc4db45ad","scripts":{"dev":"concurrently \"bun run clean\" \"bun run dev:esm\" \"bun run dev:types\"","build":"bun run clean && bun run build:cjs && bun run build:esm && bun run build:types","clean":"rimraf ./_esm ./_cjs ./_types","deploy":"npm publish --tolerate-republish --access public","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","@types/bun":"latest"},"peerDependencies":{"viem":"~1.19.15","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.8_1706216953212_0.8469060341033678","host":"s3://npm-registry-packages"}},"0.0.9":{"name":"@reservoir0x/relay-sdk","version":"0.0.9","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.9","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"6689bcff4399b32ac32675698c53be9085546269","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.9.tgz","fileCount":174,"integrity":"sha512-P3nHPU1618VkqSqVxshTE3NHG5mvcXG+lW/A3sk0y8/fHLLvUzWyBhieYy4MgOhOzFnjlgC2UMeo/M3Y/lBsaA==","signatures":[{"sig":"MEYCIQDCTiJonssAgjVsM1Z5wz2WKKNs+9I4XJwDQA4sBEvDxAIhAKGVHMR4VHb38W9hZBas3eUz6O8XFSLHq/QQfSnKR2pP","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":565231},"main":"./_cjs/src/index.js","type":"module","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"gitHead":"542fe3cf779800e8960c75a42ab405ff46997dd0","scripts":{"dev":"concurrently \"bun run clean\" \"bun run dev:esm\" \"bun run dev:types\"","build":"bun run clean && bun run build:cjs && bun run build:esm && bun run build:types","clean":"rimraf ./_esm ./_cjs ./_types","deploy":"npm publish --tolerate-republish --access public","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","@types/bun":"latest"},"peerDependencies":{"viem":"~1.19.15","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.9_1706294520619_0.8289926879553873","host":"s3://npm-registry-packages"}},"0.0.10":{"name":"@reservoir0x/relay-sdk","version":"0.0.10","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.10","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"613391e62ebfe3972e18c87bb9a9ae3928fef676","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.10.tgz","fileCount":174,"integrity":"sha512-Ux1svZPiu+lmvOiRLNObPbP+XSiXULYVU5Z53GOXKIGrgtWbIu91GI6FrOyspMxuFLboWoKdRhWM3ntEXdtT9w==","signatures":[{"sig":"MEQCIFN/KtxfWHJyWKTYpbZE+XiItF1d2NsMv54WD6JSS/l6AiBoj1r1FNFkTRHIsDDcdDRQUeuAPqAmyCw7Gu8ZJDaIog==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":565508},"main":"./_cjs/src/index.js","type":"module","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"gitHead":"808549c846316f98224d1aa9edb9d1e65da61e4b","scripts":{"dev":"concurrently \"bun run clean\" \"bun run dev:esm\" \"bun run dev:types\"","build":"bun run clean && bun run build:cjs && bun run build:esm && bun run build:types","clean":"rimraf ./_esm ./_cjs ./_types","deploy":"npm publish --tolerate-republish --access public","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","@types/bun":"latest"},"peerDependencies":{"viem":"~1.19.15","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.10_1706624344715_0.3528539276729228","host":"s3://npm-registry-packages"}},"0.0.11":{"name":"@reservoir0x/relay-sdk","version":"0.0.11","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.11","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"1fa62bd60445bbea7ba5cd38584821f893e1166c","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.11.tgz","fileCount":174,"integrity":"sha512-RPgolMtr7Im8g0k/FWQvnNCrWSajhafI2WfVSKDVTt1xHtyJA4mLZTY5DnrS/kIvw3jqeVwpUehDpzubk3PZHg==","signatures":[{"sig":"MEQCICHzopb8C5s8xBSKXYwrIcCD0jPYGdVRltnPhaQjkpCkAiAgt8KXwbv3y3AIU57lGhnM/l/Qge8UCy0Ju4Dkrb99rg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":565782},"main":"./_cjs/src/index.js","type":"module","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"gitHead":"4b867b578d6aa423809ceeb56d2eb46fef5d14b4","scripts":{"dev":"concurrently \"bun run clean\" \"bun run dev:esm\" \"bun run dev:types\"","build":"bun run clean && bun run build:cjs && bun run build:esm && bun run build:types","clean":"rimraf ./_esm ./_cjs ./_types","deploy":"npm publish --tolerate-republish --access public","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","@types/bun":"latest"},"peerDependencies":{"viem":"~1.19.15","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.11_1706640157323_0.3398693140450624","host":"s3://npm-registry-packages"}},"0.0.12":{"name":"@reservoir0x/relay-sdk","version":"0.0.12","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.12","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"f2ad7da6d7bc08175aaae2044f5991f43a4318c7","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.12.tgz","fileCount":174,"integrity":"sha512-tQDkN9SN07AS3ZL0OD+7ZxUE22aOokuDfe5w3ms2G4Hc7yifannvCC132GgcjmZ2to7SHiNa3w+mq2aUDpDXjA==","signatures":[{"sig":"MEQCIBq5ZWTAQRvLEpkEK/K5XLhSmyyepu6ofvsyNItJCiDEAiBJJjTCjr/9uZzr7Dtis8MC7eSu7dvTvPq8EPeXBtLdHQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":581433},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.0.12.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/faa6ca4ddba99e8f0d42c79e042b4a5f/reservoir0x-relay-sdk-0.0.12.tgz","_integrity":"sha512-tQDkN9SN07AS3ZL0OD+7ZxUE22aOokuDfe5w3ms2G4Hc7yifannvCC132GgcjmZ2to7SHiNa3w+mq2aUDpDXjA==","_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5"},"peerDependencies":{"viem":"~1.19.15","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.12_1707160052820_0.5762888803642694","host":"s3://npm-registry-packages"}},"0.0.13":{"name":"@reservoir0x/relay-sdk","version":"0.0.13","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.13","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"6240f5b0748677eb4653137bbab396ca35e58535","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.13.tgz","fileCount":174,"integrity":"sha512-6YO4Q2dts68CRRReK8mu5J/lqMO+ptBi1tWMgaN42EuFzSH15H1HaSOZ9aXRBPAM77XG4vTsbt26vkdbsNbdWg==","signatures":[{"sig":"MEQCIA6UQW7yq/vT3IKSnR64DGg19iiD6iirN/Bk5KAP2hCbAiBCqvKDhJMaoY/6bni2LGVcHstFfNK44/9c2kTU4xK/QA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":588154},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.0.13.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/7a7664cf82ae2638f46f7b32d2c0ae9b/reservoir0x-relay-sdk-0.0.13.tgz","_integrity":"sha512-6YO4Q2dts68CRRReK8mu5J/lqMO+ptBi1tWMgaN42EuFzSH15H1HaSOZ9aXRBPAM77XG4vTsbt26vkdbsNbdWg==","_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"~1.19.15","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.13_1707519529051_0.699739467178824","host":"s3://npm-registry-packages"}},"0.1.0":{"name":"@reservoir0x/relay-sdk","version":"0.1.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.1.0","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"fad21b7659fc081d11c3fc1e76be75e2c2809f56","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.1.0.tgz","fileCount":174,"integrity":"sha512-hTdSCzu1Z6Ztj+xwHjMFNHS2klZBZB/ZuDBHc6djvu24eDKaXqVgMbC/OZlZwZeo1ifWRC7oXxTkktYBvKxFkg==","signatures":[{"sig":"MEUCIFsvz1Rtn8rC6mYoFdg+0RfOaw29yvN0W7hRgUwDzuAVAiEAvvFtgIStcFfBVcyKMOhjB8bqIUCQms8QCzx59v/5zG8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":627810},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.1.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/279fb4955fe18cba52804ef70348a95c/reservoir0x-relay-sdk-0.1.0.tgz","_integrity":"sha512-hTdSCzu1Z6Ztj+xwHjMFNHS2klZBZB/ZuDBHc6djvu24eDKaXqVgMbC/OZlZwZeo1ifWRC7oXxTkktYBvKxFkg==","_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.1.0_1707853836847_0.5831206747628255","host":"s3://npm-registry-packages"}},"0.2.0":{"name":"@reservoir0x/relay-sdk","version":"0.2.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.2.0","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"d4c76d9f471bc7f202c3d30833ad2ef53c10cb98","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.2.0.tgz","fileCount":181,"integrity":"sha512-QPI5CkQ0T09MjSPn15/hC8qc6FcdfKF1e7UM18DI0zNKmZaCUoea6iBjbgNYcSrEZuU2zapf8XgNkbP3Gl3+9w==","signatures":[{"sig":"MEQCIGpTiy/H/UednBCSyK70eByqooWEx/6JJIFRzHMbe1HuAiBVpuB1y8arRegkXNQQJEnXa7Mt1jvJFbu9eB6WZbk3jw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":636283},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.2.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/4ff32d6371f3263750f3ad9457261cfe/reservoir0x-relay-sdk-0.2.0.tgz","_integrity":"sha512-QPI5CkQ0T09MjSPn15/hC8qc6FcdfKF1e7UM18DI0zNKmZaCUoea6iBjbgNYcSrEZuU2zapf8XgNkbP3Gl3+9w==","_npmVersion":"10.2.3","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.2.0_1707947790283_0.7978434474133158","host":"s3://npm-registry-packages"}},"0.2.1":{"name":"@reservoir0x/relay-sdk","version":"0.2.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.2.1","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"9aa2ca7b1cddc3ce971563c71ca846f604726e72","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.2.1.tgz","fileCount":205,"integrity":"sha512-ZXMwX3f1z1P/AspB3MSPyDkJYhOGUvpF3UD4NAv/CjFqjTSE+7awxQQbF1HNborlPN0u5FNfl/Uu6RXrCzYr3A==","signatures":[{"sig":"MEYCIQCO3FrTSfUISYkbHwpHeIX3IngVrhJIjGFp6lflCdjzlAIhAKupFBaPe8O05UDQNNEnVQ9S+ukQpCSPEmIqXAwSPSZU","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":649027},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.2.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/e1bb05c7ee2ac6b6fe663442f6a9617d/reservoir0x-relay-sdk-0.2.1.tgz","_integrity":"sha512-ZXMwX3f1z1P/AspB3MSPyDkJYhOGUvpF3UD4NAv/CjFqjTSE+7awxQQbF1HNborlPN0u5FNfl/Uu6RXrCzYr3A==","_npmVersion":"10.2.4","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.2.1_1708620961988_0.023620497233305393","host":"s3://npm-registry-packages"}},"0.2.2":{"name":"@reservoir0x/relay-sdk","version":"0.2.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.2.2","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"3e7484d65d704c87293a44937ee0bd5429bb263f","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.2.2.tgz","fileCount":205,"integrity":"sha512-bssglIHnIr1uSqkE86OZYw+9g17tbZvdoScBcxe25LsHxQLUEaNyC66A+YJ3hEBegmKyHadjMhXabKs9dJ8P5w==","signatures":[{"sig":"MEUCIQDbvA1BTygAN/ofc8HvHv2VS7x6TRH/i1g0k3KRiVk7KgIgdrDjX2PEyBM7DlsUi7BUjxo49JECPF7bqBtYUieB5Mg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":654219},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.2.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/a1e547b94bd3ba74d7f6a2c7a8beaaf0/reservoir0x-relay-sdk-0.2.2.tgz","_integrity":"sha512-bssglIHnIr1uSqkE86OZYw+9g17tbZvdoScBcxe25LsHxQLUEaNyC66A+YJ3hEBegmKyHadjMhXabKs9dJ8P5w==","_npmVersion":"10.2.4","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.2.2_1708988030853_0.37851679010633066","host":"s3://npm-registry-packages"}},"0.2.3":{"name":"@reservoir0x/relay-sdk","version":"0.2.3","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.2.3","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"f8f2d9c6c907f40dfcc92efffdf53da768f8f75a","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.2.3.tgz","fileCount":205,"integrity":"sha512-Nc+rPko89zdZH9REoT/0mFEZqkwUrFSXSrxlu0Qd9YO507VvDcyvO46RV6sgOh3/Ef4RJcvyS7wMN7Dgnr0M3Q==","signatures":[{"sig":"MEQCIDuG0ycj427A+cLWHTVA7u9ewaNLtprYxOnoJXEufgk5AiBG8hUWqVtWoRB7euB8fUVTOnzsQiji1OgRTCnEmh8RHA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":657388},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.2.3.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/ad608ef46ae17925f93b1cbbdf129829/reservoir0x-relay-sdk-0.2.3.tgz","_integrity":"sha512-Nc+rPko89zdZH9REoT/0mFEZqkwUrFSXSrxlu0Qd9YO507VvDcyvO46RV6sgOh3/Ef4RJcvyS7wMN7Dgnr0M3Q==","_npmVersion":"10.2.4","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.2.3_1709063171561_0.7856555587919494","host":"s3://npm-registry-packages"}},"0.2.4":{"name":"@reservoir0x/relay-sdk","version":"0.2.4","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.2.4","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"0214ca2c1a4223119d69612aa5730d21acbaaab7","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.2.4.tgz","fileCount":206,"integrity":"sha512-X9w5siv5fPAI6aaBekb8EQQRKOF2aGkRpxltoqutx/KkR9aIPMzBADw59MYAmrURmNc3zPbJ0Q23zT5VOuEyzQ==","signatures":[{"sig":"MEYCIQD0w9PwygsiboCOaAXQs2yJQdTUdve8RI6s/I0cTDm14QIhANpu/d9Iv3sGkjr7mwVeZFiZBbrlNCWr7EkESteKpcwT","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":662685},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.2.4.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/be4d6ccb7f17b0bd4fb68ee7723bec90/reservoir0x-relay-sdk-0.2.4.tgz","_integrity":"sha512-X9w5siv5fPAI6aaBekb8EQQRKOF2aGkRpxltoqutx/KkR9aIPMzBADw59MYAmrURmNc3zPbJ0Q23zT5VOuEyzQ==","_npmVersion":"10.2.4","description":"<p align=\"center\"> <img src=\"../../relay-black.svg\" width=\"200\" height=\"100\" align=\"center\"> </p>   <p align=\"center\">     Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.   </p> <p align=\"center\">This SDK facilitates interactin","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.2.4_1709241842615_0.11327591553691052","host":"s3://npm-registry-packages"}},"0.2.5":{"name":"@reservoir0x/relay-sdk","version":"0.2.5","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.2.5","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"4f3225f92a01495df98e87cbb67400dc78bf21e7","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.2.5.tgz","fileCount":206,"integrity":"sha512-vzOuuXTYnJMbhIjlIxur6XOOft9bHCV9Y0MXVg9XKqzEcoptXcbzVuI0rcKdbBQrqIGitSfLKZ0k7I2ykMgZ4g==","signatures":[{"sig":"MEYCIQDxpskrOLRGDkEP4HX8LpdqDP1yFgb3cxVJxr26rp6yAAIhALspbXSucOrrS4D8NqaBNo7i8xhHL2nHG8mJ7IxsWHNb","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":657061},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.2.5.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/a8da40ac9fb28d49f60ca504794aae59/reservoir0x-relay-sdk-0.2.5.tgz","_integrity":"sha512-vzOuuXTYnJMbhIjlIxur6XOOft9bHCV9Y0MXVg9XKqzEcoptXcbzVuI0rcKdbBQrqIGitSfLKZ0k7I2ykMgZ4g==","_npmVersion":"10.2.4","description":"<p align=\"center\"> <img src=\"../../relay-black.svg\" width=\"200\" height=\"100\" align=\"center\"> </p>   <p align=\"center\">     Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.   </p> <p align=\"center\">This SDK facilitates interactin","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.2.5_1709588118568_0.9840120418091229","host":"s3://npm-registry-packages"}},"0.3.0":{"name":"@reservoir0x/relay-sdk","version":"0.3.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.3.0","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"37f1431b63cec47c568c79d98e9e379b08488132","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.3.0.tgz","fileCount":212,"integrity":"sha512-vnctsfrEXu3aaH/x1WX1cKNUPbccrCbVYSEVisd3tLR98m1r+NeUjngIhZ3XbyYrpQjz0Ozu/j1lqCs8NfWpew==","signatures":[{"sig":"MEUCIQDjw8vbjJv1QOfA59vIWcNUmu6BYmcFMJnu/Drfk6t00wIgMxfl4STzfO/scGdvDSq2oIFmESgUBQtsgP42BCtZpPw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":679599},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.3.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/76be5659ab733946299ed39cd1601538/reservoir0x-relay-sdk-0.3.0.tgz","_integrity":"sha512-vnctsfrEXu3aaH/x1WX1cKNUPbccrCbVYSEVisd3tLR98m1r+NeUjngIhZ3XbyYrpQjz0Ozu/j1lqCs8NfWpew==","_npmVersion":"10.2.4","description":"<p align=\"center\"> <img src=\"../../relay-black.svg\" width=\"200\" height=\"100\" align=\"center\"> </p>   <p align=\"center\">     Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.   </p> <p align=\"center\">This SDK facilitates interactin","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.3.0_1709929708702_0.5749351793094866","host":"s3://npm-registry-packages"}},"0.3.1":{"name":"@reservoir0x/relay-sdk","version":"0.3.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.3.1","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"339c91a13251b2d6ceec2d723a38bf132cd8e4b9","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.3.1.tgz","fileCount":212,"integrity":"sha512-BLB6PUOBExZNbpyWR9UHL6qkxi0C9+IxSkpZxJZA/lJrS2uU8anwHQbDWB1MMNfl0dWMmQwvYjHuzcSHHQVwqQ==","signatures":[{"sig":"MEUCIQCR7ZdJmtt2u7/bKToG8liFE7J0MfCwTlvEkZPfY47RUgIgTZXXw9VMmWkOcfUTfL4yVIMNBCoMPbpEuy5aDkg0NIc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":680927},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.3.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/a2da6badaacb0722c7e6338e4ba346b1/reservoir0x-relay-sdk-0.3.1.tgz","_integrity":"sha512-BLB6PUOBExZNbpyWR9UHL6qkxi0C9+IxSkpZxJZA/lJrS2uU8anwHQbDWB1MMNfl0dWMmQwvYjHuzcSHHQVwqQ==","_npmVersion":"10.2.4","description":"<p align=\"center\"> <img src=\"../../relay-black.svg\" width=\"200\" height=\"100\" align=\"center\"> </p>   <p align=\"center\">     Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.   </p> <p align=\"center\">This SDK facilitates interactin","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.3.1_1710275936995_0.09412366691102991","host":"s3://npm-registry-packages"}},"0.3.2":{"name":"@reservoir0x/relay-sdk","version":"0.3.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.3.2","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"adfbb2c44b312440fea223d47964719b6ec36368","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.3.2.tgz","fileCount":212,"integrity":"sha512-t0fBYd3irQUjHnegGE9Xl0a8OSZSjcwvGNfUaS7upGj4ZAPcOT0PldNWbziD2o+vBWP8+m0p80DbDOyq68f6FQ==","signatures":[{"sig":"MEUCICxJfFZlewn8L3BXEvgydVEg45I6ZfPlR3sXtJZTAh2cAiEAsdXMtD3i8x1gpUVWJ4q63HKG5P1J4+AuXq81B35eyJY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":682706},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.3.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/5aaf01cfd4623e2b1c7976c0c1932f9b/reservoir0x-relay-sdk-0.3.2.tgz","_integrity":"sha512-t0fBYd3irQUjHnegGE9Xl0a8OSZSjcwvGNfUaS7upGj4ZAPcOT0PldNWbziD2o+vBWP8+m0p80DbDOyq68f6FQ==","_npmVersion":"10.2.4","description":"<p align=\"center\"> <img src=\"../../relay-black.svg\" width=\"200\" height=\"100\" align=\"center\"> </p>   <p align=\"center\">     Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.   </p> <p align=\"center\">This SDK facilitates interactin","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.3.2_1710513665910_0.5069965399517675","host":"s3://npm-registry-packages"}},"0.3.3":{"name":"@reservoir0x/relay-sdk","version":"0.3.3","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.3.3","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"3445b9648b084b7b5ec98fd169be86fdd29604f2","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.3.3.tgz","fileCount":212,"integrity":"sha512-yKtzpJX0cPbreBMmqALIEUzpXqc5wdANPNiWQaCyOGQ6RK/GZ6Rdz79TCP0pDUN0rSQNBuMAx5dTpYWg6WemYg==","signatures":[{"sig":"MEUCIQDlBGKJuvpj1p3NbGDQEwvHFlZ108u79w7Es2w8rnQ+OQIgNAxAmy9kNcnd412MqZ6PxFtoSdNY1zeD1gg4Jk3mfjU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":684816},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.3.3.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/9b1c967ebe5f50b49d55b2fabd9bca98/reservoir0x-relay-sdk-0.3.3.tgz","_integrity":"sha512-yKtzpJX0cPbreBMmqALIEUzpXqc5wdANPNiWQaCyOGQ6RK/GZ6Rdz79TCP0pDUN0rSQNBuMAx5dTpYWg6WemYg==","_npmVersion":"10.2.4","description":"<p align=\"center\"> <img src=\"../../relay-black.svg\" width=\"200\" height=\"100\" align=\"center\"> </p>   <p align=\"center\">     Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.   </p> <p align=\"center\">This SDK facilitates interactin","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.3.3_1710808960722_0.15750446599337686","host":"s3://npm-registry-packages"}},"0.3.4":{"name":"@reservoir0x/relay-sdk","version":"0.3.4","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.3.4","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"3b114188c0439f0b8f65a0d7a932e2aff63dab78","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.3.4.tgz","fileCount":212,"integrity":"sha512-PT7Qv/oRH2W3/WsEce+wkI/NQ5O5JN52UVrOMpEFN98xGvCbaAnMrHqxWor1vMUpvc61C/sEgraeMJKWH0XnvA==","signatures":[{"sig":"MEUCIQDNv9vOdl4ZNJJgWmSxctGGFGJSnY9eEy02GAplEBPzTAIgeV/pCxmqJE+vZqBgYXLUQv/m8f1/mhYzMyS3l/qYM/4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":684002},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.3.4.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/f2529286e21eedd08a61dc2c4da049d0/reservoir0x-relay-sdk-0.3.4.tgz","_integrity":"sha512-PT7Qv/oRH2W3/WsEce+wkI/NQ5O5JN52UVrOMpEFN98xGvCbaAnMrHqxWor1vMUpvc61C/sEgraeMJKWH0XnvA==","_npmVersion":"10.2.4","description":"<p align=\"center\"> <img src=\"../../relay-black.svg\" width=\"200\" height=\"100\" align=\"center\"> </p>   <p align=\"center\">     Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.   </p> <p align=\"center\">This SDK facilitates interactin","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.3.4_1712003148092_0.14971765000838122","host":"s3://npm-registry-packages"}},"0.3.5":{"name":"@reservoir0x/relay-sdk","version":"0.3.5","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.3.5","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"2f7e0450e9b4cf66ec69f1bd239567ba718b7c6f","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.3.5.tgz","fileCount":212,"integrity":"sha512-O1zctZmRAAf68BfdqI1bbAlKNOApQATgelK/hlIGnn3uHp1SNw9XWPs/mCcg4JcyZgONy4Nr7WalkQvUYtG2aQ==","signatures":[{"sig":"MEYCIQCxhfbJ5on85aboBeXVC+EKFYtlOzZ514TQDyT+DVnYtwIhAM2I/Tbm464kksru1a7fA3dyh72hpNFVDT8L41V2L+d9","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":684053},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.3.5.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/71dfd0c3fa9c38574809990a72a03717/reservoir0x-relay-sdk-0.3.5.tgz","_integrity":"sha512-O1zctZmRAAf68BfdqI1bbAlKNOApQATgelK/hlIGnn3uHp1SNw9XWPs/mCcg4JcyZgONy4Nr7WalkQvUYtG2aQ==","_npmVersion":"10.2.4","description":"<p align=\"center\"> <img src=\"../../relay-black.svg\" width=\"200\" height=\"100\" align=\"center\"> </p>   <p align=\"center\">     Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.   </p> <p align=\"center\">This SDK facilitates interactin","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.3.5_1712009251351_0.14386038217592478","host":"s3://npm-registry-packages"}},"0.3.6":{"name":"@reservoir0x/relay-sdk","version":"0.3.6","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.3.6","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"90a409fdbd50e70d52ba3a430b7d4bfc8831dfaf","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.3.6.tgz","fileCount":212,"integrity":"sha512-unvStvU/4uipb+Hy5eTjQObAmWYFiGM6eXB+dw1fdTEyD9nL9iFV87pvZUCqs5JdlouQMjrzICjx5/NFjVnC1g==","signatures":[{"sig":"MEQCIGunrGQcXKV21pHtJq5w6I8uZcZx4p3g6nt7GkKdT2cMAiA+r8dyyFCUt6zsCJtYddNdOTHnb0loP6BFJ2SHDYhWyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":684714},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.3.6.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/ff84d2087fb0ca66d6bb655d984136e8/reservoir0x-relay-sdk-0.3.6.tgz","_integrity":"sha512-unvStvU/4uipb+Hy5eTjQObAmWYFiGM6eXB+dw1fdTEyD9nL9iFV87pvZUCqs5JdlouQMjrzICjx5/NFjVnC1g==","_npmVersion":"10.2.4","description":"<p align=\"center\"> <img src=\"../../relay-black.svg\" width=\"200\" height=\"100\" align=\"center\"> </p>   <p align=\"center\">     Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.   </p> <p align=\"center\">This SDK facilitates interactin","directories":{},"sideEffects":false,"_nodeVersion":"18.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.3.6_1712079153557_0.21363152070878133","host":"s3://npm-registry-packages"}},"0.3.7":{"name":"@reservoir0x/relay-sdk","version":"0.3.7","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.3.7","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"747f03cbb46718c376de78ffa0ee3223cdcb67bf","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.3.7.tgz","fileCount":212,"integrity":"sha512-Wszt8Eam4suIZxggEBtVNkrBfO2OGriiyjlPTxo8SxoFBArJiR1/OxsUYQizJuLPWRhK5qJ1S0nWLVFClKzyrA==","signatures":[{"sig":"MEUCIQDZI6VrLfFlA2d41OMlmFxIS2l4higdZ1Nw3nLa23TR0wIgS6HH3x4Z18QyaI9wCOQAsb0JBgzySP53kLjT5rcLx50=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":684813},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.3.7.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/567f59a3fe1d14e53a8a2060de9484e9/reservoir0x-relay-sdk-0.3.7.tgz","_integrity":"sha512-Wszt8Eam4suIZxggEBtVNkrBfO2OGriiyjlPTxo8SxoFBArJiR1/OxsUYQizJuLPWRhK5qJ1S0nWLVFClKzyrA==","_npmVersion":"10.5.0","description":"<p align=\"center\"> <img src=\"../../relay-black.svg\" width=\"200\" height=\"100\" align=\"center\"> </p>   <p align=\"center\">     Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.   </p> <p align=\"center\">This SDK facilitates interactin","directories":{},"sideEffects":false,"_nodeVersion":"18.20.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.3.7_1712167265663_0.16267180117636926","host":"s3://npm-registry-packages"}},"0.3.8":{"name":"@reservoir0x/relay-sdk","version":"0.3.8","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.3.8","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"f2fc5da8b6ec22bfd0011622207156a93cbd2460","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.3.8.tgz","fileCount":212,"integrity":"sha512-xlrb/GpU8X1QeVa8vAsLtWdDcZCiggRfuBN6zG+aTh3/TVe39UbhDFv6IaIlelUSdCOSDAdhYdUSKdINKPktGw==","signatures":[{"sig":"MEYCIQCdTDuA+X6URUKnIBPTaITSkPOY3MxwAiPDKYsQoR36WwIhANdm5RsaKMCFjZWCFYdBrd9vws5InPAkm8os8Q7FjjGD","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":684963},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.3.8.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/8b45e0ee5b455a3c38693e1d86cf6bf6/reservoir0x-relay-sdk-0.3.8.tgz","_integrity":"sha512-xlrb/GpU8X1QeVa8vAsLtWdDcZCiggRfuBN6zG+aTh3/TVe39UbhDFv6IaIlelUSdCOSDAdhYdUSKdINKPktGw==","_npmVersion":"10.5.0","description":"<p align=\"center\"> <img src=\"../../relay-black.svg\" width=\"200\" height=\"100\" align=\"center\"> </p>   <p align=\"center\">     Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.   </p> <p align=\"center\">This SDK facilitates interactin","directories":{},"sideEffects":false,"_nodeVersion":"18.20.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.3.8_1712251583261_0.36016569139478727","host":"s3://npm-registry-packages"}},"0.3.9":{"name":"@reservoir0x/relay-sdk","version":"0.3.9","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.3.9","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"8e8464e04d5744ac0a1a9fa978c82dfb9eff4c75","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.3.9.tgz","fileCount":212,"integrity":"sha512-uKrBh4wMeDs6Z3gYagFQdefyu3IvNK1Yanum6vTamaBp3iV+B86ZGcaHGtNiwIs3qK9LcutbBvaqPJ1ieVsz5A==","signatures":[{"sig":"MEUCIHpyUNaBcRQtzTeyfNODZXhNWksaHrB+KU/LoQHKpyrLAiEAsoq+2deBq4m2wxD5OMiJMWtKhXtWDcg7lHqtFn3bYd4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":684908},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.3.9.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/bfa66b6ff618ff57da33d57e4b4c3ddc/reservoir0x-relay-sdk-0.3.9.tgz","_integrity":"sha512-uKrBh4wMeDs6Z3gYagFQdefyu3IvNK1Yanum6vTamaBp3iV+B86ZGcaHGtNiwIs3qK9LcutbBvaqPJ1ieVsz5A==","_npmVersion":"10.5.0","description":"<p align=\"center\"> <img src=\"../../relay-black.svg\" width=\"200\" height=\"100\" align=\"center\"> </p>   <p align=\"center\">     Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.   </p> <p align=\"center\">This SDK facilitates interactin","directories":{},"sideEffects":false,"_nodeVersion":"18.20.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.3.9_1712685221226_0.08148666492522372","host":"s3://npm-registry-packages"}},"0.3.10":{"name":"@reservoir0x/relay-sdk","version":"0.3.10","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.3.10","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"7fabcd09cf4a7d731e5e05c357a62cd018f9ac31","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.3.10.tgz","fileCount":212,"integrity":"sha512-O4IFAUF3s0y0Jo8bdRqEDvC7I+mGC9c4BKH/Ley/cRoIyBgcZmod1dZEjlBZmZMSWg6P7Tz/7wfiV8fAMWFZfg==","signatures":[{"sig":"MEUCIQDXg6wgI7GdzudgTTiMmOGi8Hif6dlNeGb+Z22QDmOi8wIgAQFBKBOY7ftV5kfhi9SgOqeEhd2l9UX2Do9zUiC5omY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":710559},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.3.10.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/3da0c7e35d1cc23b813e8dd12763f3db/reservoir0x-relay-sdk-0.3.10.tgz","_integrity":"sha512-O4IFAUF3s0y0Jo8bdRqEDvC7I+mGC9c4BKH/Ley/cRoIyBgcZmod1dZEjlBZmZMSWg6P7Tz/7wfiV8fAMWFZfg==","_npmVersion":"10.5.0","description":"<p align=\"center\"> <img src=\"../../relay-black.svg\" width=\"200\" height=\"100\" align=\"center\"> </p>   <p align=\"center\">     Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.   </p> <p align=\"center\">This SDK facilitates interactin","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.3.10_1713448813120_0.3189887959228743","host":"s3://npm-registry-packages"}},"0.4.0":{"name":"@reservoir0x/relay-sdk","version":"0.4.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.4.0","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"idan@unevenlabs.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ramosdiego","email":"RamosDiego@pm.me"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"197ef6350a8e8a452c965b9d78aa53d7bb6a43d8","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.4.0.tgz","fileCount":218,"integrity":"sha512-WN51Gzt83RIjqNkU2VnaRdZXdKCibHlD0FWZqu6wS225uZcSyRRYxS8+6D3bVWX781Q/qcK1OFlv6cvM3Kz3dw==","signatures":[{"sig":"MEQCIAzuTJp/11d6qsiH9QvvVn/xdlS6NQsQWdZc2Zc2hOpZAiALfqh64YhF8NmTOA6xAoVHXTnOl+Zv43YV9XaL0rhrVg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":716291},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.4.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/82addeb1b04ea08d12aab38391d7ead0/reservoir0x-relay-sdk-0.4.0.tgz","_integrity":"sha512-WN51Gzt83RIjqNkU2VnaRdZXdKCibHlD0FWZqu6wS225uZcSyRRYxS8+6D3bVWX781Q/qcK1OFlv6cvM3Kz3dw==","_npmVersion":"10.5.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.4.0_1713813053080_0.11221740577235417","host":"s3://npm-registry-packages"}},"0.5.0":{"name":"@reservoir0x/relay-sdk","version":"0.5.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.5.0","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"70ae2f59cf71383da5763c2b15d9953aaecd6421","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.5.0.tgz","fileCount":224,"integrity":"sha512-7hW/JOCaFFhdbNRKSlcev1lfUrg4knO5gVMw3BYuD7rQGJd23Z6PtGqc30Sa1DEgrQzIr3bPJfjdWrpIsEfRpg==","signatures":[{"sig":"MEUCIA8G3FQHQa/aQpk4ivUoLCsOyPVL3cBFxF/bZLK7H/ExAiEAmaMdrE6VhGsEJf8gCb9mqNvad9Bbyd1OTYD9+uNQMZk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":741668},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.5.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/private/var/folders/h5/dtd39xgn4pvcxbt9qqg6__540000gn/T/71f77d2af06a3feefe18ba38954948d9/reservoir0x-relay-sdk-0.5.0.tgz","_integrity":"sha512-7hW/JOCaFFhdbNRKSlcev1lfUrg4knO5gVMw3BYuD7rQGJd23Z6PtGqc30Sa1DEgrQzIr3bPJfjdWrpIsEfRpg==","_npmVersion":"10.2.3","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.5.0_1714424132129_0.9550210429991501","host":"s3://npm-registry-packages"}},"0.0.0-canary-20240429212419":{"name":"@reservoir0x/relay-sdk","version":"0.0.0-canary-20240429212419","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.0-canary-20240429212419","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"753a4a4e6f503c58423197dad7424d31ed607bb3","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.0-canary-20240429212419.tgz","fileCount":224,"integrity":"sha512-bWiOYkdQ9PXc8xr6jhRVV0/rhH07yty9D7yvHgbMoHDXjn6IZiXFiMTTwf+qbua7c+WuAYaF8qYwSAMZm2ElpQ==","signatures":[{"sig":"MEUCIQDUTihb4slUyusqLM0NSUnPB/1BUXNKnY9BLTdYDMRrTgIgLiRQvcdlvbnuqnjr+jCQjs9t4IXfsoP36pCm3/zlnJ4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":741690},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.0.0-canary-20240429212419.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/private/var/folders/h5/dtd39xgn4pvcxbt9qqg6__540000gn/T/958d5b19e94e77ea4a92194df184a645/reservoir0x-relay-sdk-0.0.0-canary-20240429212419.tgz","_integrity":"sha512-bWiOYkdQ9PXc8xr6jhRVV0/rhH07yty9D7yvHgbMoHDXjn6IZiXFiMTTwf+qbua7c+WuAYaF8qYwSAMZm2ElpQ==","_npmVersion":"10.2.3","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.0-canary-20240429212419_1714425867345_0.48645859102983446","host":"s3://npm-registry-packages"}},"0.0.0-canary-20240501181834":{"name":"@reservoir0x/relay-sdk","version":"0.0.0-canary-20240501181834","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.0-canary-20240501181834","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"5d35891ac688b0460cfe5dcfe83dda10be3b9a80","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.0-canary-20240501181834.tgz","fileCount":224,"integrity":"sha512-+d93FScD57wlvned/qb2EyaofPpMRdkSXBuloSMiz6L+18Xt65oxNLsaOzYRSzWNx19VWtLRFmlTBKtmXatfOw==","signatures":[{"sig":"MEUCIHRlbryjjXXG7HvOG+rydDMl0vX8BlTY1yWxN5PKEewaAiEApA3LagcBfTT5RBbMmUMO6zdfDVsew5mNwxhVoShPk8E=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":741690},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.0.0-canary-20240501181834.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/private/var/folders/h5/dtd39xgn4pvcxbt9qqg6__540000gn/T/e6cc9aa97f3d7d2ab9d4fa6ced10b130/reservoir0x-relay-sdk-0.0.0-canary-20240501181834.tgz","_integrity":"sha512-+d93FScD57wlvned/qb2EyaofPpMRdkSXBuloSMiz6L+18Xt65oxNLsaOzYRSzWNx19VWtLRFmlTBKtmXatfOw==","_npmVersion":"10.2.3","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"readmeFilename":"readme.md","devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.0-canary-20240501181834_1714587519208_0.13188406690506782","host":"s3://npm-registry-packages"}},"0.0.0-canary-20240501202525":{"name":"@reservoir0x/relay-sdk","version":"0.0.0-canary-20240501202525","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.0-canary-20240501202525","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"4a91578afb4ab9f55a85abbfc25143eb4b775859","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.0-canary-20240501202525.tgz","fileCount":224,"integrity":"sha512-fqA0NKutqcYfcn0M2L6mN0eFkfjczVOrL2XqLzch9luLaYeqJynRUBfO/MUszitGa48lQJcNOnKdpnNjfca38w==","signatures":[{"sig":"MEUCIQCvrLn8zDnqbZJ5Aby2eE5t3edkJUS64filVOu4+eyUcwIgIS+C3j1eJPd+yiKAZMySc44sI72dqwxYBIlHUyIfmnw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":750028},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.0.0-canary-20240501202525.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/private/var/folders/h5/dtd39xgn4pvcxbt9qqg6__540000gn/T/72ade4ccd9288bb52abf1870e2fd2d25/reservoir0x-relay-sdk-0.0.0-canary-20240501202525.tgz","_integrity":"sha512-fqA0NKutqcYfcn0M2L6mN0eFkfjczVOrL2XqLzch9luLaYeqJynRUBfO/MUszitGa48lQJcNOnKdpnNjfca38w==","_npmVersion":"10.2.3","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"readmeFilename":"readme.md","devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.0-canary-20240501202525_1714595140405_0.3935760645892985","host":"s3://npm-registry-packages"}},"0.0.0-canary-20240501214125":{"name":"@reservoir0x/relay-sdk","version":"0.0.0-canary-20240501214125","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.0-canary-20240501214125","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"e6623eb1262dea49571c48aee1e0044a9462877e","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.0-canary-20240501214125.tgz","fileCount":224,"integrity":"sha512-M3KFQ7+6UuJgTOH+HbX8SGA0TBxcGZSbuAHlozkTCEEfDhBKGgVePuYOnDZyjHs23zqiiJX+N9N7t7pUwqaazA==","signatures":[{"sig":"MEQCIB1ppuEpvi4m4K8BBpzQieMA9LzJT831wCuEtNJT5wUIAiBd4zPAt4jilBvSIihhw+DPutSiqUWThUYoNd/fCRU/Eg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":750388},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.0.0-canary-20240501214125.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/private/var/folders/h5/dtd39xgn4pvcxbt9qqg6__540000gn/T/e4a7c12c45890233f38d6814f7d487de/reservoir0x-relay-sdk-0.0.0-canary-20240501214125.tgz","_integrity":"sha512-M3KFQ7+6UuJgTOH+HbX8SGA0TBxcGZSbuAHlozkTCEEfDhBKGgVePuYOnDZyjHs23zqiiJX+N9N7t7pUwqaazA==","_npmVersion":"10.2.3","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"readmeFilename":"readme.md","devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.0-canary-20240501214125_1714599690276_0.8060121356743806","host":"s3://npm-registry-packages"}},"0.0.0-canary-20240503175152":{"name":"@reservoir0x/relay-sdk","version":"0.0.0-canary-20240503175152","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.0-canary-20240503175152","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"2b74d48482b06b7ba47ea52ae41ce7806d61ed14","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.0-canary-20240503175152.tgz","fileCount":224,"integrity":"sha512-HIgti4opmfzMdsjQkpohyb0JQlD1g5uQJPtx1yzkTRQHJ9qpCDyQlMMy0PyW35FYvRHZ5D9w+3oLsslYMDESng==","signatures":[{"sig":"MEUCICAeWSXS33lSjvH9DqzkKjU6yfjrDClhSSFKrDDLZGYfAiEA+k7TtjZIF7OmT6glr+ylBoBwvIKEHWx8Gy3mAno83RI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":750388},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.0.0-canary-20240503175152.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/private/var/folders/h5/dtd39xgn4pvcxbt9qqg6__540000gn/T/7a0836d23af2b608a31b0b89fb92d409/reservoir0x-relay-sdk-0.0.0-canary-20240503175152.tgz","_integrity":"sha512-HIgti4opmfzMdsjQkpohyb0JQlD1g5uQJPtx1yzkTRQHJ9qpCDyQlMMy0PyW35FYvRHZ5D9w+3oLsslYMDESng==","_npmVersion":"10.2.3","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"readmeFilename":"readme.md","devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.0-canary-20240503175152_1714758717266_0.859353307889122","host":"s3://npm-registry-packages"}},"0.0.0-canary-20240506160753":{"name":"@reservoir0x/relay-sdk","version":"0.0.0-canary-20240506160753","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.0-canary-20240506160753","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"fe459d337f0a9c7b89de5aacf6c7d7f0404db9d7","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.0-canary-20240506160753.tgz","fileCount":224,"integrity":"sha512-KmQ/PnC2j2NKOJpPtsnhRAgbWKOEOIije4180OEPPm1aELpO6y6LxvJVQdqkQO9SOX8TVXampLP38BsoFV+NaA==","signatures":[{"sig":"MEQCIAGTsXBW+55nEkYasrB0TpYsk7JC9VQdnByI/1ixMhGmAiBcjy7NMmYZp5Bh81knHcerrt2tDGQ55po89R5zNHK7uQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":752414},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.0.0-canary-20240506160753.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"ted-palmer","email":"etpalmer17@gmail.com"},"_resolved":"/private/var/folders/2q/j5kr7xkj5hl8f4tmmhq1hx780000gn/T/91c70d2e3ba408c9eee387ca20bfe0dc/reservoir0x-relay-sdk-0.0.0-canary-20240506160753.tgz","_integrity":"sha512-KmQ/PnC2j2NKOJpPtsnhRAgbWKOEOIije4180OEPPm1aELpO6y6LxvJVQdqkQO9SOX8TVXampLP38BsoFV+NaA==","_npmVersion":"9.8.1","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"readmeFilename":"readme.md","devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.0-canary-20240506160753_1715011678393_0.7307535467141426","host":"s3://npm-registry-packages"}},"0.0.0-canary-20240506211039":{"name":"@reservoir0x/relay-sdk","version":"0.0.0-canary-20240506211039","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.0-canary-20240506211039","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"1ce5787f1ae67ee73110accbb33ccf7b9d03a15a","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.0-canary-20240506211039.tgz","fileCount":224,"integrity":"sha512-fVcZqQBdaCL7mw/2yajCraSkB915oOism3roga5ruhi0+NRhc//wgMtt3dYTFpt3IuRKCsfoulVfyBqpu+cYdg==","signatures":[{"sig":"MEUCICs7FOK1Tw4pNUzwzlC8e1h+Ehyzv73akoCVn1+dkf13AiEAks+c6cJi4cHUY+MxofZwRZqjQY90khS6JbW550n0+QI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":772904},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.0.0-canary-20240506211039.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/private/var/folders/h5/dtd39xgn4pvcxbt9qqg6__540000gn/T/41c7956cc5c4363cc3e7e48a0c4289f1/reservoir0x-relay-sdk-0.0.0-canary-20240506211039.tgz","_integrity":"sha512-fVcZqQBdaCL7mw/2yajCraSkB915oOism3roga5ruhi0+NRhc//wgMtt3dYTFpt3IuRKCsfoulVfyBqpu+cYdg==","_npmVersion":"10.2.3","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"readmeFilename":"readme.md","devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.0-canary-20240506211039_1715029844461_0.47156305140390975","host":"s3://npm-registry-packages"}},"0.0.0-canary-20240506220831":{"name":"@reservoir0x/relay-sdk","version":"0.0.0-canary-20240506220831","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.0-canary-20240506220831","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"2efe3619baf95c42d049700dbf03dc92383f20e1","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.0-canary-20240506220831.tgz","fileCount":224,"integrity":"sha512-45k7R1qJv4Vm+CjUPGKjY2fP79wbZwjkP5AoiaGKiis7U3wlEB6ovGRMtTpGsqrT3lk/dbINyYhsPNdeiYM6vw==","signatures":[{"sig":"MEYCIQCQe+CRaDDh0Zz2pyAQhEydLfbl9KRToqjhgHjGOZEbhwIhANyVxx046DEstV5ASuNZohjKIZR6yI4BWrKAVC/ffdTh","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":774260},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.0.0-canary-20240506220831.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/private/var/folders/h5/dtd39xgn4pvcxbt9qqg6__540000gn/T/b80bef80c999eefa6396d88c026cfe8a/reservoir0x-relay-sdk-0.0.0-canary-20240506220831.tgz","_integrity":"sha512-45k7R1qJv4Vm+CjUPGKjY2fP79wbZwjkP5AoiaGKiis7U3wlEB6ovGRMtTpGsqrT3lk/dbINyYhsPNdeiYM6vw==","_npmVersion":"10.2.3","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"readmeFilename":"readme.md","devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.0-canary-20240506220831_1715033317109_0.4508896338009074","host":"s3://npm-registry-packages"}},"0.0.0-canary-20240507132251":{"name":"@reservoir0x/relay-sdk","version":"0.0.0-canary-20240507132251","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.0-canary-20240507132251","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"8eaef7ce7b510036950fe8e3f62b21f39e23856a","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.0-canary-20240507132251.tgz","fileCount":224,"integrity":"sha512-okLmlUtwie2l52WnmmMMs9CEYuDLwl4jtzsZOZb4R0P6hn3NxXKSJ9LzqDmH9SaOfM9DZtc8q+lrHj4E0fTW2A==","signatures":[{"sig":"MEUCIQCQvyhYRydfOyLeyRMNsEpRVW3jn9W9m3RQsKbzyRnvwgIgYtG9X6hXzhwqkwZW3FYmcpHY4l8iGJZGb3MX7l7WVdc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":774266},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.0.0-canary-20240507132251.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"ted-palmer","email":"etpalmer17@gmail.com"},"_resolved":"/private/var/folders/2q/j5kr7xkj5hl8f4tmmhq1hx780000gn/T/a99a8a5d9d12590015fe41c98865f59a/reservoir0x-relay-sdk-0.0.0-canary-20240507132251.tgz","_integrity":"sha512-okLmlUtwie2l52WnmmMMs9CEYuDLwl4jtzsZOZb4R0P6hn3NxXKSJ9LzqDmH9SaOfM9DZtc8q+lrHj4E0fTW2A==","_npmVersion":"9.8.1","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.18.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"readmeFilename":"readme.md","devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.0-canary-20240507132251_1715088176840_0.8576749459544482","host":"s3://npm-registry-packages"}},"0.5.1":{"name":"@reservoir0x/relay-sdk","version":"0.5.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.5.1","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"207d31694a7924ba91d7163e89bba1372cce79ad","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.5.1.tgz","fileCount":230,"integrity":"sha512-QgRMedvHjfKfXGb/6OOX797EzBwMwOzSvU08OzjhGAzDGJx2qA4jvay+IJRD4ZT4bQAwD/Y7QsT0deBTVI4AcA==","signatures":[{"sig":"MEUCIQDScgIKkTGrEhvZidf+OO4pC4GTJcFswr2zYSeQMxeKjwIgCwvYOPkS4QAhqRjBdhlg9sETG95FHAkRpmQRQpNMSUU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767243},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.5.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/09d29c3509ae85e2578c8d9fb9319030/reservoir0x-relay-sdk-0.5.1.tgz","_integrity":"sha512-QgRMedvHjfKfXGb/6OOX797EzBwMwOzSvU08OzjhGAzDGJx2qA4jvay+IJRD4ZT4bQAwD/Y7QsT0deBTVI4AcA==","_npmVersion":"10.5.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.5.1_1715694792253_0.1975926268893331","host":"s3://npm-registry-packages"}},"0.5.2":{"name":"@reservoir0x/relay-sdk","version":"0.5.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.5.2","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"fc3300c2d6889913159ef1522b0260e108a2a063","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.5.2.tgz","fileCount":230,"integrity":"sha512-/u3WgvUtakCOhmGfwzdeiCXFWw9IZW8O49ESjRjbi5gvSWEPrmei/UlSjX3FV5KWiJPVFkDDmXCQqodp+zKfkw==","signatures":[{"sig":"MEUCIQDGqDm+dHjNsYS1SKBH7bBaN/mEsVUxRtjz+WZ0UhfwKgIgYHGwS6QQq4JccXE77Kbu1KBGCH+Xl8bnIrwlcumgu1s=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":768004},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.5.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/1c592a341da9b1c78ce1395fe2e7063c/reservoir0x-relay-sdk-0.5.2.tgz","_integrity":"sha512-/u3WgvUtakCOhmGfwzdeiCXFWw9IZW8O49ESjRjbi5gvSWEPrmei/UlSjX3FV5KWiJPVFkDDmXCQqodp+zKfkw==","_npmVersion":"10.5.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.5.2_1715709996250_0.8485116758835187","host":"s3://npm-registry-packages"}},"0.5.3":{"name":"@reservoir0x/relay-sdk","version":"0.5.3","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.5.3","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"d44179040465a5c071e552904f250ff0251008a2","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.5.3.tgz","fileCount":230,"integrity":"sha512-NnB0DGrwLhTUwXEOZKN++nbhZOvFqGabiBMSkhzQK95FdEcJSCnJAVeFWjtITCvma0PWL7EtYYD9+aMhf1K9ug==","signatures":[{"sig":"MEQCIBjX6b4Ag8onkeSq6lcRqt2EfbY6AYP7w6IPBP+UCjYlAiBc33/UZx2NHCBMDrq9BNUkYNgOJzK7n6ZfeUoXJTZ9CQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":767990},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.5.3.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/f7fce9a579e7a398b34963744a85a9bb/reservoir0x-relay-sdk-0.5.3.tgz","_integrity":"sha512-NnB0DGrwLhTUwXEOZKN++nbhZOvFqGabiBMSkhzQK95FdEcJSCnJAVeFWjtITCvma0PWL7EtYYD9+aMhf1K9ug==","_npmVersion":"10.5.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.5.3_1715787903297_0.6533669845415742","host":"s3://npm-registry-packages"}},"0.5.4":{"name":"@reservoir0x/relay-sdk","version":"0.5.4","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.5.4","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"4dc0d31026f08cb4c00eb3e3394c97985e6e03cb","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.5.4.tgz","fileCount":230,"integrity":"sha512-duzfuLjQS4lvj5Za2bwF4NNSDOxP4+gEV0v+bLLTjvIbBTAoUAOncN990t1hrAsPyAw492URchgCBz9QkFtW4A==","signatures":[{"sig":"MEUCIFRmrwCijEHRwJPAeVCeqpF69bPlqCayGKL97tVJVS0fAiEAoT8A/5BLbKxsc5zDRQRf2yjLEwHPr9Pcf7b04Ad3pVI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":773725},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.5.4.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/a005be2d747258a4c749d7a26e47f27f/reservoir0x-relay-sdk-0.5.4.tgz","_integrity":"sha512-duzfuLjQS4lvj5Za2bwF4NNSDOxP4+gEV0v+bLLTjvIbBTAoUAOncN990t1hrAsPyAw492URchgCBz9QkFtW4A==","_npmVersion":"10.5.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.5.4_1716301058294_0.10442909206118078","host":"s3://npm-registry-packages"}},"0.6.0":{"name":"@reservoir0x/relay-sdk","version":"0.6.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.6.0","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"101e0b460e85262716168d6acd6c70ddd099d079","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.6.0.tgz","fileCount":224,"integrity":"sha512-bukWkx6zXnB6t3f8QvAoOPyILzKxebsqiQvvFkY9EvDaQv+J0U0CcF57Q+YSbwsU56wbWU2XPkk+KitlASCGdg==","signatures":[{"sig":"MEYCIQDJDiQreJw/7bxc086SsUK1P5N4wJwQ6ruqiDltmOZZJAIhAKmhm92XxxfI4IHosRnsDiFWO/NcISr/SyaxDRxPg1Ih","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":781442},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.6.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/cca53188974a5ac706b15cac5431fd77/reservoir0x-relay-sdk-0.6.0.tgz","_integrity":"sha512-bukWkx6zXnB6t3f8QvAoOPyILzKxebsqiQvvFkY9EvDaQv+J0U0CcF57Q+YSbwsU56wbWU2XPkk+KitlASCGdg==","_npmVersion":"10.5.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.6.0_1716491843903_0.8673439472760847","host":"s3://npm-registry-packages"}},"0.6.1":{"name":"@reservoir0x/relay-sdk","version":"0.6.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.6.1","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"70de48df7e907b1b1d5b6e0b77a1271b4835e456","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.6.1.tgz","fileCount":224,"integrity":"sha512-6P0tzWqyIvXpBW89gbWAviQhHhH9TyGS+lIbkyIJ27JvRRtNDweqbK8DPMqfOjFLQDuAsq4+qiHC2T0gUrTf5g==","signatures":[{"sig":"MEUCIAmm8uaYfFrm+tZFTPFGtUZVxGq7vPgZxPD+liCVbCf1AiEA2TU7Zvrj288Mxx7li2SH/zGATEXIZ7PMuhuOXa8kNzw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":845602},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.6.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/a15972f8aa77678fc2de12f15ca24473/reservoir0x-relay-sdk-0.6.1.tgz","_integrity":"sha512-6P0tzWqyIvXpBW89gbWAviQhHhH9TyGS+lIbkyIJ27JvRRtNDweqbK8DPMqfOjFLQDuAsq4+qiHC2T0gUrTf5g==","_npmVersion":"10.5.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.6.1_1716577949833_0.4062157964241726","host":"s3://npm-registry-packages"}},"0.6.2":{"name":"@reservoir0x/relay-sdk","version":"0.6.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.6.2","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"ad03bc60df0068471c749931cb55e6c4bb1db3ed","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.6.2.tgz","fileCount":224,"integrity":"sha512-Td67DPOBDG0ZoBQW0eL5UBbIQ0qTQtgm5XXcS9WkVAuQc8JckhJK/rPpI1NrdNWiLr6ql12o0l5+lqlrfCn4JA==","signatures":[{"sig":"MEUCIDxOXZLZsVwQap9qcCpi1p5kzwm2UNyOtrYSwKUnkmH6AiEAhfJQx4R/9x9DKQw3nkwqTBwiP2/nA8HYGtXSLP4GYGY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":847770},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.6.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/b97a48cad792a697cf45005e7597bf2c/reservoir0x-relay-sdk-0.6.2.tgz","_integrity":"sha512-Td67DPOBDG0ZoBQW0eL5UBbIQ0qTQtgm5XXcS9WkVAuQc8JckhJK/rPpI1NrdNWiLr6ql12o0l5+lqlrfCn4JA==","_npmVersion":"10.5.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.6.2_1716582180861_0.4478442117329777","host":"s3://npm-registry-packages"}},"0.7.0":{"name":"@reservoir0x/relay-sdk","version":"0.7.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.7.0","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"599ea4e06974da6b031a6eda6a26c22fd64619e3","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.7.0.tgz","fileCount":224,"integrity":"sha512-oCDtZ3O1MXFgNlG64yoc2jSYhmKRe1fYzH7U84BHyC7BArmc8li+4gUykaKDERDYBqF3y+4M3eV+IFtcJAJe/A==","signatures":[{"sig":"MEUCIQC1UGZbhGIoVnUeTMZCTQxVyaDD4A3iTAUTYCLvROz5eQIgBObLvLFFR2xI+r/fcy9NsxvVvUf6RgR/FZe2ECDB33Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":846980},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.7.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/6358ba485aa1fd39281acf79b401b192/reservoir0x-relay-sdk-0.7.0.tgz","_integrity":"sha512-oCDtZ3O1MXFgNlG64yoc2jSYhmKRe1fYzH7U84BHyC7BArmc8li+4gUykaKDERDYBqF3y+4M3eV+IFtcJAJe/A==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2"},"peerDependencies":{"viem":"^2.7.3","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.7.0_1716923570526_0.5484987524375335","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"@reservoir0x/relay-sdk","version":"1.0.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.0","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"03f30a1d51689ffaca2ec8072388c0e08fdc6889","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.0.tgz","fileCount":206,"integrity":"sha512-ucc4Nh4Nds0CFyqLvweJ8Xd2iYJiEpDZVLjkpUlalAMppM7T9dR/6VRhTBvNTPdDpOAlKPOYIn9uXySN8+rmEg==","signatures":[{"sig":"MEUCIQCo0dz+RKxP+BjAjQtm5nhMmJ/f2j/bzjz/qYvkreBYeQIgDuRjXHqrHpQJanUisOpLtOhqz3BTwmw2XxKfqGV85fM=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277185},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/c00ebd58973a5470324bdd55f6a8b8a1/reservoir0x-relay-sdk-1.0.0.tgz","_integrity":"sha512-ucc4Nh4Nds0CFyqLvweJ8Xd2iYJiEpDZVLjkpUlalAMppM7T9dR/6VRhTBvNTPdDpOAlKPOYIn9uXySN8+rmEg==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.0_1718135284506_0.7332001913494153","host":"s3://npm-registry-packages"}},"1.0.1":{"name":"@reservoir0x/relay-sdk","version":"1.0.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.1","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"edb7028919b7945cae328925602abfb760447e26","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.1.tgz","fileCount":206,"integrity":"sha512-Y1u8FDvHChAFkvuFyqI2ybvziD/KYgtFnYWNkExWEw6nKqNPOeXJ97SWFEmG921Ayy20jH30n+VwUjUWso8EyQ==","signatures":[{"sig":"MEUCIHdVhbkwB9oCyGKK+MjECbr1+7b4yJtgPETy4UAnY0XYAiEAsAVptI8HpsuGqTTQtonMdO4sQtil6mzbxHhk+rb89vs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277185},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/e4a9e5753875618e37efbfc6a4dbf90d/reservoir0x-relay-sdk-1.0.1.tgz","_integrity":"sha512-Y1u8FDvHChAFkvuFyqI2ybvziD/KYgtFnYWNkExWEw6nKqNPOeXJ97SWFEmG921Ayy20jH30n+VwUjUWso8EyQ==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.1_1718139337655_0.4129469633619227","host":"s3://npm-registry-packages"}},"1.0.2":{"name":"@reservoir0x/relay-sdk","version":"1.0.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.2","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"cd24d9588a71882f6d63fca5f421f34c362d339c","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.2.tgz","fileCount":206,"integrity":"sha512-I/j9Eunnm9El6aqUL0Rc3EYDVMGNvjUJuXKP87hW8FMv3OJzKq1VAt1NqfvFLFFRCxUEM7TdeiDnPk/F0dlaGg==","signatures":[{"sig":"MEUCIAnaqNkumkjBFed6Un/iK9LT/zFFfNnEEwEVRHnEg23HAiEA7nY4nB/2umsWLyp/yjKYJ03wuoXTXMbsaJfrz85GJAg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277185},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/56b54987806e5bf01e7079b06dc4ccaf/reservoir0x-relay-sdk-1.0.2.tgz","_integrity":"sha512-I/j9Eunnm9El6aqUL0Rc3EYDVMGNvjUJuXKP87hW8FMv3OJzKq1VAt1NqfvFLFFRCxUEM7TdeiDnPk/F0dlaGg==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.2_1718215367435_0.1961949847193507","host":"s3://npm-registry-packages"}},"1.0.3":{"name":"@reservoir0x/relay-sdk","version":"1.0.3","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.3","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"1d3d38d1e39d50af02003abb2cbb325c233735dd","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.3.tgz","fileCount":206,"integrity":"sha512-AONQC/8Tg4I1FDISF5HpLc77ZUcsq1Qy9Y5WzszhRPJVFFGLStbNpn9oQ9U/v1GNRwQ/9WQCzCGta5Go16uNTw==","signatures":[{"sig":"MEYCIQCHq33dcuF6uGDo46h3d6CryiO2+klT4karrZE81lTuwAIhAK02PhjP7QEbLdUqyDpFtUkKPyfzaJ6Caj2ZLss5e7k+","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277179},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.3.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/6c3d1715872a4cc8c43c146e28de4b6d/reservoir0x-relay-sdk-1.0.3.tgz","_integrity":"sha512-AONQC/8Tg4I1FDISF5HpLc77ZUcsq1Qy9Y5WzszhRPJVFFGLStbNpn9oQ9U/v1GNRwQ/9WQCzCGta5Go16uNTw==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.3_1718305926709_0.5866702634089782","host":"s3://npm-registry-packages"}},"1.0.4":{"name":"@reservoir0x/relay-sdk","version":"1.0.4","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.4","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"baae0340fcefa019067e6a2fb8fe8de196f7d114","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.4.tgz","fileCount":206,"integrity":"sha512-4tIEpYh1J9yK5zRBMvx0jfxL/0vUjDXy2WiaQNCkoINV2u6AoQ0wHZb2dPMwgGWb8o6DFZTSl1BYZIckXjtQyw==","signatures":[{"sig":"MEUCIEq2ymV8prID0HpXqnnyPaOPgtdPRi8MYXxM38A3dfLpAiEAyYF9+YMO7Yml3eiLyqWtw7QjXAwYggSCbYG/anLUGBo=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277625},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.4.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/c0f6858e22781b12c1a434313423ae83/reservoir0x-relay-sdk-1.0.4.tgz","_integrity":"sha512-4tIEpYh1J9yK5zRBMvx0jfxL/0vUjDXy2WiaQNCkoINV2u6AoQ0wHZb2dPMwgGWb8o6DFZTSl1BYZIckXjtQyw==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31","typescript":"^5.0.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.4_1718375479792_0.6892388858479073","host":"s3://npm-registry-packages"}},"1.0.5":{"name":"@reservoir0x/relay-sdk","version":"1.0.5","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.5","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"6024c476a641a79a09a2aab2aa32cc73a46341a8","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.5.tgz","fileCount":206,"integrity":"sha512-9Kl1uWnd3igFlipOgrluR90UUUFpMKuesy7pEkQDUtBNxuGp8W3Cln9yd2vtXgu43+ksQVDgyzetZ+0Y3KgRxQ==","signatures":[{"sig":"MEYCIQCErkqSWXCs5BwtUi1dd4zJzKJOUmBKDSxtXatjaDmhXAIhAKOakTqTIbJy/AUryfTVFN8q95BEXZCSUEUGNNiw0pf6","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1283583},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.5.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/a9d7e10a0823e7acf6e09f4f205f68fd/reservoir0x-relay-sdk-1.0.5.tgz","_integrity":"sha512-9Kl1uWnd3igFlipOgrluR90UUUFpMKuesy7pEkQDUtBNxuGp8W3Cln9yd2vtXgu43+ksQVDgyzetZ+0Y3KgRxQ==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2","typescript":"5.4.5","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.5_1718736525401_0.6438557558882421","host":"s3://npm-registry-packages"}},"1.0.6":{"name":"@reservoir0x/relay-sdk","version":"1.0.6","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.6","dist":{"shasum":"73d4e45047ebfde10ce7427889696e5576d2b960","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.6.tgz","fileCount":206,"integrity":"sha512-ncUGKRt668sRG+X+vbJQ2rkSKT47sd85OZyc7ODvkd25Srw9jp1XzLmY3TQhnpO8BIpQGJ9vWOEoiAxK/6Puqg==","signatures":[{"sig":"MEQCIDVB8jJsxYdb2IsV5EykZ59ml/2GqsElbsZS7pXf8biNAiBvzG938+Zik6rhJc1nxR+tgoWZjCvQDXRaa931T29WhA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1288713},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.6.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/e28bfbabcdf74a145d3c8de9e045958d/reservoir0x-relay-sdk-1.0.6.tgz","_integrity":"sha512-ncUGKRt668sRG+X+vbJQ2rkSKT47sd85OZyc7ODvkd25Srw9jp1XzLmY3TQhnpO8BIpQGJ9vWOEoiAxK/6Puqg==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","node-fetch":"^3.3.2","typescript":"5.4.5","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.6_1718905627049_0.4175439896351205","host":"s3://npm-registry-packages"}},"1.0.7":{"name":"@reservoir0x/relay-sdk","version":"1.0.7","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.7","dist":{"shasum":"a8dc34b897a628afc68ce3b3c80ec8618860eb17","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.7.tgz","fileCount":206,"integrity":"sha512-4A28HWF9KGwPrvo5tNcE8eg76Zzw6zLD0/wSrHOdxv+g1xinAyD4UAz4u7uu6gFh2rsqoxV7obcwDUvEt56ytA==","signatures":[{"sig":"MEUCIHcO6vUnIcO0t4Oefs1Cqxuvoh5aTs9sb4to+RM+ISLNAiEA6BwLajO2wJE+Ejaaw+VrQXRLdDE+WmCkvlAps8xxQ7w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1289054},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.7.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/f186582876a9987896ad608d4139e1b6/reservoir0x-relay-sdk-1.0.7.tgz","_integrity":"sha512-4A28HWF9KGwPrvo5tNcE8eg76Zzw6zLD0/wSrHOdxv+g1xinAyD4UAz4u7uu6gFh2rsqoxV7obcwDUvEt56ytA==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.7_1719870643144_0.06468198191474483","host":"s3://npm-registry-packages"}},"1.0.8":{"name":"@reservoir0x/relay-sdk","version":"1.0.8","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.8","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"3b09cacfe1a458b010c0c2e1c9115eb2d4bafe36","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.8.tgz","fileCount":206,"integrity":"sha512-sDvEyBp7PEofDwTCrPoYaZ3PDkSPqQI9dXmkt4i1I5SmyO14XYI4GectDLGodK3TEewo+CQ0xyuwVlehVkwmiw==","signatures":[{"sig":"MEQCIELi5wRoybIF+TZRjZf7UMTz5h3RAKw2g84yGPkfPVLwAiAI25ukXj7EooYsW+YBrp9M5JvXFuYLATjh64FR1uim8Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1289210},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.8.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/85b7202d4e5d4d654522b575474aabf9/reservoir0x-relay-sdk-1.0.8.tgz","_integrity":"sha512-sDvEyBp7PEofDwTCrPoYaZ3PDkSPqQI9dXmkt4i1I5SmyO14XYI4GectDLGodK3TEewo+CQ0xyuwVlehVkwmiw==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.8_1720555926150_0.26164790786101655","host":"s3://npm-registry-packages"}},"1.0.9":{"name":"@reservoir0x/relay-sdk","version":"1.0.9","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.9","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"0d427a71b730871a986ae2ec05e9da0552e228eb","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.9.tgz","fileCount":206,"integrity":"sha512-imckpUmFLhI6b7ITeLxaL7eDZ5hJ9xj1O90Ak3a2MKbPfqA717g60a+89AxRlHCrUDSzDaByXj/tOKbXHJGsKw==","signatures":[{"sig":"MEUCIHREysJsSt96wDhcpStOrlYIpyahIfiMNkdqOftFm3C4AiEAjagaigr8FD7y/4/+e84N3VO0GZIT3Uys0poN3ENhBqA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1336157},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.9.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/386c8a4cf912a57880601806e279a877/reservoir0x-relay-sdk-1.0.9.tgz","_integrity":"sha512-imckpUmFLhI6b7ITeLxaL7eDZ5hJ9xj1O90Ak3a2MKbPfqA717g60a+89AxRlHCrUDSzDaByXj/tOKbXHJGsKw==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.3","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.9_1721068525884_0.02606780642814366","host":"s3://npm-registry-packages"}},"1.0.10":{"name":"@reservoir0x/relay-sdk","version":"1.0.10","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.10","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"f3aa3333ab58fbcd0c9666b64ef97a2875cb059a","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.10.tgz","fileCount":206,"integrity":"sha512-X8G6jueKEzGSlgYeVumIdpBbDYUwo57a5LfPZ2/WzTFae6LOVGkJJX58Aw6kQE276hWQapSjvYPdqJEQZwUJ+g==","signatures":[{"sig":"MEUCIGc2LvAmcq/oiPTDxkwHpj4O4D3I1TCpG0mnG6wqPI+kAiEAo+AgLwvcQHV7euSIe+xvivqYTphc+/oiwyI84CAFVqI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1337068},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.10.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/329f5e3abeea2d1c33fffde48c991c90/reservoir0x-relay-sdk-1.0.10.tgz","_integrity":"sha512-X8G6jueKEzGSlgYeVumIdpBbDYUwo57a5LfPZ2/WzTFae6LOVGkJJX58Aw6kQE276hWQapSjvYPdqJEQZwUJ+g==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.10_1721663812318_0.4881527778246699","host":"s3://npm-registry-packages"}},"1.0.11":{"name":"@reservoir0x/relay-sdk","version":"1.0.11","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.11","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"726798600de5beb3e479f07718cc84f676692534","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.11.tgz","fileCount":206,"integrity":"sha512-4uLP+0J1jDHOXkTKBkoEXpTBWrUz+fiVvD3FvdORsS3ibocnamoaYSGM2klwn77CttOeux39zfhqiRn8CtJ2dw==","signatures":[{"sig":"MEUCIBjwX17IiNQRqdKMBrBcsSrVQUo63cvJEiRIfNX5BAxlAiEAwwIsUurnmwD4Bu01cmtvHqYWgQCfwEWuZ9pcQAiaTdw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1337482},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.11.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/3cc9f41a82d17da771b9187f8c8c4522/reservoir0x-relay-sdk-1.0.11.tgz","_integrity":"sha512-4uLP+0J1jDHOXkTKBkoEXpTBWrUz+fiVvD3FvdORsS3ibocnamoaYSGM2klwn77CttOeux39zfhqiRn8CtJ2dw==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.11_1722262098444_0.6052703239939121","host":"s3://npm-registry-packages"}},"1.0.12":{"name":"@reservoir0x/relay-sdk","version":"1.0.12","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.12","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"34978fd6970101887706b978d67ad531509776bd","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.12.tgz","fileCount":206,"integrity":"sha512-HnIbNna5fyxHrJe1Gy2LFjaFT77uLJgbizrYISWghLpPCZojOskl1i4PDwusM0cJ1echSFRcuyxcQiZ/0elrUQ==","signatures":[{"sig":"MEYCIQCmdozVRzNI6xqdUYo2tL9o52DH2jgS0F8u32lstti5NQIhAL7PSF8DInCValHi2Wj5KYa5Vu7VEoXvG23+3BQ3v+EX","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1337551},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.12.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/beede79d9a9084dd26f0b3c9a1d33f51/reservoir0x-relay-sdk-1.0.12.tgz","_integrity":"sha512-HnIbNna5fyxHrJe1Gy2LFjaFT77uLJgbizrYISWghLpPCZojOskl1i4PDwusM0cJ1echSFRcuyxcQiZ/0elrUQ==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.12_1722262912909_0.38276132955583764","host":"s3://npm-registry-packages"}},"1.0.13":{"name":"@reservoir0x/relay-sdk","version":"1.0.13","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.0.13","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"69b452fe2efe8a2aeb84e1967e7fb2e572a60aa3","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.0.13.tgz","fileCount":206,"integrity":"sha512-JU8eice2D5UkzRSEsKg3a+q7S6vAD4QKWXQ9fhLHb9EgSEdycTmORWoRsP0yCm2ylbIGKbpS5tQdIHfUrwnfkg==","signatures":[{"sig":"MEUCIQDaSGLaUl2Sl5r699oO3kNDQscyh8+iMCijLqiRw5Fk2wIgZSq36d33o1z8Toh2RUE1sPs0sYAV9Ih7thG/6ze8sO0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1357728},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.0.13.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/7b7b6d0a18c92d10cc9bf66e5d1c9f47/reservoir0x-relay-sdk-1.0.13.tgz","_integrity":"sha512-JU8eice2D5UkzRSEsKg3a+q7S6vAD4QKWXQ9fhLHb9EgSEdycTmORWoRsP0yCm2ylbIGKbpS5tQdIHfUrwnfkg==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5","lodash-es":"^4.17.21"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.0.13_1722624507881_0.3166087904197177","host":"s3://npm-registry-packages"}},"1.1.0":{"name":"@reservoir0x/relay-sdk","version":"1.1.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.1.0","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"b47e94885e0f88448b2a5b30686e8899421433f4","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.1.0.tgz","fileCount":212,"integrity":"sha512-Bz7KVbAZJ2TtNticfjcYocDAwEcYz2P4xC9wLEjpY8vpIeaAzTy+01zE5m7P4+eeJLdOGtm8VNf92g31t/zGSw==","signatures":[{"sig":"MEQCIHTKjmqhN9ocOdDLHSoBeljFqu5ARzqH77AoBbyoPUI2AiB84oXx78lyC5u44A6qSNYA//bzKvtjx9WY4CQPjqz7+w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1360198},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.1.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/ce7213264ff2a7873c1c89b7ba66928b/reservoir0x-relay-sdk-1.1.0.tgz","_integrity":"sha512-Bz7KVbAZJ2TtNticfjcYocDAwEcYz2P4xC9wLEjpY8vpIeaAzTy+01zE5m7P4+eeJLdOGtm8VNf92g31t/zGSw==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5","@types/lodash-es":"^4.17.12"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.1.0_1722955693648_0.85722954122296","host":"s3://npm-registry-packages"}},"1.1.1":{"name":"@reservoir0x/relay-sdk","version":"1.1.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.1.1","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"73a6911bd9eabc273f1702fcf7ad92d3b11d7dfd","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.1.1.tgz","fileCount":212,"integrity":"sha512-62SaAu1yXXNfAzL/H3pedx9xCwxvSmH91vOtrqGja5kjnZAqsOTrA5naW5I4TtFhta8GN7kyZx7iZBs8wlmi/w==","signatures":[{"sig":"MEYCIQClP5yce5lLQsSXtsDdE3XBcJHkX+9PN+3T4C6XTc4lTwIhAKw1DciQLsi2q7hDmyewqUeIzJRvEt2pnpG1v0ff67fF","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1178091},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.1.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/7ea5befae77dec6d7f7bfb15d73a4d82/reservoir0x-relay-sdk-1.1.1.tgz","_integrity":"sha512-62SaAu1yXXNfAzL/H3pedx9xCwxvSmH91vOtrqGja5kjnZAqsOTrA5naW5I4TtFhta8GN7kyZx7iZBs8wlmi/w==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.1.1_1723672715061_0.9430913431865191","host":"s3://npm-registry-packages"}},"1.1.2":{"name":"@reservoir0x/relay-sdk","version":"1.1.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.1.2","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"0785980378e44333499a60a6a5dd5a1198e1431b","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.1.2.tgz","fileCount":224,"integrity":"sha512-KWwq8hJaVs7fDYqTXs4auihwAYrxtnDbqSciffiFZvtFTHqjgRQb4CbyuZsV6oXiVDExrWgpaDSAZViMdYE7mA==","signatures":[{"sig":"MEQCIGZdtuGFcrmK1m0rc+BsaSnKklzjjjPKZTwUg8N6HGZUAiAE9Ua5BX8T2mHqY6wtiU65HZf/OaktuLpM9X7wOgp7mA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1189264},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.1.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/d261962799573a239a8de2ef9026dd48/reservoir0x-relay-sdk-1.1.2.tgz","_integrity":"sha512-KWwq8hJaVs7fDYqTXs4auihwAYrxtnDbqSciffiFZvtFTHqjgRQb4CbyuZsV6oXiVDExrWgpaDSAZViMdYE7mA==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.1.2_1724277528613_0.39920952413859934","host":"s3://npm-registry-packages"}},"1.2.0":{"name":"@reservoir0x/relay-sdk","version":"1.2.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.2.0","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"39cbacb1c64712d5a60427bc7d956f25539cbc1f","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.2.0.tgz","fileCount":224,"integrity":"sha512-MXjAvptoBPIHHcsLZXeQ3/AsqXxuUfW6GkbjJ2DBuEcXpmGLBgYGA6JIVUBZn1COAQoGjLvya8K61L0bLZ6ktg==","signatures":[{"sig":"MEQCIH2sh5HBGueyHq8J4iotslz5G3shrf2c5KsKG2WHXcJBAiBE/6bGcRe2HirBEUXimsmM9GkIAl2DtTnm0YsbIhkMlg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1192861},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.2.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/e50be6eeccd1bf116dfc37675b0b284f/reservoir0x-relay-sdk-1.2.0.tgz","_integrity":"sha512-MXjAvptoBPIHHcsLZXeQ3/AsqXxuUfW6GkbjJ2DBuEcXpmGLBgYGA6JIVUBZn1COAQoGjLvya8K61L0bLZ6ktg==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.2.0_1724438649711_0.10113160495724682","host":"s3://npm-registry-packages"}},"1.2.1":{"name":"@reservoir0x/relay-sdk","version":"1.2.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.2.1","maintainers":[{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"9d3077e46c62c6520b55af2b52bf73eb2d99a463","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.2.1.tgz","fileCount":224,"integrity":"sha512-2HbBfSJdt8QZYFC6lnZnIUUSXfYk+zPooMp2bPjoRkdx1594Zgrv0WP/mNlKC/IIGm+RhViPNwEWbxC3pVxsfQ==","signatures":[{"sig":"MEYCIQCwVrh+9uWz1CgaQ8kGBYhGcS5vyc/gq3475CtU9kgm/AIhAJOp+WKx8+M6tvDZ2FWjMRxJEcE90swfyiWwpv4AtoGo","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1220673},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.2.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/a2f8462cfcf9e5164bcd2f7394a83fec/reservoir0x-relay-sdk-1.2.1.tgz","_integrity":"sha512-2HbBfSJdt8QZYFC6lnZnIUUSXfYk+zPooMp2bPjoRkdx1594Zgrv0WP/mNlKC/IIGm+RhViPNwEWbxC3pVxsfQ==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.2.1_1724889497750_0.3967995336028036","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"@reservoir0x/relay-sdk","version":"1.2.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.2.2","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"ce47ea448dcd2c71e20f8cd51ebdb1c5b7e1fafc","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.2.2.tgz","fileCount":224,"integrity":"sha512-GlMssaM8fwc1JKbHr8eA14GL2g5/4p5JHVbWIeCn03UbnLtYVD/v1LGdWodFW5ZJu5C341y7pA1TWi4N4PjmWw==","signatures":[{"sig":"MEYCIQCUL1arMIX7gwkiwbAe42+9t3Aw3Jksizm3XEyXOrSvkAIhALqTxedRpgrn7hRYmS/XnrCSkFtly9rcvPZ40MRHftrI","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1223606},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.2.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/4b185f6453edf943495abfcf4ef59931/reservoir0x-relay-sdk-1.2.2.tgz","_integrity":"sha512-GlMssaM8fwc1JKbHr8eA14GL2g5/4p5JHVbWIeCn03UbnLtYVD/v1LGdWodFW5ZJu5C341y7pA1TWi4N4PjmWw==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.2.2_1725979542090_0.22163223342527516","host":"s3://npm-registry-packages"}},"1.3.0":{"name":"@reservoir0x/relay-sdk","version":"1.3.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.3.0","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"f866fe74aea58754434515d301d983252da448ba","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.3.0.tgz","fileCount":224,"integrity":"sha512-k8cYDqeM9pRVSNicfxC21GOc9k7IOjwo1usvKRls7BCGAGXJ7VDshJAd8RwCAknx7yDpEGUbfWQnZdR5DFKqWw==","signatures":[{"sig":"MEQCIBBO20oXPW3WXZPtdUX4zar1HOtAUB+W4hkLEn7o42l/AiBmT9l0tHpMWkRS07lfdycKJ0IeyszCt5PYLUoa7wWi6w==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1225170},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.3.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/7e7dd690b7ca3d61467845d50383393f/reservoir0x-relay-sdk-1.3.0.tgz","_integrity":"sha512-k8cYDqeM9pRVSNicfxC21GOc9k7IOjwo1usvKRls7BCGAGXJ7VDshJAd8RwCAknx7yDpEGUbfWQnZdR5DFKqWw==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.3.0_1726171755650_0.09506557354018441","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"@reservoir0x/relay-sdk","version":"1.3.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.3.1","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"a1fe886c3decaf9acdaed87f2dd7e78896f039f9","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.3.1.tgz","fileCount":230,"integrity":"sha512-TaGmUEKMuGABZGJ1DImdc9GTfC0skMCj/2sjPJ/4DMc4f6cTm02r7ndBHLEEFuqrTPEpR2w5vnn03y20EUYTxg==","signatures":[{"sig":"MEUCIE/usnk1QxBlLnLWp7GL4Tz7ia8p1sBZVLweUnSMO7J/AiEAw89gOu0G76zixmtCC5KEJHlRfO093I827xgBLclYFqE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1228338},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.3.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/1e4da0845dadf83e9b7c176b274a63a2/reservoir0x-relay-sdk-1.3.1.tgz","_integrity":"sha512-TaGmUEKMuGABZGJ1DImdc9GTfC0skMCj/2sjPJ/4DMc4f6cTm02r7ndBHLEEFuqrTPEpR2w5vnn03y20EUYTxg==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.3.1_1726686108078_0.40283190415848313","host":"s3://npm-registry-packages"}},"1.3.2":{"name":"@reservoir0x/relay-sdk","version":"1.3.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.3.2","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"5944a9d8a773beb8d0f239d0492c2266fb83a345","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.3.2.tgz","fileCount":230,"integrity":"sha512-6pm5O/xC5cY2Vk0uaJPJPmd6ge5wlrP95v1+XqRabKCJeSPrILf69Q9zEm48H5CiXI3CimslBziu1EnnWaF5yw==","signatures":[{"sig":"MEUCIQCwFQ0KH5uXS1iXvjppSE6AcTr/eq1YdfN/ZLlH0h2PqgIgWp0j7EIz3bY4pkfkIWAx+XLGLiLKKRwzu5FbYDz5hsQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1228662},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.3.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/9f8b8c145e54ed08024397a14bbfb523/reservoir0x-relay-sdk-1.3.2.tgz","_integrity":"sha512-6pm5O/xC5cY2Vk0uaJPJPmd6ge5wlrP95v1+XqRabKCJeSPrILf69Q9zEm48H5CiXI3CimslBziu1EnnWaF5yw==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.3.2_1726780683213_0.12666618433517707","host":"s3://npm-registry-packages"}},"1.3.3":{"name":"@reservoir0x/relay-sdk","version":"1.3.3","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.3.3","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"521ce86f2387cc0e94b0cce026188351ce297dca","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.3.3.tgz","fileCount":230,"integrity":"sha512-BL7TJOXsMb3NWd1vebdq9W4NBn4nKvha3aNo4WflQPeevBkm1Az4bePkkTdgvKhQVTckwaW4kCLozyaOeWQBKg==","signatures":[{"sig":"MEYCIQDQDvHFay/SbFgtQhNlCV0WDrw9VqmlErte9aLs2kZJ9AIhALF/4s78ZP54ZSrc2S64IrYIoFRZWvPtL6Pk+YDa+kIx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1230403},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.3.3.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/696d19ca00891411395c9261c6c23956/reservoir0x-relay-sdk-1.3.3.tgz","_integrity":"sha512-BL7TJOXsMb3NWd1vebdq9W4NBn4nKvha3aNo4WflQPeevBkm1Az4bePkkTdgvKhQVTckwaW4kCLozyaOeWQBKg==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.3.3_1727143875355_0.6028488232297262","host":"s3://npm-registry-packages"}},"1.3.4":{"name":"@reservoir0x/relay-sdk","version":"1.3.4","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.3.4","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"3ff027ac3a0ce9cdfc318d5e8be1461b8094288a","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.3.4.tgz","fileCount":230,"integrity":"sha512-7PhkpSPVDJFZJ2MpCnyWlBwbh8SMBGhBiZn361wS1kz/lLMuh1UDkbYCLH7iIun3wpB2pGb3QWfyiDiNTkafAA==","signatures":[{"sig":"MEQCIFHnXWtXxnYx60JXeg+H9iVLK+nb3pEOysnREKZHghprAiB8zMENnEuJYPx7QNfmOhB/pWDiHY94g/sI/uawrzLEEg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1259494},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.3.4.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/0b46fbc6410d05cd679337e68b80f921/reservoir0x-relay-sdk-1.3.4.tgz","_integrity":"sha512-7PhkpSPVDJFZJ2MpCnyWlBwbh8SMBGhBiZn361wS1kz/lLMuh1UDkbYCLH7iIun3wpB2pGb3QWfyiDiNTkafAA==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.3.4_1729209756544_0.29161130299617155","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"@reservoir0x/relay-sdk","version":"1.4.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.4.0","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"44a2501f4e05472b23f0fbf41b591648c5922703","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.4.0.tgz","fileCount":236,"integrity":"sha512-wHNbMFu72mAR7K1osd+eePlE9wSpVheKy8m1P895Qzq/j77CihBy9QhtRnpkOIU5ja9Y9AvsljjgtmdUeDeylQ==","signatures":[{"sig":"MEYCIQD1G62tf28d2Auu7Kd89fX1YU7isVaEYmqBLlo1+FP7PQIhANzosMWNas5PVheSoNSXPVA6ht/HHhCJoedjB7aXFD8Z","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1263888},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.4.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/f1637b34b54fa45899c41e4ba608b195/reservoir0x-relay-sdk-1.4.0.tgz","_integrity":"sha512-wHNbMFu72mAR7K1osd+eePlE9wSpVheKy8m1P895Qzq/j77CihBy9QhtRnpkOIU5ja9Y9AvsljjgtmdUeDeylQ==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.4.0_1729620300343_0.778345837457683","host":"s3://npm-registry-packages"}},"1.4.1":{"name":"@reservoir0x/relay-sdk","version":"1.4.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.4.1","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"1aec1adf45fc901c056df96b8463743a782b1531","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.4.1.tgz","fileCount":236,"integrity":"sha512-6sOi+33QQZphJosAdneIUXW4IqlkXBOuZqA/bs+eCRdZD/aU8k4a70DKNJocm/6aFO3lrunkpUgBbrBX2TmokQ==","signatures":[{"sig":"MEYCIQDnXXS5K8Ybiqqz3hM0Wqafuy4GKafZlRGMn0R/Gw6YMgIhALQvI16u0Pd0rtQGS3nfRPF82NVJt7RZeBaTNfcQJZtt","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1264512},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.4.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/1f0e9dec6f0f4c38ad026ff2e190c056/reservoir0x-relay-sdk-1.4.1.tgz","_integrity":"sha512-6sOi+33QQZphJosAdneIUXW4IqlkXBOuZqA/bs+eCRdZD/aU8k4a70DKNJocm/6aFO3lrunkpUgBbrBX2TmokQ==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.4.1_1729715122752_0.3188677718875583","host":"s3://npm-registry-packages"}},"1.4.2":{"name":"@reservoir0x/relay-sdk","version":"1.4.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.4.2","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"b2bb6a62708b5dff85363691f4af358c3e38da5b","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.4.2.tgz","fileCount":236,"integrity":"sha512-jWjzYX8siUgZ3S7My43Q0KTP5KV8sLzBiwJ7M+8NY5yS5Sr6vQY850XSx0dQ7nP24JRcwI2nYhaOLMigGQeAeg==","signatures":[{"sig":"MEUCIQDKZHCEeuzl9+TXTbnbs4B1U8ys0BfMVwKPL11MT9EThAIgOqjSlByQopM2keJKCGwKQlYLG4LX74eXHA5OxbFBDfY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1264740},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.4.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/773b6994cb3b8d05722625a127908731/reservoir0x-relay-sdk-1.4.2.tgz","_integrity":"sha512-jWjzYX8siUgZ3S7My43Q0KTP5KV8sLzBiwJ7M+8NY5yS5Sr6vQY850XSx0dQ7nP24JRcwI2nYhaOLMigGQeAeg==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.4.2_1730222282729_0.04058787127224939","host":"s3://npm-registry-packages"}},"1.4.3":{"name":"@reservoir0x/relay-sdk","version":"1.4.3","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.4.3","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"8c2edf10dcb83d8fe4ede2783fe24cda4fff93df","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.4.3.tgz","fileCount":236,"integrity":"sha512-BF42iBsppVs8zuavjWY/ykCXLQaX59XxtRA/nKbiwpKWiRdbx9eDnpMrbeuqRC+/UUVkdgsdQP4njVfPu6iRJQ==","signatures":[{"sig":"MEYCIQCh8+s91qZGn54mZELrLo5Tyv4Oy7/ZKkTQT5NjAsDvzQIhANg2ouS2a81EUP5QreLs5bMOlu8ibqIuIB65Bt60/qwG","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1264757},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.4.3.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/8165ca2e1f27660e4f6d5f2e52a25822/reservoir0x-relay-sdk-1.4.3.tgz","_integrity":"sha512-BF42iBsppVs8zuavjWY/ykCXLQaX59XxtRA/nKbiwpKWiRdbx9eDnpMrbeuqRC+/UUVkdgsdQP4njVfPu6iRJQ==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.4.3_1730328062574_0.7271110934175473","host":"s3://npm-registry-packages"}},"1.4.4":{"name":"@reservoir0x/relay-sdk","version":"1.4.4","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.4.4","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"62fb4720aa1671bab18558521a1c5758d49a9c49","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.4.4.tgz","fileCount":236,"integrity":"sha512-Td0LXK58Dy6VsVUpfYFMWAhk5IYyA460WQyYrqyJhTPgUbC6R8+QX793Jz3fJrWoPfgYAOTFU/RHyUmH+UVacw==","signatures":[{"sig":"MEUCIE+ay5etByFnuvOJsvw6VPsItGzDqfPdCPFk4a8b2wg5AiEAuS8nAEexH2rYhs/EvQFXuySjvdIg+Qt/GouA7V69XIw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1266435},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.4.4.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/3513cc0a6956e6cb1b820ddf350ecaa7/reservoir0x-relay-sdk-1.4.4.tgz","_integrity":"sha512-Td0LXK58Dy6VsVUpfYFMWAhk5IYyA460WQyYrqyJhTPgUbC6R8+QX793Jz3fJrWoPfgYAOTFU/RHyUmH+UVacw==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.4.4_1730388518028_0.004256179358638645","host":"s3://npm-registry-packages"}},"1.4.5":{"name":"@reservoir0x/relay-sdk","version":"1.4.5","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.4.5","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"84cbc41a65a0fa5195909d3a73b5ddccb00967b6","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.4.5.tgz","fileCount":236,"integrity":"sha512-8B8Jj7zuYSBfsO/4CuAIjUC8/rhC4FVnEUdzciJtY5TXTHxEBYAcLbFd8AVJ6iiXAE1POp5Qd0U/7yCZZYXFBw==","signatures":[{"sig":"MEUCIEfKhtBaJO5hZ6Urvdrg6b6bgv9UCw38mLcPpqYDBomfAiEAzF42FD2WLfL0iraAuKrBWksI3/kDy3owzGePlg1b1e4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1266435},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.4.5.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/5bfbfa6b72b7e8511d682987d4f9686d/reservoir0x-relay-sdk-1.4.5.tgz","_integrity":"sha512-8B8Jj7zuYSBfsO/4CuAIjUC8/rhC4FVnEUdzciJtY5TXTHxEBYAcLbFd8AVJ6iiXAE1POp5Qd0U/7yCZZYXFBw==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.4.5_1730735209584_0.04446271110105582","host":"s3://npm-registry-packages"}},"1.4.6":{"name":"@reservoir0x/relay-sdk","version":"1.4.6","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.4.6","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"e271628e9e3b5cc58a8a96650692b488efa2bf85","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.4.6.tgz","fileCount":230,"integrity":"sha512-vAzhnXLmhbH9n+D1fIAUtEpM6jS/ErOKpokBwkAkHKAMYjvfNSZ6AX1KjiWfAFZLPf68lSp0RnKeFa+BIg9pbA==","signatures":[{"sig":"MEQCIEhTahciKbHJtgPXqFOzQ2YXSs8KlTQAXZ/nuiBRKe51AiAnq01pTOB/fD0DnxGc/sg3hcZh3BTi+ql3QlkgAknGyg==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1265220},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.4.6.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/f8cfddd9896562f8f629ceab6bfbaab2/reservoir0x-relay-sdk-1.4.6.tgz","_integrity":"sha512-vAzhnXLmhbH9n+D1fIAUtEpM6jS/ErOKpokBwkAkHKAMYjvfNSZ6AX1KjiWfAFZLPf68lSp0RnKeFa+BIg9pbA==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.4.6_1731003005740_0.01957544948137646","host":"s3://npm-registry-packages"}},"1.4.7":{"name":"@reservoir0x/relay-sdk","version":"1.4.7","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.4.7","maintainers":[{"name":"jadendurnford","email":"jadendurnford@gmail.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"georgeroman","email":"george.roman.99@gmail.com"}],"dist":{"shasum":"928dec598fd4b75715bf9ac791c0d96475e618ae","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.4.7.tgz","fileCount":230,"integrity":"sha512-/2ewFFF5OG9Neiwu2l03SbyBzIYHIjx7jvIXaGLKcvE7vGjD9AYf4CN7hU431kVD0fv2+qlaq8CNl2oUPrwfug==","signatures":[{"sig":"MEQCIAtmkQ8LcexrA0Vzycc6cn8iavOjYuG7tKy4em3HJl93AiAxYIgf/Qc/Kua1rSr9HWMGLH2bhb4lPoKs9Vw75qqtig==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1265925},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.4.7.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/c2e381a7a2498dbd7bb6743316e6262f/reservoir0x-relay-sdk-1.4.7.tgz","_integrity":"sha512-/2ewFFF5OG9Neiwu2l03SbyBzIYHIjx7jvIXaGLKcvE7vGjD9AYf4CN7hU431kVD0fv2+qlaq8CNl2oUPrwfug==","_npmVersion":"10.7.0","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.4.7_1731438576678_0.6357004146245864","host":"s3://npm-registry-packages"}},"1.4.8":{"name":"@reservoir0x/relay-sdk","version":"1.4.8","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.4.8","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"a0f272191777f097149c6c36b3c06a42f8995be2","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.4.8.tgz","fileCount":230,"integrity":"sha512-lutM6cz+TzaXsldHPahs9EeLsvvc5qbwbPkahoeqo0qOzCCUEzyzPOovc88o5Rmz5wPuX8pK1m2AGd+bgQHGSA==","signatures":[{"sig":"MEYCIQCYvJatTt48SrTCDBzkW3AlcEvc12ZD8e2//5ZX/3eBmgIhAOBdV3g1IZX+goweMlrdEVNLnmb1nClf8ikdAY0Fjfvg","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1265931},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.4.8.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/e95f3e2388b52861f2bbdb07fb3c3049/reservoir0x-relay-sdk-1.4.8.tgz","_integrity":"sha512-lutM6cz+TzaXsldHPahs9EeLsvvc5qbwbPkahoeqo0qOzCCUEzyzPOovc88o5Rmz5wPuX8pK1m2AGd+bgQHGSA==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.4.8_1733855217034_0.532608966091513","host":"s3://npm-registry-packages-npm-production"}},"1.4.9":{"name":"@reservoir0x/relay-sdk","version":"1.4.9","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.4.9","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"e5ef6adf798cf3f96925441398a32a5933c7ebba","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.4.9.tgz","fileCount":230,"integrity":"sha512-nYYaeec1ykkaKkU9tGOWmElaXfRmGwnEIcIXpGOBGKFOaNhBpQPQjnq8IQzE3Js/wU/idu6zcTtzzTqGOTUVFQ==","signatures":[{"sig":"MEUCIAYxACp3QfrIOF9NwfbpxzCMdInK1kS6LiYCAfxWd1tJAiEA4i7J8zzmXXJG6Xe2f9tLlg798/LAcvn7nuxf5tiC4Fs=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1267457},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.4.9.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/415d2c13c7a7cd155353120fe14b6dae/reservoir0x-relay-sdk-1.4.9.tgz","_integrity":"sha512-nYYaeec1ykkaKkU9tGOWmElaXfRmGwnEIcIXpGOBGKFOaNhBpQPQjnq8IQzE3Js/wU/idu6zcTtzzTqGOTUVFQ==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.4.9_1736034212100_0.25865983000696824","host":"s3://npm-registry-packages-npm-production"}},"1.4.10":{"name":"@reservoir0x/relay-sdk","version":"1.4.10","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.4.10","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"cd90d49bdd42c34dd9c0177b5e476e5115bff357","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.4.10.tgz","fileCount":236,"integrity":"sha512-WtaWTvj3S9rDK9cAXIDU+DgQB36Px65bkS9bQXLAnWtnhShO1hu9+8nxpWw2x2U4eQOtoSxiT/s39JXQ8V5SrQ==","signatures":[{"sig":"MEYCIQDGSE1q2P9RMJzIz0c9P8C9oIU1crFCICMV0KkZp5bKMgIhAMYJ9LASrp7IUpRS8uixl7yPsX6bav+lLlRbkvrkx04e","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1277704},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.4.10.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/bc9863cb21c5753b8754a9b3beefa9b3/reservoir0x-relay-sdk-1.4.10.tgz","_integrity":"sha512-WtaWTvj3S9rDK9cAXIDU+DgQB36Px65bkS9bQXLAnWtnhShO1hu9+8nxpWw2x2U4eQOtoSxiT/s39JXQ8V5SrQ==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.9.31"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.4.10_1736266955743_0.898634300325664","host":"s3://npm-registry-packages-npm-production"}},"1.5.0":{"name":"@reservoir0x/relay-sdk","version":"1.5.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.5.0","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"bb78f65daa38a43f092dadf3790145432b1e4205","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.5.0.tgz","fileCount":236,"integrity":"sha512-Mxl60NWDXNMOKAh1BA2KlRbJtDkOG66vZlgTAItVctFeG+ttsuV+TcftaOk9yBy/ZufpikzdWdqaVXh55/7b3Q==","signatures":[{"sig":"MEQCIHecEIksA1jXbhI2wXx176GiRI9gYYhuA9Wy3I7IoHP5AiAR3tUgTH3dc9hUvwDb8bve7QeSvGR6NVzPA7jojHDJGQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1742926},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.5.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/1859a9a6e2a351605506313ca2c7e9b3/reservoir0x-relay-sdk-1.5.0.tgz","_integrity":"sha512-Mxl60NWDXNMOKAh1BA2KlRbJtDkOG66vZlgTAItVctFeG+ttsuV+TcftaOk9yBy/ZufpikzdWdqaVXh55/7b3Q==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.5.0_1736979765024_0.4417080219437193","host":"s3://npm-registry-packages-npm-production"}},"1.6.0":{"name":"@reservoir0x/relay-sdk","version":"1.6.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.0","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"477b1e536cc9fa5de1f000dc9a40651290206d0c","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.0.tgz","fileCount":242,"integrity":"sha512-ea3gy7qz0qo24Q74kLEIit989pcQVX5nY/yUUJOTY8odyBFEQSHwDBV1jXiw6IeVD30Vf7PmX0Ri9R85CBgWXQ==","signatures":[{"sig":"MEQCIG8rrxaJp2jwcYJIwupZUe77cjCpaHKr+btSH9fw0FyOAiBgl9QPiYS7iGPGmvBtbuTyaz+vaZohxzDU9lHsP3TvNA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":1742419},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/dde53c80e047ec6a8352b932789dcf5f/reservoir0x-relay-sdk-1.6.0.tgz","_integrity":"sha512-ea3gy7qz0qo24Q74kLEIit989pcQVX5nY/yUUJOTY8odyBFEQSHwDBV1jXiw6IeVD30Vf7PmX0Ri9R85CBgWXQ==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.0_1737473638847_0.9977501180728043","host":"s3://npm-registry-packages-npm-production"}},"1.6.1":{"name":"@reservoir0x/relay-sdk","version":"1.6.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.1","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"1343c1c2470805412ffc12c0389064c6758bd961","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.1.tgz","fileCount":242,"integrity":"sha512-rENjoVhB7oIfgP+RA/9pmVLtGr4KlR8B3BkevQKQtXhNnsB1NOvOi0Z201Lfin+4YGCEk2TADtvpf48rkQ/1TA==","signatures":[{"sig":"MEYCIQCNOiYdatvfTUs+XKZo6C/4a1SAqljz0+xqdCuzPNYaoQIhAMSvVMu5gJszh2CUSQiRoITgpZ0nKCwXZXvKgrjjznVI","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1748892},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/5a7599ba01bbd621cc0de1dcb498c8f7/reservoir0x-relay-sdk-1.6.1.tgz","_integrity":"sha512-rENjoVhB7oIfgP+RA/9pmVLtGr4KlR8B3BkevQKQtXhNnsB1NOvOi0Z201Lfin+4YGCEk2TADtvpf48rkQ/1TA==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.5","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.1_1737576628296_0.5623648762628224","host":"s3://npm-registry-packages-npm-production"}},"1.6.2":{"name":"@reservoir0x/relay-sdk","version":"1.6.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.2","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"7e2a3f115aac41038c244de84acb5771962cac2a","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.2.tgz","fileCount":248,"integrity":"sha512-+idpngtowUp12a1N/X4987C8v5FN5im6G0fBnVtumbIEcw3pute7WJY+4yT6GfsaSGavAokgSBQowcTauglEpg==","signatures":[{"sig":"MEUCIDgqCCV/CjWmKyq6rLRgO4f133DL++/+lw1I4USRIjEhAiEAply6h28JmwG8oOCtiyqxVt39phKihQJLFOttFslvq+Y=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1759305},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/1b83fdd795a155939069fe55e5e77f46/reservoir0x-relay-sdk-1.6.2.tgz","_integrity":"sha512-+idpngtowUp12a1N/X4987C8v5FN5im6G0fBnVtumbIEcw3pute7WJY+4yT6GfsaSGavAokgSBQowcTauglEpg==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"18.20.6","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.2_1739936196701_0.26473871105202096","host":"s3://npm-registry-packages-npm-production"}},"1.6.3":{"name":"@reservoir0x/relay-sdk","version":"1.6.3","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.3","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"230675a8558540e54569d5b1c73a2ea2efe51c3b","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.3.tgz","fileCount":254,"integrity":"sha512-qg09LePvwE4vLKOeRf8BLKbObmSblxz2gGjbNNIKIgMVqMG3h80dxVURSVehoiSc4VEErQVJgUL+3A7VDK5kfA==","signatures":[{"sig":"MEQCIApUW3C5Fiznmm1ThB4zjo7JLCVHbzyBtZ8FaWCL+2ldAiB1xu3tHA1YoZg8hvJXDow6qFg1TsmeL3XTUFDUap0gxg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1971167},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.3.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/b7e4c52ff23166be8a41f73f0fd7823d/reservoir0x-relay-sdk-1.6.3.tgz","_integrity":"sha512-qg09LePvwE4vLKOeRf8BLKbObmSblxz2gGjbNNIKIgMVqMG3h80dxVURSVehoiSc4VEErQVJgUL+3A7VDK5kfA==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.3_1740411516655_0.8150782992109262","host":"s3://npm-registry-packages-npm-production"}},"1.6.4":{"name":"@reservoir0x/relay-sdk","version":"1.6.4","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.4","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"bd08d947d93383453994c3e3b0a56a3df0e4c726","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.4.tgz","fileCount":254,"integrity":"sha512-7DFL1ln+R0Do5Wl/9d8+REnFFapB4uHh5qtDWe68Z7ENL5DLrs8cM4WlZXsIEpCPgfq8nJ+9Ni9fd7rO115P6A==","signatures":[{"sig":"MEYCIQDc/tErqmNRmCQeLOrvYu4UWSbWOXOEoq7avkUi+0yNvgIhANEJXiwXuuZARXYuOQ9A36N/gzmhcZzTCcF6/w4EFNCN","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1973220},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.4.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/9187051e57a78eb44d3583ae9ff7b89b/reservoir0x-relay-sdk-1.6.4.tgz","_integrity":"sha512-7DFL1ln+R0Do5Wl/9d8+REnFFapB4uHh5qtDWe68Z7ENL5DLrs8cM4WlZXsIEpCPgfq8nJ+9Ni9fd7rO115P6A==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.18.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.4_1740502696252_0.11760998466678307","host":"s3://npm-registry-packages-npm-production"}},"1.6.5":{"name":"@reservoir0x/relay-sdk","version":"1.6.5","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.5","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"03abbddb63d1a3462e1f28e75c15d74bdbbee052","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.5.tgz","fileCount":260,"integrity":"sha512-DlECouKf9ZoDCLos9k87Ni8/xbpBzOlO7wcZnLnPg/Em1Lc5hCV3ViGl0kI1CsbCrHAdf/NrI+Rlz6dtZPPf3Q==","signatures":[{"sig":"MEYCIQDVutt3fR0OghhbZsOCMXM66BkLCixewg/O7BsbdX54OAIhAPY4q44PZ9NBaO3ODBP161ZRrBDCwfmKhrdnh9N2sNiC","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1978362},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.5.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/0a69218a8a01d6f393ba4ed8ad940eb1/reservoir0x-relay-sdk-1.6.5.tgz","_integrity":"sha512-DlECouKf9ZoDCLos9k87Ni8/xbpBzOlO7wcZnLnPg/Em1Lc5hCV3ViGl0kI1CsbCrHAdf/NrI+Rlz6dtZPPf3Q==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.5_1741361261076_0.756972660914434","host":"s3://npm-registry-packages-npm-production"}},"1.6.6":{"name":"@reservoir0x/relay-sdk","version":"1.6.6","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.6","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"640243b6a3412eea59d137763dbdeac9c4ab180c","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.6.tgz","fileCount":260,"integrity":"sha512-xhI0xyPEphqfZ9ys56febmany8QzdNEJFJdYZpeQAR4N/96OJ5d2l1UTqDLz++xTTRB1xFHrXr1Qy2xY9eQoEQ==","signatures":[{"sig":"MEUCIAfq5yCV3nkN5hjfrnjPB5GMr4Pkga7nkK9LUEWR3Pq2AiEA7wWhrIeKobwFo3R1DgPQb3zD6WkEkr9R11sV8NFDG08=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1978876},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.6.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/dcdb962f85d8204621807ed4fd6c8c4b/reservoir0x-relay-sdk-1.6.6.tgz","_integrity":"sha512-xhI0xyPEphqfZ9ys56febmany8QzdNEJFJdYZpeQAR4N/96OJ5d2l1UTqDLz++xTTRB1xFHrXr1Qy2xY9eQoEQ==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.6_1741614955634_0.7731994291729347","host":"s3://npm-registry-packages-npm-production"}},"1.6.7":{"name":"@reservoir0x/relay-sdk","version":"1.6.7","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.7","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"5b57f651ff71afb06d77cc28d3aaaa6a802fbf0e","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.7.tgz","fileCount":260,"integrity":"sha512-Q+8lBfL1/+0s1dvQaJYuuUo+gSFh2j/iJH6AL0zUY1CbpIGeeJV6OCv2NPGAwsb/whPQhXfplOcpR97xiW982Q==","signatures":[{"sig":"MEUCIQDf7m/jFB/HmNM3IvV9Ay++HcwxUMfJk8c+lh+5Jmr1TgIgZ4kzkjHdkb+T/uSaUtN/U71FJA3sDJQRTkKnpU4lGco=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1979563},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.7.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/f0a4a0c3e408b4268fc5006d6df5d38d/reservoir0x-relay-sdk-1.6.7.tgz","_integrity":"sha512-Q+8lBfL1/+0s1dvQaJYuuUo+gSFh2j/iJH6AL0zUY1CbpIGeeJV6OCv2NPGAwsb/whPQhXfplOcpR97xiW982Q==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.7_1741639431683_0.2421011532378914","host":"s3://npm-registry-packages-npm-production"}},"1.6.8":{"name":"@reservoir0x/relay-sdk","version":"1.6.8","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.8","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"197189c42e0642ce974dcc6351e805b38fb253f1","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.8.tgz","fileCount":260,"integrity":"sha512-Tbx93VxX9UzzYtCHOhBu9N+ZS+a6YvTdJ1TdTzmSCkSQZ0VMX5px71yJt2u+krEtuK1xAzxXqHMPN4uTNpW50Q==","signatures":[{"sig":"MEYCIQCj7Ef5RYTuWOVVqIML/uEbL+bRlFk43QS7uW/jTVYpcgIhAKNv96BvvaZjp5zy/HGKjEwlA7+lLz9h6VJD3/b+8y1N","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1979563},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.8.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/9b4e85468b41b49bded38399267a2916/reservoir0x-relay-sdk-1.6.8.tgz","_integrity":"sha512-Tbx93VxX9UzzYtCHOhBu9N+ZS+a6YvTdJ1TdTzmSCkSQZ0VMX5px71yJt2u+krEtuK1xAzxXqHMPN4uTNpW50Q==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.8_1741873114812_0.8845352130817705","host":"s3://npm-registry-packages-npm-production"}},"1.6.9":{"name":"@reservoir0x/relay-sdk","version":"1.6.9","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.9","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"f7604bc6232a9954f25f61b812f20cbc8fa9a6e0","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.9.tgz","fileCount":266,"integrity":"sha512-TSjI6UjKJeTMLguSPo703wB+2DsBo0AOoS6EQzaPg3X//zPuiKsP6YFYQir2IeoRoUZbNjLxcGu3pW2ecr8DNA==","signatures":[{"sig":"MEUCIQDbVOFrS9yoTrNh44Gjtxwga+Jck0/AsyOdMiAb00UyJQIgC2p1k7VioYJZczBH1MZZ/vvmWpDYCe6ZxaTGdlmRkKU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1990253},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.9.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/dee94281e665918b94893cd5dfe3aed0/reservoir0x-relay-sdk-1.6.9.tgz","_integrity":"sha512-TSjI6UjKJeTMLguSPo703wB+2DsBo0AOoS6EQzaPg3X//zPuiKsP6YFYQir2IeoRoUZbNjLxcGu3pW2ecr8DNA==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.9_1742226894325_0.12281680901294023","host":"s3://npm-registry-packages-npm-production"}},"1.6.10":{"name":"@reservoir0x/relay-sdk","version":"1.6.10","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.10","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"ffe145520600521764cc4886639aa7231649363e","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.10.tgz","fileCount":266,"integrity":"sha512-ST8mWmV9YWa1XiBCUYjJD6ENMsk2R8nfavmRYlfAqVga/NGVem0784SmRa8LZvmymxrn8NOG/H52UXO5irmb3g==","signatures":[{"sig":"MEUCIQCJFtS0TLpq0I0pchvmHQ65A5SzIphsFcDlTBXk0QSIlgIgSkxh3S/YlphOLO0p56XJ/wbzjKJefMX1ARisCyTSAjs=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1991452},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.10.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/4c4d8a3cf081123f012338c42df2ff6a/reservoir0x-relay-sdk-1.6.10.tgz","_integrity":"sha512-ST8mWmV9YWa1XiBCUYjJD6ENMsk2R8nfavmRYlfAqVga/NGVem0784SmRa8LZvmymxrn8NOG/H52UXO5irmb3g==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.10_1742484031950_0.7857785004075482","host":"s3://npm-registry-packages-npm-production"}},"1.6.11":{"name":"@reservoir0x/relay-sdk","version":"1.6.11","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.11","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"3ca9c3ae14ec73714a2bccd095fb0370dc4b74d0","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.11.tgz","fileCount":266,"integrity":"sha512-giiZ1gT0fTr900/a8MsGQFXeDeBeZrF0HL+oQ5r6LgG9PKE8qLKjbtqrUif6eArwK9rJ2RwZ4MdtuSzBVl/q/w==","signatures":[{"sig":"MEUCIQCdwdhM/SeV1PUxbBSSpWuTR6A8hWdQyKl9WPPbkOIllgIgQqhPubLaBqeBUxsL/lP6QcFoPA0bsD2ZRFzzfW1oPOA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1994283},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.11.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/214ec85963352215cf41751a4967f9d8/reservoir0x-relay-sdk-1.6.11.tgz","_integrity":"sha512-giiZ1gT0fTr900/a8MsGQFXeDeBeZrF0HL+oQ5r6LgG9PKE8qLKjbtqrUif6eArwK9rJ2RwZ4MdtuSzBVl/q/w==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.11_1742588085156_0.264848416394899","host":"s3://npm-registry-packages-npm-production"}},"1.6.12":{"name":"@reservoir0x/relay-sdk","version":"1.6.12","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.12","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"0eb3e89ba9458eaf6e1ed26036e5a0dd041610f3","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.12.tgz","fileCount":266,"integrity":"sha512-pFRaJG/7ibxvRqRGuaNJqA0dTHsudMKl189Ug5pUemPzNMmX05d/UCYaWu8UeB+vDdnr9Td0eIWJbmLlwwxefw==","signatures":[{"sig":"MEUCIQDHfGFtJLB6jR1kDTkZ4isg4Vj9q6phDvWw2RmDMQRkwAIgILufMahpbDCA6vGoJXw2ggnTXQEe0SPXab4VvVuCls8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1994729},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.12.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/a868c20d95ccf6c39b94ed5091371d31/reservoir0x-relay-sdk-1.6.12.tgz","_integrity":"sha512-pFRaJG/7ibxvRqRGuaNJqA0dTHsudMKl189Ug5pUemPzNMmX05d/UCYaWu8UeB+vDdnr9Td0eIWJbmLlwwxefw==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.12_1742927223577_0.9464428268631242","host":"s3://npm-registry-packages-npm-production"}},"1.6.13":{"name":"@reservoir0x/relay-sdk","version":"1.6.13","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.13","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"369c15332bdaf921c4f4194f99a961f993f14176","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.13.tgz","fileCount":266,"integrity":"sha512-bfceR2vIQI9FM+rh7NsI2K/WASJBl2DlBM1mlg91wVafz7psUvgbWmex/8jtNr3elCyuGU/nGTIJSHSnmdmM/Q==","signatures":[{"sig":"MEQCIHwxegnxirIn480Fig0FMAGoY+xhCEH5wH6qUL3pqcaAAiBTsD/TiIxwS4eOJv/wpL714lTnwAtfz4Xpsh7rERQMaA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1994652},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.13.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/b918356805d6da229848679f3b8162dd/reservoir0x-relay-sdk-1.6.13.tgz","_integrity":"sha512-bfceR2vIQI9FM+rh7NsI2K/WASJBl2DlBM1mlg91wVafz7psUvgbWmex/8jtNr3elCyuGU/nGTIJSHSnmdmM/Q==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.13_1743617865496_0.34683453571100276","host":"s3://npm-registry-packages-npm-production"}},"1.6.14":{"name":"@reservoir0x/relay-sdk","version":"1.6.14","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.14","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"7bcf3cbc810ea6579ef8850ecff93b225da2635b","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.14.tgz","fileCount":266,"integrity":"sha512-Vccmdrev0xxXivVIid4rO8Q8womIWC+I2RygR8Vu86oGAlbiGwZRt0xh7N4/OGHsfNZWwQz6kOLlJuX2xqMXKg==","signatures":[{"sig":"MEUCIQDgrceHMTQnpHRfq50DQ9mz4FzXn3fS5SprngE2Uo5MdQIgJW3v50eIwlPZg5luTr/Fz5i2ZX5cTY/sMcPRGbZ84BA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":1995495},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.14.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/b0619e7a0b76237504613d67bda0629b/reservoir0x-relay-sdk-1.6.14.tgz","_integrity":"sha512-Vccmdrev0xxXivVIid4rO8Q8womIWC+I2RygR8Vu86oGAlbiGwZRt0xh7N4/OGHsfNZWwQz6kOLlJuX2xqMXKg==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.14_1744314142048_0.6617558018146135","host":"s3://npm-registry-packages-npm-production"}},"1.6.15":{"name":"@reservoir0x/relay-sdk","version":"1.6.15","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.6.15","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"9cc055dccb334a88b036eeac2b59a306934c47e6","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.6.15.tgz","fileCount":266,"integrity":"sha512-JTU2oZIyvIaknYogSk1LHNdpVierMGqBe9GJtLy6uhD96Jiq+FCwgwQwgZFcX6vvA4muAps+aD/rRQL6yKLnjA==","signatures":[{"sig":"MEYCIQDWjsQTCac24LtrGJVBZd/8B+cJj/uLmwoJNdOLprp0zAIhAJJFuRR3dTQh64Cg7/pYmuKp1j3LCcXemwdYuIu4lVMj","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2027984},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.6.15.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/1e0b22896ca73c5d04a4658c34c6efd3/reservoir0x-relay-sdk-1.6.15.tgz","_integrity":"sha512-JTU2oZIyvIaknYogSk1LHNdpVierMGqBe9GJtLy6uhD96Jiq+FCwgwQwgZFcX6vvA4muAps+aD/rRQL6yKLnjA==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.6.15_1744994706028_0.823686828623996","host":"s3://npm-registry-packages-npm-production"}},"1.7.0":{"name":"@reservoir0x/relay-sdk","version":"1.7.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.7.0","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"797a01014a4398acb242a41b081c6c9eaad781a7","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.7.0.tgz","fileCount":266,"integrity":"sha512-5PRVmKXGOz/UUBBHIFvSF0+ztAGUAzrMxGm40OEnnNNu2dm1J/Q6AaBPEMwy3QjPjwsx7YcZ1KpkxJoXjEuhqQ==","signatures":[{"sig":"MEYCIQDHxguElluFMNMjYPp0SZIh2aPIr4Naq0FisBeIWs3GHwIhALH35yBDj1qYgLXkZiLcdCuRS6svLkR6vmUz2sD9E1VA","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2028059},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.7.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/84bf2a8788ecd85ff023f276af57a936/reservoir0x-relay-sdk-1.7.0.tgz","_integrity":"sha512-5PRVmKXGOz/UUBBHIFvSF0+ztAGUAzrMxGm40OEnnNNu2dm1J/Q6AaBPEMwy3QjPjwsx7YcZ1KpkxJoXjEuhqQ==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.7.0_1745337605074_0.6213178742927219","host":"s3://npm-registry-packages-npm-production"}},"1.7.1":{"name":"@reservoir0x/relay-sdk","version":"1.7.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.7.1","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"ebf7dd9e27d188d98f19e77015e79be8a62a8412","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.7.1.tgz","fileCount":266,"integrity":"sha512-vNqGzV2r4424rKX8RlS1xeLEdwyHlKIdPRdFRS1ixWIIXPGoKbhO+fAtsTaNDuPCwxZ4Nwy/elxr8RBo493oiA==","signatures":[{"sig":"MEUCIQDCxB2I01i7JiYX/5YvYzlVS5Qul8yOhAQfzAN8GL5fbAIgMd+fl5KDwwiB7Ri2uVjJSXCJ4QsVPJ++9wvgoPbigUo=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2031224},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.7.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/f22527dc7429011a6e51d6796bb759b7/reservoir0x-relay-sdk-1.7.1.tgz","_integrity":"sha512-vNqGzV2r4424rKX8RlS1xeLEdwyHlKIdPRdFRS1ixWIIXPGoKbhO+fAtsTaNDuPCwxZ4Nwy/elxr8RBo493oiA==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.7.1_1745526963341_0.6425253544187153","host":"s3://npm-registry-packages-npm-production"}},"1.7.2":{"name":"@reservoir0x/relay-sdk","version":"1.7.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.7.2","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"18210cd5c95186aca09b83e80c84440bcb0dd0d7","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.7.2.tgz","fileCount":266,"integrity":"sha512-2QpRp2UqTpBhsKtdkREVwk6cDyUMBbMXUjRnq9eXgIj+vFoCrmpmwH0DT6niUxx3pQoIBXUx1hZ2ck4RUebHiA==","signatures":[{"sig":"MEUCIHUIxFfVV+AM0vWxqPGNM2v+snF/UkPsKUgq0791QCcDAiEAhafjZTsIy/CSD/SrwDZPBaKD5TMqDi7+/7XJgEIeFhA=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2029663},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.7.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/2bbe8d79bee087d29c6945af808a0a34/reservoir0x-relay-sdk-1.7.2.tgz","_integrity":"sha512-2QpRp2UqTpBhsKtdkREVwk6cDyUMBbMXUjRnq9eXgIj+vFoCrmpmwH0DT6niUxx3pQoIBXUx1hZ2ck4RUebHiA==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.0","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.7.2_1745846870014_0.3762764772912477","host":"s3://npm-registry-packages-npm-production"}},"1.7.3":{"name":"@reservoir0x/relay-sdk","version":"1.7.3","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.7.3","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"99aa3bcf81ab2babb93ea515ce41a4f5d8d78b3f","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.7.3.tgz","fileCount":266,"integrity":"sha512-VSbvu8d6+wZZ7t214IsnJ6rdLGI0u11OKnM9RXmUlRQwIH4eLajTRuZ54H6EVDTY/iLi2qZVVTJDDyYNWkCzsg==","signatures":[{"sig":"MEYCIQDthAkA5QDVOv3xsG2GMaWuYNIzRAByUQBbRa1jOL47MAIhAL/Yta2aYAi9qnm2+qeI29t7gu/adjHA2GyYqzD1Vrqd","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2030885},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.7.3.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/ca27319886ecd9d422ca938a42f15f54/reservoir0x-relay-sdk-1.7.3.tgz","_integrity":"sha512-VSbvu8d6+wZZ7t214IsnJ6rdLGI0u11OKnM9RXmUlRQwIH4eLajTRuZ54H6EVDTY/iLi2qZVVTJDDyYNWkCzsg==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.7.3_1746035576113_0.6485777849150303","host":"s3://npm-registry-packages-npm-production"}},"1.7.4":{"name":"@reservoir0x/relay-sdk","version":"1.7.4","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.7.4","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"ac835c5642e05cd5247e528fb6027f054c2245fc","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.7.4.tgz","fileCount":266,"integrity":"sha512-A6VUrMuVdUY0xKyrZTtpAgGR5rE0OCgNg/DiCN/xIu/56MyZkWg1S/kstZu+1nHeL5KJk/Jk6EUQ+737pz/naw==","signatures":[{"sig":"MEYCIQCQEs8eiQovCSl7ISuqfOoFFdnlmpqZuxD5cTob0ONWGgIhAJanxG0Ck+fuYkX6QYJvmwzTHPfDKwPv0oiEiGYze61w","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2031328},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.7.4.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/10d3c51f1638223b2036616a0d634606/reservoir0x-relay-sdk-1.7.4.tgz","_integrity":"sha512-A6VUrMuVdUY0xKyrZTtpAgGR5rE0OCgNg/DiCN/xIu/56MyZkWg1S/kstZu+1nHeL5KJk/Jk6EUQ+737pz/naw==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.7.4_1746112958817_0.7577459998430389","host":"s3://npm-registry-packages-npm-production"}},"1.8.0":{"name":"@reservoir0x/relay-sdk","version":"1.8.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.8.0","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"b88aa4a5a53902f9cb72d05dbe02a0bfe091604d","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.8.0.tgz","fileCount":266,"integrity":"sha512-dW8rPb3Wrbf7esmfHwc4YFtPU69+U3X2Y2hJnzA3zQ0H8XdNTNLzah+zaS5g9/VEOrBpyNm7q4+Z1jjYSRD/4Q==","signatures":[{"sig":"MEUCIQD+KMS1hKhGo4qt1gvr1oBPX0AAa5i7JILDzqZ8S3ewbQIgV49VAn869tABZVRYtvNlcSDI+B4sdyU5Ae3Mq64mhtU=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2036672},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.8.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/8fe29a9b44c6423494a6f7ad1e6223c4/reservoir0x-relay-sdk-1.8.0.tgz","_integrity":"sha512-dW8rPb3Wrbf7esmfHwc4YFtPU69+U3X2Y2hJnzA3zQ0H8XdNTNLzah+zaS5g9/VEOrBpyNm7q4+Z1jjYSRD/4Q==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.8.0_1746645205587_0.0658651654809479","host":"s3://npm-registry-packages-npm-production"}},"1.8.1":{"name":"@reservoir0x/relay-sdk","version":"1.8.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@1.8.1","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"8ba302c038001a2289f9437a2e0dde5bcc22ba85","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-1.8.1.tgz","fileCount":266,"integrity":"sha512-irO+FDLVFvLZfJZv8QqqR2jA5pzAXfXV7MoDkDhIJNU4Cv151sfLdImmZux3F+SJMQgmD0WeIYFihZHzxrrI4A==","signatures":[{"sig":"MEUCIQCG+d6hQiB1bqQhjWoJit8aCTFk8j5HLMRifnt6vGguNgIgX7YFbCZtHsgD5EqN6soMfdWHGTDdva6bax0OU7G8ByM=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2045480},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-1.8.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/01b8abdf2c588f0881de7c9d365e3fbf/reservoir0x-relay-sdk-1.8.1.tgz","_integrity":"sha512-irO+FDLVFvLZfJZv8QqqR2jA5pzAXfXV7MoDkDhIJNU4Cv151sfLdImmZux3F+SJMQgmD0WeIYFihZHzxrrI4A==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_1.8.1_1747147123434_0.8217820241978551","host":"s3://npm-registry-packages-npm-production"}},"2.0.0":{"name":"@reservoir0x/relay-sdk","version":"2.0.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@2.0.0","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"66d0628068eadca867fe73a8be357fc09e7783e4","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-2.0.0.tgz","fileCount":266,"integrity":"sha512-BCJyaZdkz9S1aOX3KJZhXsTTzD9Br2jL1BibS6YeVqAT52gnD5HeSOWMrRat3TzS9SWf1VLFfjmZEhYY5GXdFw==","signatures":[{"sig":"MEQCIGWPf6OjzeOJBf+fXV6JsAHGlpm+SeB4J1XXLoI3vQPIAiBkkBKzms4iApT2oG4s6VMtJ5H8UW0UQVzOHFYoQJSkrA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2048676},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-2.0.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/7a51a2a0f025d67d782768a2fd955731/reservoir0x-relay-sdk-2.0.0.tgz","_integrity":"sha512-BCJyaZdkz9S1aOX3KJZhXsTTzD9Br2jL1BibS6YeVqAT52gnD5HeSOWMrRat3TzS9SWf1VLFfjmZEhYY5GXdFw==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"^2.21.55"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_2.0.0_1747335737908_0.1653605414278625","host":"s3://npm-registry-packages-npm-production"}},"2.0.1":{"name":"@reservoir0x/relay-sdk","version":"2.0.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@2.0.1","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"71e0622b02b5ec0642a5fd3094a45dd53c00befe","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-2.0.1.tgz","fileCount":266,"integrity":"sha512-HGgUr8cAAx5lT2kxVexhCJ8J/pukRhpBS+y0r/q+Pa1K1Ui/8QOLt2/4r345oQcU+7T0g2Jj/RCP/BjMdH+yPg==","signatures":[{"sig":"MEUCIHg+blVwmXMYzBZLOaknJZ34oGSHZIDAeGGp/Waw2xNKAiEAop0FyfzttRa7rlX6NKv04jwPly9nIib6Pq1qLvzA2Kk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2137372},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-2.0.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/fc932fa9432473f477948b566afe39dd/reservoir0x-relay-sdk-2.0.1.tgz","_integrity":"sha512-HGgUr8cAAx5lT2kxVexhCJ8J/pukRhpBS+y0r/q+Pa1K1Ui/8QOLt2/4r345oQcU+7T0g2Jj/RCP/BjMdH+yPg==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"~2.23.4"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_2.0.1_1747417691649_0.26527925130502794","host":"s3://npm-registry-packages-npm-production"}},"2.0.2":{"name":"@reservoir0x/relay-sdk","version":"2.0.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@2.0.2","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"7e64e4c8927b0f1ee6efbdd23251b145cd7ddc06","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-2.0.2.tgz","fileCount":266,"integrity":"sha512-vXok5/nRlcsyGOeAfvfS9en8Po1D9D0F4v5GIcw0hJ5cWPMPhOy5papHOlm9abX6X5mqROdK2pd7FP7Zq0Ew0w==","signatures":[{"sig":"MEUCIQCdGiiR7elmtgs5WV/bfCyww3rVxod2c0vxhQMpGoCa2QIgDdQ5EKjA0OA3a4Did/TQdGiQCePvL8xShtsaL7JNl2E=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2137902},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-2.0.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/917aba56026f59bf4013e66f0f920790/reservoir0x-relay-sdk-2.0.2.tgz","_integrity":"sha512-vXok5/nRlcsyGOeAfvfS9en8Po1D9D0F4v5GIcw0hJ5cWPMPhOy5papHOlm9abX6X5mqROdK2pd7FP7Zq0Ew0w==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"~2.23.4"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_2.0.2_1747848840385_0.8066955839411447","host":"s3://npm-registry-packages-npm-production"}},"2.0.3":{"name":"@reservoir0x/relay-sdk","version":"2.0.3","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@2.0.3","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"e067704160e87be58a28158e54db967a28e4cf53","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-2.0.3.tgz","fileCount":266,"integrity":"sha512-KvBes0NQUMSrZdJ+ejeGnybv6BUvro1ZACZwKlHnjDfPLoNKTUk5edHSW2U0HUlpLhOh6llox7la0sRJ6K9AKA==","signatures":[{"sig":"MEUCIFHD3rEoyIirF3UM3swxWXGSsfu2kqZh927LKyvo0hoPAiEAsmWJvR/80UElXJuhWxSDmAt/1s+wjf6p1LtBq98kLNk=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2142166},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-2.0.3.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/bda4a9159a750c47018b04865ac2118f/reservoir0x-relay-sdk-2.0.3.tgz","_integrity":"sha512-KvBes0NQUMSrZdJ+ejeGnybv6BUvro1ZACZwKlHnjDfPLoNKTUk5edHSW2U0HUlpLhOh6llox7la0sRJ6K9AKA==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"~2.23.4"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_2.0.3_1748005227569_0.850872819797653","host":"s3://npm-registry-packages-npm-production"}},"2.1.0":{"name":"@reservoir0x/relay-sdk","version":"2.1.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@2.1.0","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"0418504ee7780a46ccb589e2264b10645a47140a","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-2.1.0.tgz","fileCount":266,"integrity":"sha512-LkyuwZEghHEU1ZkeNGccl0OdpqqJv/93CccNRO2+slhRfKwZ7/boWU8lhtuqYvWfjt7tcd+hhKUcVh5EDeTPqA==","signatures":[{"sig":"MEYCIQDTwsNhfpt+RqpeAGIYsiIOqAj0FI/w/jkoexjnACOotAIhAJOMyjNXoHs9Feyg33r/fKoTU3RwG+kdlqBmXIHn7g00","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2145362},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-2.1.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/35486fde6a6fcc72571c8d1af04dd2d6/reservoir0x-relay-sdk-2.1.0.tgz","_integrity":"sha512-LkyuwZEghHEU1ZkeNGccl0OdpqqJv/93CccNRO2+slhRfKwZ7/boWU8lhtuqYvWfjt7tcd+hhKUcVh5EDeTPqA==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"~2.23.4"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_2.1.0_1749058287587_0.7648285265158028","host":"s3://npm-registry-packages-npm-production"}},"2.1.1":{"name":"@reservoir0x/relay-sdk","version":"2.1.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@2.1.1","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"530d90671d0ed17a8aa5e712339a99fe0b86902d","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-2.1.1.tgz","fileCount":266,"integrity":"sha512-3rRi3kwjnJJPb2weAIl4g+r+Y5cP3kQFSUFkuiK/gr/g/iqMg66M1MkAps8Aaf5q5nCRcY0ctVHU9wlN+sY5EA==","signatures":[{"sig":"MEUCIQD7OOgUZMiy3/itqnS8sHkkk5jHjVLp7tn0IdML4NN9ngIgXyqhYslRSzMWBF58v6RyDf+Hbfqi27nPBJbOzNzmewc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2147595},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-2.1.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/846d44baf8fcc2928fc5f3bc68ee2012/reservoir0x-relay-sdk-2.1.1.tgz","_integrity":"sha512-3rRi3kwjnJJPb2weAIl4g+r+Y5cP3kQFSUFkuiK/gr/g/iqMg66M1MkAps8Aaf5q5nCRcY0ctVHU9wlN+sY5EA==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.1","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"~2.23.4"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_2.1.1_1749139360036_0.47798172691854734","host":"s3://npm-registry-packages-npm-production"}},"2.1.2":{"name":"@reservoir0x/relay-sdk","version":"2.1.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@2.1.2","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"bc6bc9d06c3b2c35793f26e25253c562b2191bbf","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-2.1.2.tgz","fileCount":266,"integrity":"sha512-8KEhx6cGj0fXqQ6XFI8rcp4+pi1QVG1XR9bKNY3h1bm5ol1LNP4l5vqzA5oo2Es7Lcmw6iAzAuGOIYs3P0vUzg==","signatures":[{"sig":"MEYCIQCnA8N4Fe3nF9s2T2CpgSzBz1Cfpx78NQHQ0alsOR0azgIhAIHfOY3OsfYBPf8J2JsyVd9t4VgrEEcYifJEV79JTP9n","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2151640},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-2.1.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/771f054fd68abc815c35748dd49ca3e2/reservoir0x-relay-sdk-2.1.2.tgz","_integrity":"sha512-8KEhx6cGj0fXqQ6XFI8rcp4+pi1QVG1XR9bKNY3h1bm5ol1LNP4l5vqzA5oo2Es7Lcmw6iAzAuGOIYs3P0vUzg==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"~2.23.4"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_2.1.2_1749832373223_0.5745129883068014","host":"s3://npm-registry-packages-npm-production"}},"2.1.3":{"name":"@reservoir0x/relay-sdk","version":"2.1.3","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@2.1.3","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"3d30335b48f761f7771be4b03de24caf389abc33","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-2.1.3.tgz","fileCount":278,"integrity":"sha512-1gOD21Ka5Za+czESoywyqZPNQiIqushyullR0AFrLnJZ5wej6X1x5xGcxy3qmnd2Fgp1Lp1YgejQYCBMvrhm9g==","signatures":[{"sig":"MEYCIQCOfL40Qvynde5dQbJDzCJYE7dqRhH90kLYAbnAImklnQIhAN6qoa/R+zG4AxhFaiLJbLkBTbBjFAQzkFbvu1rxKjN0","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2078806},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-2.1.3.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","actor":{"name":"pedromcunha-uneven","type":"user","email":"pedro@unevenlabs.com"},"email":"pedro@unevenlabs.com"},"_resolved":"/tmp/70de39ff0f619b78d849994062a5c9d5/reservoir0x-relay-sdk-2.1.3.tgz","_integrity":"sha512-1gOD21Ka5Za+czESoywyqZPNQiIqushyullR0AFrLnJZ5wej6X1x5xGcxy3qmnd2Fgp1Lp1YgejQYCBMvrhm9g==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.2","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"~2.23.4"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_2.1.3_1750441638255_0.5888171689590449","host":"s3://npm-registry-packages-npm-production"}},"2.2.0":{"name":"@reservoir0x/relay-sdk","version":"2.2.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@2.2.0","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"a58f6b59392365ca4d34e1a26c52f8f868e7e40d","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-2.2.0.tgz","fileCount":278,"integrity":"sha512-GfzeF76zgQkq1cNJJIkgTNqV6rGsKbBUpghN8wxiT6JutltRhDyn7+r7Egc58srprUe/wRkMGkTGaNHIlS4fwA==","signatures":[{"sig":"MEQCICVhAC2BSVCyTbuByir9TL0is3b9Yyxe7NBLZD4wV+3xAiBKpaRNIHBHNrX/OTj4W8+Onu2fo2HVX+C7AWUq/m8L6w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2064499},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-2.2.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","actor":{"name":"pedromcunha-uneven","type":"user","email":"pedro@unevenlabs.com"},"email":"pedro@unevenlabs.com"},"_resolved":"/tmp/4bd4815f75ff4c9c5937c9ab0edf5a54/reservoir0x-relay-sdk-2.2.0.tgz","_integrity":"sha512-GfzeF76zgQkq1cNJJIkgTNqV6rGsKbBUpghN8wxiT6JutltRhDyn7+r7Egc58srprUe/wRkMGkTGaNHIlS4fwA==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.3","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":"~2.23.4"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_2.2.0_1752068307670_0.3069881570401509","host":"s3://npm-registry-packages-npm-production"}},"2.3.0":{"name":"@reservoir0x/relay-sdk","version":"2.3.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@2.3.0","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"24913e893fb08a55ea390309debf91bacae8b9f1","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-2.3.0.tgz","fileCount":278,"integrity":"sha512-sfKPfVW5rtSrRnmEg1eIE0Cx1mkoQcFCdx6mLWHwrnPfrfwp0s7k6qci4pDJGYYjOCMmRvEopCkcs3QOCuB2Jg==","signatures":[{"sig":"MEUCIB1h7/EVVPF61YQrbPsIXS5cuXfID7MEz373FBAz50VzAiEA8m6bZEdYoQAoI8Yv2eQja15emVAqf5PWiSMDGzEihE8=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2138537},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-2.3.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","actor":{"name":"pedromcunha-uneven","type":"user","email":"pedro@unevenlabs.com"},"email":"pedro@unevenlabs.com"},"_resolved":"/tmp/96aba07db8e2b403cbd2f06ae1fc1091/reservoir0x-relay-sdk-2.3.0.tgz","_integrity":"sha512-sfKPfVW5rtSrRnmEg1eIE0Cx1mkoQcFCdx6mLWHwrnPfrfwp0s7k6qci4pDJGYYjOCMmRvEopCkcs3QOCuB2Jg==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.3","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":">=2.26.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_2.3.0_1752085356415_0.5675658917921447","host":"s3://npm-registry-packages-npm-production"}},"2.3.1":{"name":"@reservoir0x/relay-sdk","version":"2.3.1","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@2.3.1","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"647458d2bfa4cd476571adff12526ef05333018d","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-2.3.1.tgz","fileCount":278,"integrity":"sha512-Wn1n10Y+PYtjKTXlmzmFNRjdNpdgbAxJf7rBwPQ4brw7CdXpzghF6tmaBtgQtekkFANSR7VVFyciO42Xn4njNw==","signatures":[{"sig":"MEYCIQCOLKdLP/sffwgrR8Y//lnhVAvgvDKMtKqSWFGqwuAp4QIhAMxmGWy0okRQcjXeE8rmS5zIoTgVXShtbv6G9ibTihQr","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2145882},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-2.3.1.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/9df7e2b3dbf40d453b5345feb2826b3f/reservoir0x-relay-sdk-2.3.1.tgz","_integrity":"sha512-Wn1n10Y+PYtjKTXlmzmFNRjdNpdgbAxJf7rBwPQ4brw7CdXpzghF6tmaBtgQtekkFANSR7VVFyciO42Xn4njNw==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":">=2.26.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_2.3.1_1753799457810_0.41942479994253","host":"s3://npm-registry-packages-npm-production"}},"2.3.2":{"name":"@reservoir0x/relay-sdk","version":"2.3.2","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@2.3.2","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"922d8c784cffbd14b350f62d3680796ba4176c07","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-2.3.2.tgz","fileCount":284,"integrity":"sha512-iQ/cujtSleF1WU5NHO6d9TeohwA/fg/NR+K0M7k9Mv4lfZ+CQsBUcqOz5wCIgoz8w6CNZRrlztRNIMMpuAGrWQ==","signatures":[{"sig":"MEQCID21MtgRF4Fe83g0MXI6VODeNW0pkplS/5uGArawXTw/AiAP7MuWGO416xRyvnr8JOYxOR/biFXpHjeOa5KxpYidZg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2165239},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-2.3.2.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/d025cce02f4f7dcb3ad9bfde599b62fc/reservoir0x-relay-sdk-2.3.2.tgz","_integrity":"sha512-iQ/cujtSleF1WU5NHO6d9TeohwA/fg/NR+K0M7k9Mv4lfZ+CQsBUcqOz5wCIgoz8w6CNZRrlztRNIMMpuAGrWQ==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":">=2.26.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_2.3.2_1754075707032_0.486139893444387","host":"s3://npm-registry-packages-npm-production"}},"2.4.0":{"name":"@reservoir0x/relay-sdk","version":"2.4.0","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@2.4.0","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"906de046292be883d4209e8d94e17effd576a636","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-2.4.0.tgz","fileCount":308,"integrity":"sha512-0KPLtOQ+P/Y3WkS3NB17Nv22Ba1eAnNsnxNF1qRCCiXeK3tE99ZYeiuYGDMqbLeIE43yiyFHxVLP/V9YzauFcQ==","signatures":[{"sig":"MEYCIQDLtCEfaotg3/6EqsoCTRhiWQsUHZf7jnEyGlP2V+mUdQIhAK4ZUQPS5IFO/D8iGTd1IFPbFOjYayI04JlnwK0pGdMX","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2225217},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-2.4.0.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/tmp/6b2ce14c610627d15bf7ca3d98374210/reservoir0x-relay-sdk-2.4.0.tgz","_integrity":"sha512-0KPLtOQ+P/Y3WkS3NB17Nv22Ba1eAnNsnxNF1qRCCiXeK3tE99ZYeiuYGDMqbLeIE43yiyFHxVLP/V9YzauFcQ==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.19.4","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":">=2.26.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_2.4.0_1755019137292_0.371582010141013","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250813132716":{"name":"@reservoir0x/relay-sdk","version":"0.0.0-canary-20250813132716","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.0-canary-20250813132716","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"8f98469d3745026dd1d67f85120d2626c43199bd","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.0-canary-20250813132716.tgz","fileCount":284,"integrity":"sha512-ZvvFA3uyEOM2LA4EH89tITPJbe+WHmIgBlqWIBXnEMN4K8wbmbvL/yhnQPg8VJbfcAqwqa8PD0OyTlOg7RVBXw==","signatures":[{"sig":"MEQCIBpk9iBFqkooE2YaNxo1KruhE3Gw6jhdPIleZHEByKX1AiA4zQpZ5ZDfHiP80Q4L9+/RP7RIJ/T5oBU38W4/qz58BA==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2165233},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.0.0-canary-20250813132716.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/private/var/folders/h5/dtd39xgn4pvcxbt9qqg6__540000gn/T/ea1a9b69fbdc0bb506c8d966d9e4e8e4/reservoir0x-relay-sdk-0.0.0-canary-20250813132716.tgz","_integrity":"sha512-ZvvFA3uyEOM2LA4EH89tITPJbe+WHmIgBlqWIBXnEMN4K8wbmbvL/yhnQPg8VJbfcAqwqa8PD0OyTlOg7RVBXw==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"readmeFilename":"readme.md","devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":">=2.26.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.0-canary-20250813132716_1755091646519_0.16994931025258508","host":"s3://npm-registry-packages-npm-production"}},"0.0.0-canary-20250814020954":{"name":"@reservoir0x/relay-sdk","version":"0.0.0-canary-20250814020954","keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"_id":"@reservoir0x/relay-sdk@0.0.0-canary-20250814020954","maintainers":[{"name":"georgeroman","email":"george.roman.99@gmail.com"},{"name":"ptrwtts","email":"peter@unevenlabs.com"},{"name":"sepico","email":"rory@unevenlabs.com"},{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},{"name":"ipelegi","email":"ipeleg@hotmail.com"},{"name":"lingziz","email":"lingzi@unevenlabs.com"},{"name":"ted-palmer","email":"etpalmer17@gmail.com"},{"name":"jadendurnford","email":"jadendurnford@gmail.com"}],"dist":{"shasum":"cc10e6ed06369b997a0d855f60ff0c9e7de0cee3","tarball":"https://registry.npmjs.org/@reservoir0x/relay-sdk/-/relay-sdk-0.0.0-canary-20250814020954.tgz","fileCount":308,"integrity":"sha512-Dfr3V6HIm859KbIg6zexXUvs2/mp2TicxUqPblmIqwjQGRnkTcR3ls19s2oCHpGAfalxi+7QbtrfCAmsMU1LzA==","signatures":[{"sig":"MEUCIQCVka45yZoXS+//Y68nY4slLVoJnrZiWl2ac6PFbZpyHgIgCQiokWVeQzdLW/DYkJD7SGcBEVQWhqCI6aMmIFkM1oc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":2225283},"main":"./_cjs/src/index.js","type":"module","_from":"file:reservoir0x-relay-sdk-0.0.0-canary-20250814020954.tgz","types":"./_types/src/index.d.ts","module":"./_esm/src/index.js","exports":{"types":"./_types/src/index.d.ts","import":"./_esm/src/index.js","require":"./_cjs/src/index.js"},"scripts":{"dev":"concurrently \"pnpm run clean\" \"pnpm run dev:esm\" \"pnpm run dev:types\"","test":"vitest","build":"pnpm run prebuild && pnpm run clean && pnpm run build:cjs && pnpm run build:esm && pnpm run build:types","clean":"rimraf ./_esm ./_cjs ./_types","dev:esm":"tsc --watch --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","test:ui":"vitest --ui","prebuild":"node scripts/version.mjs","build:cjs":"tsc --project ./tsconfig.build.json --module commonjs --outDir ./_cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./_cjs/package.json","build:esm":"tsc --project ./tsconfig.build.json --module es2015 --outDir ./_esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./_esm/package.json","dev:types":"tsc --watch --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","typecheck":"tsc --noEmit","build:types":"tsc --project ./tsconfig.build.json --module esnext --outDir ./_types --declarationDir ./_types --emitDeclarationOnly --declaration --declarationMap","test:update":"vitest --update"},"typings":"./_types/src/index.d.ts","_npmUser":{"name":"pedromcunha-uneven","email":"pedro@unevenlabs.com"},"_resolved":"/private/var/folders/h5/dtd39xgn4pvcxbt9qqg6__540000gn/T/8e5bb04065a7977cad1efab246705d8d/reservoir0x-relay-sdk-0.0.0-canary-20250814020954.tgz","_integrity":"sha512-Dfr3V6HIm859KbIg6zexXUvs2/mp2TicxUqPblmIqwjQGRnkTcR3ls19s2oCHpGAfalxi+7QbtrfCAmsMU1LzA==","_npmVersion":"10.8.2","description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","directories":{},"sideEffects":false,"_nodeVersion":"20.18.3","dependencies":{"axios":"^1.6.5"},"_hasShrinkwrap":false,"readmeFilename":"readme.md","devDependencies":{"rimraf":"^5.0.5","vitest":"^1.6.0","@vitest/ui":"^1.6.0","node-fetch":"^3.3.2","typescript":"5.4.5"},"peerDependencies":{"viem":">=2.26.0"},"_npmOperationalInternal":{"tmp":"tmp/relay-sdk_0.0.0-canary-20250814020954_1755137404428_0.2990462559440681","host":"s3://npm-registry-packages-npm-production"}}},"time":{"created":"2024-01-22T18:56:08.438Z","modified":"2025-10-13T19:26:09.398Z","0.0.1":"2024-01-22T18:56:08.709Z","0.0.2":"2024-01-22T20:27:48.890Z","0.0.3":"2024-01-22T22:03:39.310Z","0.0.4":"2024-01-22T22:44:31.761Z","0.0.5":"2024-01-23T21:03:25.469Z","0.0.6":"2024-01-24T17:03:30.620Z","0.0.7":"2024-01-24T21:01:16.588Z","0.0.8":"2024-01-25T21:09:13.497Z","0.0.9":"2024-01-26T18:42:00.894Z","0.0.10":"2024-01-30T14:19:04.958Z","0.0.11":"2024-01-30T18:42:37.526Z","0.0.12":"2024-02-05T19:07:33.002Z","0.0.13":"2024-02-09T22:58:49.288Z","0.1.0":"2024-02-13T19:50:37.263Z","0.2.0":"2024-02-14T21:56:30.640Z","0.2.1":"2024-02-22T16:56:02.233Z","0.2.2":"2024-02-26T22:53:51.072Z","0.2.3":"2024-02-27T19:46:11.809Z","0.2.4":"2024-02-29T21:24:02.915Z","0.2.5":"2024-03-04T21:35:18.827Z","0.3.0":"2024-03-08T20:28:29.030Z","0.3.1":"2024-03-12T20:38:57.301Z","0.3.2":"2024-03-15T14:41:06.221Z","0.3.3":"2024-03-19T00:42:41.000Z","0.3.4":"2024-04-01T20:25:48.303Z","0.3.5":"2024-04-01T22:07:31.603Z","0.3.6":"2024-04-02T17:32:33.830Z","0.3.7":"2024-04-03T18:01:05.929Z","0.3.8":"2024-04-04T17:26:23.499Z","0.3.9":"2024-04-09T17:53:41.540Z","0.3.10":"2024-04-18T14:00:13.295Z","0.4.0":"2024-04-22T19:10:53.309Z","0.5.0":"2024-04-29T20:55:32.350Z","0.0.0-canary-20240429212419":"2024-04-29T21:24:27.569Z","0.0.0-canary-20240501181834":"2024-05-01T18:18:39.468Z","0.0.0-canary-20240501202525":"2024-05-01T20:25:40.636Z","0.0.0-canary-20240501214125":"2024-05-01T21:41:30.555Z","0.0.0-canary-20240503175152":"2024-05-03T17:51:57.506Z","0.0.0-canary-20240506160753":"2024-05-06T16:07:58.656Z","0.0.0-canary-20240506211039":"2024-05-06T21:10:44.688Z","0.0.0-canary-20240506220831":"2024-05-06T22:08:37.329Z","0.0.0-canary-20240507132251":"2024-05-07T13:22:57.047Z","0.5.1":"2024-05-14T13:53:12.441Z","0.5.2":"2024-05-14T18:06:36.429Z","0.5.3":"2024-05-15T15:45:03.515Z","0.5.4":"2024-05-21T14:17:38.510Z","0.6.0":"2024-05-23T19:17:24.108Z","0.6.1":"2024-05-24T19:12:30.053Z","0.6.2":"2024-05-24T20:23:01.115Z","0.7.0":"2024-05-28T19:12:50.747Z","1.0.0":"2024-06-11T19:48:04.796Z","1.0.1":"2024-06-11T20:55:37.896Z","1.0.2":"2024-06-12T18:02:47.661Z","1.0.3":"2024-06-13T19:12:06.990Z","1.0.4":"2024-06-14T14:31:19.955Z","1.0.5":"2024-06-18T18:48:45.698Z","1.0.6":"2024-06-20T17:47:07.423Z","1.0.7":"2024-07-01T21:50:43.431Z","1.0.8":"2024-07-09T20:12:06.434Z","1.0.9":"2024-07-15T18:35:26.144Z","1.0.10":"2024-07-22T15:56:52.603Z","1.0.11":"2024-07-29T14:08:18.628Z","1.0.12":"2024-07-29T14:21:53.264Z","1.0.13":"2024-08-02T18:48:28.197Z","1.1.0":"2024-08-06T14:48:13.840Z","1.1.1":"2024-08-14T21:58:35.271Z","1.1.2":"2024-08-21T21:58:48.848Z","1.2.0":"2024-08-23T18:44:09.973Z","1.2.1":"2024-08-28T23:58:18.127Z","1.2.2":"2024-09-10T14:45:42.400Z","1.3.0":"2024-09-12T20:09:16.012Z","1.3.1":"2024-09-18T19:01:48.344Z","1.3.2":"2024-09-19T21:18:03.502Z","1.3.3":"2024-09-24T02:11:15.689Z","1.3.4":"2024-10-18T00:02:36.876Z","1.4.0":"2024-10-22T18:05:00.708Z","1.4.1":"2024-10-23T20:25:23.012Z","1.4.2":"2024-10-29T17:18:02.948Z","1.4.3":"2024-10-30T22:41:02.946Z","1.4.4":"2024-10-31T15:28:38.450Z","1.4.5":"2024-11-04T15:46:49.821Z","1.4.6":"2024-11-07T18:10:06.194Z","1.4.7":"2024-11-12T19:09:36.963Z","1.4.8":"2024-12-10T18:26:57.331Z","1.4.9":"2025-01-04T23:43:32.307Z","1.4.10":"2025-01-07T16:22:36.027Z","1.5.0":"2025-01-15T22:22:45.272Z","1.6.0":"2025-01-21T15:33:59.154Z","1.6.1":"2025-01-22T20:10:28.656Z","1.6.2":"2025-02-19T03:36:36.938Z","1.6.3":"2025-02-24T15:38:36.911Z","1.6.4":"2025-02-25T16:58:16.477Z","1.6.5":"2025-03-07T15:27:41.285Z","1.6.6":"2025-03-10T13:55:56.180Z","1.6.7":"2025-03-10T20:43:51.916Z","1.6.8":"2025-03-13T13:38:35.036Z","1.6.9":"2025-03-17T15:54:54.538Z","1.6.10":"2025-03-20T15:20:32.198Z","1.6.11":"2025-03-21T20:14:45.330Z","1.6.12":"2025-03-25T18:27:03.940Z","1.6.13":"2025-04-02T18:17:45.727Z","1.6.14":"2025-04-10T19:42:22.356Z","1.6.15":"2025-04-18T16:45:06.295Z","1.7.0":"2025-04-22T16:00:05.355Z","1.7.1":"2025-04-24T20:36:03.617Z","1.7.2":"2025-04-28T13:27:50.256Z","1.7.3":"2025-04-30T17:52:56.367Z","1.7.4":"2025-05-01T15:22:39.256Z","1.8.0":"2025-05-07T19:13:25.924Z","1.8.1":"2025-05-13T14:38:43.641Z","2.0.0":"2025-05-15T19:02:18.162Z","2.0.1":"2025-05-16T17:48:11.931Z","2.0.2":"2025-05-21T17:34:00.635Z","2.0.3":"2025-05-23T13:00:27.892Z","2.1.0":"2025-06-04T17:31:27.803Z","2.1.1":"2025-06-05T16:02:40.257Z","2.1.2":"2025-06-13T16:32:53.469Z","2.1.3":"2025-06-20T17:47:18.505Z","2.2.0":"2025-07-09T13:38:27.952Z","2.3.0":"2025-07-09T18:22:36.618Z","2.3.1":"2025-07-29T14:30:58.128Z","2.3.2":"2025-08-01T19:15:07.238Z","2.4.0":"2025-08-12T17:18:57.547Z","0.0.0-canary-20250813132716":"2025-08-13T13:27:26.764Z","0.0.0-canary-20250814020954":"2025-08-14T02:10:04.775Z"},"keywords":["eth","ethereum","dapps","wallet","web3","bridge","reservoir"],"description":"Relay is the Fastest and Cheapest Way to Bridge and Transact Across Chains.","maintainers":[{"email":"george.roman.99@gmail.com","name":"georgeroman"},{"email":"peter@unevenlabs.com","name":"ptrwtts"},{"email":"rory@unevenlabs.com","name":"sepico"},{"email":"pedro@unevenlabs.com","name":"pedromcunha-uneven"},{"email":"ipeleg@hotmail.com","name":"ipelegi"},{"email":"lingzi@unevenlabs.com","name":"lingziz"},{"email":"etpalmer17@gmail.com","name":"ted-palmer"},{"email":"jadendurnford@gmail.com","name":"jadendurnford"},{"email":"julien.genestoux@gmail.com","name":"julien51"}],"readme":"","readmeFilename":""}