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

@gearbox-protocol/integrations-v3

Package Overview
Dependencies
Maintainers
10
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gearbox-protocol/integrations-v3 - npm Package Compare versions

Comparing version 1.33.0 to 1.34.0

2

dist/usdcConfigMainnet.js

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

expirationDate: undefined,
minDebt: (BigInt(2e4) * POOL_DECIMALS) / POOL_DIVIDER,
minDebt: (BigInt(5e4) * POOL_DECIMALS) / POOL_DIVIDER,
maxDebt: (BigInt(1e6) * POOL_DECIMALS) / POOL_DIVIDER,

@@ -348,0 +348,0 @@ feeInterest: 2500,

@@ -323,2 +323,3 @@ "use strict";

{ token0: "WBTC", token1: "WETH", fee: 500 },
{ token0: "WETH", token1: "SWISE", fee: 3000 },
],

@@ -331,12 +332,20 @@ };

pool: "weETH_rETH",
status: 2,
status: 1,
},
{
pool: "osETH_wETH_BPT",
status: 2,
status: 1,
},
{
pool: "B_rETH_STABLE",
status: 1,
},
{
pool: "B_80BAL_20WETH",
status: 2,
},
{
pool: "50WETH_50AURA",
status: 2,
},
],

@@ -348,3 +357,3 @@ };

expirationDate: undefined,
minDebt: (BigInt(2e4) * POOL_DECIMALS) / POOL_DIVIDER,
minDebt: (BigInt(5e4) * POOL_DECIMALS) / POOL_DIVIDER,
maxDebt: (BigInt(1e6) * POOL_DECIMALS) / POOL_DIVIDER,

@@ -388,5 +397,12 @@ feeInterest: 2500,

{ token: "stkcvxcrvUSDTWBTCWETH", lt: 8500 },
// Aura
{ token: "auraB_rETH_STABLE_vault", lt: 8700 },
{ token: "auraosETH_wETH_BPT_vault", lt: 8700 },
{ token: "auraweETH_rETH_vault", lt: 8700 },
// Rewards
{ token: "CRV", lt: 7250 },
{ token: "CVX", lt: 7250 },
{ token: "BAL", lt: 0 },
{ token: "AURA", lt: 0 },
{ token: "SWISE", lt: 0 },
// Compatibility

@@ -397,2 +413,8 @@ { token: "crvUSDETHCRV", lt: 0 },

{ token: "cvxcrvUSDTWBTCWETH", lt: 0 },
{ token: "B_rETH_STABLE", lt: 0 },
{ token: "auraB_rETH_STABLE", lt: 0 },
{ token: "osETH_wETH_BPT", lt: 0 },
{ token: "auraosETH_wETH_BPT", lt: 0 },
{ token: "weETH_rETH", lt: 0 },
{ token: "auraweETH_rETH", lt: 0 },
{ token: "steCRV", lt: 0 },

@@ -417,2 +439,7 @@ { token: "crvUSD", lt: 0 },

{ contract: "CONVEX_3CRYPTO_POOL" },
// Aura
{ contract: "AURA_BOOSTER" },
{ contract: "AURA_B_RETH_STABLE_POOL" },
{ contract: "AURA_OSETH_WETH_POOL" },
{ contract: "AURA_WEETH_RETH_POOL" },
// Yearn

@@ -587,2 +614,20 @@ { contract: "YEARN_WETH_VAULT" },

},
auraB_rETH_STABLE_vault: {
minRate: 100,
maxRate: 550,
quotaIncreaseFee: 0,
limit: (BigInt(20e6) * POOL_DECIMALS) / POOL_DIVIDER,
},
auraosETH_wETH_BPT_vault: {
minRate: 100,
maxRate: 950,
quotaIncreaseFee: 0,
limit: (BigInt(3.5e6) * POOL_DECIMALS) / POOL_DIVIDER,
},
auraweETH_rETH_vault: {
minRate: 100,
maxRate: 3000,
quotaIncreaseFee: 0,
limit: (BigInt(1e6) * POOL_DECIMALS) / POOL_DIVIDER,
},
},

@@ -589,0 +634,0 @@ creditManagers: [

{
"name": "@gearbox-protocol/integrations-v3",
"description": "Integration contracts for Gearbox V3",
"version": "1.33.0",
"version": "1.34.0",
"homepage": "https://gearbox.fi",

@@ -42,3 +42,3 @@ "main": "./npm-root/index.js",

"@gearbox-protocol/prettier-config": "^1.5.0",
"@gearbox-protocol/sdk-gov": "^1.28.0",
"@gearbox-protocol/sdk-gov": "^1.30.0",
"@openzeppelin/contracts": "4.9.3",

@@ -45,0 +45,0 @@ "@redstone-finance/evm-connector": "0.2.5",

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