Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@infinex/infinex-stw-sdk

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infinex/infinex-stw-sdk - npm Package Compare versions

Comparing version 0.1.1-2 to 0.1.1-3

dist/constants.d.ts

3

dist/index.d.ts
import base_0_1_1 from './deployments/0.1.1/base';
import base_sepolia_0_1_1 from './deployments/0.1.1/base-sepolia';
export { base_0_1_1, base_sepolia_0_1_1, };
import * as constants from "./constants";
export { base_0_1_1, base_sepolia_0_1_1, constants, };
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -6,3 +29,3 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

Object.defineProperty(exports, "__esModule", { value: true });
exports.base_sepolia_0_1_1 = exports.base_0_1_1 = void 0;
exports.constants = exports.base_sepolia_0_1_1 = exports.base_0_1_1 = void 0;
const base_1 = __importDefault(require("./deployments/0.1.1/base"));

@@ -12,1 +35,3 @@ exports.base_0_1_1 = base_1.default;

exports.base_sepolia_0_1_1 = base_sepolia_1.default;
const constants = __importStar(require("./constants"));
exports.constants = constants;
{
"name": "@infinex/infinex-stw-sdk",
"version": "0.1.1-2",
"version": "0.1.1-3",
"description": "A SDK to interact with Infinex SWT smart contracts",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc