reown-com / blockchain-api

WalletConnect's Blockchain API
MIT License
68 stars 53 forks source link

feat(CA): adding topup amount multiplier #823

Closed geekbrother closed 3 weeks ago

geekbrother commented 3 weeks ago

Description

This PR adds an amount top-up multiplier for the bridging to cover the bridging fees. This change will fix the bug when the check status is pending even after the bridging was done. The default multiplier is 5%, which is the same as in the sample.

How Has This Been Tested?

The integration test was updated to check the bridging amount * multiplier.

Due Diligence