forked from d-EURO/dapp
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
19 lines (17 loc) · 971 Bytes
/
.env.example
File metadata and controls
19 lines (17 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# For remote testing, use https://dev.app.testnet.juicedollar.com
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_API_URL_TESTNET=https://dev.api.testnet.juicedollar.com/
NEXT_PUBLIC_API_URL_MAINNET=https://dev.api.juicedollar.com/
NEXT_PUBLIC_PONDER_URL_TESTNET=https://dev.ponder.testnet.juicedollar.com
NEXT_PUBLIC_PONDER_URL_MAINNET=https://dev.ponder.juicedollar.com
NEXT_PUBLIC_CHAIN_NAME=testnet
NEXT_PUBLIC_WAGMI_ID=b49c3a590c4407316a6fd6eae6531e90
NEXT_PUBLIC_RPC_URL_MAINNET=https://rpc.citreascan.com/
NEXT_PUBLIC_RPC_URL_TESTNET=https://rpc.testnet.citreascan.com/
# E2E Testing (Playwright/Synpress)
# IMPORTANT: Use a dedicated TEST WALLET only! Never use a wallet with real funds.
# Use the standard Hardhat test seed phrase for local testing
WALLET_SEED_PHRASE=<your-12-word-seed-phrase>
WALLET_PASSWORD=<your-metamask-password>
# Wallet address derived from seed phrase (required for blockchain verification)
WALLET_ADDRESS=<your-wallet-address>