-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.development
29 lines (28 loc) · 2.47 KB
/
.env.development
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
REACT_APP_APP_MODE ="development"
REACT_APP_UNDER_MAINTENANCE=false
REACT_APP_INTERNAL_ANALYTICS=false
REACT_APP_PORTIS_ID=""
REACT_APP_GOOGLE_ANALYTICS_ID=""
REACT_APP_WALLETCONNECT_BRIDGE="https://walletconnect.fuse.io"
REACT_APP_MIXPANEL_TOKEN=""
REACT_APP_AMPLITUDE_API_KEY=""
REACT_APP_VOLTAGE_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/voltage-exchange/version/latest"
REACT_APP_VOLTAGE_V2_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/voltage-exchange-v2/version/latest"
REACT_APP_VOLTAGE_V3_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/exchange-v3/version/latest"
REACT_APP_FUSD_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/fusd-subgraph/version/latest"
REACT_APP_FUSD_V3_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/fusd-v3/version/latest"
REACT_APP_VOLT_MAKER_V3_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/volt-maker-v3/version/latest"
REACT_APP_MASTERCHEF_V3_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/masterchef-v3/version/latest"
REACT_APP_MASTERCHEF_V4_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/masterchef-v4/version/latest"
REACT_APP_FUSE_LIQUID_STAKING_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/fuse-liquid-staking/version/latest"
REACT_APP_VOLT_BAR_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/volt-bar/version/latest"
REACT_APP_VEVOLT_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/vevolt-subgraph/version/latest"
REACT_APP_PEGSWAP_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/pegswap/version/latest"
REACT_APP_FUSE_BLOCKS_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/fuse-blocks/version/latest"
REACT_APP_FUSESWAP_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/fuseswap/version/latest"
REACT_APP_VOLT_HOLDERS_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/volt-holders/version/latest"
REACT_APP_STABLESWAP_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/stableswap/version/latest"
REACT_APP_ETH_FUSE_AMB_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/ethereum-to-fuse-amb/version/latest"
REACT_APP_FUSE_ETH_AMB_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/fuse-to-ethereum-amb-upgraded/version/latest"
REACT_APP_FUSE_ETH_NATIVE_BRIDGE_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/fuse-to-ethereum-native-bridge/version/latest"
REACT_APP_ETH_FUSE_NATIVE_BRIDGE_SUBGRAPH_URL="https://api.studio.thegraph.com/query/78455/ethereum-to-fuse-native-bridge/version/latest"