From 8c0035e6ce99568ee981c75830c0c4d2242e7740 Mon Sep 17 00:00:00 2001 From: artemkolodko Date: Sun, 17 Nov 2024 15:54:08 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28ef37d..879c775 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ | DATABASE_URL | true | - | Postgres DB connection string | | TOKEN_FACTORY_ADDRESS | true | - | Pump Fun TokenFactory address | | INDEXER_INITIAL_BLOCK_NUMBER | true | 0 | Block number on which Pump Fun TokenFactory was created. Required only for the first launch. | -| GOOGLE_CLOUD_PRIVATE_KEY | true | - | Google Cloud Storage private key, starting with "-----BEGIN PRIVATE KEY-----..." | +| GOOGLE_CLOUD_PRIVATE_KEY | true | - | Google Cloud Storage private key | | SERVICE_PRIVATE_KEY | true | - | Harmony Mainnet account private key. Required to send `setWinner` transaction once a day. | | JWT_PRIVATE_KEY | true | - | JWT Private key in Base64 format (see "JWT keypair" for details) | | JWT_PUBLIC_KEY | true | - | JWT Public key in Base64 format (see "JWT keypair" for details) |