From c3c4a09b15689b920b832a6d86fc3ee14bc90b8d Mon Sep 17 00:00:00 2001 From: Yulin Dong Date: Fri, 4 Feb 2022 09:49:03 -0700 Subject: [PATCH 1/2] Clarify subnet id --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d0fb9db..4b03a918 100644 --- a/README.md +++ b/README.md @@ -549,7 +549,9 @@ mv ./spacesvm/build/sqja3uK17MJxfC7AN8nGadBw9JK5BcrsNwNynsqP5Gih8M5Bm ./avalanch #### Add Subnet to Whitelist Next, you'll need to provide the `whitelisted-subnets` argument by modifying your config file or providing an argument on -startup (which tells your node to connect to the Spaces Subnet Demo). +startup (which tells your node to connect to the Spaces Subnet Demo). +[Ai42MkKqk8yjXFCpoHXw7rdTWSHiKEMqh5h8gbxwjgkCUfkrk](https://testnet.avascan.info/blockchains?subnet=Ai42MkKqk8yjXFCpoHXw7rdTWSHiKEMqh5) +is the subnet id for Spaces Subnet. Example Config File: ```json From 9dcf3f7adf537c5dc56573d7b482bed8222adb07 Mon Sep 17 00:00:00 2001 From: Yulin Dong Date: Fri, 4 Feb 2022 09:50:42 -0700 Subject: [PATCH 2/2] Use the correct URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b03a918..49416f2f 100644 --- a/README.md +++ b/README.md @@ -550,7 +550,7 @@ mv ./spacesvm/build/sqja3uK17MJxfC7AN8nGadBw9JK5BcrsNwNynsqP5Gih8M5Bm ./avalanch Next, you'll need to provide the `whitelisted-subnets` argument by modifying your config file or providing an argument on startup (which tells your node to connect to the Spaces Subnet Demo). -[Ai42MkKqk8yjXFCpoHXw7rdTWSHiKEMqh5h8gbxwjgkCUfkrk](https://testnet.avascan.info/blockchains?subnet=Ai42MkKqk8yjXFCpoHXw7rdTWSHiKEMqh5) +[Ai42MkKqk8yjXFCpoHXw7rdTWSHiKEMqh5h8gbxwjgkCUfkrk](https://testnet.avascan.info/blockchains?subnet=Ai42MkKqk8yjXFCpoHXw7rdTWSHiKEMqh5h8gbxwjgkCUfkrk) is the subnet id for Spaces Subnet. Example Config File: