From e081e1d220c7f1d2bda1fe38339cacc02ab0cc62 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Wed, 23 Oct 2024 05:42:58 +0200 Subject: [PATCH] update open port --- bsc-testnet.yml | 6 +++--- bsc-testnet/config/config.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bsc-testnet.yml b/bsc-testnet.yml index 195e1a85..24aa5fa3 100644 --- a/bsc-testnet.yml +++ b/bsc-testnet.yml @@ -6,12 +6,12 @@ services: image: ghcr.io/bnb-chain/bsc:1.4.15 user: root ports: - - "29061:29061" - - "29061:29061/udp" + - "17474:17474" + - "17474:17474/udp" expose: - "8545" - "8546" - - "29061" + - "17474" volumes: - bsc-testnet:/bsc/.ethereum - ./bsc-testnet/config:/bsc/config diff --git a/bsc-testnet/config/config.toml b/bsc-testnet/config/config.toml index 4e32b156..a00f9f02 100644 --- a/bsc-testnet/config/config.toml +++ b/bsc-testnet/config/config.toml @@ -40,7 +40,7 @@ WSModules = ["net", "web3", "eth"] MaxPeers = 222 NoDiscovery = false StaticNodes = [] -ListenAddr = ":29061" +ListenAddr = ":17474" EnableMsgEvents = false