File tree 1 file changed +21
-15
lines changed
1 file changed +21
-15
lines changed Original file line number Diff line number Diff line change @@ -76,21 +76,27 @@ export const networkOptions: Network[] = [
76
76
logo : '' ,
77
77
type : 'guardian' ,
78
78
} ,
79
- // The xLabs' testnet guardians are http only and won't work on the https site (mixed content)
80
- // {
81
- // env: 'testnet',
82
- // endpoint: 'http://t-guardian-01.nodes.stable.io:8051',
83
- // name: 'Testnet - xLabs 1',
84
- // logo: '',
85
- // type: 'guardian',
86
- // },
87
- // {
88
- // env: 'testnet',
89
- // endpoint: 'http://t-guardian-02.nodes.stable.io:8051',
90
- // name: 'Testnet - xLabs 2',
91
- // logo: '',
92
- // type: 'guardian',
93
- // },
79
+ {
80
+ env : 'testnet' ,
81
+ endpoint : 'https://guardian.testnet.xlabs.xyz' ,
82
+ name : 'Testnet - xLabs (LB)' ,
83
+ logo : '' ,
84
+ type : 'guardian' ,
85
+ } ,
86
+ {
87
+ env : 'testnet' ,
88
+ endpoint : 'https://guardian-01.testnet.xlabs.xyz' ,
89
+ name : 'Testnet - xLabs 1' ,
90
+ logo : '' ,
91
+ type : 'guardian' ,
92
+ } ,
93
+ {
94
+ env : 'testnet' ,
95
+ endpoint : 'https://guardian-02.testnet.xlabs.xyz' ,
96
+ name : 'Testnet - xLabs 2' ,
97
+ logo : '' ,
98
+ type : 'guardian' ,
99
+ } ,
94
100
{
95
101
env : 'devnet' ,
96
102
endpoint : 'http://localhost:7071' ,
You can’t perform that action at this time.
0 commit comments