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

@devprotocol/dev-kit

Package Overview
Dependencies
Maintainers
5
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devprotocol/dev-kit - npm Package Compare versions

Comparing version 8.1.2 to 8.1.3

88

dist/dev-kit.d.ts

@@ -1102,3 +1102,3 @@ import { ethers, ContractRunner, TransactionResponse as TransactionResponse$1 } from 'ethers';

declare const policyGroupAbi: ({
declare const propertyAbi: ({
inputs: {

@@ -1109,3 +1109,2 @@ internalType: string;

}[];
payable: boolean;
stateMutability: string;

@@ -1115,3 +1114,2 @@ type: string;

name?: undefined;
constant?: undefined;
outputs?: undefined;

@@ -1128,8 +1126,5 @@ } | {

type: string;
payable?: undefined;
stateMutability?: undefined;
constant?: undefined;
outputs?: undefined;
} | {
constant: boolean;
inputs: {

@@ -1146,3 +1141,2 @@ internalType: string;

}[];
payable: boolean;
stateMutability: string;

@@ -1153,3 +1147,3 @@ type: string;

declare const propertyAbi: ({
declare const propertyFactoryAbi: ({
inputs: {

@@ -1160,2 +1154,3 @@ internalType: string;

}[];
payable: boolean;
stateMutability: string;

@@ -1165,2 +1160,3 @@ type: string;

name?: undefined;
constant?: undefined;
outputs?: undefined;

@@ -1177,5 +1173,8 @@ } | {

type: string;
payable?: undefined;
stateMutability?: undefined;
constant?: undefined;
outputs?: undefined;
} | {
constant: boolean;
inputs: {

@@ -1192,2 +1191,3 @@ internalType: string;

}[];
payable: boolean;
stateMutability: string;

@@ -1198,3 +1198,3 @@ type: string;

declare const propertyFactoryAbi: ({
declare const policyGroupAbi: ({
inputs: {

@@ -1287,3 +1287,3 @@ internalType: string;

declare const sTokensAbi: ({
declare const simpleCollectionsAbi: ({
anonymous: boolean;

@@ -1300,3 +1300,2 @@ inputs: {

stateMutability?: undefined;
constant?: undefined;
} | {

@@ -1326,5 +1325,6 @@ inputs: ({

type: string;
constant: boolean;
anonymous?: undefined;
} | {
})[];
declare const withdrawAbi: ({
inputs: {

@@ -1335,4 +1335,13 @@ internalType: string;

}[];
name: string;
outputs: {
payable: boolean;
stateMutability: string;
type: string;
anonymous?: undefined;
name?: undefined;
constant?: undefined;
outputs?: undefined;
} | {
anonymous: boolean;
inputs: {
indexed: boolean;
internalType: string;

@@ -1342,7 +1351,10 @@ name: string;

}[];
stateMutability: string;
name: string;
type: string;
anonymous?: undefined;
payable?: undefined;
stateMutability?: undefined;
constant?: undefined;
outputs?: undefined;
} | {
constant: boolean;
inputs: {

@@ -1355,7 +1367,2 @@ internalType: string;

outputs: {
components: {
internalType: string;
name: string;
type: string;
}[];
internalType: string;

@@ -1365,9 +1372,9 @@ name: string;

}[];
payable: boolean;
stateMutability: string;
type: string;
constant: boolean;
anonymous?: undefined;
})[];
declare const simpleCollectionsAbi: ({
declare const sTokensAbi: ({
anonymous: boolean;

@@ -1384,2 +1391,3 @@ inputs: {

stateMutability?: undefined;
constant?: undefined;
} | {

@@ -1409,6 +1417,5 @@ inputs: ({

type: string;
constant: boolean;
anonymous?: undefined;
})[];
declare const withdrawAbi: ({
} | {
inputs: {

@@ -1419,13 +1426,4 @@ internalType: string;

}[];
payable: boolean;
stateMutability: string;
type: string;
anonymous?: undefined;
name?: undefined;
constant?: undefined;
outputs?: undefined;
} | {
anonymous: boolean;
inputs: {
indexed: boolean;
name: string;
outputs: {
internalType: string;

@@ -1435,10 +1433,7 @@ name: string;

}[];
name: string;
stateMutability: string;
type: string;
payable?: undefined;
stateMutability?: undefined;
anonymous?: undefined;
constant?: undefined;
outputs?: undefined;
} | {
constant: boolean;
inputs: {

@@ -1451,2 +1446,7 @@ internalType: string;

outputs: {
components: {
internalType: string;
name: string;
type: string;
}[];
internalType: string;

@@ -1456,5 +1456,5 @@ name: string;

}[];
payable: boolean;
stateMutability: string;
type: string;
constant: boolean;
anonymous?: undefined;

@@ -1461,0 +1461,0 @@ })[];

export const swapArbitraryTokensAbi = [
{
inputs: [
{
internalType: 'address',
name: '_devAddress',
type: 'address',
},
{
internalType: 'address',
name: '_lockupAddress',
type: 'address',
},
{
internalType: 'address',
name: '_sTokensAddress',
type: 'address',
},
],
stateMutability: 'nonpayable',
type: 'constructor',
},
{
anonymous: false,

@@ -52,2 +31,15 @@ inputs: [

{
indexed: false,
internalType: 'uint8',
name: 'version',
type: 'uint8',
},
],
name: 'Initialized',
type: 'event',
},
{
anonymous: false,
inputs: [
{
indexed: true,

@@ -202,2 +194,25 @@ internalType: 'address',

{
inputs: [
{
internalType: 'address',
name: '_devAddress',
type: 'address',
},
{
internalType: 'address',
name: '_lockupAddress',
type: 'address',
},
{
internalType: 'address',
name: '_sTokensAddress',
type: 'address',
},
],
name: 'initialize',
outputs: [],
stateMutability: 'nonpayable',
type: 'function',
},
{
inputs: [],

@@ -250,3 +265,3 @@ name: 'lockupAddress',

internalType: 'bytes',
name: 'path',
name: '_path',
type: 'bytes',

@@ -256,3 +271,3 @@ },

internalType: 'address',
name: 'property',
name: '_property',
type: 'address',

@@ -267,3 +282,3 @@ },

internalType: 'uint256',
name: 'deadline',
name: '_deadline',
type: 'uint256',

@@ -273,3 +288,3 @@ },

internalType: 'bytes32',
name: 'payload',
name: '_payload',
type: 'bytes32',

@@ -279,3 +294,3 @@ },

internalType: 'address payable',
name: 'gatewayAddress',
name: '_gatewayAddress',
type: 'address',

@@ -285,3 +300,3 @@ },

internalType: 'uint256',
name: 'gatewayFee',
name: '_gatewayFee',
type: 'uint256',

@@ -304,3 +319,3 @@ },

internalType: 'contract IERC20',
name: 'token',
name: '_token',
type: 'address',

@@ -310,3 +325,3 @@ },

internalType: 'bytes',
name: 'path',
name: '_path',
type: 'bytes',

@@ -316,3 +331,3 @@ },

internalType: 'address',
name: 'property',
name: '_property',
type: 'address',

@@ -322,3 +337,3 @@ },

internalType: 'uint256',
name: 'amount',
name: '_amount',
type: 'uint256',

@@ -333,3 +348,3 @@ },

internalType: 'uint256',
name: 'deadline',
name: '_deadline',
type: 'uint256',

@@ -339,3 +354,3 @@ },

internalType: 'bytes32',
name: 'payload',
name: '_payload',
type: 'bytes32',

@@ -345,3 +360,3 @@ },

internalType: 'address payable',
name: 'gatewayAddress',
name: '_gatewayAddress',
type: 'address',

@@ -351,3 +366,3 @@ },

internalType: 'uint256',
name: 'gatewayFee',
name: '_gatewayFee',
type: 'uint256',

@@ -370,3 +385,3 @@ },

internalType: 'bytes',
name: 'path',
name: '_path',
type: 'bytes',

@@ -376,3 +391,3 @@ },

internalType: 'address',
name: 'property',
name: '_property',
type: 'address',

@@ -387,3 +402,3 @@ },

internalType: 'uint256',
name: 'deadline',
name: '_deadline',
type: 'uint256',

@@ -393,3 +408,3 @@ },

internalType: 'bytes32',
name: 'payload',
name: '_payload',
type: 'bytes32',

@@ -412,3 +427,3 @@ },

internalType: 'contract IERC20',
name: 'token',
name: '_token',
type: 'address',

@@ -418,3 +433,3 @@ },

internalType: 'bytes',
name: 'path',
name: '_path',
type: 'bytes',

@@ -424,3 +439,3 @@ },

internalType: 'address',
name: 'property',
name: '_property',
type: 'address',

@@ -430,3 +445,3 @@ },

internalType: 'uint256',
name: 'amount',
name: '_amount',
type: 'uint256',

@@ -441,3 +456,3 @@ },

internalType: 'uint256',
name: 'deadline',
name: '_deadline',
type: 'uint256',

@@ -447,3 +462,3 @@ },

internalType: 'bytes32',
name: 'payload',
name: '_payload',
type: 'bytes32',

@@ -450,0 +465,0 @@ },

{
"name": "@devprotocol/dev-kit",
"type": "module",
"version": "8.1.2",
"version": "8.1.3",
"description": "Dev Kit for JavaScript",

@@ -6,0 +6,0 @@ "author": "abyssparanoia",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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