From d9f773c1f93ff46e0e59d82574ba0c68cd49c3ba08cfc77832ffb10e08e9bf36 Mon Sep 17 00:00:00 2001 From: Minimons Date: Fri, 26 Jun 2026 22:27:06 +0200 Subject: [PATCH] X: Updated for some manual testing in Main --- src/main/tjava/com/r35157/nenjim/hubd/impl/ref/Main.tjava | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/tjava/com/r35157/nenjim/hubd/impl/ref/Main.tjava b/src/main/tjava/com/r35157/nenjim/hubd/impl/ref/Main.tjava index 4b61263..ed7957e 100644 --- a/src/main/tjava/com/r35157/nenjim/hubd/impl/ref/Main.tjava +++ b/src/main/tjava/com/r35157/nenjim/hubd/impl/ref/Main.tjava @@ -24,9 +24,10 @@ public class Main { // TODO: Consider if we really need a Main class or we just need to move the main method to NenjimHubImpl? static void main(String[] args) throws Exception { NenjimHubImpl nenjimHub = new NenjimHubImpl(); + /* SolanaBlockChain sbc = new SolanaBlockChainImpl(); - JupiterPerpsPositionService jupiter = new AnchorIdlJupiterPerpsPositionServiceImpl(sbc); + JupiterPerpsService jupiter = new AnchorIdlJupiterPerpsServiceImpl(sbc); ΩSolanaWalletIdΩ walletId = "vj98roDZ7744EBfxyuDFkKpEGCsKQLr7K8UFRumJNHf"; Set positions = jupiter.getOpenPositions(walletId); int a=0;