-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
recreates fixes #1505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
recreates fixes #1505
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
- For calls that require gas, topup your funds. | ||
|
||
:::note Get testnet ETH | ||
|
||
Topup your [MetaMask](https://metamask.io/) wallet from one of the following faucets to obtain Linea Sepolia ETH: | ||
|
||
- [Infura faucet](https://www.infura.io/faucet/linea) | ||
- [Covalent faucet](https://www.covalenthq.com/faucet/) | ||
|
||
Alternatively, you can obtain [Sepolia ETH](https://www.infura.io/faucet/sepolia) and | ||
[bridge](https://bridge.linea.build/) to the Linea Sepolia testnet. | ||
|
||
See the [official Linea documentation](https://docs.linea.build/developers/guides/bridge) for | ||
information about additional faucets and bridging funds. | ||
|
||
::: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- For calls that require gas, topup your funds. | |
:::note Get testnet ETH | |
Topup your [MetaMask](https://metamask.io/) wallet from one of the following faucets to obtain Linea Sepolia ETH: | |
- [Infura faucet](https://www.infura.io/faucet/linea) | |
- [Covalent faucet](https://www.covalenthq.com/faucet/) | |
Alternatively, you can obtain [Sepolia ETH](https://www.infura.io/faucet/sepolia) and | |
[bridge](https://bridge.linea.build/) to the Linea Sepolia testnet. | |
See the [official Linea documentation](https://docs.linea.build/developers/guides/bridge) for | |
information about additional faucets and bridging funds. | |
::: | |
- For calls that require gas, topup your funds. |
This is not required in the MetaMask docs, since we now have a how-to page on testnet tokens, and most MM developers are more aware of how to acquire testnet funds.
@@ -15,7 +15,23 @@ Don't have an Infura account? Sign up for our free plan and start using the Line | |||
|
|||
## Prerequisites | |||
|
|||
Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Linea network enabled. | |||
- Ensure you have an [API key](../../../../developer-tools/dashboard/get-started/create-api/) with the Linea network enabled. | |||
- For calls that require gas, topup your funds. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'top up' I think, instead of popup
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggested to remove this completely in my comment. But if we were to keep this, even "top up" is a bit unclear – it should be something like "For calls that require gas, make sure you have enough funds."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah there was no clear mapping Infura:MM for this one. IMO this is not the place, rather -- I think there should be a link to the "Get testnet ETH and tokens" page from the index page's "See also" forEach service --> let me know if I should raise issue for that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not high priority, but that's fine ^
Description
Fixes #1501
Issue(s) fixed
Fixes #
Preview
Checklist
Complete this checklist before merging your PR: