Closed SGiaccobasso closed 3 months ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
axelar-maestro | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Aug 15, 2024 3:13pm |
axelar-registry | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Aug 15, 2024 3:13pm |
axelar-ui | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Aug 15, 2024 3:13pm |
Latest commit: 71956f15967ecbdb059aa1f4d25d4662e435f2dd
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
Description
Migrated the
getNativeGasBaseFee
function from SDK to the API package.βοΈ What was done:
Created the function, corrected typescript errors, created auxiliary files and added dependencies.
Type of change
π§ͺ How to test:
There's a test for this function in
axelarjs/packages/api/src/axelar-query/client.spec.ts
, you can run it fromaxelarjs/packages/api
with the commandpnpm run test
.ποΈ Notes: