mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
f8674c0ee1
This PR is part of network incentivisation. It adds a way for a client to pull nodes from a contract. This is done by selecting the `eth.contract` fleet. If that is selected on login it will fetch nodes from a contract and pass them to status-go. If these can't be fetched, it will default to `eth.beta`. Currently contract information are hard-coded, but eventually the user will be able to add their own (probably). Toggled off in release. Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
20 lines
409 B
Plaintext
20 lines
409 B
Plaintext
DEBUG_WEBVIEW=1
|
|
DEFAULT_NETWORK=mainnet_rpc
|
|
ERC20_CONTRACT_WARNINGS=1
|
|
ETHEREUM_DEV_CLUSTER=1
|
|
EXTENSIONS=1
|
|
FLEET=eth.staging
|
|
GROUP_CHATS_ENABLED=1
|
|
LOG_LEVEL_STATUS_GO=info
|
|
LOG_LEVEL=debug
|
|
MAILSERVER_CONFIRMATIONS_ENABLED=1
|
|
MAINNET_WARNING_ENABLED=1
|
|
PFS_ENCRYPTION_ENABLED=1
|
|
PFS_TOGGLE_VISIBLE=1
|
|
POW_TARGET=0.002
|
|
POW_TIME=1
|
|
RN_BRIDGE_THRESHOLD_WARNINGS=0
|
|
STICKERS_ENABLED=0
|
|
PARTITIONED_TOPIC=0
|
|
CONTRACT_NODES=1
|