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 f28dda4..c4acd1a 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 @@ -27,17 +27,18 @@ public class Main { static void main(String[] args) throws Exception { NenjimHubImpl nenjimHub = new NenjimHubImpl(); - SolanaBlockChain sbc = new SolanaBlockChainImpl(); + /*SolanaBlockChain sbc = new SolanaBlockChainImpl(); JupiterPerpsService jupiter = new AnchorIdlJupiterPerpsServiceImpl(sbc); ΩSolanaWalletIdΩ walletId = "vj98roDZ7744EBfxyuDFkKpEGCsKQLr7K8UFRumJNHf"; Set positions = jupiter.getOpenPositions(walletId); + */ /*while(true) { String addr = "31eu4pNE2vb8ErASGoJDHZXvjezhuE2PxjdnuQcCbUv7"; JupiterPerpsPosition pos = jupiter.getPosition(addr); ΩUSDCAmountΩ a = pos.borrowFeesDue(); }*/ - int i = 0; + //int i = 0; nenjimHub.awaitShutdown(); /* try {