add USDC perp client with tests

This commit is contained in:
tiagosiebler
2022-09-08 16:48:33 +01:00
parent 666720b27d
commit 5187350878
13 changed files with 583 additions and 37 deletions

View File

@@ -124,7 +124,7 @@ export default abstract class BaseRestClient {
}
private isUSDCClient() {
return this.clientType === REST_CLIENT_TYPE_ENUM.usdcOptions;
return this.clientType === REST_CLIENT_TYPE_ENUM.usdc;
}
get(endpoint: string, params?: any) {