From 114af57c0318fbf01e6412a31dd8f376d199e1b0 Mon Sep 17 00:00:00 2001 From: Kole Barnes Date: Mon, 30 Jan 2023 13:19:22 -0800 Subject: [PATCH] Re-branding Sovrin StagingNet to TestNet Signed-off-by: Kole Barnes --- README.md | 2 +- TAA/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23a18682..5cd6a95b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you want to contribute to Sovrin, it's likely that you'll want to do so via [ In order to connect to an existing network your agent needs to utilize the appropriate `pool_transactions_genesis` file. These files define the information required to connect to the foundational nodes for the given network. - [MainNet](https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_live_genesis) -- [StagingNet](https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis) +- [TestNet](https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis) - [BuilderNet](https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_builder_genesis) ## How to Add Documentation diff --git a/TAA/README.md b/TAA/README.md index 9dc8a643..b493fb20 100644 --- a/TAA/README.md +++ b/TAA/README.md @@ -12,7 +12,7 @@ Here is Python sample code for computing the digest: `sha256('{}{}'.format(versi - Hash: `"8cee5d7a573e4893b08ff53a0761a22a1607df3b3fcd7e75b98696c92879641f"` - Added to MainNet : - - Added to StagingNet : + - Added to TestNet : - Added to BuilderNet : February 4, 2020 - Version 1 @@ -20,5 +20,5 @@ Here is Python sample code for computing the digest: `sha256('{}{}'.format(versi - Hash: `"920e68ff43bf157d657e35fca291baa00f8b14c395cddf6e4b4e156391baf7cd"` - Added to MainNet : Not added. - - Added to StagingNet : Not added. + - Added to TestNet : Not added. - Added to BuilderNet : June 2019.