@ardrive/turbo-sdk 1.33.0 → 1.33.1

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.
@@ -222423,7 +222423,7 @@ var import_winston = __toESM(require_winston(), 1);
222423
222423
  init_dirname();
222424
222424
  init_buffer2();
222425
222425
  init_process2();
222426
- var version21 = "1.33.0-alpha.1";
222426
+ var version21 = "1.33.1-alpha.1";
222427
222427
 
222428
222428
  // src/common/logger.ts
222429
222429
  var TurboWinstonLogger = class _TurboWinstonLogger {
@@ -275952,7 +275952,7 @@ var TurboBaseFactory = class {
275952
275952
  }
275953
275953
  return new HexSolanaSigner(walletAdapter);
275954
275954
  }
275955
- const ethTokens = /* @__PURE__ */ new Set(["ethereum", "base-eth"]);
275955
+ const ethTokens = /* @__PURE__ */ new Set(["ethereum", "base-eth", "matic", "pol"]);
275956
275956
  if (ethTokens.has(token)) {
275957
275957
  if (!isEthereumWalletAdapter(walletAdapter)) {
275958
275958
  throw new Error(
@@ -141,7 +141,7 @@ class TurboBaseFactory {
141
141
  }
142
142
  return new arbundles_1.HexInjectedSolanaSigner(walletAdapter);
143
143
  }
144
- const ethTokens = new Set(['ethereum', 'base-eth']);
144
+ const ethTokens = new Set(['ethereum', 'base-eth', 'matic', 'pol']);
145
145
  if (ethTokens.has(token)) {
146
146
  if (!(0, types_js_1.isEthereumWalletAdapter)(walletAdapter)) {
147
147
  throw new Error('Unsupported wallet adapter -- must implement getSigner');
@@ -17,4 +17,4 @@
17
17
  Object.defineProperty(exports, "__esModule", { value: true });
18
18
  exports.version = void 0;
19
19
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
20
- exports.version = '1.33.0';
20
+ exports.version = '1.33.1';
@@ -138,7 +138,7 @@ export class TurboBaseFactory {
138
138
  }
139
139
  return new HexInjectedSolanaSigner(walletAdapter);
140
140
  }
141
- const ethTokens = new Set(['ethereum', 'base-eth']);
141
+ const ethTokens = new Set(['ethereum', 'base-eth', 'matic', 'pol']);
142
142
  if (ethTokens.has(token)) {
143
143
  if (!isEthereumWalletAdapter(walletAdapter)) {
144
144
  throw new Error('Unsupported wallet adapter -- must implement getSigner');
@@ -14,4 +14,4 @@
14
14
  * limitations under the License.
15
15
  */
16
16
  // AUTOMATICALLY GENERATED FILE - DO NOT TOUCH
17
- export const version = '1.33.0';
17
+ export const version = '1.33.1';
@@ -13,5 +13,5 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const version = "1.33.0-alpha.1";
16
+ export declare const version = "1.33.1-alpha.1";
17
17
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ardrive/turbo-sdk",
3
- "version": "1.33.0",
3
+ "version": "1.33.1",
4
4
  "main": "./lib/cjs/node/index.js",
5
5
  "types": "./lib/types/node/index.d.ts",
6
6
  "module": "./lib/esm/node/index.js",