Closed npty 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 | Jul 11, 2024 6:26am |
axelar-registry | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 11, 2024 6:26am |
axelar-ui | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 11, 2024 6:26am |
Latest commit: b442993663a2e15ba35110162f2007f64503ec2b
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
Fix math rounding issue for
estimateGasFee
api. This issue was detected by running estimateGasFee test script where it tried to fetch gas fee from 3 directions which are:cosmos -> evm
,evm -> cosmos
, andevm -> evm
. The issue seems to be resolved with this fix.