New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.16 to 0.1.0-alpha.17

6

dist/constants.d.ts

@@ -1,3 +0,3 @@

export declare const GOVERNANCE_CONTRACT_ID = "C_1uo08qRuQAeDi9Y1I8fkaWYUC9IWkOrKDNe9EphJo";
export declare const TREASURY_CONTRACT_ID = "RCH2pVk8m-IAuwg36mwxUt8Em_CnpWjSLpiAcCvZJMA";
export declare const POOL_SOURCE_CONTRACT_ID = "MjrjR6qCFcld0VO83tt3NcpZs2FIuLscvo7ya64afbY";
export declare const GOVERNANCE_CONTRACT_ID = "ZFByCyATdrG13HvS3Nyvj9Ete_Pfu5EFgiGqux5-b78";
export declare const TREASURY_CONTRACT_ID = "3zRVvjsTc9CU1GIeVFXmQ88O3nhOqr15O_FaZL5enM8";
export declare const POOL_SOURCE_CONTRACT_ID = "O6mdIZ2cmHhMgsXRgm9TYQLeN5y17VnOd2tj5VWQn3c";
"use strict";
exports.__esModule = true;
exports.POOL_SOURCE_CONTRACT_ID = exports.TREASURY_CONTRACT_ID = exports.GOVERNANCE_CONTRACT_ID = void 0;
exports.GOVERNANCE_CONTRACT_ID = "C_1uo08qRuQAeDi9Y1I8fkaWYUC9IWkOrKDNe9EphJo";
exports.TREASURY_CONTRACT_ID = "RCH2pVk8m-IAuwg36mwxUt8Em_CnpWjSLpiAcCvZJMA";
exports.POOL_SOURCE_CONTRACT_ID = "MjrjR6qCFcld0VO83tt3NcpZs2FIuLscvo7ya64afbY";
exports.GOVERNANCE_CONTRACT_ID = "ZFByCyATdrG13HvS3Nyvj9Ete_Pfu5EFgiGqux5-b78";
exports.TREASURY_CONTRACT_ID = "3zRVvjsTc9CU1GIeVFXmQ88O3nhOqr15O_FaZL5enM8";
exports.POOL_SOURCE_CONTRACT_ID = "O6mdIZ2cmHhMgsXRgm9TYQLeN5y17VnOd2tj5VWQn3c";

@@ -11,3 +11,3 @@ import Arweave from "arweave";

state?: GovernanceState;
readonly id = "C_1uo08qRuQAeDi9Y1I8fkaWYUC9IWkOrKDNe9EphJo";
readonly id = "ZFByCyATdrG13HvS3Nyvj9Ete_Pfu5EFgiGqux5-b78";
constructor(arweave: Arweave, wallet: Keyfile);

@@ -14,0 +14,0 @@ getState(useCache?: boolean): Promise<GovernanceState>;

@@ -271,3 +271,3 @@ "use strict";

_a.sent();
return [4 /*yield*/, smartweave_1.interactWrite(this.client, this.wallet, this.state.settings.foriegnContracts.governance, input, tags)];
return [4 /*yield*/, smartweave_1.interactWrite(this.client, this.wallet, this.state.settings.foreignContracts.governance, input, tags)];
case 2: return [2 /*return*/, _a.sent()];

@@ -274,0 +274,0 @@ }

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

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

"dependencies": {
"@kyve/contract-pool": "1.0.0-alpha.2",
"@kyve/contract-pool": "1.0.0-alpha.3",
"arweave": "^1.10.15",

@@ -25,3 +25,3 @@ "cross-fetch": "^3.1.4",

},
"gitHead": "ec20828602ad1cd3f816640f4993a29d9d3ada86"
"gitHead": "2ed0e7f2a2663720708fa819ad3c751c5b1e625b"
}
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