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

@vostokplatform/voting-contract-api

Package Overview
Dependencies
Maintainers
12
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vostokplatform/voting-contract-api - npm Package Compare versions

Comparing version 0.3.1-RC5 to 0.3.1-RC6

3

dist/types/contractApi.d.ts

@@ -80,3 +80,4 @@ import { IWavesConfig } from '@vostokplatform/waves-api/interfaces';

basePoint: string;
blindSigKey: string;
blindSigModulo: string;
blindSigExponent: string;
dateStart: Date;

@@ -83,0 +84,0 @@ k: number;

@@ -6,3 +6,3 @@ import { MAINNET_CONFIG } from '@vostokplatform/waves-api'

import {
BLIDN_SIG,
BLIDN_SIG, BLIND_SIG_EXP, BLIND_SIG_MODULO,
CONTRACT_IMAGE,

@@ -49,6 +49,8 @@ CONTRACT_IMAGE_HASH,

contractParams: {
pollId: '',
// tslint:disable-next-line:max-line-length
basePoint: BLIDN_SIG,
// tslint:disable-next-line:max-line-length
blindSigKey: BLIDN_SIG,
blindSigModulo: BLIND_SIG_MODULO,
blindSigExponent: BLIND_SIG_EXP,
pollType: 'blind',

@@ -55,0 +57,0 @@ dimension: [2],

@@ -20,1 +20,3 @@ import * as dotenv from 'dotenv'

export const BLIDN_SIG = process.env.BLIDN_SIG as string
export const BLIND_SIG_MODULO = process.env.BLIND_SIG_MODULO as string
export const BLIND_SIG_EXP = process.env.BLIND_SIG_EXP as string
{
"name": "@vostokplatform/voting-contract-api",
"version": "0.3.1-RC5",
"version": "0.3.1-RC6",
"description": "",

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

@@ -57,3 +57,4 @@ import { IWavesConfig } from '@vostokplatform/waves-api/interfaces'

// tslint:disable-next-line:max-line-length
blindSigKey: '["7759e62a193e065a3cec290e5f2cf5f3589fa4e5f7baad71e1309eeb8c7e2282", "dddde452aa819a9762438ac007c5c476a23f6a05f9d58dcc71d71625a8dd792"]',
blindSigExponent: '10001',
blindSigModulo: '82ea9f2670d52fa85b26571e8d8cab37df1e4412277cb79ae1c15b4f14330370a3e8fd3ce2637c6eecce33580eaac71054e99dd76c787283143227c96263f740670674a89054067e77c85ac6d2133378e1aecf63ec62a392f79459a19f8837b685e420ee7dcf06b051f8f3e4aa5f4dddff03042322d1088124cee85c5152f48e58fabda5c33acb20d34d225d433075434290562e0b522ba940249ee1ea366bf06ceacd01090adefee54ed19e37a87679cfbd779047105f23fd27e27f8727d6472f2e889e86c2e9ec525919ea550f51f0a6eef8a4df9d604755bd2510a46a337bfa692c690d2a9b5964adf0044b34275e2e8d9739643031730cbbe384e763977d15fc9a8dc7aa45c6592d998d0afc9ff3efe7a756c545dbe5976c9740ee8080933333006153af7e6ec6a3d74ecee4c31774c438a45cd188182cd29a6976f2f024ab779f14fdff688ac2ccc6a268fc1b2ca86f283c8fdfd5bed297158bc7c5ecd553735f81212a29a21a71eea92cf73c7e02925bc1725d6d24be2771d95c115197',
pollType: 'blind',

@@ -60,0 +61,0 @@ pollId: '123456789',

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