-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
40 lines (40 loc) · 1.12 KB
/
config.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
{
"BridgeConfig": {
"BridgeRPCAddr": "http://chain_based_on_cosmossdk:26657",
"BridgeWallet": "./cosmos_key",
"BridgeWalletPWD": "",
"BridgeStartHeight": 0,
"BridgeListenInterval": 1,
"BridgeChainID": "cosmos-chain-id",
"BridgeGasPrice": "0.000001stake",
"BridgeGas": 200000
},
"ETHConfig": {
"SideChainId": 2,
"RestURL": "http://etheruem:port",
"ECCMContractAddress": "ethereum_cross_chain_contract",
"ECCDContractAddress": "ethereum_cross_chain_data_contract",
"KeyStorePath": "./keystore",
"KeyStorePwdSet": {
"0xd12e...54ccacf91ca364d": "pwd1",
"0xabb4...0aba7cf3ee3b953": "pwd2"
},
"BlockConfig": 12,
"HeadersPerBatch": 500,
"MonitorInterval": 3
},
"BoltDbPath": "./db",
"RoutineNum": 64,
"TargetContracts": [
{
"0xD8aE73e06552E...bcAbf9277a1aac99": {
"inbound": [
6
],
"outbound": [
6
]
}
}
]
}