-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSecrets.xcconfig.template
More file actions
28 lines (24 loc) · 1.24 KB
/
Copy pathSecrets.xcconfig.template
File metadata and controls
28 lines (24 loc) · 1.24 KB
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
// Secrets.xcconfig.template — committed documentation of the API keys
// Aperture needs. The REAL values live in `Secrets.xcconfig` (gitignored,
// local only). To set up: copy this file to `Secrets.xcconfig` and fill in
// the values. NEVER commit `Secrets.xcconfig`.
//
// project.yml wires this template as the default target configFile and
// injects these into the app's Info.plist; `Secrets.swift` reads them at
// runtime via `Bundle.main.object(forInfoDictionaryKey:)`. Keep this file
// empty-value only; use a private local override for real keys.
// 1rpc.io — authenticated multi-chain RPC. Optional but recommended: the
// public tier rate-limits ("usage limit reached") under refresh load;
// a key raises the limits. Keyed path: https://1rpc.io/<KEY>/<chain>
// https://www.1rpc.io/#pricing
ONERPC_API_KEY =
// Infura — PAID multi-chain EVM RPC (the primary for all supported EVM
// chains). Keyed path: https://<slug>.infura.io/v3/<KEY>. EVM only.
// https://docs.infura.io/
INFURA_API_KEY =
// Etherscan API V2 — optional multi-chain EVM transaction-history provider.
// https://docs.etherscan.io/
ETHERSCAN_API_KEY =
// Tronscan Pro API — optional richer TRON account/token provider.
// https://docs.tronscan.org/
TRONSCAN_API_KEY =