Skip to content

Commit 2e796af

Browse files
committed
dashboard: add xLabs testnet
1 parent cad1307 commit 2e796af

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

dashboard/src/contexts/NetworkContext.tsx

+21-15
Original file line numberDiff line numberDiff line change
@@ -76,21 +76,27 @@ export const networkOptions: Network[] = [
7676
logo: '',
7777
type: 'guardian',
7878
},
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+
},
94100
{
95101
env: 'devnet',
96102
endpoint: 'http://localhost:7071',

0 commit comments

Comments
 (0)