This commit is contained in:
squidbear
2025-03-29 06:13:25 +01:00
parent 16c89b550b
commit 9699235a63
5 changed files with 6 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ services:
- "P2P_PORT=15347"
- "CHAINNAME=bepolia"
- "CHAINID=80069"
- "AUTH_RPC=http://berachain-bepolia-archive:8551"
entrypoint: [ "sh", "/init.sh" ]
networks:
- chains

View File

@@ -60,6 +60,7 @@ services:
- "P2P_PORT=15274"
- "CHAINNAME=bepolia"
- "CHAINID=80069"
- "AUTH_RPC=http://berachain-bepolia:8551"
entrypoint: [ "sh", "/init.sh" ]
networks:
- chains

View File

@@ -60,6 +60,7 @@ services:
- "P2P_PORT=15881"
- "CHAINNAME=mainnet"
- "CHAINID=80094"
- "AUTH_RPC=http://berachain-mainnet-archive:8551"
entrypoint: [ "sh", "/init.sh" ]
networks:
- chains

View File

@@ -60,6 +60,7 @@ services:
- "P2P_PORT=15900"
- "CHAINNAME=mainnet"
- "CHAINID=80094"
- "AUTH_RPC=http://berachain-mainnet:8551"
entrypoint: [ "sh", "/init.sh" ]
networks:
- chains