From 7241c91354a64e83f6d4ab694c349a0bbdace0fd Mon Sep 17 00:00:00 2001 From: gianalarcon Date: Thu, 11 Apr 2024 21:29:33 +0700 Subject: [PATCH] Remove goerli usage --- src/ch02-05-testnet-deployment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ch02-05-testnet-deployment.md b/src/ch02-05-testnet-deployment.md index dd3817d5..9492d9af 100644 --- a/src/ch02-05-testnet-deployment.md +++ b/src/ch02-05-testnet-deployment.md @@ -192,7 +192,7 @@ There are three main options for RPC providers, sorted by ease of use: Starknet Book](./ch03-00-architecture.html#nodes) or [Kasar](https://www.kasar.io/) for setup guides. -3. **Free RPC vendor**: These 2 networks are eligible for free RPC vendors: mainet and sepolia. +3. **Free RPC vendor**: These 2 networks are eligible for free RPC vendors: mainnet and sepolia. You can choose [Blast](https://blastapi.io/public-api/starknet) or [Nethermind](https://data.voyager.online/) ### Creating an Account Descriptor @@ -208,7 +208,7 @@ file is a JSON file that contains the details of your smart wallet. We also have starkli account fetch --output ~/.starkli-wallets/deployer/my_account_1.json --rpc https://starknet-sepolia.public.blastapi.io/rpc/v0_7 ``` -Note: Here we used the Public RPC Endpoint v0.7 Starknet (Sepolia) Testnet from **Blast**. If you don't specify the rpc provider, Starkli will use blast Sepolia endpoint anyway. +Note: Here we used the Public RPC Endpoint v0.7 Starknet (Sepolia) Testnet from **Blast**. If you don't specify the rpc provider, Starkli will use Blast Sepolia endpoint anyway. > ⚠️ **Contract not found?** > @@ -220,7 +220,7 @@ Note: Here we used the Public RPC Endpoint v0.7 Starknet (Sepolia) Testnet from > > #### 🟩 Solution: > -> It means you probably just created a new wallet and it has **not been deployed yet**. To accomplish this you have to fund your wallet with tokens and **transfer tokens** to a **different** wallet address. For Sepolia tokens you can check this [faucet](https://starknet-faucet.vercel.app/). For more ways to get Sepolia tokens, a detailed intructons can be found in the [Get Sepolia Tokens](./ch02-05-01-start-with-sepolia.md) section. +> It means you probably just created a new wallet and it has **not been deployed yet**. To accomplish this you have to fund your wallet with tokens and **transfer tokens** to a **different** wallet address. For Sepolia tokens you can check this [faucet](https://starknet-faucet.vercel.app/). For more ways to get Sepolia tokens, a detailed instructions can be found in the [Get Sepolia Tokens](./ch02-05-01-start-with-sepolia.md) section. > > **Still doesn't work?** >