mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 01:37:54 +00:00
temp eth asset fix
This commit is contained in:
parent
d657681d23
commit
2ef56ac66b
2 changed files with 30 additions and 0 deletions
|
@ -327,6 +327,8 @@ class _SVG {
|
|||
return firoImage(context);
|
||||
case Coin.dogecoinTestNet:
|
||||
return dogecoinImage(context);
|
||||
case Coin.ethereum:
|
||||
return ethereum;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
28
pubspec.lock
28
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:
|
||||
|
|
Loading…
Reference in a new issue