Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ebec8ae814 | ||
|
|
0b79da5ab8 |
@@ -27,7 +27,8 @@
|
||||
"eip1559Elasticity": 6,
|
||||
"eip1559Denominator": 50,
|
||||
"eip1559DenominatorCanyon": 250
|
||||
}
|
||||
},
|
||||
"taigaTime": 1746612311
|
||||
},
|
||||
"nonce": "0x0",
|
||||
"timestamp": "0x65da5e57",
|
||||
|
||||
@@ -29,5 +29,6 @@
|
||||
"batch_inbox_address": "0xff00000000000000000000000000000000081457",
|
||||
"deposit_contract_address": "0x0ec68c5b10f21effb74f2a5c61dfe6b08c0db6cb",
|
||||
"l1_system_config_address": "0x5531dcff39ec1ec727c4c5d2fc49835368f805a9",
|
||||
"protocol_versions_address": "0x0000000000000000000000000000000000000000"
|
||||
"protocol_versions_address": "0x0000000000000000000000000000000000000000",
|
||||
"taiga_time": 1746612311
|
||||
}
|
||||
|
||||
@@ -25,7 +25,9 @@
|
||||
"eip1559Elasticity": 6,
|
||||
"eip1559Denominator": 50,
|
||||
"eip1559DenominatorCanyon": 250
|
||||
}
|
||||
},
|
||||
"ecotoneTime": 1713999600,
|
||||
"taigaTime": 1745589600
|
||||
},
|
||||
"nonce": "0x0",
|
||||
"timestamp": "0x659b7460",
|
||||
|
||||
@@ -33,7 +33,8 @@
|
||||
"eip1559Elasticity": 6,
|
||||
"eip1559Denominator": 50,
|
||||
"eip1559DenominatorCanyon": 250
|
||||
}
|
||||
},
|
||||
"karstTime": 1788364801
|
||||
},
|
||||
"nonce": "0x0",
|
||||
"timestamp": "0x66a90368",
|
||||
@@ -15329,4 +15330,3 @@
|
||||
"excessBlobGas": "0x0",
|
||||
"blobGasUsed": "0x0"
|
||||
}
|
||||
|
||||
@@ -40,5 +40,6 @@
|
||||
"eip1559Elasticity": 6,
|
||||
"eip1559Denominator": 50,
|
||||
"eip1559DenominatorCanyon": 250
|
||||
}
|
||||
},
|
||||
"karst_time": 1788364801
|
||||
}
|
||||
|
||||
@@ -48,5 +48,6 @@
|
||||
"l2_chain_id": 97477,
|
||||
"max_sequencer_drift": 600,
|
||||
"regolith_time": 0,
|
||||
"seq_window_size": 3600
|
||||
"seq_window_size": 3600,
|
||||
"karst_time": 1787673601
|
||||
}
|
||||
|
||||
@@ -51,5 +51,6 @@
|
||||
"da_challenge_contract_address": "0x0000000000000000000000000000000000000000",
|
||||
"da_challenge_window": 1,
|
||||
"da_resolve_window": 1
|
||||
}
|
||||
},
|
||||
"karst_time": 1787068801
|
||||
}
|
||||
@@ -15344,4 +15344,3 @@
|
||||
"excessBlobGas": "0x0",
|
||||
"blobGasUsed": "0x0"
|
||||
}
|
||||
|
||||
|
||||
@@ -39,6 +39,8 @@
|
||||
"eip1559Elasticity": 6,
|
||||
"eip1559Denominator": 50,
|
||||
"eip1559DenominatorCanyon": 250
|
||||
},
|
||||
"holocene_time": 1785306600,
|
||||
"isthmus_time": 1785306900,
|
||||
"jovian_time": 1785307200
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -31,7 +31,10 @@
|
||||
"eip1559Elasticity": 6,
|
||||
"eip1559Denominator": 50,
|
||||
"eip1559DenominatorCanyon": 250
|
||||
}
|
||||
},
|
||||
"isthmusTime": 1749807000,
|
||||
"jovianTime": 1770136201,
|
||||
"karstTime": 1787760001
|
||||
},
|
||||
"nonce": "0x0",
|
||||
"timestamp": "0x6836a324",
|
||||
@@ -15428,4 +15431,3 @@
|
||||
"excessBlobGas": "0x0",
|
||||
"blobGasUsed": "0x0"
|
||||
}
|
||||
|
||||
|
||||
@@ -38,5 +38,8 @@
|
||||
"eip1559Elasticity": 6,
|
||||
"eip1559Denominator": 50,
|
||||
"eip1559DenominatorCanyon": 250
|
||||
}
|
||||
},
|
||||
"isthmus_time": 1749807000,
|
||||
"jovian_time": 1770136201,
|
||||
"karst_time": 1787760001
|
||||
}
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ RUN wget https://github.com/mozilla/sccache/releases/download/v0.7.4/sccache-v0.
|
||||
|
||||
# Build arguments for customization
|
||||
ARG ARCH_TARGET=native
|
||||
ARG RETH_VERSION=v2.1.0
|
||||
ARG RETH_VERSION=v2.5.2
|
||||
ARG RETH_REPO=https://github.com/paradigmxyz/reth
|
||||
ARG ENABLE_LTO=true
|
||||
ARG PROFILE=maxperf
|
||||
|
||||
Reference in New Issue
Block a user