-
Notifications
You must be signed in to change notification settings - Fork 3
/
config-copy.json
40 lines (39 loc) · 1.5 KB
/
config-copy.json
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
{
"relayerThreshold": "3",
"ethchains": [
{
"name": "BSC",
"chainId": "0",
"endpoint": "https://data-seed-prebsc-1-s1.binance.org:8545/",
"bridge": "0x77efC51c0d32F7c6031E197e067D809E2a0Fc93B",
"erc20Handler": "0x647388F61f05cf87cb5441bacAe6099D4139d2C5",
"genericHandler": "0xa09b585115c19778fA59D23623c698e92E43996c",
"gasLimit": "1000000",
"maxGasPrice": "10000000000",
"startBlock": "0",
"http": "true",
"relayers": [
"0xef83be706597Dd409e49ed488F3e23cEB98Dc495",
"0xec9EB2bf4497d448FB61171C54D295702C9F5cbC",
"0xD5f92Fd92F8c7f9391513E3019D9441aAf5b2D9E"
]
},
{
"name": "ETH",
"chainId": "1",
"endpoint": "https://ropsten.infura.io/v3/acb534b53d3a47b09d7886064f8e51b6",
"bridge": "0xFFfE10DA4373A12Fb14dE9d900465d65FFD3E37e",
"erc20Handler": "0xe3D8Bd14C8099f90191db00718d08AB11f8F538B",
"genericHandler": "0x68AEFd8c6f380e34d33F41c6c6af955Df4934Df4",
"gasLimit": "1000000",
"maxGasPrice": "100000000000",
"startBlock": "0",
"http": "true",
"relayers": [
"0xef83be706597Dd409e49ed488F3e23cEB98Dc495",
"0xec9EB2bf4497d448FB61171C54D295702C9F5cbC",
"0xD5f92Fd92F8c7f9391513E3019D9441aAf5b2D9E"
]
}
]
}