Socket
Socket
Sign inDemoInstall

@reflexer-finance/geb-contract-api

Package Overview
Dependencies
Maintainers
4
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reflexer-finance/geb-contract-api - npm Package Compare versions

Comparing version 1.1.28 to 1.1.29

lib/generated/YearnCurveMaxSafeSaviour.d.ts

5

lib/contract-apis.d.ts

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

import { AccountingEngine, TaxCollector, LiquidationEngine, OracleRelayer, GlobalSettlement, DebtAuctionHouse, Coin, GebSafeManager, GetSafes, BasicCollateralJoin, CoinJoin, GebProxyRegistry, FixedDiscountCollateralAuctionHouse, Weth9, SafeEngine, ChainlinkRelayer, UniswapConsecutiveSlotsMedianRaiusd, Osm, StabilityFeeTreasury, DsDelegateToken, StakingRewardsFactory, UniswapV2Pair, BurningSurplusAuctionHouse, UniswapLiquidityManagerLike, NativeUnderlyingUniswapSafeSaviour, SaviourCRatioSetter, UniswapV3Pool, GebUniswapV3TwoTrancheManager, GebLenderFirstResort, StakedTokenAuctionHouse, DsDelegateTokenNoTransfer, StakingRewardsEscrow, CurveV1MaxSafeSaviour, YearnV3MaxSystemCoinSafeSaviour } from '.';
import { AccountingEngine, TaxCollector, LiquidationEngine, OracleRelayer, GlobalSettlement, DebtAuctionHouse, Coin, GebSafeManager, GetSafes, BasicCollateralJoin, CoinJoin, GebProxyRegistry, FixedDiscountCollateralAuctionHouse, Weth9, SafeEngine, ChainlinkRelayer, UniswapConsecutiveSlotsMedianRaiusd, Osm, StabilityFeeTreasury, DsDelegateToken, StakingRewardsFactory, UniswapV2Pair, BurningSurplusAuctionHouse, UniswapLiquidityManagerLike, NativeUnderlyingUniswapSafeSaviour, SaviourCRatioSetter, UniswapV3Pool, GebUniswapV3TwoTrancheManager, GebLenderFirstResort, StakedTokenAuctionHouse, DsDelegateTokenNoTransfer, StakingRewardsEscrow, YearnCurveMaxSafeSaviour } from '.';
import { GebProviderInterface, GebDeployment } from '@reflexer-finance/geb-contract-base';

@@ -36,4 +36,3 @@ import { PiRateSetter } from './generated/PIRateSetter';

coinNativeUniswapSaviour: NativeUnderlyingUniswapSafeSaviour;
curveV1MaxSafeSaviour: CurveV1MaxSafeSaviour;
yearnV3MaxSystemCoinSafeSaviour: YearnV3MaxSystemCoinSafeSaviour;
yearnCurveMaxSafeSaviour: YearnCurveMaxSafeSaviour;
saviourCRatioSetter: SaviourCRatioSetter;

@@ -40,0 +39,0 @@ saviourUniswapLiquidityManager: UniswapLiquidityManagerLike;

3

lib/contract-apis.js

@@ -44,4 +44,3 @@ "use strict";

this.coinNativeUniswapSaviour = new _1.NativeUnderlyingUniswapSafeSaviour(addressList.GEB_COIN_ETH_UNISWAP_V2_POOL_SAVIOUR, this.chainProvider);
this.curveV1MaxSafeSaviour = new _1.CurveV1MaxSafeSaviour(addressList.GEB_COIN_CURVE_V1_MAX_SAVIOUR, this.chainProvider);
this.yearnV3MaxSystemCoinSafeSaviour = new _1.YearnV3MaxSystemCoinSafeSaviour(addressList.GEB_YEARN_V3_MAX_SAVIOUR, this.chainProvider);
this.yearnCurveMaxSafeSaviour = new _1.YearnCurveMaxSafeSaviour(addressList.GEB_YEARN_CURVE_MAX_SAVIOUR, this.chainProvider);
this.saviourCRatioSetter = new _1.SaviourCRatioSetter(addressList.GEB_SAVIOUR_CRATIO_SETTER, this.chainProvider);

@@ -48,0 +47,0 @@ this.saviourUniswapLiquidityManager = new _1.UniswapLiquidityManagerLike(addressList.GEB_UNISWAP_SAVIOUR_LIQUIDITY_MANAGER, this.chainProvider);

@@ -51,5 +51,4 @@ import { AccountingEngine } from './generated/AccountingEngine';

import { StakingRewardsEscrow } from './generated/StakingRewardsEscrow';
import { CurveV1MaxSafeSaviour } from './generated/CurveV1MaxSafeSaviour';
import { YearnV3MaxSystemCoinSafeSaviour } from './generated/YearnV3MaxSystemCoinSafeSaviour';
import { SimpleStakingRewards } from './generated/SimpleStakingRewards';
export { ContractApis, AccountingEngine, BasicCollateralJoin, CoinJoin, Coin, DebtAuctionHouse, DsProxy, FixedDiscountCollateralAuctionHouse, GebProxyRegistry, GebSafeManager, GetSafes, GlobalSettlement, LiquidationEngine, OracleRelayer, SafeEngine, StabilityFeeTreasury, TaxCollector, GebProxyActions, GebProxyActionsGlobalSettlement, Multicall, Erc20, Osm, PRawPerSecondCalculator, PiRateSetter, UniswapConsecutiveSlotsMedianRaiusd, Weth9, GebProxyLeverageActions, GebProxyIncentivesActions, BurningSurplusAuctionHouse, RecyclingSurplusAuctionHouse, DsDelegateToken, StakingRewards, StakingRewardsFactory, UniswapV2Pair, GebProxyDebtAuctionActions, GebProxySurplusAuctionActions, GebProxyStakedTokenAuctionActions, MerkleDistributorFactory, MerkleDistributor, ChainlinkRelayer, NativeUnderlyingUniswapSafeSaviour, SaviourCRatioSetter, UniswapLiquidityManagerLike, GebProxySaviourActions, UniswapV3Pool, GebUniswapV3TwoTrancheManager, GebLenderFirstResort, StakedTokenAuctionHouse, DsDelegateTokenNoTransfer, StakingRewardsEscrow, CurveV1MaxSafeSaviour, YearnV3MaxSystemCoinSafeSaviour, SimpleStakingRewards };
import { YearnCurveMaxSafeSaviour } from './generated/YearnCurveMaxSafeSaviour';
export { ContractApis, AccountingEngine, BasicCollateralJoin, CoinJoin, Coin, DebtAuctionHouse, DsProxy, FixedDiscountCollateralAuctionHouse, GebProxyRegistry, GebSafeManager, GetSafes, GlobalSettlement, LiquidationEngine, OracleRelayer, SafeEngine, StabilityFeeTreasury, TaxCollector, GebProxyActions, GebProxyActionsGlobalSettlement, Multicall, Erc20, Osm, PRawPerSecondCalculator, PiRateSetter, UniswapConsecutiveSlotsMedianRaiusd, Weth9, GebProxyLeverageActions, GebProxyIncentivesActions, BurningSurplusAuctionHouse, RecyclingSurplusAuctionHouse, DsDelegateToken, StakingRewards, StakingRewardsFactory, UniswapV2Pair, GebProxyDebtAuctionActions, GebProxySurplusAuctionActions, GebProxyStakedTokenAuctionActions, MerkleDistributorFactory, MerkleDistributor, ChainlinkRelayer, NativeUnderlyingUniswapSafeSaviour, SaviourCRatioSetter, UniswapLiquidityManagerLike, GebProxySaviourActions, UniswapV3Pool, GebUniswapV3TwoTrancheManager, GebLenderFirstResort, StakedTokenAuctionHouse, DsDelegateTokenNoTransfer, StakingRewardsEscrow, SimpleStakingRewards, YearnCurveMaxSafeSaviour };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SimpleStakingRewards = exports.YearnV3MaxSystemCoinSafeSaviour = exports.CurveV1MaxSafeSaviour = exports.StakingRewardsEscrow = exports.DsDelegateTokenNoTransfer = exports.StakedTokenAuctionHouse = exports.GebLenderFirstResort = exports.GebUniswapV3TwoTrancheManager = exports.UniswapV3Pool = exports.GebProxySaviourActions = exports.UniswapLiquidityManagerLike = exports.SaviourCRatioSetter = exports.NativeUnderlyingUniswapSafeSaviour = exports.ChainlinkRelayer = exports.MerkleDistributor = exports.MerkleDistributorFactory = exports.GebProxyStakedTokenAuctionActions = exports.GebProxySurplusAuctionActions = exports.GebProxyDebtAuctionActions = exports.UniswapV2Pair = exports.StakingRewardsFactory = exports.StakingRewards = exports.DsDelegateToken = exports.RecyclingSurplusAuctionHouse = exports.BurningSurplusAuctionHouse = exports.GebProxyIncentivesActions = exports.GebProxyLeverageActions = exports.Weth9 = exports.UniswapConsecutiveSlotsMedianRaiusd = exports.PiRateSetter = exports.PRawPerSecondCalculator = exports.Osm = exports.Erc20 = exports.Multicall = exports.GebProxyActionsGlobalSettlement = exports.GebProxyActions = exports.TaxCollector = exports.StabilityFeeTreasury = exports.SafeEngine = exports.OracleRelayer = exports.LiquidationEngine = exports.GlobalSettlement = exports.GetSafes = exports.GebSafeManager = exports.GebProxyRegistry = exports.FixedDiscountCollateralAuctionHouse = exports.DsProxy = exports.DebtAuctionHouse = exports.Coin = exports.CoinJoin = exports.BasicCollateralJoin = exports.AccountingEngine = exports.ContractApis = void 0;
exports.YearnCurveMaxSafeSaviour = exports.SimpleStakingRewards = exports.StakingRewardsEscrow = exports.DsDelegateTokenNoTransfer = exports.StakedTokenAuctionHouse = exports.GebLenderFirstResort = exports.GebUniswapV3TwoTrancheManager = exports.UniswapV3Pool = exports.GebProxySaviourActions = exports.UniswapLiquidityManagerLike = exports.SaviourCRatioSetter = exports.NativeUnderlyingUniswapSafeSaviour = exports.ChainlinkRelayer = exports.MerkleDistributor = exports.MerkleDistributorFactory = exports.GebProxyStakedTokenAuctionActions = exports.GebProxySurplusAuctionActions = exports.GebProxyDebtAuctionActions = exports.UniswapV2Pair = exports.StakingRewardsFactory = exports.StakingRewards = exports.DsDelegateToken = exports.RecyclingSurplusAuctionHouse = exports.BurningSurplusAuctionHouse = exports.GebProxyIncentivesActions = exports.GebProxyLeverageActions = exports.Weth9 = exports.UniswapConsecutiveSlotsMedianRaiusd = exports.PiRateSetter = exports.PRawPerSecondCalculator = exports.Osm = exports.Erc20 = exports.Multicall = exports.GebProxyActionsGlobalSettlement = exports.GebProxyActions = exports.TaxCollector = exports.StabilityFeeTreasury = exports.SafeEngine = exports.OracleRelayer = exports.LiquidationEngine = exports.GlobalSettlement = exports.GetSafes = exports.GebSafeManager = exports.GebProxyRegistry = exports.FixedDiscountCollateralAuctionHouse = exports.DsProxy = exports.DebtAuctionHouse = exports.Coin = exports.CoinJoin = exports.BasicCollateralJoin = exports.AccountingEngine = exports.ContractApis = void 0;
var AccountingEngine_1 = require("./generated/AccountingEngine");

@@ -104,7 +104,5 @@ Object.defineProperty(exports, "AccountingEngine", { enumerable: true, get: function () { return AccountingEngine_1.AccountingEngine; } });

Object.defineProperty(exports, "StakingRewardsEscrow", { enumerable: true, get: function () { return StakingRewardsEscrow_1.StakingRewardsEscrow; } });
var CurveV1MaxSafeSaviour_1 = require("./generated/CurveV1MaxSafeSaviour");
Object.defineProperty(exports, "CurveV1MaxSafeSaviour", { enumerable: true, get: function () { return CurveV1MaxSafeSaviour_1.CurveV1MaxSafeSaviour; } });
var YearnV3MaxSystemCoinSafeSaviour_1 = require("./generated/YearnV3MaxSystemCoinSafeSaviour");
Object.defineProperty(exports, "YearnV3MaxSystemCoinSafeSaviour", { enumerable: true, get: function () { return YearnV3MaxSystemCoinSafeSaviour_1.YearnV3MaxSystemCoinSafeSaviour; } });
var SimpleStakingRewards_1 = require("./generated/SimpleStakingRewards");
Object.defineProperty(exports, "SimpleStakingRewards", { enumerable: true, get: function () { return SimpleStakingRewards_1.SimpleStakingRewards; } });
var YearnCurveMaxSafeSaviour_1 = require("./generated/YearnCurveMaxSafeSaviour");
Object.defineProperty(exports, "YearnCurveMaxSafeSaviour", { enumerable: true, get: function () { return YearnCurveMaxSafeSaviour_1.YearnCurveMaxSafeSaviour; } });
{
"name": "@reflexer-finance/geb-contract-api",
"version": "1.1.28",
"version": "1.1.29",
"description": "",

@@ -13,3 +13,3 @@ "main": "./lib/index.js",

"@ethersproject/bignumber": "5.x",
"@reflexer-finance/geb-contract-base": "^1.1.26"
"@reflexer-finance/geb-contract-base": "^1.1.27"
},

@@ -20,3 +20,3 @@ "devDependencies": {

},
"gitHead": "21ddd515c5b4506f78c14034dd174c77fc053f82"
"gitHead": "8af8e772558dd7047f8611b95bc2f59b5985b000"
}
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