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

@kyve/contract-lib

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kyve/contract-lib - npm Package Compare versions

Comparing version 0.1.0-alpha.12 to 0.1.0-alpha.13

dist/constants.d.ts

1

dist/index.d.ts
export { Pool } from "./pool";
export { Governance } from "./governance";

4

dist/index.js

@@ -10,4 +10,6 @@ "use strict";

exports.__esModule = true;
exports.Pool = void 0;
exports.Governance = exports.Pool = void 0;
var pool_1 = require("./pool");
__createBinding(exports, pool_1, "Pool");
var governance_1 = require("./governance");
__createBinding(exports, governance_1, "Governance");

@@ -53,7 +53,8 @@ "use strict";

var cross_fetch_1 = require("cross-fetch");
var constants_1 = require("./constants");
var Pool = /** @class */ (function () {
function Pool(arweave, wallet, id) {
this.src = "MjrjR6qCFcld0VO83tt3NcpZs2FIuLscvo7ya64afbY";
this.governance = "C_1uo08qRuQAeDi9Y1I8fkaWYUC9IWkOrKDNe9EphJo";
this.treasury = "RCH2pVk8m-IAuwg36mwxUt8Em_CnpWjSLpiAcCvZJMA";
this.src = constants_1.POOL_SOURCE_CONTRACT_ID;
this.governance = constants_1.GOVERNANCE_CONTRACT_ID;
this.treasury = constants_1.TREASURY_CONTRACT_ID;
this.client = arweave;

@@ -60,0 +61,0 @@ this.wallet = wallet;

{
"name": "@kyve/contract-lib",
"version": "0.1.0-alpha.12",
"version": "0.1.0-alpha.13",
"main": "dist/index",

@@ -24,3 +24,3 @@ "types": "dist/index",

},
"gitHead": "5686b97fbbd1c0f894a2b9e3bade7ee3c7f39ac3"
"gitHead": "9bfc4d51e1e9ee4d933da03e7b985e6b0b929f56"
}
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