Skip to content

Commit 8fc6d65

Browse files
committed
feat: add Galileo gas parameter derivation tooling
Add scripts and environment setup for deriving Scroll gas fee parameters using data collected from L1 batches. Includes data collection, analysis, and batch visualization utilities.
1 parent 7de388e commit 8fc6d65

File tree

5 files changed

+3797
-0
lines changed

5 files changed

+3797
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
web3 = "<7,>=6"
8+
pandas = "*"
9+
numpy = "*"
10+
rlp = "*"
11+
zstandard = "*"
12+
requests = "*"
13+
async_timeout = "*"
14+
15+
[dev-packages]
16+
17+
[requires]
18+
python_version = "3.10"

0 commit comments

Comments
 (0)