-
Notifications
You must be signed in to change notification settings - Fork 14
/
Configuration.xcconfig
34 lines (21 loc) · 1.06 KB
/
Configuration.xcconfig
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
RELAY_HOST = relay.walletconnect.com
CAST_HOST = notify.walletconnect.com
EXPLORER_HOST = explorer-api.walletconnect.com
// Uncomment next line and paste your project id. Get this on: https://cloud.walletconnect.com/sign-in
// PROJECT_ID = YOUR_PROJECT_ID
// Uncomment next line and paste dapp's project id to run all the notify tests
// GM_DAPP_PROJECT_ID = GM_DAPP_PROJECT_ID
// Uncomment next line and paste dapp's project secret to run all the notify tests
// GM_DAPP_PROJECT_SECRET = GM_DAPP_PROJECT_SECRET
// Uncomment next line and paste dapp's host to run all the notify tests
// GM_DAPP_HOST = GM_DAPP_HOST
// Uncomment next line and paste js client's api host to run x-platform tests
// JS_CLIENT_API_HOST = JS_CLIENT_API_HOST
// WALLETAPP_SENTRY_DSN = WALLETAPP_SENTRY_DSN
// MIXPANEL_TOKEN = MIXPANEL_TOKEN
// pimloco bundler url including api key
// PIMLICO_BUNDLER_URL = PIMLICO_BUNDLER_URL
// BUNDLE_ID_PRESENT_PROJECT_ID = BUNDLE_ID_PRESENT_PROJECT_ID
// BUNDLE_ID_NOT_PRESENT_PROJECT_ID = BUNDLE_ID_NOT_PRESENT_PROJECT_ID
// rpc url
// RPC_URL = RPC_URL