-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 772 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Flow Configuration
VITE_FLOW_ACCESS_NODE=https://rest-testnet.onflow.org
VITE_FLOW_WALLET_DISCOVERY=https://fcl-discovery.onflow.org/testnet/authn
# Flow Contract Addresses (Testnet)
VITE_FLOW_TOKEN_ADDRESS=0x9a0766d93b6608b7
VITE_FUNGIBLE_TOKEN_ADDRESS=0xf233dcee88fe0abe
VITE_TEST_TOKEN_ADDRESS=0x0c0c904844c9a720
VITE_FLOW_SWAP_ADDRESS=0x0c0c904844c9a720
# Alternative Flow Token Address (for some transactions)
VITE_FLOW_TOKEN_ALT_ADDRESS=0x7e60df042a9c0868
# REWTF Program Addresses (Replace with your own)
VITE_REWTF_EVM_WALLET=0x000000000000000000000000000000000000000
VITE_REWTF_FLOW_WALLET=0x0000000000000000
# WebSocket Price Server
VITE_PRICE_SERVER_URL=ws://localhost:8081
# Development
NODE_ENV=development
VITE_APP_NAME=FlowSwap
VITE_APP_VERSION=1.0.0