Skip to content

Commit ae1b496

Browse files
committed
bump rc5
1 parent 1faec83 commit ae1b496

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.env.sample

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,24 @@
11
# Override the default port for the attestor to run on
22
PORT=
3-
43
# ETH private key. This could be the private key of some other
54
# signature algorithm too. However, at the moment -- only ETH
65
# is supported.
7-
86
PRIVATE_KEY=
9-
107
# Provide a https proxy URL to allow for the creation of geo-specified
118
# tunnels. The attestor will replace {{geolocation}} in the URL
129
# with the geolocation it needs to connect to. geolocation is a 2-letter
1310
# ISO code
14-
1511
HTTPS_PROXY_URL=
16-
1712
# Variables for the Elastic APM
18-
1913
ELASTIC_APM_SERVER_URL=
2014
ELASTIC_APM_SECRET_TOKEN=
21-
2215
# Fraction of requests to be sampled & sent to the Elastic APM
23-
2416
ELASTIC_APM_SAMPLE_RATE=
2517
# Set the log level for the attestor.
2618
# Possible values are: debug, info, warn, error
27-
2819
LOG_LEVEL=
2920
# Number of concurrent ZK proofs to generate
3021
# Default is 10
31-
3222
ZK_CONCURRENCY=
3323
# Chain ID for where the AVS operator is deployed. Only required for
3424
# when registering the operator on the AVS.
@@ -41,4 +31,4 @@ CHAIN_ID=
4131
RECLAIM_PUBLIC_URL=
4232
# should the attestor pay the claim requests
4333
# set to "1" to enable
44-
ACCEPT_CLAIM_PAYMENT_REQUESTS=
34+
ACCEPT_CLAIM_PAYMENT_REQUESTS=

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zkp2p/reclaim-witness-sdk",
3-
"version": "0.0.2-rc4",
3+
"version": "0.0.2-rc5",
44
"description": "The witness server securely intermediates internet data exchange, using TLS and zero-knowledge proofs to verify and sign user claims with minimal information disclosure.",
55
"main": "lib/index",
66
"scripts": {

0 commit comments

Comments
 (0)