-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsample_config.json
More file actions
31 lines (31 loc) · 1.28 KB
/
sample_config.json
File metadata and controls
31 lines (31 loc) · 1.28 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
{
"rpcUrl": "http://100.71.214.23:8545",
"blockExplorerUrl": "https://hoodi.etherscan.io",
"pectraBatchContract": "0x3AC968bf4b153D16bd2e220F904aCDa440f3C04a",
"switch": {
"validators": [
"b5a2635ef8d420a0c5d23341c638dd11a500aefa8f7d9fc1f726edbf8163f4e0b727f47faa57b91af50c13e863f13142",
"b5f27dae0d6623d953252405056ce3a56ddf575de95c46cb212d396ffe4ccf0f905c138a897e8bde2e7e146705f88306",
"880165dbbc70136744d942a450317d9e2cb4684eb460e33b0171ccfa4ddac99eb93c5603b95511d0f7b388f47ebcd36f"
]
},
"consolidate": {
"sourceValidators": [
"880165dbbc70136744d942a450317d9e2cb4684eb460e33b0171ccfa4ddac99eb93c5603b95511d0f7b388f47ebcd36f",
"b5a2635ef8d420a0c5d23341c638dd11a500aefa8f7d9fc1f726edbf8163f4e0b727f47faa57b91af50c13e863f13142"
],
"targetValidator": "b5f27dae0d6623d953252405056ce3a56ddf575de95c46cb212d396ffe4ccf0f905c138a897e8bde2e7e146705f88306"
},
"elExit": {
"validators": {
"b5f27dae0d6623d953252405056ce3a56ddf575de95c46cb212d396ffe4ccf0f905c138a897e8bde2e7e146705f88306": {
"amount": 1000000000,
"confirmFullExit": false
},
"a64d428e5933b2a54c64431ab9f99dcd1bc943cb6c38de9aadb221a2af6167ab9caccc384ae221d738886942daf15788": {
"amount": 0,
"confirmFullExit": true
}
}
}
}