New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pendle/constants

Package Overview
Dependencies
Maintainers
13
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pendle/constants - npm Package Compare versions

Comparing version 1.0.0-beta-6 to 1.0.0-beta-7

3

dist/constants.cjs.development.js

@@ -465,5 +465,4 @@ 'use strict';

name: 'Pendle',
whale: '0x5fa58f29c6138c07c2f9e9d0066f774a7ca3b7df' // PENDLE's multisig
whale: '0x5fa58f29c6138c07c2f9e9d0066f774a7ca3b7df'
},
XJOE: {

@@ -470,0 +469,0 @@ address: '0x57319d41F71E81F3c65F2a47CA4e001EbAFd4F33',

@@ -461,5 +461,4 @@ import { BigNumber, utils } from 'ethers';

name: 'Pendle',
whale: '0x5fa58f29c6138c07c2f9e9d0066f774a7ca3b7df' // PENDLE's multisig
whale: '0x5fa58f29c6138c07c2f9e9d0066f774a7ca3b7df'
},
XJOE: {

@@ -466,0 +465,0 @@ address: '0x57319d41F71E81F3c65F2a47CA4e001EbAFd4F33',

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

export * from "./common-consts";
export * from './common-consts';

@@ -1,2 +0,2 @@

import { AaveConstsType } from "../types";
import { AaveConstsType } from '../types';
export declare const AaveConsts: AaveConstsType;

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

export * from "./types";
export * from "./ethereum";
export * from "./avalanche";
export * from './types';
export * from './ethereum';
export * from './avalanche';

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

export * from "./ethereum";
export * from './ethereum';
{
"name": "@pendle/constants",
"author": "Pendle Labs",
"version": "1.0.0-beta-6",
"version": "1.0.0-beta-7",
"license": "MIT",

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

export * from './pendle-v2';
export * from './misc-consts';
export * from './pendle-v1';
export * from './pendle-v1';

@@ -28,3 +28,3 @@ import { CommonConsts } from '../common/common-consts';

tokens: AvaxTokens,
common: AvaxCommonConsts
common: AvaxCommonConsts,
};

@@ -68,3 +68,3 @@ import { TokensConstsType } from '../types';

name: 'Pendle',
whale: '0x5fa58f29c6138c07c2f9e9d0066f774a7ca3b7df' // PENDLE's multisig
whale: '0x5fa58f29c6138c07c2f9e9d0066f774a7ca3b7df', // PENDLE's multisig
},

@@ -96,3 +96,3 @@ XJOE: {

name: 'MEMOries',
whale: '0x4456b87af11e87e329ab7d7c7a246ed1ac2168b9'
whale: '0x4456b87af11e87e329ab7d7c7a246ed1ac2168b9',
},

@@ -110,3 +110,3 @@ wMEMO: {

name: 'Time',
whale: '0x4456b87af11e87e329ab7d7c7a246ed1ac2168b9'
whale: '0x4456b87af11e87e329ab7d7c7a246ed1ac2168b9',
},

@@ -118,4 +118,4 @@ MIM: {

name: 'Magic Internet Money',
whale: '0x113f413371fc4cc4c9d6416cf1de9dfd7bf747df'
}
whale: '0x113f413371fc4cc4c9d6416cf1de9dfd7bf747df',
},
};

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

export * from "./common-consts";
export * from './common-consts';
import { utils } from 'ethers';
import { AaveConstsType } from "../types";
import { AaveConstsType } from '../types';

@@ -4,0 +4,0 @@ export const AaveConsts: AaveConstsType = {

@@ -35,3 +35,3 @@ import { KyberConsts } from '../avalanche/kyber-consts';

tokens: EthTokens,
common: EthCommonConsts
common: EthCommonConsts,
};

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

export * from "./types";
export * from "./ethereum";
export * from "./avalanche";
export * from './types';
export * from './ethereum';
export * from './avalanche';

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

export {EthV2} from './main';
export { EthV2 } from './main';

@@ -1,9 +0,9 @@

import {EthV2Protocol} from "./protocol";
import {EthV2Tokens} from "./tokens";
import {EthV2Markets} from "./markets";
import { EthV2Protocol } from './protocol';
import { EthV2Tokens } from './tokens';
import { EthV2Markets } from './markets';
export const EthV2 = {
...EthV2Protocol,
...EthV2Markets,
tokens: EthV2Tokens,
}
...EthV2Protocol,
...EthV2Markets,
tokens: EthV2Tokens,
};

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

export * from "./ethereum";
export * from './ethereum';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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