Skip to content

Commit

Permalink
Merge pull request #582 from ethersphere/sepolia-update
Browse files Browse the repository at this point in the history
sepolia correction
  • Loading branch information
NoahMaizels authored Apr 18, 2024
2 parents d6e2740 + be45766 commit 1fc98bd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions docs/bee/installation/fund-your-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ follows:
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Ethereum, BZZ | [`0x19062190b1925b5b6689d7073fdfc8c2976ef8cb`](https://ethplorer.io/address/0x19062190b1925b5b6689d7073fdfc8c2976ef8cb) |
| Gnosis Chain, xBZZ | [`0xdBF3Ea6F5beE45c02255B2c26a16F300502F68da`](https://blockscout.com/xdai/mainnet/tokens/0xdBF3Ea6F5beE45c02255B2c26a16F300502F68da/) |
| Goerli (testnet), gBZZ | [`0x2ac3c1d3e24b45c6c310534bc2dd84b5ed576335`](https://goerli.etherscan.io/address/0x2ac3c1d3e24b45c6c310534bc2dd84b5ed576335) |
| Sepolia (testnet), sBZZ | [`0x543dDb01Ba47acB11de34891cD86B675F04840db`](https://sepolia.etherscan.io/address/0x543dDb01Ba47acB11de34891cD86B675F04840db) |

# Accessing Your Node's Wallet

Expand All @@ -109,9 +109,9 @@ sudo cat /var/lib/bee/password

# Testnet

A Bee node needs gETH and gBZZ in its wallet to be able to properly
A Bee node needs Sepolia ETH and sBZZ in its wallet to be able to properly
interact with the test network. One way to acquire these funds is to
sign into our Discord and request gETH and gBZZ test tokens from the
sign into our Discord and request Sepolia ETH and sBZZ test tokens from the
*faucet bot* to your node's Ethereum address.

To find out what your node's Ethereum address is, please consult the
Expand Down
6 changes: 3 additions & 3 deletions docs/bee/working-with-bee/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ 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).
Also make sure to fund your node with Sepolia ETH rather than xDAI to pay for gas on the Sepolia testnet. There are many public faucets you can use to obtain Sepolia ETH, such as [this one from Infura](https://www.infura.io/faucet/sepolia).

To get Sepolia BZZ (sBZZ) you can use [this Uniswap market](https://app.uniswap.org/swap?outputCurrency=0x543dDb01Ba47acB11de34891cD86B675F04840db&inputCurrency=ETH), just make sure that you've switched to the Sepolia network in your browser wallet.

Expand Down Expand Up @@ -404,7 +404,7 @@ The block hash of the block whose parent is the block that contains the transact

_default_ `""`

Gnosis Chain (mainnet) or Goerli (testnet) blockchain endpoint. Leave unset to boot in `ultra-light` (chainless) mode.
Gnosis Chain (mainnet) or Sepolia (testnet) blockchain endpoint. Leave unset to boot in `ultra-light` (chainless) mode.

#### --bootnode

Expand Down Expand Up @@ -677,7 +677,7 @@ _default_ `""`

Deprecated, use `--blockchain-rpc-endpoint` instead.

SWAP Gnosis Chain (mainnet) or Goerli (testnet) blockchain endpoint. Leave unset to boot in `ultra-light` (chainless) mode.
SWAP Gnosis Chain (mainnet) or Sepolia (testnet) blockchain endpoint. Leave unset to boot in `ultra-light` (chainless) mode.

#### --swap-factory-address

Expand Down
8 changes: 4 additions & 4 deletions docs/learn/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ BZZ is Swarm's [ERC-20](https://ethereum.org/en/developers/docs/standards/tokens
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| Ethereum, BZZ | [`0x19062190b1925b5b6689d7073fdfc8c2976ef8cb`](https://ethplorer.io/address/0x19062190b1925b5b6689d7073fdfc8c2976ef8cb) |
| Gnosis Chain, xBZZ | [`0xdBF3Ea6F5beE45c02255B2c26a16F300502F68da`](https://gnosisscan.io/token/0xdbf3ea6f5bee45c02255b2c26a16f300502f68da/) |
| Goerli (testnet), gBZZ | [`0x2ac3c1d3e24b45c6c310534bc2dd84b5ed576335`](https://goerli.etherscan.io/address/0x2ac3c1d3e24b45c6c310534bc2dd84b5ed576335) |
| Sepolia (testnet), sBZZ | [`0x543dDb01Ba47acB11de34891cD86B675F04840db`](https://sepolia.etherscan.io/address/0x543dDb01Ba47acB11de34891cD86B675F04840db) |

## xBZZ Token

Expand All @@ -193,12 +193,12 @@ It is used as payment for [postage stamps](glossary#postage-stamps) and as the u

xDai is [DAI](https://developer.makerdao.com/dai/1/) [bridged](#bridged-tokens) to the [Gnosis Chain](https://www.gnosis.io) using [xDai Bridge](https://bridge.gnosischain.com/). It is also the native token of the Gnosis Chain, i.e. transaction fees are paid in xDai.

## Goerli
## Sepolia

Goerli is an Ethereum testnet. It is an environment where smart contracts can be developed and tested without spending cryptocurrency with real value, and without putting valuable assets at risk. Tokens on Goerli are often prefixed with a lower-case 'g', example: 'gBZZ' and 'gETH,' and because this is a test network carry no monetary value. It is an environment where Bee smart contracts can be tested and interacted with without any risk of monetary loss.
Sepolia is an Ethereum testnet. It is an environment where smart contracts can be developed and tested without spending cryptocurrency with real value, and without putting valuable assets at risk. Tokens on Sepolia are often prefixed with a lower-case 's', example: 'sBZZ' and because this is a test network carry no monetary value. It is an environment where Bee smart contracts can be tested and interacted with without any risk of monetary loss.

## Faucet

A cryptocurrency faucet supplies small amounts of cryptocurrency to requestors (typically for testing purposes).

It supplies small amounts of gBZZ and gETH for anyone who submits a request at the [Swarm Discord](https://discord.gg/wdghaQsGq5) server by using the `/faucet` command in the #develop-on-swarm channel.
It supplies small amounts of sBZZ and Sepolia ETH for anyone who submits a request at the [Swarm Discord](https://discord.gg/wdghaQsGq5) server by using the `/faucet` command in the #develop-on-swarm channel.
2 changes: 1 addition & 1 deletion docs/learn/technology/contracts/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ id: overview
| ---------------------- | ------------------------------- |--------- |
|BZZ token| Ethereum | [`0x19062190b1925b5b6689d7073fdfc8c2976ef8cb`](https://ethplorer.io/address/0x19062190b1925b5b6689d7073fdfc8c2976ef8cb) |
|xBZZ token | Gnosis Chain | [`0xdBF3Ea6F5beE45c02255B2c26a16F300502F68da`](https://gnosisscan.io/token/0xdbf3ea6f5bee45c02255b2c26a16f300502f68da) |
|gBZZ token| Goerli (Ethereum testnet) | [`0x2ac3c1d3e24b45c6c310534bc2dd84b5ed576335`](https://goerli.etherscan.io/address/0x2ac3c1d3e24b45c6c310534bc2dd84b5ed576335) |
|sBZZ token| Sepolia (Ethereum testnet) | [`0x543dDb01Ba47acB11de34891cD86B675F04840db`](https://sepolia.etherscan.io/address/0x543dDb01Ba47acB11de34891cD86B675F04840db) |
|BZZ Bonding Curve| Ethereum|[`0x4F32Ab778e85C4aD0CEad54f8f82F5Ee74d46904`](https://etherscan.io/address/0x4F32Ab778e85C4aD0CEad54f8f82F5Ee74d46904)|[`0x4F32Ab778e85C4aD0CEad54f8f82F5Ee74d46904`](https://etherscan.io/address/0x4F32Ab778e85C4aD0CEad54f8f82F5Ee74d46904)|

### Storage Incentives Contracts
Expand Down
6 changes: 3 additions & 3 deletions docs/learn/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ Note that the ticker symbol is the same BZZ for both Gnosis Chain and Ethereum v

As with BZZ, PLUR is the smallest denomination of xBZZ. 1 PLUR is equal to 1e-16 xBZZ.

### gBZZ
### sBZZ

gBZZ is the testnet version of BZZ on the Goerli Ethereum testnet.
sBZZ is the testnet version of BZZ on the Sepolia Ethereum testnet.

Goerli testnet address: [0x2ac3c1d3e24b45c6c310534bc2dd84b5ed576335](https://goerli.etherscan.io/address/0x2ac3c1d3e24b45c6c310534bc2dd84b5ed576335)
Sepolia testnet address: [0x543dDb01Ba47acB11de34891cD86B675F04840db](https://sepolia.etherscan.io/address/0x543dDb01Ba47acB11de34891cD86B675F04840db)

### DAI

Expand Down

0 comments on commit 1fc98bd

Please sign in to comment.