cake_wallet/cw_evm
David Adegoke a4282cb704
CW-672: Enhance ETH Wallet Fee Calculation - Fix ERC20 Transaction Fee (#1548)
* fix: Eth transaction fees WIP

* Revert "fix: Eth transaction fees WIP"

This reverts commit b9a469bc7e.

* fix: Modifying fee WIP

* fix: Enhance ETH Wallet fee calculation WIP

* feat: Enhance Transaction fees for ETH Transactions, Native transactions done, left with ERC20 transactions

* fix: Pre PR cleanups

* fix: ETH transaction fees for ERC20 transactions

* fix: ETH transaction fees for ERC20 transactions

* chore: Clarify comment in getEstimatedGas

* fix: Switch call to estimate gas units to a more cleaner approach
2024-07-23 03:21:03 +03:00
..
lib CW-672: Enhance ETH Wallet Fee Calculation - Fix ERC20 Transaction Fee (#1548) 2024-07-23 03:21:03 +03:00
test CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
.gitignore CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
.metadata CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
analysis_options.yaml CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
CHANGELOG.md CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
LICENSE CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00
pubspec.yaml bio auth on mac + package updates for 3.19.3/5 (#1398) 2024-05-06 22:55:05 +03:00
README.md CW-551-Refactor-EVM-Chains (#1256) 2024-01-30 20:01:48 +02:00

TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.

Features

TODO: List what your package can do. Maybe include images, gifs, or videos.

Getting started

TODO: List prerequisites and provide or point to information on how to start using the package.

Usage

TODO: Include short and useful examples for package users. Add longer examples to /example folder.

const like = 'sample';

Additional information

TODO: Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.