We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3216151 commit 9493b7cCopy full SHA for 9493b7c
frontend/src/environments/environment.prod.ts
@@ -25,15 +25,15 @@ export const environment: Readonly<MinaEnv> = {
25
configs: [
26
{
27
name: 'o1Labs Plain Node 1',
28
- url: 'http://mina-rust-plain-1.gcp.o1test.net/graphql',
+ url: 'http://mina-rust-plain-1.gcp.o1test.net/',
29
},
30
31
name: 'o1Labs Plain Node 2',
32
- url: 'http://mina-rust-plain-2.gcp.o1test.net/graphql',
+ url: 'http://mina-rust-plain-2.gcp.o1test.net/',
33
34
35
name: 'o1Labs Plain Node 3',
36
- url: 'http://mina-rust-plain-3.gcp.o1test.net/graphql',
+ url: 'http://mina-rust-plain-3.gcp.o1test.net/',
37
38
],
39
sentry: undefined,
0 commit comments