forked from macfly-base/eclipse-bridge-ux
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
18 lines (16 loc) · 692 Bytes
/
.env.example
File metadata and controls
18 lines (16 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# API keys
NEXT_PUBLIC_ENVIRONMENT_ID=your-dynamic-env-id
ETHERSCAN_API_KEY=your-etherscan-api-key
# Website metadata
WEBSITE_TITLE="Bridge to Eclipse"
WEBSITE_DESCRIPTION="Official Eclipse Bridge."
# App configuration
NEXT_PUBLIC_BRIDGE_PROGRAM=br1xwubggTiEZ6b7iNZUwfA3psygFfaXGfZ1heaN9AW
NEXT_PUBLIC_BRIDGE_CONTRACT=0x83cB71D80078bf670b3EfeC6AD9E5E6407cD0fd1
NEXT_PUBLIC_ECLIPSE_RPC=https://mainnetbeta-rpc.eclipse.xyz
NEXT_PUBLIC_CURRENT_CHAIN=mainnet
NEXT_PUBLIC_ETHERSCAN_ADDRESS=https://etherscan.io/api
NEXT_PUBLIC_EVM_EXPLORER=https://etherscan.io
NEXT_PUBLIC_ECLIPSE_EXPLORER=mainnet
NEXT_PUBLIC_SOURCE_CHAIN_NAME="Ethereum Mainnet"
NEXT_PUBLIC_TARGET_CHAIN_NAME="Eclipse Mainnet"