Skip to content

Commit 00bd800

Browse files
Removes plasma, as it'll be added in another PR
1 parent 2ac1a62 commit 00bd800

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

docker-compose.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -599,33 +599,6 @@ services:
599599
networks:
600600
- zeroex_local_dev
601601

602-
event-pipeline-plasma:
603-
build:
604-
context: .
605-
dockerfile: Dockerfile
606-
platform: linux/amd64
607-
restart: no
608-
environment:
609-
SCRAPER_MODE: 'BLOCKS'
610-
EVM_RPC_URL: '${RPC_URL_PLASMA}'
611-
CHAIN_ID: '9745'
612-
POSTGRES_URI: 'postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}'
613-
SCHEMA: 'events_plasma'
614-
FEAT_ZEROEX_EXCHANGE_PROXY: "false"
615-
SETTLER_DEPLOYMENT_BLOCK: 1005222
616-
MAX_BLOCKS_TO_SEARCH: 1000
617-
MAX_BLOCKS_TO_PULL: 100
618-
SECONDS_BETWEEN_RUNS: 1
619-
RESCRAPE_BLOCKS: 10
620-
FEAT_WRAP_UNWRAP_NATIVE_EVENT: "true"
621-
WRAP_UNWRAP_NATIVE_CONTRACT_ADDRESS: '0x6100e367285b01f48d07953803a2d8dca5d19873'
622-
FEAT_TOKENS_FROM_TRANSFERS: "true"
623-
FEAT_ERC20_TRANSFER_ALL: "true"
624-
FEAT_SETTLER_ERC721_TRANSFER_EVENT: "true"
625-
TOKENS_FROM_TRANSFERS_START_BLOCK: "1"
626-
BLOCK_RECEIPTS_MODE: "standard"
627-
networks:
628-
- zeroex_local_dev
629602

630603
networks:
631604
zeroex_local_dev:

0 commit comments

Comments
 (0)