1
1
{
2
2
"sbn" : {
3
3
"name" : " Sovrin Builder Net" ,
4
+ "indyNamespace" : " sovrin:builder" ,
4
5
"genesisUrl" : " https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_builder_genesis"
5
6
},
6
7
"ssn" : {
7
8
"name" : " Sovrin Staging Net" ,
9
+ "indyNamespace" : " sovrin:test" ,
8
10
"genesisUrl" : " https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_sandbox_genesis"
9
11
},
10
12
"smn" : {
11
13
"name" : " Sovrin Main Net" ,
14
+ "indyNamespace" : " sovrin" ,
12
15
"genesisUrl" : " https://raw.githubusercontent.com/sovrin-foundation/sovrin/stable/sovrin/pool_transactions_live_genesis"
13
16
},
14
17
"vn" : {
15
18
"name" : " Local von-network" ,
19
+ "indyNamespace" : " local:dev-docker" ,
16
20
"genesisUrl" : " http://host.docker.internal:9000/genesis"
17
21
},
18
22
"vn-linux" : {
19
23
"name" : " Linux Local von-network" ,
24
+ "indyNamespace" : " local:dev-linux" ,
20
25
"genesisUrl" : " http://localhost:9000/genesis"
21
26
},
22
27
"bcd" : {
23
28
"name" : " BCovrin Dev" ,
29
+ "indyNamespace" : " bcovrin:dev" ,
24
30
"genesisUrl" : " http://dev.bcovrin.vonx.io/genesis"
25
31
},
26
32
"bct" : {
27
33
"name" : " BCovrin Test" ,
34
+ "indyNamespace" : " bcovrin:test" ,
28
35
"genesisUrl" : " http://test.bcovrin.vonx.io/genesis"
29
36
},
30
37
"bcp" : {
31
38
"name" : " BCovrin" ,
39
+ "indyNamespace" : " bcovrin" ,
32
40
"genesisUrl" : " http://prod.bcovrin.vonx.io/genesis"
33
41
},
34
42
"gld" : {
35
43
"name" : " GreenLight Dev Ledger" ,
44
+ "indyNamespace" : " bcovrin:dev.greenlight" ,
36
45
"genesisUrl" : " http://dev.greenlight.bcovrin.vonx.io/genesis"
37
46
},
38
47
"gl" : {
39
48
"name" : " GreenLight Ledger" ,
49
+ "indyNamespace" : " bcovrin:greenlight" ,
40
50
"genesisUrl" : " http://greenlight.bcovrin.vonx.io/genesis"
41
51
},
42
52
"imn" : {
43
53
"name" : " Indicio MainNet" ,
54
+ "indyNamespace" : " indicio" ,
44
55
"genesisUrl" : " https://raw.githubusercontent.com/Indicio-tech/indicio-network/main/genesis_files/pool_transactions_mainnet_genesis"
45
56
},
46
57
"idn" : {
47
58
"name" : " Indicio DemoNet" ,
59
+ "indyNamespace" : " indicio:demo" ,
48
60
"genesisUrl" : " https://raw.githubusercontent.com/Indicio-tech/indicio-network/main/genesis_files/pool_transactions_demonet_genesis"
49
61
},
50
62
"itn" : {
51
63
"name" : " Indicio TestNet" ,
64
+ "indyNamespace" : " indicio:test" ,
52
65
"genesisUrl" : " https://raw.githubusercontent.com/Indicio-tech/indicio-network/main/genesis_files/pool_transactions_testnet_genesis"
53
66
},
54
67
"cdn" : {
55
68
"name" : " CANdy Dev Network (CANdy-dev)" ,
69
+ "indyNamespace" : " candy:dev" ,
56
70
"genesisUrl" : " https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/dev/pool_transactions_genesis"
57
71
},
58
72
"ctn" : {
59
73
"name" : " CANdy Test Network (CANdy-test)" ,
74
+ "indyNamespace" : " candy:test" ,
60
75
"genesisUrl" : " https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/test/pool_transactions_genesis"
61
76
},
62
77
"cpn" : {
63
78
"name" : " CANdy Production Network (CANdy-prod)" ,
79
+ "indyNamespace" : " candy" ,
64
80
"genesisUrl" : " https://raw.githubusercontent.com/ICCS-ISAC/dtrust-reconu/main/CANdy/prod/pool_transactions_genesis"
65
81
}
66
82
}
0 commit comments