Skip to content

Commit

Permalink
Expose testnet geth p2p port and change geth bootnodes
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalex88 committed Mar 16, 2024
1 parent 9a54805 commit af2857d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.testnet.SAMPLE
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GETH_AUTHRPC_PORT=8551
GETH_AUTHRPC_JWTSECRET=/data/jwt
GETH_ROLLUP_DISABLETXPOOLGOSSIP=true
GETH_ROLLUP_SEQUENCERHTTP=https://rpc.testnet.frax.com
GETH_BOOTNODES=enode://f38ad808ec6bbb74abde5c7367ff2199c417b86b13e7a5b5d01f1c7dd293df69e6636cbc97709b4efe0a45e98cbd88c83bc89cc69ccd3dab4627cb7a612d325f@51.81.208.197:30304,enode://caf421b54315444c922a88294df105c986940df9046aabcb6a27e89798b8a9941d9934ea8ba7d1a89099c5666f73a5c79cf561e5015d13284d378d9003d07e00@15.204.47.228:30304,enode://68067c00f959bbc7c864cd7d798af371d9ad2f59ad55fc0f3ebdb1b47670dbaf502273f234b869b244875cad4a38b418f2d8f8ffbcb50f20847feaada125233b@15.204.215.38:30304
GETH_BOOTNODES=enr:-J24QDtYraYQauFehDzkrR0PwSzs4WKRsA1KlwI4Svk1C44tCyB8hjGtTxpK_sAUHVssrcu1kzlLSLHGkUKx3S8nuoqGAY5Eq8cVgmlkgnY0gmlwhCLf6l6Hb3BzdGFja4PaEwCJc2VjcDI1NmsxoQLs4JhtI-2rswUlLDoyXafL1MZB2RJfo8G3WOoZDzXFDIN0Y3CCdl2DdWRwgnZd,enr:-J24QHgWVQqUZufbbT6M4kf_aZtRyqHw9Z6ZgFqmRENMDJobDk6KByswOFZMc_C3uhnjt2__qPxqg_F17_Yr9Nd5nf-GAY5ErEH6gmlkgnY0gmlwhDQt9NKHb3BzdGFja4PaEwCJc2VjcDI1NmsxoQI4DVmRnrhBsm9A4V_XPwSdrvco4J1AuMPcVG0nLqnF74N0Y3CCdl2DdWRwgnZd,enr:-J24QHh7oOw8AC3IKhdGFfVMPpnzOzlmuTUujgHRaHYV4iF-bfzC1BBTDudHms8a2bSgQq3Ph3lcacVghZdiW_9GijCGAY5Eq9B2gmlkgnY0gmlwhD8i6DSHb3BzdGFja4PaEwCJc2VjcDI1NmsxoQMrhBV5lJrxznHEKInBBwpKlN_Q_O-R5CcEuHQRb1q214N0Y3CCdl2DdWRwgnZd
GETH_SYNCMODE=snap

# Op node values
Expand Down
4 changes: 3 additions & 1 deletion testnet.docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ services:
ports:
- 8545:8545
- 8546:8546
- 30303:30303/tcp
- 30303:30303/udp
entrypoint: ["geth-entrypoint"]
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8545"]
Expand All @@ -21,7 +23,7 @@ services:
image: ghcr.io/fraxfinance/fraxtal-op-node:v1.7.1-frax-1.0.0
ports:
- 7545:8545
- 9222:9222
- 9222:9222/tcp
- 9222:9222/udp
entrypoint: ["node-entrypoint"]
depends_on:
Expand Down

0 comments on commit af2857d

Please sign in to comment.