From 1dafbc5a6d28e6876afa90ef00ae10b093f3f4ce Mon Sep 17 00:00:00 2001 From: Ferran Borreguero Date: Tue, 8 Oct 2024 08:54:19 +0100 Subject: [PATCH] Update toliman.mdx RPC endpoints (#139) --- docs/toliman.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/toliman.mdx b/docs/toliman.mdx index da2aea25..747bf776 100644 --- a/docs/toliman.mdx +++ b/docs/toliman.mdx @@ -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 \ -``` \ No newline at end of file +--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 \ +```