From 5f8ea2c6ee5ed0ee8df15678c483410918f8f8c7 Mon Sep 17 00:00:00 2001 From: kayumarie Date: Fri, 14 Oct 2022 13:18:44 +0200 Subject: [PATCH] Downgrade web3dart to 2.3.5 due to issue https://github.com/xclud/web3dart/issues/50 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index e5c2771..455d034 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ environment: sdk: '>=2.18.2 <3.0.0' dependencies: - web3dart: ^2.4.1 + web3dart: 2.3.5 dev_dependencies: lints: ^2.0.0