We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8127e5f commit e2af3e5Copy full SHA for e2af3e5
logic/lib/src/domain/const/assets.dart
@@ -11,6 +11,8 @@ class AssetsPath {
11
'${dappStorePath}dapp_store/$dappName';
12
static String dappsThumbnail(String image) =>
13
'${dappStorePath}mxc_dapps_thumbnails/$image.png';
14
+ static String dappsThumbnailV3(String icon) =>
15
+ '${dappStorePath}mxc_dapps_thumbnails/icons_v3/$icon.svg';
16
17
static const String tokenListPath =
18
'packages/$mxcLogic/assets/cache/wannseeswap-tokenlist/';
0 commit comments