fix
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user