Skip to content
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

Update toliman.mdx RPC endpoints #139

Merged
merged 1 commit into from
Oct 8, 2024
Merged
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
12 changes: 6 additions & 6 deletions docs/toliman.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ We encourage you to follow the example set in [this tutorial](/tutorials/suappif
We provide you a few convenient RPC endpoints you might need if, for instance, you need to fetch or submit transactiosn and/or data to Ethereum L1 or the Holesky testnet:

```
http://holesky.toliman.suave-testnets.aws.internal:8545
http://mainnet.toliman.suave-testnets.aws.internal:8545\
https://holesky.toliman.suave.flashbots.net:8545
https://mainnet.toliman.suave.flashbots.net:8545\
```

If you would like to use these when testing locally, before deploying on Toliman, simply [run SUAVE](/tutorials/run-suave) with these additional flags:

```
--suave.eth.remote_endpoint http://holesky.toliman.suave-testnets.aws.internal:8545 \
--suave.service-alias holesky=http://holesky.toliman.suave-testnets.aws.internal:8545 \
--suave.service-alias mainnet=http://mainnet.toliman.suave-testnets.aws.internal:8545 \
```
--suave.eth.remote_endpoint https://holesky.toliman.suave.flashbots.net:8545 \
--suave.service-alias holesky=https://holesky.toliman.suave.flashbots.net:8545 \
--suave.service-alias mainnet=https://mainnet.toliman.suave.flashbots.net:8545 \
```
Loading