-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env.local-goerli
66 lines (52 loc) · 2.18 KB
/
.env.local-goerli
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
64
65
66
## all
NODE_ENV = 'production'
LOG_DESTINATION = 'console'
LOG_LEVEL = 'info'
# e2e-tests
BROWSER_LOG_DESTINATION = 'browser.log'
HEADLESS = 'true'
USE_DAPPETEER = 'false'
WEB3TORRENT_URL = 'https://web3torrent.statechannels.org'
CLOSE_BROWSERS = 'true'
## web3torrent, xstate-wallet, rps, simple-hub
CHAIN_NETWORK_ID = '5'
## simple-hub, e2e
INFURA_API_KEY = '5cc24072eb7141ada6dd9d3cabf4224d'
RPC_ENDPOINT = https://goerli.infura.io/v3/${INFURA_API_KEY}
## simple-hub, rps
FIREBASE_API_KEY = 'AIzaSyAOvhDzJir_El3O6SJ2xQlrpOisnObq6zw'
FIREBASE_PREFIX = 'netlify-goerli'
FIREBASE_PROJECT = 'rock-paper-scissors-production'
## rps, xstate-wallet, ttt
TARGET_NETWORK = 'goerli'
## web3torrent, rps, ttt
WALLET_URL = 'http://localhost:3055'
## simple-hub, xstate-wallet
CONSENSUS_APP_ADDRESS = '0xdb7accd228222ea0035cb3da82f09eb6fde4f7ae'
### NitroAdjudicator and ETHAssetHolder deployed by George Knee, by uploading files to https://remix.ethereum.org/ and using compiler 0.6.10+commit.00c0fcaf, optimization ON. Source code verified on https://goerli.etherscan.io/ .
NITRO_ADJUDICATOR_ADDRESS = '0xedae380e8da298979848337d7527f441071e68cf'
ETH_ASSET_HOLDER_ADDRESS = '0x8e409FB551fC96f5129cb41e7194e8F8CB9df0a0'
TRIVIAL_APP_ADDRESS = '0x93ae13bd37021cc4e17685578851bcf152ee28d5'
## simple-hub
FIREBASE_URL = https://${FIREBASE_PROJECT}.firebaseio.com/
# This is a funded address on goerli for the hub. This is NOT the production address/key
HUB_CHAIN_PK = '0xBB72BD0824663E0B52FA3523ACED0F866550BBC1FD600D7F2DA9C45CAC509AE7'
HUB_PARTICIPANT_ID = 'firebase:simple-hub'
## xstate-wallet
# This is a funded address on goerli for the hub. This is NOT the production address/key
HUB_DESTINATION = '0x000000000000000000000000c4FB59b7fb0D8001Bda6DEA539117664573006c9'
USE_INDEXED_DB = 'true'
## web3torrent
FUNDING_STRATEGY = 'Virtual'
SINGLE_ASSET_PAYMENT_CONTRACT_ADDRESS = '0x5cb071f46fb06333f33dcae7aaf8c2606d7a078d'
SKIP_PREFLIGHT_CHECK = 'true'
TRACKER_URL = 'web3torrent-tracker.statechannels.org'
TRACKER_URL_HTTP_PROTOCOL = 'https'
GENERATE_SOURCEMAP = 'true'
## rps
RPS_CONTRACT_ADDRESS = '0x'
## web3torrent-tracker
TRACKER_PORT = 80
## ttt
TTT_CONTRACT_ADDRESS = '0x'
FIREBASE_PROJECT_TTT = 'tic-tac-toe-production'