Remove hardcoded example bond id

This commit is contained in:
Prathamesh Musale 2024-10-30 18:32:52 +05:30
parent 52dfef9f45
commit e31d311bb5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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=<bond-id>
...
```