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;