@@ -1,9 +1,4 @@
|
||||
const full = window.location.host;
|
||||
const parts = full.split('.');
|
||||
const sub = parts[0];
|
||||
|
||||
export const environment = {
|
||||
production: true,
|
||||
network: sub,
|
||||
nativeAssetId: '6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d',
|
||||
};
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
export const environment = {
|
||||
production: false,
|
||||
network: 'mainnet',
|
||||
nativeAssetId: '6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user