We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
75664ff
Removes ipfs-http-client: resolves build issues when running in nextjs
ipfs-http-client
Now using cross-fetch instead of directly injecting node-fetch as a polyfill solution for fetch 22293a2
cross-fetch
node-fetch
Changes getLatestBlockhash() on the LitNodeClient to be an async method. This was previously a synchronous call. 83a070b
getLatestBlockhash()
async
Fixesnode-fetch not found exceptions in NextJs
Fix to global polyfill of Buffer causing errors: 618fbf8
Buffer
Addition of static eth wallet auth method in lit auth client 05d9494
Fix to ILitNodeClient interface compatibility 8efcb0f
ILitNodeClient