From c0f077d531283ccf483f5fe23a6c906446afecc0 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:54:01 +0100 Subject: [PATCH] update --- bsc-testnet.yml | 4 ++-- bsc.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bsc-testnet.yml b/bsc-testnet.yml index 4d15055f..d0fe6f6b 100644 --- a/bsc-testnet.yml +++ b/bsc-testnet.yml @@ -3,7 +3,7 @@ version: '3.1' services: bsc-testnet: - image: ghcr.io/bnb-chain/bsc:${BSC_VERSION:-1.5.3-beta} + image: ghcr.io/bnb-chain/bsc:${BSC_VERSION:-1.5.5} user: root ports: - "17474:17474" @@ -13,7 +13,7 @@ services: - "8546" - "17474" volumes: - - bsc-testnet:/bsc/.ethereum + - bsc-testnet:/bsc/.ethereum - ./bsc-testnet/config:/bsc/config entrypoint: geth command: --config=/bsc/config/config.toml --ws.origins='*' --history.transactions=0 --state.scheme=path --syncmode=full --db.engine=pebble --rpc.gascap=600000000 diff --git a/bsc.yml b/bsc.yml index 953cda15..67be03a3 100644 --- a/bsc.yml +++ b/bsc.yml @@ -3,7 +3,7 @@ version: '3.1' services: bsc: - image: ghcr.io/bnb-chain/bsc:${BSC_VERSION:-1.5.3-beta} + image: ghcr.io/bnb-chain/bsc:${BSC_VERSION:-1.5.5} user: root ports: - "29061:29061"