mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 14:40:38 +01:00
ops: Update hard-coded path for liquid asset icons
This commit is contained in:
parent
604c3ba266
commit
d18ebdfc59
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import * as fs from 'fs';
|
||||||
import logger from '../../logger';
|
import logger from '../../logger';
|
||||||
|
|
||||||
class Icons {
|
class Icons {
|
||||||
private static FILE_NAME = './icons.json';
|
private static FILE_NAME = '/elements/asset_registry_db/icons.json';
|
||||||
private iconIds: string[] = [];
|
private iconIds: string[] = [];
|
||||||
private icons: { [assetId: string]: string; } = {};
|
private icons: { [assetId: string]: string; } = {};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue