Skip to content

Commit 6f2c18a

Browse files
authored
Merge pull request #67 from fullboar/feat/add-namespace
feat: add network namespaces
2 parents 7979aa4 + d226b8d commit 6f2c18a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

fetch-validator-status/networks.json

+16
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,82 @@
11
{
22
"sbn": {
33
"name": "Sovrin Builder Net",
4+
"indyNamespace": "sovrin:builder",
45
"genesisUrl": "https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_builder_genesis"
56
},
67
"ssn": {
78
"name": "Sovrin Staging Net",
9+
"indyNamespace": "sovrin:test",
810
"genesisUrl": "https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis"
911
},
1012
"smn": {
1113
"name": "Sovrin Main Net",
14+
"indyNamespace": "sovrin",
1215
"genesisUrl": "https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_live_genesis"
1316
},
1417
"vn": {
1518
"name": "Local von-network",
19+
"indyNamespace": "local:dev-docker",
1620
"genesisUrl": "http://host.docker.internal:9000/genesis"
1721
},
1822
"vn-linux": {
1923
"name": "Linux Local von-network",
24+
"indyNamespace": "local:dev-linux",
2025
"genesisUrl": "http://localhost:9000/genesis"
2126
},
2227
"bcd": {
2328
"name": "BCovrin Dev",
29+
"indyNamespace": "bcovrin:dev",
2430
"genesisUrl": "http://dev.bcovrin.vonx.io/genesis"
2531
},
2632
"bct": {
2733
"name": "BCovrin Test",
34+
"indyNamespace": "bcovrin:test",
2835
"genesisUrl": "http://test.bcovrin.vonx.io/genesis"
2936
},
3037
"bcp": {
3138
"name": "BCovrin",
39+
"indyNamespace": "bcovrin",
3240
"genesisUrl": "http://prod.bcovrin.vonx.io/genesis"
3341
},
3442
"gld": {
3543
"name": "GreenLight Dev Ledger",
44+
"indyNamespace": "bcovrin:dev.greenlight",
3645
"genesisUrl": "http://dev.greenlight.bcovrin.vonx.io/genesis"
3746
},
3847
"gl": {
3948
"name": "GreenLight Ledger",
49+
"indyNamespace": "bcovrin:greenlight",
4050
"genesisUrl": "http://greenlight.bcovrin.vonx.io/genesis"
4151
},
4252
"imn": {
4353
"name": "Indicio MainNet",
54+
"indyNamespace": "indicio",
4455
"genesisUrl": "https://raw.githubusercontent.com/Indicio-tech/indicio-network/main/genesis_files/pool_transactions_mainnet_genesis"
4556
},
4657
"idn": {
4758
"name": "Indicio DemoNet",
59+
"indyNamespace": "indicio:demo",
4860
"genesisUrl": "https://raw.githubusercontent.com/Indicio-tech/indicio-network/main/genesis_files/pool_transactions_demonet_genesis"
4961
},
5062
"itn": {
5163
"name": "Indicio TestNet",
64+
"indyNamespace": "indicio:test",
5265
"genesisUrl": "https://raw.githubusercontent.com/Indicio-tech/indicio-network/main/genesis_files/pool_transactions_testnet_genesis"
5366
},
5467
"cdn": {
5568
"name": "CANdy Dev Network (CANdy-dev)",
69+
"indyNamespace": "candy:dev",
5670
"genesisUrl": "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/dev/pool_transactions_genesis"
5771
},
5872
"ctn": {
5973
"name": "CANdy Test Network (CANdy-test)",
74+
"indyNamespace": "candy:test",
6075
"genesisUrl": "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/test/pool_transactions_genesis"
6176
},
6277
"cpn": {
6378
"name": "CANdy Production Network (CANdy-prod)",
79+
"indyNamespace": "candy",
6480
"genesisUrl": "https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/prod/pool_transactions_genesis"
6581
}
6682
}

0 commit comments

Comments
 (0)