Skip to content

Commit

Permalink
Add blob-milestones to boba, scroll, kroma, parallel (l2beat#3541)
Browse files Browse the repository at this point in the history
Co-authored-by: sekuba <[email protected]>
  • Loading branch information
sekuba and sekuba authored Apr 29, 2024
1 parent 82da415 commit cc661a1
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/config/src/layer2s/bobanetwork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ export const bobanetwork: Layer2 = opStackL2({
name: 'Boba Anchorage Upgrade',
date: '2024-04-16T00:00:00Z',
link: 'https://forum.boba.network/t/upgrade-boba-network-to-the-anchorage-framework/442',
description: 'Boba upgrades to Bedrock (OP Stack).',
description:
'Boba upgrades to Bedrock (OP Stack) and to EIP-4844 data blobs for L1 data availability.',
},
{
name: 'Boba launches L2 on BNB',
Expand Down
7 changes: 7 additions & 0 deletions packages/config/src/layer2s/kroma.ts
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,13 @@ export const kroma: Layer2 = {
],
},
milestones: [
{
name: 'Ecotone upgrade',
link: 'https://twitter.com/kroma_network/status/1783410075346063564',
date: '2024-04-25T00:00:00.00Z',
description:
'Introduces EIP-4844 data blobs for L1 data availability and more L2 opcodes.',
},
{
name: 'Kroma Mainnet Launch',
link: 'https://twitter.com/kroma_network/status/1699267271968055305?s=20',
Expand Down
7 changes: 7 additions & 0 deletions packages/config/src/layer2s/parallel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,13 @@ export const parallel: Layer2 = orbitStackL2({
},
],
milestones: [
{
name: 'ArbOS v20 upgrade',
link: 'https://forum.arbitrum.foundation/t/aip-arbos-version-20-atlas/20957',
date: '2024-04-10T00:00:00.00Z',
description:
'Introduces EIP-4844 data blobs for L1 data availability and Dencun-related opcodes on L2.',
},
{
name: 'Parallel Mainnet closed launch',
link: 'https://twitter.com/ParallelFi/status/1743048283684237574',
Expand Down
7 changes: 7 additions & 0 deletions packages/config/src/layer2s/scroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,13 @@ export const scroll: Layer2 = {
},
],
milestones: [
{
name: 'Bernoulli upgrade',
link: 'https://scroll.io/blog/blobs-are-here-scrolls-bernoulli-upgrade',
date: '2024-04-29T00:00:00.00Z',
description:
'Introduces EIP-4844 data blobs for L1 data availability, and the SHA2-256 precompile on L2.',
},
{
name: 'Scroll official launch',
link: 'https://x.com/Scroll_ZKP/status/1714286874020528554',
Expand Down

0 comments on commit cc661a1

Please sign in to comment.