-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.json
More file actions
38 lines (37 loc) · 1.36 KB
/
config.json
File metadata and controls
38 lines (37 loc) · 1.36 KB
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
{
"relayerThreshold": "3",
"ethchains": [
{
"name": "BSC",
"chainId": "0",
"endpoint": "https://data-seed-prebsc-1-s1.binance.org:8545/",
"bridge": "0xb982378d2C0aEAdF5E126F5c5189f2716eC04FaD",
"genericHandler": "0x854fA52240A9b7C4304a6721c5801B5C69c73c58",
"gasLimit": "1000000",
"maxGasPrice": "10000000000",
"startBlock": "0",
"http": "true",
"relayers": [
"0x100c8DA1f36e6f097778dA71ea6937bBF9f803fB",
"0x4a9b6dd4F7180E30784657fA7e96151AFf71063A",
"0x1a1285b9c5B32F0ae2a45046571dB53092010169"
]
},
{
"name": "ETH",
"chainId": "1",
"endpoint": "https://ropsten.infura.io/v3/f2ff8becef8e40df950e0e827992c5e0",
"bridge": "0x715D2B483BB969158b576fA92E5B02B79d8Fb18B",
"genericHandler": "0x84fed781F031Cc8869bB54654dDA9174212ba858",
"gasLimit": "1000000",
"maxGasPrice": "100000000000",
"startBlock": "0",
"http": "true",
"relayers": [
"0x100c8DA1f36e6f097778dA71ea6937bBF9f803fB",
"0x4a9b6dd4F7180E30784657fA7e96151AFf71063A",
"0x1a1285b9c5B32F0ae2a45046571dB53092010169"
]
}
]
}