forked from sygmaprotocol/maintenance-utils
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.sample
44 lines (40 loc) · 1.49 KB
/
.env.sample
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Private key for wallet authentication
PRIVATE_KEY="your private key here"
# Sygma environment
SYGMA_ENV = "testnet"
# Testnet provider URLs
PROVIDER_URL_11155111="your RPC URL here"
PROVIDER_URL_338="your RPC URL here"
PROVIDER_URL_17000="your RPC URL here"
PROVIDER_URL_421614="your RPC URL here"
PROVIDER_URL_10200="your RPC URL here"
PROVIDER_URL_84532="your RPC URL here"
PROVIDER_URL_80002="your RPC URL here"
PROVIDER_URL_1993="your RPC URL here"
# Mainnet provider URLs
PROVIDER_URL_1="your RPC URL here"
PROVIDER_URL_25="your RPC URL here"
PROVIDER_URL_8453="your RPC URL here"
PROVIDER_URL_100="your RPC URL here"
PROVIDER_URL_137="your RPC URL here"
PROVIDER_URL_8333="your RPC URL here"
PROVIDER_URL_42161="your RPC URL here"
PROVIDER_URL_10="your RPC URL here"
# Testnet scan URLs
SCAN_URL_11155111="https://sepolia.etherscan.io"
SCAN_URL_338="https://explorer.cronos.org/testnet"
SCAN_URL_17000="https://holesky.etherscan.io"
SCAN_URL_421614="https://sepolia.arbiscan.io"
SCAN_URL_10200="https://gnosis-chiado.blockscout.com"
SCAN_URL_84532="https://sepolia.basescan.org"
SCAN_URL_80002="https://www.oklink.com/amoy"
SCAN_URL_1993="https://sepolia.explorer.b3.fun"
# Mainnet scan URLs
SCAN_URL_1="https://etherscan.io"
SCAN_URL_25="https://explorer.cronos.org"
SCAN_URL_8453="https://basescan.org"
SCAN_URL_100="https://gnosisscan.io"
SCAN_URL_137="https://polygonscan.com"
SCAN_URL_8333="https://explorer.b3.fun"
SCAN_URL_42161="https://explorer.arbitrum.io"
SCAN_URL_10="https://optimistic.etherscan.io"