diff --git a/README.mdx b/README.mdx index 8fe9f18d4..2135590b2 100644 --- a/README.mdx +++ b/README.mdx @@ -69,14 +69,6 @@ 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 @@ -84,7 +76,7 @@ open source Zero-Knowledge glossary to define some common terms you might encoun 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 @@ -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. \ No newline at end of file +is no need to manually create or add one. diff --git a/docs/api/index.mdx b/docs/api/index.mdx index 0849e9ad0..f5f18b143 100644 --- a/docs/api/index.mdx +++ b/docs/api/index.mdx @@ -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: diff --git a/docs/api/reference/linea-estimategas.mdx b/docs/api/reference/linea-estimategas.mdx index 8c6f773f6..74b98c7dd 100644 --- a/docs/api/reference/linea-estimategas.mdx +++ b/docs/api/reference/linea-estimategas.mdx @@ -63,7 +63,7 @@ You can also call the API using [Infura's supported Linea endpoints](https://doc ### Request - + ```bash curl https://linea-mainnet.infura.io/v3/YOUR-API-KEY \ diff --git a/docs/api/reference/linea-gettransactionexclusionstatusv1.mdx b/docs/api/reference/linea-gettransactionexclusionstatusv1.mdx index b54e090fa..9e36d4c38 100644 --- a/docs/api/reference/linea-gettransactionexclusionstatusv1.mdx +++ b/docs/api/reference/linea-gettransactionexclusionstatusv1.mdx @@ -47,7 +47,7 @@ returned for transactions rejected by the sequencer. ### Request - + ```bash curl https://linea-mainnet.infura.io/v3/YOUR-API-KEY \ -X POST \ diff --git a/linea-node-size/data.json b/linea-node-size/data.json index 326aee81b..12d2b8bab 100644 --- a/linea-node-size/data.json +++ b/linea-node-size/data.json @@ -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" + } ] } } \ No newline at end of file