Skip to content

Commit 244e7e6

Browse files
committed
Frontend: add o1Labs BP
1 parent b265671 commit 244e7e6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

frontend/src/assets/environments/production.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,13 @@ export default {
2828
name: 'o1Labs Plain Node 3',
2929
url: 'https://mina-rust-plain-3.gcp.o1test.net/',
3030
},
31+
{
32+
name: 'o1Labs BP Node 1',
33+
url: 'https://mina-rust-bp-1.gcp.o1test.net/',
34+
},
35+
{
36+
name: 'o1Labs BP Node 2',
37+
url: 'https://mina-rust-bp-2.gcp.o1test.net/',
38+
},
3139
],
3240
};

frontend/src/environments/environment.prod.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ export const environment: Readonly<MinaEnv> = {
3434
name: 'o1Labs Plain Node 3',
3535
url: 'https://mina-rust-plain-3.gcp.o1test.net/',
3636
},
37+
{
38+
name: 'o1Labs BP Node 1',
39+
url: 'https://mina-rust-bp-1.gcp.o1test.net/',
40+
},
41+
{
42+
name: 'o1Labs BP Node 2',
43+
url: 'https://mina-rust-bp-2.gcp.o1test.net/',
44+
},
3745
],
3846
sentry: undefined,
3947
};

0 commit comments

Comments
 (0)