We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f0fd7 commit 6145b38Copy full SHA for 6145b38
karak_offchain/operator/.env.example
@@ -0,0 +1,16 @@
1
+PORT=3006
2
+HOST=0.0.0.0
3
+DOMAIN_URL=http://0.0.0.0:3006
4
+AGGREGATOR_URL=http://0.0.0.0:3005
5
+HEARTBEAT=5000
6
+RPC_URL=https://ethereum-holesky-rpc.publicnode.com
7
+CORS_ORIGIN=*
8
+COMMON_RATE_LIMIT_WINDOW_MS=1000
9
+COMMON_RATE_LIMIT_MAX_REQUESTS=10000
10
+PRIVATE_KEY=6d35c1bdf469031cfe3cbaddd57ca69a36835a39c2a6f2cefc17c804851b0635
11
+BLOCK_NUMBER_STORE=/dss/contracts/block-number-store.json
12
+RUST_LOG=info
13
+SQUARE_NUMBER_DSS_ADDRESS=0x9A9f2CCfdE556A7E9Ff0848998Aa4a0CFD8863AE
14
+TXN_VERIFIER_ADDRESS=0xCbb651f2F7FEd1264224D20F75BEF371549E71C9
15
+CORE_ADDRESS=0x9bd03768a7DCc129555dE410FF8E85528A4F88b5
16
+RUST_BACKTRACE=full
0 commit comments