Skip to content

Commit d51899e

Browse files
authored
Change names in branches for tests (#522)
1 parent 68f62e4 commit d51899e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/core_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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'

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ endif
1919
# Must be different from 8545 because core tests by default run its own fork on 8545
2020
CORE_TESTS_TARGET_RPC_URL ?= http://127.0.0.1:8547
2121
CORE_DIR ?= lido-core
22-
CORE_BRANCH ?= develop
22+
CORE_BRANCH ?= master
2323
NODE_PORT ?= 8545
2424
SECONDARY_NETWORK ?= mfh-2
2525

network-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ live:
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.
@@ -18,7 +18,7 @@ live:
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"

0 commit comments

Comments
 (0)