File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33SHELL := /bin/bash
44OS := $(shell uname -s)
55
6- NETWORK =devnet # devnet | holesky-stage | holesky
7- ifeq ($(NETWORK ) ), devnet)
8- RPC_URL ?= http://localhost:8545
9- BEACON_URL ?= http://localhost:58001
10- endif
11-
12- ifeq ($(NETWORK ) , holesky)
6+ NETWORK ?= devnet # devnet | holesky-stage | holesky
7+ ifeq ($(NETWORK ) ,holesky)
138 RPC_URL ?= https://ethereum-holesky-rpc.publicnode.com
149 BEACON_URL ?= https://eth-beacon-chain-holesky.drpc.org/rest/
15- endif
16-
17- ifeq ($(NETWORK ) , holesky-stage)
10+ else ifeq ($(ENVIRONMENT), holesky-stage)
1811 RPC_URL ?= https://ethereum-holesky-rpc.publicnode.com
1912 BEACON_URL ?= https://eth-beacon-chain-holesky.drpc.org/rest/
13+ else
14+ RPC_URL ?= http://localhost:8545
15+ BEACON_URL ?= http://localhost:58801
2016endif
2117
2218CONFIG_FILE? =config-files/config.yaml
You can’t perform that action at this time.
0 commit comments