mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
feat: use linea_estimateGas instead of getFeeData for all L2 transact… (#660)
* feat: use linea_estimateGas instead of getFeeData for all L2 transactions * feat: use linea_estimateGas instead of getFeeData for L2 transactionswith call data and enable json-rpc-pricing-propagation * feat: set DISABLE_JSON_RPC_PRICING_PROPAGATION of coordinator as false for e2e ci
This commit is contained in:
4
Makefile
4
Makefile
@@ -75,13 +75,13 @@ start-env-with-tracing-v1:
|
||||
make start-env COMPOSE_FILE=docker/compose-tracing-v1.yml LINEA_PROTOCOL_CONTRACTS_ONLY=true
|
||||
|
||||
start-env-with-tracing-v1-ci:
|
||||
make start-env COMPOSE_FILE=docker/compose-tracing-v1-ci-extension.yml
|
||||
make start-env COMPOSE_FILE=docker/compose-tracing-v1-ci-extension.yml DISABLE_JSON_RPC_PRICING_PROPAGATION=false
|
||||
|
||||
start-env-with-tracing-v2:
|
||||
make start-env COMPOSE_FILE=docker/compose-tracing-v2.yml LINEA_PROTOCOL_CONTRACTS_ONLY=true
|
||||
|
||||
start-env-with-tracing-v2-ci:
|
||||
make start-env COMPOSE_FILE=docker/compose-tracing-v2-ci-extension.yml
|
||||
make start-env COMPOSE_FILE=docker/compose-tracing-v2-ci-extension.yml DISABLE_JSON_RPC_PRICING_PROPAGATION=false
|
||||
|
||||
start-env-with-staterecovery: COMPOSE_PROFILES:=l1,l2,staterecovery
|
||||
start-env-with-staterecovery: L1_CONTRACT_VERSION:=6
|
||||
|
||||
Reference in New Issue
Block a user