1.4.0 • Published 7 months ago

@exodus/storage-icons-mobile v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@exodus/storage-icons-mobile

Implementation of icons storage interface for mobile wallets.

Most likely you do NOT need to use this directly, but should opt for using @exodus/adapters-mobile instead, which will configure this for you.

Usage

import createExodus from '@exodus/headless'
import createIconsStorage from '@exodus/storage-icons-mobile'

const adapters = {
  // ...
  iconsStorage: createIconsStorage({
    config: {
      customTokensIconsEnabled: true,
      iconsPath: 'icons',
    },
  }),
}

const container = createExodus({ adapters, config })
1.4.0

7 months ago

1.3.0

8 months ago

1.2.2

12 months ago

1.2.1

1 year ago

1.1.1

2 years ago

1.2.0

2 years ago