@@ -11,15 +11,10 @@ export const environment: Readonly<MinaEnv> = {
1111 globalConfig : {
1212 features : {
1313 dashboard : [ ] ,
14- // nodes: ['overview', 'live', 'bootstrap'],
1514 state : [ 'actions' ] ,
16- // network: ['messages', 'connections', 'blocks', 'topology', 'node-dht', 'graph-overview', 'bootstrap-stats'],
17- // snarks: ['scan-state', 'work-pool'],
18- // resources: ['memory'],
1915 'block-production' : [ 'won-slots' ] ,
2016 mempool : [ ] ,
2117 benchmarks : [ 'wallets' ] ,
22- // fuzzing: [],
2318 } ,
2419 firebase : {
2520 apiKey : 'AIzaSyBZzFsHjIbQVbBP0N-KkUsEvHRVU_wwd7g' ,
@@ -30,28 +25,9 @@ export const environment: Readonly<MinaEnv> = {
3025 appId : '1:1016673359357:web:bbd2cbf3f031756aec7594' ,
3126 measurementId : 'G-ENDBL923XT' ,
3227 } ,
33- heartbeats : true ,
34- graphQL : 'https://adonagy.com/graphql' ,
35- // graphQL: 'https://api.minascan.io/node/devnet/v1/graphql',
36- // graphQL: 'http://65.109.105.40:5000/graphql',
28+ heartbeats : false ,
3729 } ,
3830 configs : [
39- // {
40- // name: 'staging-devnet-bp-0',
41- // url: 'https://staging-devnet-openmina-bp-0.minaprotocol.network',
42- // },
43- // {
44- // name: 'staging-devnet-bp-1',
45- // url: 'https://staging-devnet-openmina-bp-1.minaprotocol.network',
46- // },
47- // {
48- // name: 'staging-devnet-bp-2',
49- // url: 'https://staging-devnet-openmina-bp-2.minaprotocol.network',
50- // },
51- // {
52- // name: 'staging-devnet-bp-3',
53- // url: 'https://staging-devnet-openmina-bp-3.minaprotocol.network',
54- // },
5531 {
5632 name : 'Web Node' ,
5733 isWebNode : true ,
0 commit comments