Skip to content

Commit

Permalink
Merge branch 'main' into add-tutorial-videos
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr authored Dec 2, 2024
2 parents 46a0bb4 + 0e0c508 commit 34f01e3
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 13 deletions.
12 changes: 2 additions & 10 deletions README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,14 @@ an inconvenience for users at best, or leave a negative impression of your proje
includes keeping links to external sites up-to-date and returning for updates as your project
matures.

### Contribute to community tutorials

If you've created fleshed-out guides and tutorials, or intend to, we'd love to feature your content
in our [community tutorials section](./docs/developers/guides/community/index.mdx).

First, create an issue describing the content you want to see added or intend to add. If you're
representing an organization (such as a dapp), please use the ecosystem contribution issue form.

### Contribute to the Zero-Knowledge Glossary

Diving into zero-knowledge rollups and getting stumped by the technical jargon? We've started an
open source Zero-Knowledge glossary to define some common terms you might encounter as you dive
into the L2 landscape.

[Fork our repo](https://github.com/Consensys/doc.linea/fork), and add a term in alphabetical
order to `docs/reference/glossary.md`. Then, make a pull request and tag us for review!
order to `docs/zero-knowledge-glossary/index.mdx`. Then, make a pull request and tag us for review!

### Additional resources

Expand Down Expand Up @@ -206,4 +198,4 @@ As outlined above, you can adjust the display size of the svg by changing the cl
### Social cards

A social card for any new article(s) will be generated and applied when the site builds, so there
is no need to manually create or add one.
is no need to manually create or add one.
2 changes: 1 addition & 1 deletion docs/api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ View the [list of node providers](../get-started/tooling/node-providers/index.md
:::


### cURL
### curl

Run the [`curl`](https://curl.se/) command in a terminal:

Expand Down
2 changes: 1 addition & 1 deletion docs/api/reference/linea-estimategas.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You can also call the API using [Infura's supported Linea endpoints](https://doc
### Request

<Tabs>
<TabItem value="cURL">
<TabItem value="curl">

```bash
curl https://linea-mainnet.infura.io/v3/YOUR-API-KEY \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ returned for transactions rejected by the sequencer.
### Request

<Tabs>
<TabItem value="cURL">
<TabItem value="curl">
```bash
curl https://linea-mainnet.infura.io/v3/YOUR-API-KEY \
-X POST \
Expand Down
34 changes: 34 additions & 0 deletions linea-node-size/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,40 @@
"dailyIncrease": 4163534848,
"timestamp": "2024-11-25T00:04:25.409Z"
}
],
"49": [
{
"network": "mainnet",
"cluster": "linea-prod-eks",
"pvc": "data-linea-besu-full-0",
"totalSize": 233978970112,
"dailyIncrease": 8291995648,
"timestamp": "2024-12-02T00:04:20.206Z"
},
{
"network": "mainnet",
"cluster": "linea-prod-eks",
"pvc": "data-linea-besu-archive-v2-0",
"totalSize": 2977419800576,
"dailyIncrease": 4143251456,
"timestamp": "2024-12-02T00:04:20.502Z"
},
{
"network": "mainnet",
"cluster": "linea-prod-eks",
"pvc": "data-linea-geth-full-snapshot-0",
"totalSize": 655561240576,
"dailyIncrease": 896696320,
"timestamp": "2024-12-02T00:04:20.682Z"
},
{
"network": "mainnet",
"cluster": "linea-prod-eks",
"pvc": "data-linea-geth-archive-0",
"totalSize": 3044432326656,
"dailyIncrease": 3262402560,
"timestamp": "2024-12-02T00:04:20.828Z"
}
]
}
}

0 comments on commit 34f01e3

Please sign in to comment.