File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,8 @@ VITE_POCO_SUBGRAPH_URL="https://thegraph.iex.ec/subgraphs/name/bellecour/poco-v5
22VITE_DATAPROTECTOR_SUBGRAPH_URL = " https://thegraph.iex.ec/subgraphs/name/bellecour/dataprotector-v2"
33VITE_REOWN_PROJECT_ID =
44VITE_CLERK_PUBLISHABLE_KEY =
5+ VITE_FAUCET_API_URL = ' https://dev-rlc-faucet.iex.ec'
6+
7+ # prod
8+
9+ VITE_FAUCET_API_URL = ' https://rlc-faucet.iex.ec'
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export const TABLE_REFETCH_INTERVAL = 10_000;
1212
1313export const IPFS_GATEWAY_URL = 'https://ipfs.iex.ec' ;
1414export const API_COINGECKO_URL = 'https://api.coingecko.com/api/v3/simple/' ;
15- export const FAUCET_API_URL = 'https://dev-rlc-faucet.iex.ec' ;
15+ export const FAUCET_API_URL = import . meta . env . VITE_FAUCET_API_URL ;
1616
1717export const SUPPORTED_CHAINS = [
1818 {
You can’t perform that action at this time.
0 commit comments