Skip to content

Commit

Permalink
Merge pull request #564 from ethersphere/sepolia-note
Browse files Browse the repository at this point in the history
added not about sepolia
  • Loading branch information
NoahMaizels authored Mar 6, 2024
2 parents b3f0cd9 + a54cbd2 commit 4b8d0b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/bee/working-with-bee/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,10 @@ capitalised, and underscored environment variables, e.g. `--api-addr` becomes `B

## Sepolia Testnet Configuration

:::info
Sepolia is supported only in Bee 2.0.0 and upwards.
:::

In order to operate a Bee node on the Sepolia testnet, modify the following options in your configuration to the values below. Make sure that you replace the `blockchain-rpc-endpoint` option value with your own valid Sepolia RPC endpoint. If you choose to use [Infura](https://www.infura.io/) as in the example configuration below, make sure to [check in their docs](https://docs.infura.io/api/network-endpoints) that the endpoint format is up to date, and also make sure that you have filled in your own API key which you can find from the [Infura web app](https://app.infura.io). Besides Infura there are many other RPC providers you may wish to choose from.

Also make sure to fund your node with sETH rather than xDAI to pay for gas on the Sepolia testnet. There are many public faucets you can use to obtain sETH, such as [this one from Infura](https://www.infura.io/faucet/sepolia).
Expand Down

0 comments on commit 4b8d0b6

Please sign in to comment.