From a1a60c35b6f451474809accaec509989e6c5bf88 Mon Sep 17 00:00:00 2001 From: skynetcap <100323448+skynetcap@users.noreply.github.com> Date: Wed, 27 Dec 2023 12:47:08 -0800 Subject: [PATCH] Expand ob-cranker market handling in README.md to indicate that ob-cranker now handles not just SOL/USDC but also other markets on OpenBook v2, reflecting the introduction of additional functionality. An upgrade has been made that includes performance improvements and exception handling optimizations. --- src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index d5a41eb..1c98e98 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,2 @@ -application.endpoint=https://mainnet.helius-rpc.com/?api-key=a778b653-bdd6-41bc-8cda-0c7377faf1dd -application.privateKey=mikeDBaJgkicqhZcoYDBB4dRwZFFJCThtWCYD7A9FAH.json \ No newline at end of file +application.endpoint=HELIUS_RPC_HERE +application.privateKey=privateKey.json \ No newline at end of file