Socket
Socket
Sign inDemoInstall

@reflexer-finance/geb-admin-api

Package Overview
Dependencies
Maintainers
4
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.4.6 to 0.5.0

2

lib/admin-apis.js

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

this.proxyDeployer = new geb_contract_api_1.DsProxy(addressList.PROXY_DEPLOYER, this.chainProvider);
this.debtCeilingSetter = new _1.SingleSpotDebtCeilingSetter(addressList.GEB_DEBT_CEILING_SETTER, this.chainProvider);
this.debtCeilingSetter = new _1.SingleSpotDebtCeilingSetter(addressList.GEB_SINGLE_CEILING_SETTER, this.chainProvider);
}

@@ -28,0 +28,0 @@ return AdminApis;

{
"name": "@reflexer-finance/geb-admin-api",
"version": "0.4.6",
"version": "0.5.0",
"description": "Includes contract API from all contracts of the GEB ecosystem",

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

"@ethersproject/bignumber": "5.x",
"@reflexer-finance/geb-contract-api": "^0.4.6",
"@reflexer-finance/geb-contract-base": "^0.4.5"
"@reflexer-finance/geb-contract-api": "^0.5.0",
"@reflexer-finance/geb-contract-base": "^0.5.0"
},

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

},
"gitHead": "65b7d4bab99d2a17b6a27309be9754ade3224af0"
"gitHead": "7a40af236323c8d109c336f453b1bb559c254568"
}

@@ -59,4 +59,4 @@ import {

this.proxyDeployer = new DsProxy(addressList.PROXY_DEPLOYER, this.chainProvider)
this.debtCeilingSetter = new SingleSpotDebtCeilingSetter(addressList.GEB_DEBT_CEILING_SETTER, this.chainProvider)
this.debtCeilingSetter = new SingleSpotDebtCeilingSetter(addressList.GEB_SINGLE_CEILING_SETTER, this.chainProvider)
}
}

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