Skip to content

Commit 82900f1

Browse files
authored
Merge pull request #1705 from o1-labs/1695-node-dashboard-remove-old-nodes-and-bp-from-configuration-and-use-o1labs
Node dashboard: remove old nodes and use o1Labs infrastructure
2 parents 77e114d + 3909ff2 commit 82900f1

File tree

1 file changed

+33
-123
lines changed

1 file changed

+33
-123
lines changed
Lines changed: 33 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Development environment configuration
3+
*/
4+
15
import { MinaEnv } from '@shared/types/core/environment/mina-env.type';
26

37
export const environment: Readonly<MinaEnv> = {
@@ -28,138 +32,44 @@ export const environment: Readonly<MinaEnv> = {
2832
benchmarks: ['wallets'],
2933
fuzzing: [],
3034
},
31-
// graphQL: 'https://api.minascan.io/node/devnet/v1/graphql',
32-
// graphQL: 'http://65.109.105.40:5000/graphql',
35+
graphQL: 'https://devnet-plain-1.gcp.o1test.net/graphql',
3336
},
3437
configs: [
35-
// {
36-
// name: 'http://localhost:8070',
37-
// url: 'http://127.0.0.1:8070/openmina-node',
38-
// },
39-
// {
40-
// name: 'Producer-0',
41-
// url: 'https://staging-devnet-openmina-bp-0-dashboard.minaprotocol.network',
42-
// },
43-
// {
44-
// name: 'Producer-1',
45-
// url: 'https://staging-devnet-openmina-bp-1-dashboard.minaprotocol.network',
46-
// },
47-
// {
48-
// name: 'Producer-2',
49-
// url: 'https://staging-devnet-openmina-bp-2-dashboard.minaprotocol.network',
50-
// },
5138
{
52-
name: 'staging-devnet-bp-0',
53-
url: 'https://staging-devnet-openmina-bp-0.minaprotocol.network',
39+
name: 'o1Labs Plain Node 1',
40+
url: 'https://mina-rust-plain-1.gcp.o1test.net/',
41+
},
42+
{
43+
name: 'o1Labs Plain Node 2',
44+
url: 'https://mina-rust-plain-2.gcp.o1test.net/',
45+
},
46+
{
47+
name: 'o1Labs Plain Node 3',
48+
url: 'https://mina-rust-plain-3.gcp.o1test.net/',
49+
},
50+
{
51+
name: 'o1Labs BP Node 1',
52+
url: 'https://mina-rust-bp-1.gcp.o1test.net/',
53+
},
54+
{
55+
name: 'o1Labs BP Node 2',
56+
url: 'https://mina-rust-bp-2.gcp.o1test.net/',
57+
},
58+
{
59+
name: 'o1Labs Seed Node 1',
60+
url: 'https://mina-rust-seed-1.gcp.o1test.net/',
5461
},
5562
{
56-
name: 'staging-devnet-bp-1',
57-
url: 'https://staging-devnet-openmina-bp-1.minaprotocol.network',
63+
name: 'o1Labs Seed Node 2',
64+
url: 'https://mina-rust-seed-2.gcp.o1test.net/',
5865
},
5966
{
60-
name: 'staging-devnet-bp-2',
61-
url: 'https://staging-devnet-openmina-bp-2.minaprotocol.network',
67+
name: 'o1Labs Seed Node 3',
68+
url: 'https://mina-rust-seed-3.gcp.o1test.net/',
6269
},
6370
{
64-
name: 'staging-devnet-bp-3',
65-
url: 'https://staging-devnet-openmina-bp-3.minaprotocol.network',
71+
name: 'Local rust node',
72+
url: 'http://127.0.0.1:3000',
6673
},
67-
// {
68-
// name: 'Web Node 1',
69-
// isWebNode: true,
70-
// },
71-
// {
72-
// name: 'http://65.109.105.40:3000',
73-
// url: 'http://65.109.105.40:3000',
74-
// },
75-
// {
76-
// name: 'Local rust node',
77-
// url: 'http://127.0.0.1:3000',
78-
// },
79-
// {
80-
// name: 'feat/frontend-api-peers',
81-
// url: 'http://176.9.147.28:3000',
82-
// features: {
83-
// dashboard: [],
84-
// nodes: ['overview', 'live', 'bootstrap'],
85-
// state: ['actions'],
86-
// snarks: ['scan-state', /*'work-pool'*/],
87-
// resources: ['memory'],
88-
// },
89-
// },
90-
// {
91-
// name: 'Docker 11010',
92-
// url: 'http://localhost:11010',
93-
// },
94-
// {
95-
// name: 'Docker 11012',
96-
// url: 'http://localhost:11012',
97-
// },
98-
// {
99-
// name: 'Docker 11014',
100-
// url: 'http://localhost:11014',
101-
// },
102-
// {
103-
// name: 'Producer',
104-
// url: 'http://65.109.105.40:3000',
105-
// memoryProfiler: 'http://1.k8.openmina.com:31164',
106-
// },
107-
// {
108-
// name: 'http://65.109.110.75:3000',
109-
// url: 'http://65.109.110.75:3000',
110-
// memoryProfiler: 'http://1.k8.openmina.com:31164',
111-
// },
112-
// {
113-
// name: 'http://65.109.110.75:11010',
114-
// url: 'http://65.109.110.75:11010',
115-
// memoryProfiler: 'http://1.k8.openmina.com:31164',
116-
// },
117-
// {
118-
// name: 'http://65.109.110.75:11012',
119-
// url: 'http://65.109.110.75:11012',
120-
// memoryProfiler: 'http://1.k8.openmina.com:31164',
121-
// },
122-
// {
123-
// name: 'http://65.109.110.75:11014',
124-
// url: 'http://65.109.110.75:11014',
125-
// memoryProfiler: 'http://1.k8.openmina.com:31164',
126-
// },
127-
// {
128-
// name: 'Node with mem profiler',
129-
// url: 'http://1.k8.openmina.com:30252',
130-
// memoryProfiler: 'http://1.k8.openmina.com:31164',
131-
// features: {
132-
// dashboard: [],
133-
// nodes: ['overview', 'live', 'bootstrap'],
134-
// state: ['actions'],
135-
// snarks: ['scan-state'],
136-
// resources: ['memory'],
137-
// network: ['topology', 'node-dht', 'graph-overview'],
138-
// },
139-
// },
140-
// {
141-
// name: 'Node with debugger',
142-
// url: 'http://1.k8.openmina.com:31688',
143-
// debugger: 'http://1.k8.openmina.com:31072',
144-
// features: {
145-
// nodes: ['overview', 'live', 'bootstrap'],
146-
// state: ['actions'],
147-
// network: ['messages', 'connections', 'blocks'],
148-
// snarks: ['scan-state'],
149-
// resources: ['memory'],
150-
// },
151-
// },
152-
// {
153-
// name: 'Snarker 1',
154-
// url: 'http://webrtc2.webnode.openmina.com:10000',
155-
// },
156-
// {
157-
// name: 'Snarker 2',
158-
// url: 'http://webrtc3.webnode.openmina.com:10000',
159-
// },
160-
// {
161-
// name: 'Snarker 3',
162-
// url: 'http://webrtc4.webnode.openmina.com:10000',
163-
// },
16474
],
16575
};

0 commit comments

Comments
 (0)