Skip to content

Commit f06023d

Browse files
authored
remove infstones relay from sample config (#312)
1 parent fa50673 commit f06023d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.env.sample.hoodi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ MEV_RELAYS=https://0x98f0ef62f00780cf8eb06701a7d22725b9437d4768bb19b363e882ae871
152152
#CHARON_VERSION=
153153

154154
# Define custom relays. One or more ENRs or an http URL that return an ENR. Use a comma separated list excluding spaces.
155-
CHARON_P2P_RELAYS=https://0.relay.obol.tech,https://1.relay.obol.tech/,https://charon-relay.dsrvlabs.dev/,https://obol-relay.infstones.com/,https://relay-2.prod-relay.721.land/
155+
CHARON_P2P_RELAYS=https://0.relay.obol.tech,https://1.relay.obol.tech/,https://charon-relay.dsrvlabs.dev/,https://relay-2.prod-relay.721.land/
156156

157157
# Connect to one or more external beacon nodes. Use a comma separated list excluding spaces.
158158
CHARON_BEACON_NODE_ENDPOINTS=http://${CL}:5052

.env.sample.mainnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ MEV_RELAYS=https://0xa15b52576bcbf1072f4a011c0f99f9fb6c66f3e1ff321f11f461d15e31b
152152
#CHARON_VERSION=
153153

154154
# Define custom relays. One or more ENRs or an http URL that return an ENR. Use a comma separated list excluding spaces.
155-
CHARON_P2P_RELAYS=https://0.relay.obol.tech,https://1.relay.obol.tech/,https://charon-relay.dsrvlabs.dev/,https://obol-relay.infstones.com/,https://relay-2.prod-relay.721.land/
155+
CHARON_P2P_RELAYS=https://0.relay.obol.tech,https://1.relay.obol.tech/,https://charon-relay.dsrvlabs.dev/,https://relay-2.prod-relay.721.land/
156156

157157
# Connect to one or more external beacon nodes. Use a comma separated list excluding spaces.
158158
CHARON_BEACON_NODE_ENDPOINTS=http://${CL}:5052

0 commit comments

Comments
 (0)