Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You'll need the following:
* [Docker](https://docs.docker.com/get-docker/)
* [Docker Compose](https://docs.docker.com/compose/install/)

**Note: this is only relevant to developers who wish to work on Boba core services. For most test uses, e.g. deploying your contracts, it's simpler to use https://rinkeby.boba.network**.
**Note: this is only relevant to developers who wish to work on Boba core services. For most test uses, e.g. deploying your contracts, it's simpler to use https://goerli.boba.network**.

Clone the repository, open it, and install nodejs packages with `yarn`:

Expand Down
20 changes: 10 additions & 10 deletions boba_documentation/developer/network-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
description: A collection of links and addresses to get started on Boba-Ethereum
---

# Rinkeby (28)
# Goerli (2888)

## Rinkeby Addresses
## Goerli Addresses

For **primary network contracts and addresses** see [packages/contracts/deployments/rinkeby/README.md](../../packages/contracts/deployments/rinkeby/README.md)
For **primary network contracts and addresses** see [packages/contracts/deployments/goerli/README.md](../../packages/contracts/deployments/goerli/README.md)

For **secondary addresses**, such as L2 Tokens, Messengers, and the DAO, please see the [Rinkeby address registration dump](../../packages/boba/register/addresses/addressesRinkeby_0x93A96D6A5beb1F661cf052722A1424CDDA3e9418.json).
For **secondary addresses**, such as L2 Tokens, Messengers, and the DAO, please see the [Goerli address registration dump](../../packages/boba/register/addresses/addressesGoerli_0x6FF9c8FF8F0B6a0763a3030540c21aFC721A9148.json).

## Rinkeby Links and Endpoints
## Goerli Links and Endpoints

| | |
| --------------- | ---------------------------------------------------------------------------------------- |
| Rinkeby ChainID | 28 |
| Rinkeby RPC | [https://rinkeby.boba.network](https://rinkeby.boba.network) |
| Gateway | [https://gateway.rinkeby.boba.network](https://gateway.rinkeby.boba.network) |
| Blockexplorer | [https://blockexplorer.rinkeby.boba.network](https://blockexplorer.rinkeby.boba.network) |
| Websocket | [wss://wss.rinkeby.boba.network](wss://wss.rinkeby.boba.network) |
| Goerli ChainID | 2888 |
| Goerli RPC | [https://goerli.boba.network](https://goerli.boba.network) |
| Gateway | [https://gateway.goerli.boba.network](https://gateway.goerli.boba.network) |
| Blockexplorer | [https://testnet.bobascan.com/](https://testnet.bobascan.com/) |
| Websocket | [wss://wss.goerli.boba.network](wss://wss.goerli.boba.network) |

# Mainnet (288)

Expand Down
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Only if the centralized exchange supports Boba Network (at writing none of them

### Where can I find RPC endpoints and connection details?

Connection details for our Mainnet and Rinkeby network can be found [here](./boba_documentation/developer/network_parameters.md).
Connection details for our Mainnet and Goerli network can be found [here](./boba_documentation/developer/network_parameters.md).
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we update network_parameters.md too?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Push! I think you can inline propose a change?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sureee


./boba\_documentation/developer/xdomain-tx-status.md

Expand Down
2 changes: 1 addition & 1 deletion packages/contracts/deployments/goerli/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Boba Goerli (public testnet)
## Network Info
- **Chain ID**: 2888
- **Public RPC**: https://goerli.boba.netwokr
- **Public RPC**: https://goerli.boba.network
- **Block Explorer**: https://testnet.bobascan.com
## Layer 1 Contracts
<table>
Expand Down