Skip to content

Commit ff0cab2

Browse files
committed
chore: remove deprecated env variable and update endpoint
1 parent 073c661 commit ff0cab2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.env.example

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FACTORY_ADDRESS=0x4296b39059b8591d4f22a0fc4ee49508279b8fc6
22
BATCH_WITHDRAW_ADDRESS=0xA32942798112e561d4d3ffc62c552bb0E9651b66
33
PROVIDER_URL=https://kovan.infura.io/v3/<secret-key>
44
#LBATCH_WITHDRAW_ADDRESS=0x8Fa00b7281cD8296bB3818AE5654B4FCCe9a3f2F
5-
#GTCR_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/eccentricexit/light-curate-kovan-iii
5+
#GTCR_SUBGRAPH_URL=https://api.thegraph.com/subgraphs/name/eccentricexit/light-curate-kovan-ii
66

77
# How often to check if items passed the challenge period without challenges.
88
# The minimum value accepted is 2 * BLOCK_TIME_SECONDS / 60.
@@ -17,7 +17,6 @@ BLOCK_TIME_SECONDS=4
1717
# sweeping the blockchain from the deployment block of the factory contract.
1818
# This field is optional, if not set, 0 will be used.
1919
FACTORY_BLOCK_NUM=18495615
20-
#LFACTORY_BLOCK_NUM=27204506
2120

2221
# This is the account that will call execute unchallenged requests
2322
# and withdraw rewards for the users.

0 commit comments

Comments
 (0)