From 2ef56ac66b748552d61a6ee91c9729be09bfcd63 Mon Sep 17 00:00:00 2001 From: julian Date: Thu, 23 Feb 2023 14:36:23 -0600 Subject: [PATCH] temp eth asset fix --- lib/utilities/assets.dart | 2 ++ pubspec.lock | 28 ++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/lib/utilities/assets.dart b/lib/utilities/assets.dart index 8530dea80..6be741e01 100644 --- a/lib/utilities/assets.dart +++ b/lib/utilities/assets.dart @@ -327,6 +327,8 @@ class _SVG { return firoImage(context); case Coin.dogecoinTestNet: return dogecoinImage(context); + case Coin.ethereum: + return ethereum; } } } diff --git a/pubspec.lock b/pubspec.lock index 349ab50df..0f83b1eca 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -459,6 +459,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "2.0.5" + ethereum_addresses: + dependency: "direct main" + description: + name: ethereum_addresses + url: "https://pub.dartlang.org" + source: hosted + version: "1.0.2" event_bus: dependency: "direct main" description: @@ -839,6 +846,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "4.8.0" + json_rpc_2: + dependency: transitive + description: + name: json_rpc_2 + url: "https://pub.dartlang.org" + source: hosted + version: "3.0.2" jsonrpc2: dependency: "direct main" description: @@ -1399,6 +1413,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.1.1" + string_to_hex: + dependency: "direct main" + description: + name: string_to_hex + url: "https://pub.dartlang.org" + source: hosted + version: "0.2.2" string_validator: dependency: "direct main" description: @@ -1616,6 +1637,13 @@ packages: url: "https://pub.dartlang.org" source: hosted version: "1.0.2" + web3dart: + dependency: "direct main" + description: + name: web3dart + url: "https://pub.dartlang.org" + source: hosted + version: "2.3.5" web_socket_channel: dependency: transitive description: