From 4d1a3e8d25caf61c921329761471f3dfce4aadbf Mon Sep 17 00:00:00 2001 From: Kokos <108982468+KokosP@users.noreply.github.com> Date: Mon, 18 Mar 2024 00:50:13 +0300 Subject: [PATCH 1/3] Update provider-tls.md adding the required validator and delegate-limit flags to the Stake the Provider on Chain section --- docs/provider/provider-tls.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/provider/provider-tls.md b/docs/provider/provider-tls.md index e6ee49ed..801c29f8 100644 --- a/docs/provider/provider-tls.md +++ b/docs/provider/provider-tls.md @@ -374,11 +374,12 @@ Run the following commands one at a time! Use a variation of the following command to stake on chain; the minimum stake is `50000000000ulava` ```bash -lavap tx pairing stake-provider ETH1 "50000000000ulava" "eth.your-site:443,1" 1 -y --from your_key_name_here --provider-moniker your-provider-moniker-1 --gas-adjustment "1.5" --gas "auto" --gas-prices "0.0001ulava" +lavap tx pairing stake-provider ETH1 "50000000000ulava" "eth.your-site:443,1" 1 validator -y --from your_key_name_here --provider-moniker your-provider-moniker-1 --delegate-limit "0ulava" --gas-adjustment "1.5" --gas "auto" --gas-prices "0.0001ulava" ``` +* validator - active validator address ```bash -lavap tx pairing stake-provider LAV1 "50000000000ulava" "lava.your-site:443,1" 1 -y --from your_key_name_here --provider-moniker your-provider-moniker-1 --gas-adjustment "1.5" --gas "auto" --gas-prices "0.0001ulava" +lavap tx pairing stake-provider LAV1 "50000000000ulava" "lava.your-site:443,1" 1 validator -y --from your_key_name_here --provider-moniker your-provider-moniker-1 --delegate-limit "0ulava" --gas-adjustment "1.5" --gas "auto" --gas-prices "0.0001ulava" ``` ### ☑️ Test the Providers again! From e937def27947a9f25ccbe3401c904a51f11c14bd Mon Sep 17 00:00:00 2001 From: Kokos <108982468+KokosP@users.noreply.github.com> Date: Fri, 28 Jun 2024 04:08:12 +0300 Subject: [PATCH 2/3] Update explorers.md added SbGid explorer --- docs/intro/explorers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/explorers.md b/docs/intro/explorers.md index 4c9154ce..5b324bd7 100644 --- a/docs/intro/explorers.md +++ b/docs/intro/explorers.md @@ -27,7 +27,7 @@ https://lava.explorers.guru/ - ✨[Stake Village](https://exp.stakevillage.net/Lava-testnet) - ✨[STAKEME](https://lava.exploreme.pro) - ✨[AKNodes](https://explorer.aknodes.com/LAVA-TESTNET) - +- ✨[SbGid](https://exp.sbgid.com/lava-testnet) ## Community Public RPC Explorer 🕵🏼 One of our community members is providing an experimental service to see all exposed providers on the network: From 7109bd02bab95eb4bc30144667ec7b122922d22a Mon Sep 17 00:00:00 2001 From: Kokos <108982468+KokosP@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:23:38 +0300 Subject: [PATCH 3/3] Update endpoints.const.ts --- .../components/community-rpc/endpoints.const.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/developer/endpoints/components/community-rpc/endpoints.const.ts b/docs/developer/endpoints/components/community-rpc/endpoints.const.ts index 666bc648..d17f698c 100644 --- a/docs/developer/endpoints/components/community-rpc/endpoints.const.ts +++ b/docs/developer/endpoints/components/community-rpc/endpoints.const.ts @@ -293,4 +293,16 @@ export const communityMainnetEndpointsList = [ url: 'https://lcd.mainnet-archive.lavanet.datanexus.tech/', notes: 'Archive Node', }, + { + provider: 'kokos', + service: '🌐 RPC', + url: 'https://rpc-archive-lava.sbgid.com', + notes: 'Archive Node', + }, + { + provider: 'kokos', + service: '🔗 REST API', + url: 'https://api-lava.sbgid.com', + notes: 'Archive Node', + }, ];