-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
51 lines (50 loc) · 1.79 KB
/
config.yml
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
41
42
43
44
45
46
47
48
49
50
51
networks:
- name: devnet4
chain:
elPrivate: "http://localhost:8545"
clPrivate: "http://localhost:5052"
elPublic: "http://localhost:8546"
clPublic: "http://localhost:5053"
lido:
agent: "0xAgentAddress"
voting: "0xVotingAddress"
tokenManager: "0xTokenManagerAddress"
sanityChecker: "0xSanityCheckerAddress"
accountingOracle: "0xAccountingOracleAddress"
validatorExitBus: "0xValidatorExitBusAddress"
locator: "0xLocatorAddress"
csm:
accounting: "0xAccountingAddress"
earlyAdoption: true
feeDistributor: 100
feeOracle: "0xFeeOracleAddress"
module: "0xModuleAddress"
verifier: "0xVerifierAddress"
gateSeal: "0xGateSealAddress"
hashConsensus: "0xHashConsensusAddress"
lidoLocator: "0xLidoLocatorAddress"
walletMnemonic: test test test test test test test test test test test junk
- name: testnet1
chain:
elPrivate: "http://testnet1:8545"
clPrivate: "http://testnet1:5052"
elPublic: "http://testnet1:8546"
clPublic: "http://testnet1:5053"
lido:
agent: "0xTestnetAgentAddress"
voting: "0xTestnetVotingAddress"
tokenManager: "0xTestnetTokenManagerAddress"
sanityChecker: "0xTestnetSanityCheckerAddress"
accountingOracle: "0xTestnetAccountingOracleAddress"
validatorExitBus: "0xTestnetValidatorExitBusAddress"
locator: "0xTestnetLocatorAddress"
csm:
accounting: "0xTestnetAccountingAddress"
earlyAdoption: false
feeDistributor: 200
feeOracle: "0xTestnetFeeOracleAddress"
module: "0xTestnetModuleAddress"
verifier: "0xTestnetVerifierAddress"
gateSeal: "0xTestnetGateSealAddress"
hashConsensus: "0xTestnetHashConsensusAddress"
lidoLocator: "0xTestnetLidoLocatorAddress"