mirror of
https://github.com/mempool/mempool.git
synced 2025-01-09 06:59:42 +01:00
11b1d9bbd3
refs #37
10 lines
242 B
TypeScript
10 lines
242 B
TypeScript
const full = window.location.host;
|
|
const parts = full.split('.');
|
|
const sub = parts[0];
|
|
|
|
export const environment = {
|
|
production: true,
|
|
network: sub,
|
|
nativeAssetId: '6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d',
|
|
};
|