X: Remove debug mode
This commit is contained in:
@@ -27,17 +27,18 @@ public class Main {
|
|||||||
static void main(String[] args) throws Exception {
|
static void main(String[] args) throws Exception {
|
||||||
NenjimHubImpl nenjimHub = new NenjimHubImpl();
|
NenjimHubImpl nenjimHub = new NenjimHubImpl();
|
||||||
|
|
||||||
SolanaBlockChain sbc = new SolanaBlockChainImpl();
|
/*SolanaBlockChain sbc = new SolanaBlockChainImpl();
|
||||||
JupiterPerpsService jupiter = new AnchorIdlJupiterPerpsServiceImpl(sbc);
|
JupiterPerpsService jupiter = new AnchorIdlJupiterPerpsServiceImpl(sbc);
|
||||||
ΩSolanaWalletIdΩ walletId = "vj98roDZ7744EBfxyuDFkKpEGCsKQLr7K8UFRumJNHf";
|
ΩSolanaWalletIdΩ walletId = "vj98roDZ7744EBfxyuDFkKpEGCsKQLr7K8UFRumJNHf";
|
||||||
Set<JupiterPerpsPosition> positions = jupiter.getOpenPositions(walletId);
|
Set<JupiterPerpsPosition> positions = jupiter.getOpenPositions(walletId);
|
||||||
|
*/
|
||||||
|
|
||||||
/*while(true) {
|
/*while(true) {
|
||||||
String addr = "31eu4pNE2vb8ErASGoJDHZXvjezhuE2PxjdnuQcCbUv7";
|
String addr = "31eu4pNE2vb8ErASGoJDHZXvjezhuE2PxjdnuQcCbUv7";
|
||||||
JupiterPerpsPosition pos = jupiter.getPosition(addr);
|
JupiterPerpsPosition pos = jupiter.getPosition(addr);
|
||||||
ΩUSDCAmountΩ a = pos.borrowFeesDue();
|
ΩUSDCAmountΩ a = pos.borrowFeesDue();
|
||||||
}*/
|
}*/
|
||||||
int i = 0;
|
//int i = 0;
|
||||||
nenjimHub.awaitShutdown();
|
nenjimHub.awaitShutdown();
|
||||||
|
|
||||||
/* try {
|
/* try {
|
||||||
|
|||||||
Reference in New Issue
Block a user