From 8105d2f42a039bc2692537b1ace3ea1fdfb8f9bd Mon Sep 17 00:00:00 2001 From: Guillaume Roux Date: Wed, 27 Oct 2021 20:50:30 +0200 Subject: [PATCH] fix asset import --- package.json | 2 +- src/wallets.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 297425c..ea028c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mycrypto/wallet-list", - "version": "1.1.2", + "version": "1.1.3", "description": "Wallet list to be used throughout the MyCrypto product suite.", "author": "MyCrypto", "license": "MIT", diff --git a/src/wallets.ts b/src/wallets.ts index 6f58c23..524385b 100644 --- a/src/wallets.ts +++ b/src/wallets.ts @@ -119,6 +119,7 @@ import { xinfin, zelcore, mewWallet, + status, onto } from './assets'; import { WalletTypes, WalletConnectivity, WalletTags } from './types';