Merge branch 'main' of https://github.com/cake-tech/cake_wallet into CW-477-add-ens

 Conflicts:
	pubspec_base.yaml
	res/values/strings_ar.arb
This commit is contained in:
OmarHatem 2023-10-03 20:10:08 +03:00
commit 9cb77550b4
72 changed files with 2836 additions and 331 deletions

View file

@ -77,6 +77,8 @@ abstract class EthereumWalletBase
late final EthPrivateKey _ethPrivateKey;
EthPrivateKey get ethPrivateKey => _ethPrivateKey;
late EthereumClient _client;
int? _gasPrice;