File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff 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} ;
Original file line number Diff line number Diff 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} ;
You can’t perform that action at this time.
0 commit comments