From e31d311bb543f9069cc80ae972de693c8ba30416 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Wed, 30 Oct 2024 18:32:52 +0530 Subject: [PATCH] Remove hardcoded example bond id --- README.md | 2 +- service-provider.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd2154d..e89f7eb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Follow steps in [Upgrade to SAPO testnet](./testnet-onboarding-validator.md#upgr ## Run testnet Nitro Node -Follow steps in [testnet-nitro-node.md](./testnet-nitro-node.md) to run your Nitro node for the testnet +Follow steps in [testnet-nitro-node.md](./testnet-nitro-node.md) to run your Nitro node for the testnet ## Setup a Service Provider diff --git a/service-provider.md b/service-provider.md index 07b76d0..b04bbbf 100644 --- a/service-provider.md +++ b/service-provider.md @@ -178,7 +178,7 @@ Follow the steps below to point your deployer to the SAPO testnet ```bash ... - CERC_LACONICD_BOND_ID=a742489e5817ef274187611dadb0e4284a49c087608b545ab6bd990905fb61f3 + CERC_LACONICD_BOND_ID= ... ```