Closed muzam1l closed 1 year ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
xrpl-hooks-ide | ✅ Ready (Inspect) | Visit Preview | Feb 9, 2023 at 10:17AM (UTC) |
Fixes js scripts in #281.
Templates are not updated yet, so make the change manually.
Instead of importing
xrpl-accountlib
from esm.sh, userequire
Its bundled dependencies are also exposed viz:
ripple-binary-codec
,ripple-keypairs
,ripple-address-codec
andripple-secret-codec
.ripple-binary-codec
is the actual patched library, anything that depends on that and bundles that is also therefore patched.Rest of libraries shall be imported from esm.sh only.