Closed sentilesdal closed 1 week ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
hyperdrive-mainnet-staging | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 13, 2024 9:02pm |
hyperdrive-sepolia-staging | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 13, 2024 9:02pm |
Latest commit: fc95486ca8a0dce3d545da30c499439e819da6fd
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Hardhat (among other packages) are still using commonjs so if we want to be able to use hyperdrive-wasm with these tool we need to add cjs support. I've added a basic build to the hyperdrive-wasm crate package that gets us both a cjs build and an esm build.