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