We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d226e commit 285cee4Copy full SHA for 285cee4
.env.example
@@ -6,9 +6,12 @@ ENS_TOKEN_LIST_NAME=t2crtokens.eth
6
7
LATEST_TOKEN_LIST_URL=https://t2crtokens.eth.limo
8
9
-PROVIDER_URL=https://mainnet.infura.io/v3/<api-key>
10
-IPFS_GATEWAY=https://ipfs.kleros.io
+PROVIDER_URL=https://mainnet.infura.io/v3/<your-key>
+IPFS_GATEWAY=https://cdn.kleros.link
11
+FILEBASE_TOKEN=
12
+FILEBASE_BUCKET=
13
WALLET_KEY=
14
15
# Optional. If not provided, 300 seconds (5 minutes will be used).
16
POLL_PERIOD_SECONDS=300
17
+
0 commit comments