From 7857bf1fbb2be605f69c2936829eda7ab01957f5 Mon Sep 17 00:00:00 2001 From: OmarHatem Date: Tue, 10 Jan 2023 19:48:14 +0200 Subject: [PATCH] Fixate web3dart version as higher versions cause some issues --- cw_ethereum/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cw_ethereum/pubspec.yaml b/cw_ethereum/pubspec.yaml index 0a650b1d9..910798798 100644 --- a/cw_ethereum/pubspec.yaml +++ b/cw_ethereum/pubspec.yaml @@ -12,7 +12,7 @@ environment: dependencies: flutter: sdk: flutter - web3dart: ^2.3.5 + web3dart: 2.3.5 mobx: ^2.0.7+4 bip39: ^1.0.6 ed25519_hd_key: ^2.2.0