From d3f0c7fb8527fa29e12a86243326fc3cb6359ca2 Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Fri, 28 Apr 2023 05:39:54 +0300 Subject: [PATCH] - Update and Fix Conflicts with main --- cw_ethereum/lib/ethereum_wallet.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cw_ethereum/lib/ethereum_wallet.dart b/cw_ethereum/lib/ethereum_wallet.dart index 46625aa76..c4ce9748e 100644 --- a/cw_ethereum/lib/ethereum_wallet.dart +++ b/cw_ethereum/lib/ethereum_wallet.dart @@ -265,4 +265,6 @@ abstract class EthereumWalletBase return EthPrivateKey.fromHex(HEX.encode(addressAtIndex.privateKey as List)); } + + Future? updateBalance() => null; }