-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathBuildConfig.json
executable file
·49 lines (49 loc) · 1.21 KB
/
BuildConfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"apiCode": {
"op1": {"ios": "<MAIN_API_CODE_IOS>", "android": "<MAIN_API_CODE_ANDROID>"},
"op2": {"ios": "<TEST_API_CODE_IOS>", "android": "<TEST_API_CODE_ANDROID>"}
},
"endpoint": {
"op1": "<MAIN_ENDPOINT>",
"op2": "<TEST_END_POINT>"
},
"initOptionalWallet": {
"op1": [{
"currency": "<OP1_W1_C>",
"name": "<OP1_W1_N>",
"tokenAddress": "<OP1_W1_T>"
}, {
"currency": "<OP1_W2_C>",
"name": "<OP1_W2_N>",
"tokenAddress": "<OP1_W2_T>"
}],
"op2": [{
"currency": "<OP2_W1_C>",
"name": "<OP2_W1_N>",
"tokenAddress": "<OP2_W1_T>"
}, {
"currency": "<OP2_W2_C>",
"name": "<OP2_W2_N>",
"tokenAddress": "<OP2_W2_T>"
}]
},
"devDialogOption": [
{
"key":"op1",
"name":"<OP1_NAME>",
"network": "<OP1_NETWORK>"
},
{
"key":"op2",
"name":"<OP2_NAME>",
"network": "<OP2_NETWORK>"
}
],
"GOOGLE_SIGN_IN_WEB_CLI_ID": "<MY_GOOGLE_SIGN_IN_WEB_CLI_ID>",
"uniqueIds": ["<UNIQUE_IDS>"],
"TWITTER_CONSUMER_KEY": "<MY_TWITTER_CONSUMER_KEY>",
"TWITTER_CONSUMER_SECRET": "<My_TWITTER_CONSUMER_SECRET>",
"suIds": ["<SU_IDS>"],
"WC_PROJECT_ID": "<WC_PROJECT_ID>",
"CHAIN_ID": 1
}