Skip to content

Commit 8a6c551

Browse files
committed
wip
1 parent f02aa59 commit 8a6c551

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/connect/src/data/DataManager.ts

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import { config } from './config';
88

99
import { ConnectSettings, DeviceModelInternal } from '../types';
1010

11+
// TODO(karliatto): look at packages/connect/src/utils/assetUtils.ts !!!
12+
// We require all the files to include them in the core.js bundle for web,
13+
// if we do not include them in the bundle we would have to handle relative paths.
1114
require('@trezor/connect-common/files/coins.json');
1215
require('@trezor/connect-common/files/coins-eth.json');
1316
require('@trezor/connect-common/files/bridge/releases.json');
@@ -17,6 +20,7 @@ require('@trezor/connect-common/files/firmware/t2b1/releases.json');
1720
require('@trezor/connect-common/files/firmware/t3b1/releases.json');
1821
require('@trezor/connect-common/files/firmware/t3t1/releases.json');
1922
require('@trezor/connect-common/files/firmware/t3w1/releases.json');
23+
require('@trezor/protobuf/messages.json');
2024

2125
import coins from '@trezor/connect-common/files/coins.json';
2226
import coinsEth from '@trezor/connect-common/files/coins-eth.json';

0 commit comments

Comments
 (0)