Support for Test Liquid Native Asset

This commit is contained in:
softsimon
2021-12-28 17:59:11 +04:00
parent 13bfa5902d
commit c36ff22d68
7 changed files with 28 additions and 11 deletions

View File

@@ -1,4 +1,5 @@
export const environment = {
production: true,
nativeAssetId: '6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d',
nativeTestAssetId: '144c654344aa716d6f3abcc1ca90e5641e4e2a7f633bc09fe3baf64585819a49',
};

View File

@@ -5,6 +5,7 @@
export const environment = {
production: false,
nativeAssetId: '6f0279e9ed041c3d710a9f57d0c02928416460c4b722ae3457a11eec381c526d',
nativeTestAssetId: '144c654344aa716d6f3abcc1ca90e5641e4e2a7f633bc09fe3baf64585819a49',
};
/*