Psychedelic / plug

Plug is a browser extension for users of the Internet Computer that allows you to access your ICP, Cycles, and other tokens as well as log into IC apps with one click.
GNU General Public License v3.0
166 stars 40 forks source link

Refactor fee usage for DIP20 tokens #600

Closed riveign closed 2 years ago

riveign commented 2 years ago

Description

DIP20 token transactions are failing when trying to send max amounts as the fee is not being properly handled.

Right now fees are hard-coded for the default tokens (ICP, XTC, WICP) and some minor others (eg OGY).

TL;DR -> Actualizar controller a 0.20.3, eliminar la función getAssetFee y calcular el fee usando lo que viene del controller en cada token cuando haces getBalance