File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -600,6 +600,34 @@ services:
600
600
- zeroex_local_dev
601
601
602
602
603
+ event-pipeline-plasma :
604
+ build :
605
+ context : .
606
+ dockerfile : Dockerfile
607
+ platform : linux/amd64
608
+ restart : no
609
+ environment :
610
+ SCRAPER_MODE : ' BLOCKS'
611
+ EVM_RPC_URL : ' ${RPC_URL_PLASMA}'
612
+ CHAIN_ID : ' 9745'
613
+ POSTGRES_URI : ' postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}'
614
+ SCHEMA : ' events_plasma'
615
+ FEAT_ZEROEX_EXCHANGE_PROXY : " false"
616
+ SETTLER_DEPLOYMENT_BLOCK : 1005222
617
+ MAX_BLOCKS_TO_SEARCH : 1000
618
+ MAX_BLOCKS_TO_PULL : 100
619
+ SECONDS_BETWEEN_RUNS : 1
620
+ RESCRAPE_BLOCKS : 10
621
+ FEAT_WRAP_UNWRAP_NATIVE_EVENT : " true"
622
+ WRAP_UNWRAP_NATIVE_CONTRACT_ADDRESS : ' 0x6100e367285b01f48d07953803a2d8dca5d19873'
623
+ FEAT_TOKENS_FROM_TRANSFERS : " true"
624
+ FEAT_ERC20_TRANSFER_ALL : " true"
625
+ FEAT_SETTLER_ERC721_TRANSFER_EVENT : " true"
626
+ TOKENS_FROM_TRANSFERS_START_BLOCK : " 1"
627
+ BLOCK_RECEIPTS_MODE : " standard"
628
+ networks :
629
+ - zeroex_local_dev
630
+
603
631
networks :
604
632
zeroex_local_dev :
605
633
external : true
You can’t perform that action at this time.
0 commit comments