This commit is contained in:
Para Dox
2025-04-12 13:33:44 +07:00
parent fbf8d20f62
commit 9930a53f6d
4 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ services:
- 8545
- 8546
environment:
- DATABASE_URL=postgres://postgres:notsecurepassword@zksync-era-mainnet-external-node-archive-db:5430/zksync_local_ext_node
- DATABASE_URL=postgres://postgres:notsecurepassword@zksync-era-mainnet-archive-db:5430/zksync_local_ext_node
- EN_API_NAMESAPCES=eth,net,web3,debug,pubsub,debug,zks
- EN_ETH_CLIENT_URL=${ETHEREUM_MAINNET_EXECUTION_RPC}
- EN_L2_CHAIN_ID=324

View File

@@ -25,7 +25,7 @@ services:
- 8545
- 8546
environment:
- DATABASE_URL=postgres://postgres:notsecurepassword@zksync-era-mainnet-external-node-pruned-db:5430/zksync_local_ext_node
- DATABASE_URL=postgres://postgres:notsecurepassword@zksync-era-mainnet-db:5430/zksync_local_ext_node
- EN_API_NAMESAPCES=eth,net,web3,debug,pubsub,debug,zks
- EN_ETH_CLIENT_URL=${ETHEREUM_MAINNET_EXECUTION_RPC}
- EN_L2_CHAIN_ID=324

View File

@@ -25,7 +25,7 @@ services:
- 8545
- 8546
environment:
- DATABASE_URL=postgres://postgres:notsecurepassword@zksync-era-sepolia-external-node-archive-db:5430/zksync_local_ext_node
- DATABASE_URL=postgres://postgres:notsecurepassword@zksync-era-sepolia-archive-db:5430/zksync_local_ext_node
- EN_API_NAMESAPCES=eth,net,web3,debug,pubsub,debug,zks
- EN_ETH_CLIENT_URL=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- EN_L2_CHAIN_ID=300

View File

@@ -25,7 +25,7 @@ services:
- 8545
- 8546
environment:
- DATABASE_URL=postgres://postgres:notsecurepassword@zksync-era-sepolia-external-node-pruned-db:5430/zksync_local_ext_node
- DATABASE_URL=postgres://postgres:notsecurepassword@zksync-era-sepolia-db:5430/zksync_local_ext_node
- EN_API_NAMESAPCES=eth,net,web3,debug,pubsub,debug,zks
- EN_ETH_CLIENT_URL=${ETHEREUM_SEPOLIA_EXECUTION_RPC}
- EN_L2_CHAIN_ID=300