Skip to content

Commit aa98623

Browse files
authored
chore: add slot calculator consts (#68)
1 parent 4abc534 commit aa98623

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

crates/genesis/src/local.genesis.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@
5050
],
5151
"wbtc": "0x7777777777777777777777777777777777777777",
5252
"weth": "0x8888888888888888888888888888888888888888"
53-
}
53+
},
54+
"startTimestamp": 12,
55+
"slotOffset": 0,
56+
"slotDuration": 12
5457
},
5558
"rollup": {
5659
"chainId": 15,

crates/genesis/src/mainnet.genesis.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@
5050
],
5151
"wbtc": "0x2260FAC5E5542a773Aa44fBCfeDf7C193bc2C599",
5252
"weth": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2"
53-
}
53+
},
54+
"startTimestamp": 1663224179,
55+
"slotOffset": 4700013,
56+
"slotDuration": 12
5457
},
5558
"rollup": {
5659
"chainId": 519,

crates/genesis/src/parmigiana.genesis.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@
5050
],
5151
"wbtc": "0xfb29f7d7a4ce607d6038d44150315e5f69bea08a",
5252
"weth": "0xD1278f17e86071f1E658B656084c65b7FD3c90eF"
53-
}
53+
},
54+
"startTimestamp": 1765226348,
55+
"slotOffset": 0,
56+
"slotDuration": 12
5457
},
5558
"rollup": {
5659
"chainId": 88888,

crates/genesis/src/pecorino.genesis.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@
4949
],
5050
"wbtc": "0xfb29f7d7a4ce607d6038d44150315e5f69bea08a",
5151
"weth": "0xd03d085B78067A18155d3B29D64914df3D19A53C"
52-
}
52+
},
53+
"startTimestamp": 1754584265,
54+
"slotOffset": 0,
55+
"slotDuration": 12
5356
},
5457
"rollup": {
5558
"chainId": 14174,

0 commit comments

Comments
 (0)