Skip to content

Commit 0dbc4f5

Browse files
committed
Removed network from op-node
1 parent 60796ce commit 0dbc4f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

protocols/swell/swell-op-geth/main.rhai

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ fn plugin_config() {
111111
--p2p.discovery.path=${global::SWELL_DIR}/opnode_discovery_db \
112112
--p2p.peerstore.path=${global::SWELL_DIR}/opnode_peerstore_db \
113113
--p2p.priv.path=${global::SWELL_DIR}/p2p.key \
114-
--p2p.ban.peers=false \
115-
--network=${global::OP_NETWORK}`,
114+
--p2p.ban.peers=false`,
116115
shutdown_timeout_secs: 120,
117116
},
118117
],

0 commit comments

Comments
 (0)