-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.env
37 lines (30 loc) · 828 Bytes
/
.env
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
#######################
# APP CONFIG #
#######################
# Application details
APP_NAME = tBTC Relayer
APP_VERSION = 1.0.0
# Set to true to enable CORS
CORS_ENABLED = false
# URL used for CORS
CORS_URL = http://localhost:3000
# Path to store JSON files
JSON_PATH = ./data/
##########################
# TASK CONFIG #
##########################
CLEAN_QUEUED_TIME = 48
CLEAN_FINALIZED_TIME = 12
##########################
# WALLET KEYS #
##########################
PRIVATE_KEY =
##########################
# CONTRACTS CONFIG #
##########################
# Mainnet
ETHEREUM_RPC =
ARBITRUM_RPC =
L1BitcoinDepositor = 0x75A6e4A7C8fAa162192FAD6C1F7A6d48992c619A
L2BitcoinDepositor = 0x1C8d7b744b474c080faADd5BF9AD965Be4258F9e
TBTCVault = 0x9C070027cdC9dc8F82416B2e5314E11DFb4FE3CD