@renegade-fi/core
Advanced tools
Comparing version 0.0.0-canary-20241030233125 to 0.0.0-canary-20241031003526
@@ -139,5 +139,5 @@ import invariant from 'tiny-invariant'; | ||
//////////////////////////////////////////////////////////////////////////////// | ||
// Atomic Match | ||
// External Match | ||
//////////////////////////////////////////////////////////////////////////////// | ||
/// The route for requesting an atomic match | ||
/// The route for requesting an external match | ||
export const REQUEST_EXTERNAL_MATCH_ROUTE = '/matching-engine/request-external-match'; | ||
@@ -144,0 +144,0 @@ //////////////////////////////////////////////////////////////////////////////// |
@@ -8,3 +8,3 @@ import invariant from 'tiny-invariant'; | ||
* or managing wallet state), this auth config is solely for endpoints that require API key authentication, | ||
* such as atomic match requests of external orders. | ||
* such as external match requests of external orders. | ||
*/ | ||
@@ -11,0 +11,0 @@ export function createAuthConfig(parameters) { |
@@ -14,3 +14,3 @@ //////////////////////////////////////////////////////////////////////////////// | ||
export { disconnect } from '../actions/disconnect.js'; | ||
export { getAtomicMatchBundle, } from '../actions/getAtomicMatchBundle.js'; | ||
export { getExternalMatchBundle, } from '../actions/getExternalMatchBundle.js'; | ||
export { getBalances, } from '../actions/getBalances.js'; | ||
@@ -17,0 +17,0 @@ export { getBackOfQueueWallet, } from '../actions/getBackOfQueueWallet.js'; |
@@ -12,3 +12,3 @@ //////////////////////////////////////////////////////////////////////////////// | ||
export { disconnect, } from '../actions/disconnect.js'; | ||
export { getAtomicMatchBundle, } from '../actions/getAtomicMatchBundle.js'; | ||
export { getExternalMatchBundle, } from '../actions/getExternalMatchBundle.js'; | ||
export { getBalances, } from '../actions/getBalances.js'; | ||
@@ -15,0 +15,0 @@ export { getBackOfQueueWallet, } from '../actions/getBackOfQueueWallet.js'; |
@@ -15,3 +15,3 @@ import type { BaseConfig } from './createConfig.js'; | ||
* or managing wallet state), this auth config is solely for endpoints that require API key authentication, | ||
* such as atomic match requests of external orders. | ||
* such as external match requests of external orders. | ||
*/ | ||
@@ -18,0 +18,0 @@ export declare function createAuthConfig(parameters: CreateAuthConfigParameters): AuthConfig; |
@@ -11,3 +11,3 @@ export { type AssignOrderParameters, assignOrder, } from '../actions/assignOrder.js'; | ||
export { type DisconnectReturnType, disconnect } from '../actions/disconnect.js'; | ||
export { type GetAtomicMatchBundleParameters, type GetAtomicMatchBundleReturnType, type GetAtomicMatchBundleErrorType, getAtomicMatchBundle, } from '../actions/getAtomicMatchBundle.js'; | ||
export { type GetExternalMatchBundleParameters, type GetExternalMatchBundleReturnType, type GetExternalMatchBundleErrorType, getExternalMatchBundle, } from '../actions/getExternalMatchBundle.js'; | ||
export { type GetBalancesReturnType, getBalances, } from '../actions/getBalances.js'; | ||
@@ -14,0 +14,0 @@ export { type GetBackOfQueueWalletParameters, type GetBackOfQueueWalletReturnType, getBackOfQueueWallet, } from '../actions/getBackOfQueueWallet.js'; |
@@ -9,3 +9,3 @@ export { type CancelOrderRequestErrorType, type CancelOrderRequestParameters, type CancelOrderRequestReturnType, cancelOrderRequest, } from '../actions/cancelOrderRequest.js'; | ||
export { type DisconnectReturnType, disconnect, } from '../actions/disconnect.js'; | ||
export { type GetAtomicMatchBundleParameters, type GetAtomicMatchBundleReturnType, type GetAtomicMatchBundleErrorType, getAtomicMatchBundle, } from '../actions/getAtomicMatchBundle.js'; | ||
export { type GetExternalMatchBundleParameters, type GetExternalMatchBundleReturnType, type GetExternalMatchBundleErrorType, getExternalMatchBundle, } from '../actions/getExternalMatchBundle.js'; | ||
export { type GetBalancesReturnType, getBalances, } from '../actions/getBalances.js'; | ||
@@ -12,0 +12,0 @@ export { type GetBackOfQueueWalletErrorType, type GetBackOfQueueWalletParameters, type GetBackOfQueueWalletReturnType, getBackOfQueueWallet, } from '../actions/getBackOfQueueWallet.js'; |
{ | ||
"name": "@renegade-fi/core", | ||
"description": "VanillaJS library for Renegade", | ||
"version": "0.0.0-canary-20241030233125", | ||
"version": "0.0.0-canary-20241031003526", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
@@ -206,5 +206,5 @@ import invariant from 'tiny-invariant' | ||
//////////////////////////////////////////////////////////////////////////////// | ||
// Atomic Match | ||
// External Match | ||
//////////////////////////////////////////////////////////////////////////////// | ||
/// The route for requesting an atomic match | ||
/// The route for requesting an external match | ||
export const REQUEST_EXTERNAL_MATCH_ROUTE = | ||
@@ -211,0 +211,0 @@ '/matching-engine/request-external-match' |
@@ -18,3 +18,3 @@ import invariant from 'tiny-invariant' | ||
* or managing wallet state), this auth config is solely for endpoints that require API key authentication, | ||
* such as atomic match requests of external orders. | ||
* such as external match requests of external orders. | ||
*/ | ||
@@ -21,0 +21,0 @@ export function createAuthConfig( |
@@ -53,7 +53,7 @@ //////////////////////////////////////////////////////////////////////////////// | ||
export { | ||
type GetAtomicMatchBundleParameters, | ||
type GetAtomicMatchBundleReturnType, | ||
type GetAtomicMatchBundleErrorType, | ||
getAtomicMatchBundle, | ||
} from '../actions/getAtomicMatchBundle.js' | ||
type GetExternalMatchBundleParameters, | ||
type GetExternalMatchBundleReturnType, | ||
type GetExternalMatchBundleErrorType, | ||
getExternalMatchBundle, | ||
} from '../actions/getExternalMatchBundle.js' | ||
@@ -60,0 +60,0 @@ export { |
@@ -57,7 +57,7 @@ //////////////////////////////////////////////////////////////////////////////// | ||
export { | ||
type GetAtomicMatchBundleParameters, | ||
type GetAtomicMatchBundleReturnType, | ||
type GetAtomicMatchBundleErrorType, | ||
getAtomicMatchBundle, | ||
} from '../actions/getAtomicMatchBundle.js' | ||
type GetExternalMatchBundleParameters, | ||
type GetExternalMatchBundleReturnType, | ||
type GetExternalMatchBundleErrorType, | ||
getExternalMatchBundle, | ||
} from '../actions/getExternalMatchBundle.js' | ||
@@ -64,0 +64,0 @@ export { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
747691