Package detail

@exodus/storage-icons-mobile

ExodusMovement8.7kMIT1.4.0

Implementation of icons storage interface for mobile extensions

readme

@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 })

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.4.0 (2025-05-09)

Features

  • feat: make storage-icons-mobile ESM (#12286)

1.3.0 (2025-04-01)

Features

  • feat: implement assetsModule.getIcon method (#11905)

License

  • license: re-license under MIT license (#10580)

1.2.2 (2024-11-25)

License

  • license: re-license under MIT license (#10580)

1.2.1 (2024-09-23)

Note: Version bump only for package @exodus/storage-icons-mobile

1.2.0 (2023-09-13)

Features

Bug Fixes

Performance Improvements

  • improve custom tokens add perf by bulk adding tokens (#12446) (cc6dd4b)