Skip to content

Commit

Permalink
docs: update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnigir1 committed Aug 29, 2024
1 parent 52fa1e6 commit 16890d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/api/.env.example
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
PORT=3000 # Port to run the API server on

ENVIRONMENT="" # Environment: 'mainnet' | 'testnet' | 'local'

BRIDGE_HUB_ADDRESS=""
SHARED_BRIDGE_ADDRESS=""
STATE_MANAGER_ADDRESSES="" #CSV list of State managers addresses

L1_RPC_URLS="" #CSV list of L1 RPC URLs
L2_RPC_URLS="" #CSV list of L2 RPC URLs

PRICING_SOURCE="dummy" # Pricing source: 'dummy' | 'coingecko'

DUMMY_PRICE="1" # Dummy price for the 'dummy' pricing source (optional)

# CoinGecko API
COINGECKO_API_KEY='' # CoinGecko API key
COINGECKO_BASE_URL='' # CoinGecko API base URL for the API version you are using
COINGECKO_API_TYPE='' # CoinGecko API Type: 'demo' or 'pro'
Expand Down

0 comments on commit 16890d3

Please sign in to comment.