From a43c17104e2008bdc72f8806f05c54fd8923c450 Mon Sep 17 00:00:00 2001 From: ebin-mathews Date: Tue, 2 Jan 2024 12:22:46 -0500 Subject: [PATCH] Add an rpc client --- .gitmodules | 3 +++ json-rpc-client | 1 + 2 files changed, 4 insertions(+) create mode 160000 json-rpc-client diff --git a/.gitmodules b/.gitmodules index fae1b90..6322b4a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "protos/mev-protos"] path = protos/mev-protos url = git@github.com:jito-labs/mev-protos.git +[submodule "json-rpc-client"] + path = json-rpc-client + url = https://github.com/jito-labs/json-rpc-client.git diff --git a/json-rpc-client b/json-rpc-client new file mode 160000 index 0000000..ef847ec --- /dev/null +++ b/json-rpc-client @@ -0,0 +1 @@ +Subproject commit ef847ec0f80b7d88a24c3113e9ee14d0ffda1777