-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.env.example
28 lines (23 loc) · 1.01 KB
/
.env.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Comma separated
SHIELD_FORWARD_URLS = "https://testnet.muon.net/v1/"
PORT=3000
SIGN_WALLET_ADDRESS = < wallet address >
SIGN_WALLET_PRIVATE_KEY = < private key >
# To enable fee delegation by the shield node,
# set the private key of a wallet with sufficient fee
# balance and the appId here
FEE_PRIVATE_KEY = < fees wallet address >
FEE_APP_ID = < appId >
WEB3_PROVIDER_GANACHE = "http://localhost:8545"
WEB3_PROVIDER_ETH = "https://rpc.ankr.com/eth"
WEB3_PROVIDER_ROPSTEN = "https://rpc.ankr.com/eth_ropsten"
WEB3_PROVIDER_RINKEBY = "https://rpc.ankr.com/eth_rinkeby"
WEB3_PROVIDER_BSC = "https://rpc.ankr.com/bsc"
WEB3_PROVIDER_BSCTEST = "https://rpc.ankr.com/bsc_testnet_chapel"
WEB3_PROVIDER_FTM = "https://rpc.ankr.com/fantom"
WEB3_PROVIDER_FTMTEST = "https://rpc.ankr.com/fantom_testnet"
WEB3_PROVIDER_POLYGON = "https://rpc.ankr.com/polygon"
WEB3_PROVIDER_MUMBAI = "https://rpc.ankr.com/polygon_mumbai"
# Uncomment to send parallel requests to all
# SHIELD_FORWARD_URLS and send the fastest response
#PARALLEL_CALL=true