diff --git a/bun.lockb b/bun.lockb index 5c9f2fc..f0c9da0 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/pages/guide/node/rpc.mdx b/src/pages/guide/node/rpc.mdx index 1b1bd09..23c628f 100644 --- a/src/pages/guide/node/rpc.mdx +++ b/src/pages/guide/node/rpc.mdx @@ -52,9 +52,6 @@ WorkingDirectory=$HOME/tempo ExecStart=/usr/local/bin/tempo node \\ --datadir \\ --follow \\ - --port 30303 \\ - --discovery.addr 0.0.0.0 \\ - --discovery.port 30303 \\ --http \\ --http.addr 0.0.0.0 \\ --http.port 8545 \\ diff --git a/src/pages/guide/node/validator.mdx b/src/pages/guide/node/validator.mdx index aeec9c2..d592c07 100644 --- a/src/pages/guide/node/validator.mdx +++ b/src/pages/guide/node/validator.mdx @@ -44,9 +44,6 @@ Once you've downloaded the snapshot and have been whitelisted on-chain, you can ```bash tempo node --datadir \ --chain moderato \ - --port 30303 \ - --discovery.addr 0.0.0.0 \ - --discovery.port 30303 \ --consensus.signing-key \ --consensus.fee-recipient \ --telemetry-url