Skip to content

Commit

Permalink
Exporting formatIconUrlWithProxy to format iconUrl Proxy for tokens f…
Browse files Browse the repository at this point in the history
…rom swaps api (#889)

* exporting formatIconUrlWithProxy to be used in extension for the swaps iconUrl proxy

* rearranging the export
  • Loading branch information
NiranjanaBinoy authored and MajorLift committed Oct 11, 2023
1 parent ab97cda commit fb3588f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import 'isomorphic-fetch';
import * as util from './util';
import { formatIconUrlWithProxy } from './assets/assetsUtil';

export * from './assets/AccountTrackerController';
export * from './user/AddressBookController';
Expand Down Expand Up @@ -39,4 +40,4 @@ export * from './permissions';
export * from './subject-metadata';
export * from './ratelimit/RateLimitController';
export * from './notification/NotificationController';
export { util };
export { util, formatIconUrlWithProxy };

0 comments on commit fb3588f

Please sign in to comment.