Skip to content

Commit

Permalink
Merge pull request #79 from lidofinance/develop
Browse files Browse the repository at this point in the history
Develop to main
  • Loading branch information
itaven authored Oct 9, 2023
2 parents 63a63c7 + 87d52f6 commit df4375b
Show file tree
Hide file tree
Showing 27 changed files with 144 additions and 788 deletions.
19 changes: 3 additions & 16 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,27 +1,17 @@
# EL_RPC_URLS_{CHAIN_ID} list or URLs delimeted by commas, first entry is primary, else are fallbacks
EL_RPC_URLS_1=
EL_RPC_URLS_5=

# depracated
# https://{NETWORK}.infura.io/v3/{INFURA_API_KEY}
INFURA_API_KEY=
# https://eth-{NETWORK}.alchemyapi.io/v2/{ALCHEMY_API_KEY}
ALCHEMY_API_KEY=
EL_RPC_URLS_17000=

# supported networks for connecting wallet
SUPPORTED_CHAINS=1,5
SUPPORTED_CHAINS=1,17000

# this chain uses when a wallet is not connected
DEFAULT_CHAIN=1

# api key for ethplorer for token data
ETHPLORER_API_KEY=freekey

# Variables to read/update staking apr stats on cloudflare vk storage
# Not necessary for development
CLOUDFLARE_API_TOKEN=
CLOUDFLARE_ACCOUNT_ID=
CLOUDFLARE_KV_NAMESPACE_ID=

# comma-separated trusted hosts for Content Security Policy
# e.g. http://localhost:PORT for local development
Expand All @@ -35,11 +25,8 @@ CSP_REPORT_URI=https://stake.lido.fi/api/csp-report

# Subgraph endpoint
SUBGRAPH_MAINNET=https://api.thegraph.com/subgraphs/name/lidofinance/lido
SUBGRAPH_ROPSTEN=
SUBGRAPH_RINKEBY=
SUBGRAPH_GOERLI=
SUBGRAPH_KOVAN=
SUBGRAPH_KINTSUGI=
SUBGRAPH_HOLESKY=

SUBGRAPH_REQUEST_TIMEOUT=5000

Expand Down
Loading

0 comments on commit df4375b

Please sign in to comment.