-
Notifications
You must be signed in to change notification settings - Fork 195
/
Copy path.env.development
63 lines (56 loc) · 3.66 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# Swapper chain-specific flags. Use me if you're working on a swapper which brings first time swapper support for a chain,
# meaning we don't want to enable the selection for said chain in prod just yet
# Or alternatively, if we know that a given chain is very unstable and we may want to disable it in swapper altogether.
# Swapper feature flags
# feature flags
# mixpanel
VITE_MIXPANEL_TOKEN=1c1369f6ea23a6404bac41b42817cc4b
# unchained
VITE_UNCHAINED_ETHEREUM_HTTP_URL=https://dev-api.ethereum.shapeshift.com
VITE_UNCHAINED_ETHEREUM_WS_URL=wss://dev-api.ethereum.shapeshift.com
VITE_UNCHAINED_AVALANCHE_HTTP_URL=https://dev-api.avalanche.shapeshift.com
VITE_UNCHAINED_AVALANCHE_WS_URL=wss://dev-api.avalanche.shapeshift.com
VITE_UNCHAINED_OPTIMISM_HTTP_URL=https://dev-api.optimism.shapeshift.com
VITE_UNCHAINED_OPTIMISM_WS_URL=wss://dev-api.optimism.shapeshift.com
VITE_UNCHAINED_BNBSMARTCHAIN_HTTP_URL=https://dev-api.bnbsmartchain.shapeshift.com
VITE_UNCHAINED_BNBSMARTCHAIN_WS_URL=wss://dev-api.bnbsmartchain.shapeshift.com
VITE_UNCHAINED_POLYGON_HTTP_URL=https://dev-api.polygon.shapeshift.com
VITE_UNCHAINED_POLYGON_WS_URL=wss://dev-api.polygon.shapeshift.com
VITE_UNCHAINED_GNOSIS_HTTP_URL=https://dev-api.gnosis.shapeshift.com
VITE_UNCHAINED_GNOSIS_WS_URL=wss://dev-api.gnosis.shapeshift.com
VITE_UNCHAINED_ARBITRUM_HTTP_URL=https://dev-api.arbitrum.shapeshift.com
VITE_UNCHAINED_ARBITRUM_WS_URL=wss://dev-api.arbitrum.shapeshift.com
VITE_UNCHAINED_ARBITRUM_NOVA_HTTP_URL=https://dev-api.arbitrum-nova.shapeshift.com
VITE_UNCHAINED_ARBITRUM_NOVA_WS_URL=wss://dev-api.arbitrum-nova.shapeshift.com
VITE_UNCHAINED_BASE_HTTP_URL=https://dev-api.base.shapeshift.com
VITE_UNCHAINED_BASE_WS_URL=wss://dev-api.base.shapeshift.com
VITE_UNCHAINED_BITCOIN_HTTP_URL=https://api.bitcoin.shapeshift.com
VITE_UNCHAINED_BITCOIN_WS_URL=wss://api.bitcoin.shapeshift.com
VITE_UNCHAINED_DOGECOIN_WS_URL=wss://dev-api.dogecoin.shapeshift.com
VITE_UNCHAINED_DOGECOIN_HTTP_URL=https://dev-api.dogecoin.shapeshift.com
VITE_UNCHAINED_LITECOIN_WS_URL=wss://dev-api.litecoin.shapeshift.com
VITE_UNCHAINED_LITECOIN_HTTP_URL=https://dev-api.litecoin.shapeshift.com
VITE_UNCHAINED_BITCOINCASH_HTTP_URL=https://dev-api.bitcoincash.shapeshift.com
VITE_UNCHAINED_BITCOINCASH_WS_URL=wss://dev-api.bitcoincash.shapeshift.com
VITE_UNCHAINED_COSMOS_HTTP_URL=https://dev-api.cosmos.shapeshift.com
VITE_UNCHAINED_COSMOS_WS_URL=wss://dev-api.cosmos.shapeshift.com
VITE_UNCHAINED_THORCHAIN_HTTP_URL=https://dev-api.thorchain.shapeshift.com
VITE_UNCHAINED_THORCHAIN_WS_URL=wss://dev-api.thorchain.shapeshift.com
VITE_UNCHAINED_THORCHAIN_V1_HTTP_URL=https://dev-api.thorchain-v1.shapeshift.com
VITE_UNCHAINED_SOLANA_HTTP_URL=https://dev-api.solana.shapeshift.com
VITE_UNCHAINED_SOLANA_WS_URL=wss://dev-api.solana.shapeshift.com
# nodes
VITE_ETHEREUM_NODE_URL=https://dev-api.ethereum.shapeshift.com/api/v1/jsonrpc
VITE_AVALANCHE_NODE_URL=https://dev-api.avalanche.shapeshift.com/api/v1/jsonrpc
VITE_OPTIMISM_NODE_URL=https://dev-api.optimism.shapeshift.com/api/v1/jsonrpc
VITE_BNBSMARTCHAIN_NODE_URL=https://dev-api.bnbsmartchain.shapeshift.com/api/v1/jsonrpc
VITE_POLYGON_NODE_URL=https://dev-api.polygon.shapeshift.com/api/v1/jsonrpc
VITE_GNOSIS_NODE_URL=https://dev-daemon.gnosis.shapeshift.com
VITE_ARBITRUM_NODE_URL=https://dev-api.arbitrum.shapeshift.com/api/v1/jsonrpc
VITE_ARBITRUM_NOVA_NODE_URL=https://dev-api.arbitrum-nova.shapeshift.com/api/v1/jsonrpc
VITE_BASE_NODE_URL=https://dev-api.base.shapeshift.com/api/v1/jsonrpc
VITE_THORCHAIN_NODE_URL=https://dev-daemon.thorchain.shapeshift.com
VITE_SOLANA_NODE_URL=https://dev-api.solana.shapeshift.com/api/v1/jsonrpc
# thorchain
VITE_MIDGARD_URL=https://dev-indexer.thorchain.shapeshift.com/v2
NODE_ENV=development