File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3636 - name : Run init script
3737 run : docker exec -e CORE_BRANCH tests-runner bash -c 'make init'
3838 env :
39- CORE_BRANCH : develop
39+ CORE_BRANCH : master
4040
4141 - name : Run node
4242 run : docker exec -e ETH_RPC_URL --detach tests-runner bash -c 'NODE_PORT=8546 make node'
Original file line number Diff line number Diff line change 1919# Must be different from 8545 because core tests by default run its own fork on 8545
2020CORE_TESTS_TARGET_RPC_URL ?= http://127.0.0.1:8547
2121CORE_DIR ?= lido-core
22- CORE_BRANCH ?= develop
22+ CORE_BRANCH ?= master
2323NODE_PORT ?= 8545
2424SECONDARY_NETWORK ?= mfh-2
2525
Original file line number Diff line number Diff line change 99 name : Mainnet (Custom RPC)
1010 provider : custom
1111 - chainid : 17000
12- explorer : https://api-holesky .etherscan.io/api
12+ explorer : https://api.etherscan.io/v2/ api?chainid=17000
1313 host : https://holesky.infura.io/v3/$WEB3_INFURA_PROJECT_ID
1414 id : holesky
1515 # multicall2 is missing on Holesky. New backward-compatible multicall contract.
1818 name : Holesky (Infura)
1919 provider : infura
2020 - chainid : 560048
21- explorer : https://api-hoodi .etherscan.io/api
21+ explorer : https://api.etherscan.io/v2/ api?chainid=560048
2222 host : $HOODI_RPC_URL
2323 id : hoodi
2424 name : Hoodi
@@ -125,7 +125,7 @@ development:
125125 host : http://127.0.0.1
126126 id : local-fork
127127 name : Ganache-CLI (Local Fork)
128- explorer : https://api.etherscan.io/api
128+ explorer : https://api.etherscan.io/v2/ api?chainid=1
129129 timeout : 360
130130 # https://github.com/mds1/multicall#multicall2-contract-addresses
131131 multicall2 : " 0x5BA1e12693Dc8F9c48aAD8770482f4739bEeD696"
@@ -140,7 +140,7 @@ development:
140140 port : 8545
141141 host : http://127.0.0.1
142142 id : hoodi-fork
143- explorer : https://api-hoodi .etherscan.io/api
143+ explorer : https://api.etherscan.io/v2/ api?chainid=560048
144144 name : Ganache-CLI (Hoodi Fork)
145145 timeout : 360
146146 multicall2 : " 0xcA11bde05977b3631167028862bE2a173976CA11"
You can’t perform that action at this time.
0 commit comments