mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
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:
commit
9cb77550b4
72 changed files with 2836 additions and 331 deletions
|
@ -77,6 +77,8 @@ abstract class EthereumWalletBase
|
|||
|
||||
late final EthPrivateKey _ethPrivateKey;
|
||||
|
||||
EthPrivateKey get ethPrivateKey => _ethPrivateKey;
|
||||
|
||||
late EthereumClient _client;
|
||||
|
||||
int? _gasPrice;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue