Skip to content

Commit 02def13

Browse files
committed
Merge branch 'dev' into feat/shutter-dispute-kit
2 parents 01dca90 + 4449e04 commit 02def13

File tree

26 files changed

+1452
-336
lines changed

26 files changed

+1452
-336
lines changed

contracts/.env.example

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,14 @@ GNOSISSCAN_API_KEY=ABC123ABC123ABC123ABC123ABC123ABC1
1414
# For the bots
1515
LOG_LEVEL=debug
1616
SUBGRAPH_URL=https://api.studio.thegraph.com/query/61738/kleros-v2-core-devnet/version/latest
17-
LOGTAIL_TOKEN_KEEPER_BOT=cqPqBofVC8nmA8EZdZGqqvUV
18-
LOGTAIL_TOKEN_RELAYER_BOT=41h8q5Z4gnz5yDx215eqcQ4r
19-
LOGTAIL_TOKEN_DISPUTOR_BOT=mSryyvYubviaMqKDWfBKAGsi
20-
HEARTBEAT_URL_KEEPER_BOT=https://uptime.betterstack.com/api/v1/heartbeat/jc23S8ZZzpf8KbzwxL1hoBp9
21-
HEARTBEAT_URL_RELAYER_BOT=https://uptime.betterstack.com/api/v1/heartbeat/eT6Trk6CddJV6fFBbqZNzyqC
17+
LOGTAIL_TOKEN_KEEPER_BOT=ABC123ABC123ABC123ABC
18+
LOGTAIL_TOKEN_RELAYER_BOT=ABC123ABC123ABC123ABC
19+
LOGTAIL_TOKEN_DISPUTOR_BOT=ABC123ABC123ABC123ABC
20+
HEARTBEAT_URL_KEEPER_BOT=https://uptime.betterstack.com/api/v1/heartbeat/ABC123ABC123ABC123ABC
2221
SHUTTER_API=testnet
22+
SHUTTER_API_TOKEN=
2323
DISPUTES_TO_SKIP=
2424

2525
# Optionally for debugging
2626
# TENDERLY_USERNAME=your_username
2727
# TENDERLY_PROJECT=your_project
28-
29-
# Used by the "hardhat.config.ts" file and important to set them for the "scripts/simulations" tasks
30-
ARB_GOERLI_PRIVATE_KEY_WALLET_1=
31-
ARB_GOERLI_PRIVATE_KEY_WALLET_2=
32-
ARB_GOERLI_PRIVATE_KEY_WALLET_3=
33-
ARB_GOERLI_PRIVATE_KEY_WALLET_4=
34-
ARB_GOERLI_PRIVATE_KEY_WALLET_5=

0 commit comments

Comments
 (0)