From 141644bdaded95461959d99e4d37d125f5790108 Mon Sep 17 00:00:00 2001 From: stefan-b10 <72396423+stefan-b10@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:59:31 +0300 Subject: [PATCH 1/4] modified: docs/users/linea-voyage/linea-surge/index.mdx (#672) modified: docs/users/linea-voyage/lxp/index.mdx modified: docs/users/move-funds/set-up-your-wallet.mdx Co-authored-by: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> --- docs/users/linea-voyage/linea-surge/index.mdx | 2 +- docs/users/linea-voyage/lxp/index.mdx | 6 +++--- docs/users/move-funds/set-up-your-wallet.mdx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/users/linea-voyage/linea-surge/index.mdx b/docs/users/linea-voyage/linea-surge/index.mdx index 8e5152c86..53c93645b 100644 --- a/docs/users/linea-voyage/linea-surge/index.mdx +++ b/docs/users/linea-voyage/linea-surge/index.mdx @@ -6,7 +6,7 @@ image: /img/socialCards/linea-voyage-the-surge.jpg Linea Surge is an LXP-driven program that enables people to collect LXP-L in return for having assets on Linea and deploying those assets into protocols. -The goal for The Surge is allow users that provide liquidity on the network to collect LXP-L. +The goal for The Surge is to allow users that provide liquidity on the network to collect LXP-L. LXP-L is similar to the system we have in place today for LXP, but is collected by contributing liquidity to Linea. diff --git a/docs/users/linea-voyage/lxp/index.mdx b/docs/users/linea-voyage/lxp/index.mdx index 0070f3a39..fa6c1f273 100644 --- a/docs/users/linea-voyage/lxp/index.mdx +++ b/docs/users/linea-voyage/lxp/index.mdx @@ -7,13 +7,13 @@ image: /img/socialCards/linea-voyage-lxp.jpg ## What is Linea Voyage XP? Similar to video and role-playing games, wherein your character can gain Experience Points (XP) as -you go through the game, Linea Voyage LXP represent your journey and experience in the Linea +you go through the game, Linea Voyage LXP represents your journey and experience in the Linea ecosystem. The Voyage LXP tokens will be a custom [ERC-20 token](https://ethereum.org/en/developers/docs/standards/tokens/erc-20/), and will be visible by default in your MetaMask wallet. -**Voyage LXP tokens are non-transferrable, soulbound tokens that are distributed to recognize the +**Voyage LXP tokens are non-transferable, soulbound tokens that are distributed to recognize the community's extraordinary contribution toward the growth of the Linea ecosystem. They do not have any monetary value!** @@ -55,7 +55,7 @@ effortlessly accumulate all the Voyage LXP you've received. This ensures that every adventure is accurately recorded across your interconnected accounts, providing a seamless and comprehensive representation of your Linea experience. -**Account binding is not retroactive. If you bind your account address after Voyage XP are received, +**Account binding is not retroactive. If you bind your account address after Voyage XP is received, then those won't be linked to the primary account!** :::caution diff --git a/docs/users/move-funds/set-up-your-wallet.mdx b/docs/users/move-funds/set-up-your-wallet.mdx index 6e756b198..a498d6c32 100644 --- a/docs/users/move-funds/set-up-your-wallet.mdx +++ b/docs/users/move-funds/set-up-your-wallet.mdx @@ -30,7 +30,7 @@ You can [install MetaMask as a browser extension or mobile app](https://metamask Linea Mainnet is included in the available networks in the MetaMask browser extension and mobile app by default. -Select **Linea Mainnet** from the network drop down to connect to the network. +Select **Linea Mainnet** from the network dropdown to connect to the network. [View the MetaMask instructions](https://support.metamask.io/networks-and-sidechains/managing-networks/how-to-connect-to-linea-on-metamask/) for more information. From 2ac309318a5b3963fd048e9221a0025a7a482eb6 Mon Sep 17 00:00:00 2001 From: highcloudwind Date: Tue, 13 Aug 2024 00:06:09 +0800 Subject: [PATCH 2/4] chore: fix some comments (#674) Signed-off-by: highcloudwind Co-authored-by: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> --- docs/developers/tooling/permanent-data/irys/overview.md | 2 +- src/css/custom.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developers/tooling/permanent-data/irys/overview.md b/docs/developers/tooling/permanent-data/irys/overview.md index 1b3485942..e3aba39a7 100644 --- a/docs/developers/tooling/permanent-data/irys/overview.md +++ b/docs/developers/tooling/permanent-data/irys/overview.md @@ -72,7 +72,7 @@ Receipts are a JSON object with the following format: ## Paying for users' uploads Use [balance approvals](https://docs.irys.xyz/developer-docs/irys-sdk/balance-approvals) to pay for -your users' uploads and build a Web2-style UX that saves users from having to covert fiat or own tokens. +your users' uploads and build a Web2-style UX that saves users from having to convert fiat or own tokens. With balance approvals: diff --git a/src/css/custom.css b/src/css/custom.css index 6d213390d..dfb5dcc65 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -6,7 +6,7 @@ /* You can override the default Infima variables here. */ -/* Custom stlying made by CSCT */ +/* Custom styling made by CSCT */ .video-container { position: relative; From 259aa224fe92983b1ea0a091bf15a21aa616ee3a Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Tue, 13 Aug 2024 05:10:52 -0400 Subject: [PATCH 3/4] add alchemy to data indexers (#657) * add alchemy to data indexers * update sidebar and resolve formatting error --------- Co-authored-by: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> --- .../tooling/data-indexers/alchemy.md | 34 +++++++++++++++++++ project-words.txt | 1 + sidebars.js | 5 +-- 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 docs/developers/tooling/data-indexers/alchemy.md diff --git a/docs/developers/tooling/data-indexers/alchemy.md b/docs/developers/tooling/data-indexers/alchemy.md new file mode 100644 index 000000000..f3ffcc668 --- /dev/null +++ b/docs/developers/tooling/data-indexers/alchemy.md @@ -0,0 +1,34 @@ +--- +title: Alchemy +--- + +# Overview + +Alchemy Subgraphs is a blockchain indexing platform with drop-in support for hosted subgraphs. + +Subgraphs are an open-source tool for building custom GraphQL APIs from on-chain data. + +Identify on-chain events you want to index, write AssemblyScript handlers to transform them into your preferred format, and let the subgraph automatically ingest new events for you immediately as they happen. + +# Why subgraphs? + +Developing an in-house indexing system is time-consuming, expensive, and requires ongoing expertise in data pipelines, devOps, and more. + +Subgraphs handle the intricacies of data ingestion, decoding, and database management for you. Just define the data format you want and query live data through a GraphQL API. + +# Why Alchemy Subgraphs? + +- **High-performance.** We’ve benchmarked 5x faster data indexing and 2x better block lag than competitors — that’s why we’re trusted by Eigenlayer, GMX, and more. +- **No decentralized headaches.** We make payment easy (just a credit card, no staking tokens) and have guaranteed uptime compared to decentralized options. +- **Developer tooling.** Access best in class developer tools like error logs, subgraph versioning, indexing performance metrics, and more. +- **Easy migration.** If you have existing subgraphs, it takes just 5 minutes to switch over using the same command line tools you’re familiar with. + +# Getting started + +- [Subgraphs Quickstart](https://docs.alchemy.com/reference/subgraphs-quickstart) +- [Deploying a Subgraph](https://docs.alchemy.com/reference/deploying-a-subgraph) +- [Subgraphs Tutorials](https://docs.alchemy.com/docs/learn-subgraphs) + +# Help + +Email [subgraphs@alchemy.com](mailto:subgraphs@alchemy.com) with any questions! diff --git a/project-words.txt b/project-words.txt index f2bf05211..36b56b6ef 100644 --- a/project-words.txt +++ b/project-words.txt @@ -957,3 +957,4 @@ zpaoAave zpaoAaveAave Сommas ԼІΝЕА +EigenLayer \ No newline at end of file diff --git a/sidebars.js b/sidebars.js index a63436c4c..2604b8e38 100644 --- a/sidebars.js +++ b/sidebars.js @@ -165,8 +165,8 @@ const sidebars = { items: [ "developers/guides/community/irys/irys-dynamic-nfts", "developers/guides/community/irys/irys-nfts", - ] - } + ], + }, ], }, "developers/guides/linea-api/index", @@ -293,6 +293,7 @@ const sidebars = { id: "developers/tooling/data-indexers/index", }, items: [ + "developers/tooling/data-indexers/alchemy", "developers/tooling/data-indexers/arkham", "developers/tooling/data-indexers/covalent", "developers/tooling/data-indexers/decommas", From 6d677333714b41332502d467fd569f4926905143 Mon Sep 17 00:00:00 2001 From: Joel Willmore <95916148+jlwllmr@users.noreply.github.com> Date: Wed, 14 Aug 2024 16:01:13 +0100 Subject: [PATCH 4/4] Add note to clarify availability (#684) --- docs/developers/reference/api/linea-estimategas.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/developers/reference/api/linea-estimategas.mdx b/docs/developers/reference/api/linea-estimategas.mdx index e1d2a302a..e9dc82648 100644 --- a/docs/developers/reference/api/linea-estimategas.mdx +++ b/docs/developers/reference/api/linea-estimategas.mdx @@ -9,6 +9,12 @@ import TabItem from '@theme/TabItem'; # `linea_estimateGas` +:::warning + +`linea_estimateGas` is currently only available on Linea Sepolia. + +::: + :::info `linea_estimateGas` is only fully compatible with endpoints using the Besu client with the