File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ OST_KIT_API_ENDPOINT = https://api.ost.com/testnet/v2
2+ OST_KIT_API_KEY = YourApiKey
3+ OST_KIT_API_SECRET = YourSecretKey
4+ OST_KIT_AUX_CHAIN_ID = AuxChainIdOnWhichTokenIsDeployed
5+ OST_KIT_COMPANY_USER_ID = IdOfCompanyUser
6+ OST_KIT_USER_ID = YourUserId
7+ OST_KIT_USER_DEVICE_ADDRESS = DeviceAddressOfUser
8+ OST_KIT_RECOVERY_OWNER_ADDRESS = RecoveryOwnerAddressOfUser
9+ OST_KIT_SESSION_ADDRESS = SessionAddressOfUser
10+ OST_KIT_RULE_ADDRESS = AddressForExecutingRule
11+ OST_KIT_USER2_TOKEN_HOLDER_ADDRESS = TokenHolderAddressForReceiver
12+ OST_KIT_TRANSACTION_ID = TransactionIdUsedToTestGet
Original file line number Diff line number Diff line change @@ -76,4 +76,7 @@ fabric.properties
7676.DS_Store
7777target
7878
79+ # Environment
80+ .env
81+
7982release.properties
Original file line number Diff line number Diff line change @@ -407,7 +407,7 @@ String amount = "1";
407407params. put(" user_id" , userId);
408408params. put(" to" , toAddress);
409409nestedparams. put(" method" , " pay" );
410- ArrayList<ArrayList > nestedarraylist = new ArrayList<ArrayList > ();
410+ ArrayList<Object > nestedarraylist = new ArrayList<Object > ();
411411ArrayList<Object > arrayListForUser2TokenHolderAddress = new ArrayList<Object > ();
412412arrayListForUser2TokenHolderAddress. add(user2TokenHolderAddress);
413413ArrayList<Object > arrayListAmount = new ArrayList<Object > ();
You can’t perform that action at this time.
0 commit comments