mirror of
https://github.com/mempool/mempool.git
synced 2025-04-10 21:09:30 +02:00
ops: Update hard-coded path for liquid asset icons
This commit is contained in:
parent
604c3ba266
commit
d18ebdfc59
@ -2,7 +2,7 @@ import * as fs from 'fs';
|
||||
import logger from '../../logger';
|
||||
|
||||
class Icons {
|
||||
private static FILE_NAME = './icons.json';
|
||||
private static FILE_NAME = '/elements/asset_registry_db/icons.json';
|
||||
private iconIds: string[] = [];
|
||||
private icons: { [assetId: string]: string; } = {};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user