@across-protocol/sdk 4.3.137-alpha.2 → 4.3.137-alpha.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  export { DEFAULT_CONFIG_STORE_VERSION, GLOBAL_CONFIG_STORE_KEYS, AcrossConfigStoreClient, ConfigStoreUpdate, } from "./AcrossConfigStoreClient";
2
2
  export { UpdateFailureReason } from "./BaseAbstractClient";
3
3
  export { HubPoolClient, LpFeeRequest } from "./HubPoolClient";
4
- export { SpokePoolClient, SpokePoolUpdate, EVMSpokePoolClient, SVMSpokePoolClient, isEVMSpokePoolClient, isSVMSpokePoolClient, SpokePoolManager, } from "./SpokePoolClient";
4
+ export { SpokePoolClient, SpokePoolUpdate, EVMSpokePoolClient, SVMSpokePoolClient, TVMSpokePoolClient, isEVMSpokePoolClient, isSVMSpokePoolClient, isTVMSpokePoolClient, SpokePoolManager, } from "./SpokePoolClient";
5
5
  export * as BundleDataClient from "./BundleDataClient";
6
6
  export * as mocks from "./mocks";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.mocks = exports.BundleDataClient = exports.SpokePoolManager = exports.isSVMSpokePoolClient = exports.isEVMSpokePoolClient = exports.SVMSpokePoolClient = exports.EVMSpokePoolClient = exports.SpokePoolClient = exports.HubPoolClient = exports.UpdateFailureReason = exports.AcrossConfigStoreClient = exports.GLOBAL_CONFIG_STORE_KEYS = exports.DEFAULT_CONFIG_STORE_VERSION = void 0;
3
+ exports.mocks = exports.BundleDataClient = exports.SpokePoolManager = exports.isTVMSpokePoolClient = exports.isSVMSpokePoolClient = exports.isEVMSpokePoolClient = exports.TVMSpokePoolClient = exports.SVMSpokePoolClient = exports.EVMSpokePoolClient = exports.SpokePoolClient = exports.HubPoolClient = exports.UpdateFailureReason = exports.AcrossConfigStoreClient = exports.GLOBAL_CONFIG_STORE_KEYS = exports.DEFAULT_CONFIG_STORE_VERSION = void 0;
4
4
  var tslib_1 = require("tslib");
5
5
  var AcrossConfigStoreClient_1 = require("./AcrossConfigStoreClient");
6
6
  Object.defineProperty(exports, "DEFAULT_CONFIG_STORE_VERSION", { enumerable: true, get: function () { return AcrossConfigStoreClient_1.DEFAULT_CONFIG_STORE_VERSION; } });
@@ -14,8 +14,10 @@ var SpokePoolClient_1 = require("./SpokePoolClient");
14
14
  Object.defineProperty(exports, "SpokePoolClient", { enumerable: true, get: function () { return SpokePoolClient_1.SpokePoolClient; } });
15
15
  Object.defineProperty(exports, "EVMSpokePoolClient", { enumerable: true, get: function () { return SpokePoolClient_1.EVMSpokePoolClient; } });
16
16
  Object.defineProperty(exports, "SVMSpokePoolClient", { enumerable: true, get: function () { return SpokePoolClient_1.SVMSpokePoolClient; } });
17
+ Object.defineProperty(exports, "TVMSpokePoolClient", { enumerable: true, get: function () { return SpokePoolClient_1.TVMSpokePoolClient; } });
17
18
  Object.defineProperty(exports, "isEVMSpokePoolClient", { enumerable: true, get: function () { return SpokePoolClient_1.isEVMSpokePoolClient; } });
18
19
  Object.defineProperty(exports, "isSVMSpokePoolClient", { enumerable: true, get: function () { return SpokePoolClient_1.isSVMSpokePoolClient; } });
20
+ Object.defineProperty(exports, "isTVMSpokePoolClient", { enumerable: true, get: function () { return SpokePoolClient_1.isTVMSpokePoolClient; } });
19
21
  Object.defineProperty(exports, "SpokePoolManager", { enumerable: true, get: function () { return SpokePoolClient_1.SpokePoolManager; } });
20
22
  exports.BundleDataClient = tslib_1.__importStar(require("./BundleDataClient"));
21
23
  exports.mocks = tslib_1.__importStar(require("./mocks"));
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/clients/index.ts"],"names":[],"mappings":";;;;AAAA,qEAKmC;AAJjC,uIAAA,4BAA4B,OAAA;AAC5B,mIAAA,wBAAwB,OAAA;AACxB,kIAAA,uBAAuB,OAAA;AAGzB,2DAA2D;AAAlD,yHAAA,mBAAmB,OAAA;AAC5B,iDAA8D;AAArD,8GAAA,aAAa,OAAA;AACtB,qDAQ2B;AAPzB,kHAAA,eAAe,OAAA;AAEf,qHAAA,kBAAkB,OAAA;AAClB,qHAAA,kBAAkB,OAAA;AAClB,uHAAA,oBAAoB,OAAA;AACpB,uHAAA,oBAAoB,OAAA;AACpB,mHAAA,gBAAgB,OAAA;AAElB,+EAAuD;AACvD,yDAAiC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/clients/index.ts"],"names":[],"mappings":";;;;AAAA,qEAKmC;AAJjC,uIAAA,4BAA4B,OAAA;AAC5B,mIAAA,wBAAwB,OAAA;AACxB,kIAAA,uBAAuB,OAAA;AAGzB,2DAA2D;AAAlD,yHAAA,mBAAmB,OAAA;AAC5B,iDAA8D;AAArD,8GAAA,aAAa,OAAA;AACtB,qDAU2B;AATzB,kHAAA,eAAe,OAAA;AAEf,qHAAA,kBAAkB,OAAA;AAClB,qHAAA,kBAAkB,OAAA;AAClB,qHAAA,kBAAkB,OAAA;AAClB,uHAAA,oBAAoB,OAAA;AACpB,uHAAA,oBAAoB,OAAA;AACpB,uHAAA,oBAAoB,OAAA;AACpB,mHAAA,gBAAgB,OAAA;AAElB,+EAAuD;AACvD,yDAAiC"}
@@ -1,6 +1,6 @@
1
1
  export { DEFAULT_CONFIG_STORE_VERSION, GLOBAL_CONFIG_STORE_KEYS, AcrossConfigStoreClient, ConfigStoreUpdate, } from "./AcrossConfigStoreClient";
2
2
  export { UpdateFailureReason } from "./BaseAbstractClient";
3
3
  export { HubPoolClient, LpFeeRequest } from "./HubPoolClient";
4
- export { SpokePoolClient, SpokePoolUpdate, EVMSpokePoolClient, SVMSpokePoolClient, isEVMSpokePoolClient, isSVMSpokePoolClient, SpokePoolManager, } from "./SpokePoolClient";
4
+ export { SpokePoolClient, SpokePoolUpdate, EVMSpokePoolClient, SVMSpokePoolClient, TVMSpokePoolClient, isEVMSpokePoolClient, isSVMSpokePoolClient, isTVMSpokePoolClient, SpokePoolManager, } from "./SpokePoolClient";
5
5
  export * as BundleDataClient from "./BundleDataClient";
6
6
  export * as mocks from "./mocks";
@@ -1,7 +1,7 @@
1
1
  export { DEFAULT_CONFIG_STORE_VERSION, GLOBAL_CONFIG_STORE_KEYS, AcrossConfigStoreClient, } from "./AcrossConfigStoreClient";
2
2
  export { UpdateFailureReason } from "./BaseAbstractClient";
3
3
  export { HubPoolClient } from "./HubPoolClient";
4
- export { SpokePoolClient, EVMSpokePoolClient, SVMSpokePoolClient, isEVMSpokePoolClient, isSVMSpokePoolClient, SpokePoolManager, } from "./SpokePoolClient";
4
+ export { SpokePoolClient, EVMSpokePoolClient, SVMSpokePoolClient, TVMSpokePoolClient, isEVMSpokePoolClient, isSVMSpokePoolClient, isTVMSpokePoolClient, SpokePoolManager, } from "./SpokePoolClient";
5
5
  import * as BundleDataClient_1 from "./BundleDataClient";
6
6
  export { BundleDataClient_1 as BundleDataClient };
7
7
  import * as mocks_1 from "./mocks";
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/clients/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,4BAA4B,EAC5B,wBAAwB,EACxB,uBAAuB,GAExB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAgB,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EACL,eAAe,EAEf,kBAAkB,EAClB,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,EACpB,gBAAgB,GACjB,MAAM,mBAAmB,CAAC;oCACO,oBAAoB;+BAA1C,gBAAgB;yBACL,SAAS;oBAApB,KAAK"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/clients/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,4BAA4B,EAC5B,wBAAwB,EACxB,uBAAuB,GAExB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAgB,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EACL,eAAe,EAEf,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EACpB,gBAAgB,GACjB,MAAM,mBAAmB,CAAC;oCACO,oBAAoB;+BAA1C,gBAAgB;yBACL,SAAS;oBAApB,KAAK"}
@@ -1,7 +1,7 @@
1
1
  export { DEFAULT_CONFIG_STORE_VERSION, GLOBAL_CONFIG_STORE_KEYS, AcrossConfigStoreClient, ConfigStoreUpdate, } from "./AcrossConfigStoreClient";
2
2
  export { UpdateFailureReason } from "./BaseAbstractClient";
3
3
  export { HubPoolClient, LpFeeRequest } from "./HubPoolClient";
4
- export { SpokePoolClient, SpokePoolUpdate, EVMSpokePoolClient, SVMSpokePoolClient, isEVMSpokePoolClient, isSVMSpokePoolClient, SpokePoolManager, } from "./SpokePoolClient";
4
+ export { SpokePoolClient, SpokePoolUpdate, EVMSpokePoolClient, SVMSpokePoolClient, TVMSpokePoolClient, isEVMSpokePoolClient, isSVMSpokePoolClient, isTVMSpokePoolClient, SpokePoolManager, } from "./SpokePoolClient";
5
5
  export * as BundleDataClient from "./BundleDataClient";
6
6
  export * as mocks from "./mocks";
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/clients/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,4BAA4B,EAC5B,wBAAwB,EACxB,uBAAuB,EACvB,iBAAiB,GAClB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EACL,eAAe,EACf,eAAe,EACf,kBAAkB,EAClB,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,EACpB,gBAAgB,GACjB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,KAAK,gBAAgB,MAAM,oBAAoB,CAAC;AACvD,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/clients/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,4BAA4B,EAC5B,wBAAwB,EACxB,uBAAuB,EACvB,iBAAiB,GAClB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC9D,OAAO,EACL,eAAe,EACf,eAAe,EACf,kBAAkB,EAClB,kBAAkB,EAClB,kBAAkB,EAClB,oBAAoB,EACpB,oBAAoB,EACpB,oBAAoB,EACpB,gBAAgB,GACjB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,KAAK,gBAAgB,MAAM,oBAAoB,CAAC;AACvD,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@across-protocol/sdk",
3
3
  "author": "UMA Team",
4
- "version": "4.3.137-alpha.2",
4
+ "version": "4.3.137-alpha.3",
5
5
  "license": "AGPL-3.0",
6
6
  "homepage": "https://docs.across.to/reference/sdk",
7
7
  "repository": {
@@ -11,8 +11,10 @@ export {
11
11
  SpokePoolUpdate,
12
12
  EVMSpokePoolClient,
13
13
  SVMSpokePoolClient,
14
+ TVMSpokePoolClient,
14
15
  isEVMSpokePoolClient,
15
16
  isSVMSpokePoolClient,
17
+ isTVMSpokePoolClient,
16
18
  SpokePoolManager,
17
19
  } from "./SpokePoolClient";
18
20
  export * as BundleDataClient from "./BundleDataClient";