Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
DS committed Aug 26, 2023
1 parent a51db82 commit 15ab875
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
8 changes: 5 additions & 3 deletions ci/gateway-config-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@
]
}
},
"contract": {
"blockchain": {
"addressEhrIndex": "0x9944D37bFeC481868baad7b6E05b76Db01cA0865",
"addressAccessStore": "0x946e8BB742AAe895F9D369Fa44eF41414607A0CA",
"addressUsers": "0xe95dB24EA185c7a7D4ED6e8D20Caaa4cCb852AF4",
"addressDataStore": "0x0d223203D54c453Fb70A1462C3901AC59CE1F103",
"endpoint": "https://api.calibration.node.glif.io/rpc/v1",
"privKeyPath": "./../.blockchain.key",
"gasTipCap": 100000
"gasAutoUpdater": true,
"gasFeeCap": 0,
"gasTipCap" : 0
},
"db": {
"filePath": "./../data/local.db",
Expand All @@ -57,4 +59,4 @@
"jaeger_endpoint": "http://jaeger:14268/api/traces"
},
"debugMode": true
}
}
8 changes: 5 additions & 3 deletions ci/gateway-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@
]
}
},
"contract": {
"blockchain": {
"addressEhrIndex": "0x9944D37bFeC481868baad7b6E05b76Db01cA0865",
"addressAccessStore": "0x946e8BB742AAe895F9D369Fa44eF41414607A0CA",
"addressUsers": "0xe95dB24EA185c7a7D4ED6e8D20Caaa4cCb852AF4",
"addressDataStore": "0x0d223203D54c453Fb70A1462C3901AC59CE1F103",
"endpoint": "https://api.calibration.node.glif.io/rpc/v1",
"privKeyPath": "/srv/.blockchain.key",
"gasTipCap": 100000
"gasAutoUpdater": true,
"gasFeeCap": 0,
"gasTipCap" : 0
},
"db": {
"filePath": "/srv/data/local.db"
Expand All @@ -48,4 +50,4 @@
"jaeger_endpoint": "http://jaeger:14268/api/traces"
},
"debugMode": true
}
}

0 comments on commit 15ab875

Please sign in to comment.