From 266f7f039045344ed1548d8bc4c2ffef1397d34c Mon Sep 17 00:00:00 2001 From: GroovieGermanikus Date: Mon, 4 Sep 2023 17:58:49 +0200 Subject: [PATCH] remove hardcoded path --- connector/examples/config-yellowstone-grpc-testing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector/examples/config-yellowstone-grpc-testing.json b/connector/examples/config-yellowstone-grpc-testing.json index 1128ec4..bc3c1e5 100644 --- a/connector/examples/config-yellowstone-grpc-testing.json +++ b/connector/examples/config-yellowstone-grpc-testing.json @@ -1,5 +1,5 @@ { - "libpath": "/Users/stefan/mango/code/yellowstone-grpc/target/debug/libyellowstone_grpc_geyser.dylib", + "libpath": "/path/to/libyellowstone_grpc_geyser.dylib", "log": { "level": "debug" },