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.2.0 to 0.3.0

abis/RemineScheduler.json

4

lib/admin-apis.d.ts

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

import { GebDeploy, ProtocolTokenAuthority, DsDelegateRoles, DsPauseProxy, GovActions, Esm, FsmGovernanceInterface, DsProxyFactory, GebDeployPauseProxyActions, GnosisSafeProxy, DsProtestPause } from '.';
import { GebDeploy, ProtocolTokenAuthority, DsDelegateRoles, DsPauseProxy, GovActions, Esm, FsmGovernanceInterface, DsProxyFactory, GebDeployPauseProxyActions, GnosisSafeProxy, DsProtestPause, SubsidyPool, RemineScheduler } from '.';
import { GebProviderInterface, GebDeployment } from '@reflexer-finance/geb-contract-base';

@@ -19,3 +19,5 @@ import { DsProxy } from '@reflexer-finance/geb-contract-api';

proxyDeployer: DsProxy;
remineScheduler: RemineScheduler;
subsidyPool: SubsidyPool;
constructor(network: GebDeployment, chainProvider: GebProviderInterface);
}

@@ -26,2 +26,4 @@ "use strict";

this.proxyDeployer = new geb_contract_api_1.DsProxy(addressList.PROXY_DEPLOYER, this.chainProvider);
this.remineScheduler = new _1.RemineScheduler(addressList.GEB_REMINE_SCHEDULER, this.chainProvider);
this.subsidyPool = new _1.SubsidyPool(addressList.GEB_SUBSIDY_POOL, this.chainProvider);
}

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

@@ -77,2 +77,4 @@ import { AccountingEngineFactory } from './generated/AccountingEngineFactory';

import { UniswapConverterBasicAveragePriceFeedMedianizer } from './generated/UniswapConverterBasicAveragePriceFeedMedianizer';
export { AdminApis, AccountingEngineFactory, AggregatorInterface, AuthCollateralJoin, AuthorizableContract, ChainlinkMedianFlxusd, ChainlinkMedianRaiusd, ChainlinkPriceFeedMedianizer, CoinFactory, CoinJoinFactory, CoinSavingsAccount, CoinSavingsAccountFactory, CollateralAuctionHouse, CollateralJoin1, CollateralJoin2, CollateralJoin3, CollateralJoin4, CollateralJoin5, CollateralJoin6, DsAuth, DsAuthEvents, DsAuthority, DsCompare, DsGuard, DsGuardEvents, DsGuardFactory, DsPause, DsPauseProxy, DsProxyCache, DsProxyFactory, DsRoles, DsStop, DsThing, DsTokenBase, DebtAuctionHouseFactory, Erc20Events, Esm, EsmFactory, EsmThresholdSetter, EthJoin, EnglishCollateralAuctionHouseFactory, FixedDiscountCollateralAuctionHouseFactory, FsmGovernanceInterface, FsmGovernanceInterfaceCaller, GebDeploy, GebDeployPauseProxyActions, GlobalSettlementFactory, GovActions, GovernanceLedMedianEthusd, GovernanceLedMedianFlxusd, GovernanceLedMedianRaiusd, GovernanceLedPriceFeedMedianizer, IUniswapV2Factory, IUniswapV2Pair, LiquidationEngineFactory, LiquidationEngineMock, OracleRelayerFactory, PauseFactory, PreSettlementSurplusAuctionHouseFactory, ProtocolTokenAuthority, SafeEngineFactory, SafeHandler, Setter, SimpleAuthority, Tester, DsDelegateRoles, DsProtestPause, ProtestPauseFactory, GnosisSafeProxy, GnosisSafe, UniswapConsecutiveSlotsMedianFlxusd, UniswapConsecutiveSlotsMedianRaiusd, UniswapConsecutiveSlotsPriceFeedMedianizer, UniswapConverterBasicAverageMedianFlxusd, UniswapConverterBasicAverageMedianRaiusd, UniswapConverterBasicAveragePriceFeedMedianizer, };
import { RemineScheduler } from './generated/RemineScheduler';
import { SubsidyPool } from './generated/SubsidyPool';
export { AdminApis, AccountingEngineFactory, AggregatorInterface, AuthCollateralJoin, AuthorizableContract, ChainlinkMedianFlxusd, ChainlinkMedianRaiusd, ChainlinkPriceFeedMedianizer, CoinFactory, CoinJoinFactory, CoinSavingsAccount, CoinSavingsAccountFactory, CollateralAuctionHouse, CollateralJoin1, CollateralJoin2, CollateralJoin3, CollateralJoin4, CollateralJoin5, CollateralJoin6, DsAuth, DsAuthEvents, DsAuthority, DsCompare, DsGuard, DsGuardEvents, DsGuardFactory, DsPause, DsPauseProxy, DsProxyCache, DsProxyFactory, DsRoles, DsStop, DsThing, DsTokenBase, DebtAuctionHouseFactory, Erc20Events, Esm, EsmFactory, EsmThresholdSetter, EthJoin, EnglishCollateralAuctionHouseFactory, FixedDiscountCollateralAuctionHouseFactory, FsmGovernanceInterface, FsmGovernanceInterfaceCaller, GebDeploy, GebDeployPauseProxyActions, GlobalSettlementFactory, GovActions, GovernanceLedMedianEthusd, GovernanceLedMedianFlxusd, GovernanceLedMedianRaiusd, GovernanceLedPriceFeedMedianizer, IUniswapV2Factory, IUniswapV2Pair, LiquidationEngineFactory, LiquidationEngineMock, OracleRelayerFactory, PauseFactory, PreSettlementSurplusAuctionHouseFactory, ProtocolTokenAuthority, SafeEngineFactory, SafeHandler, Setter, SimpleAuthority, Tester, DsDelegateRoles, DsProtestPause, ProtestPauseFactory, GnosisSafeProxy, GnosisSafe, UniswapConsecutiveSlotsMedianFlxusd, UniswapConsecutiveSlotsMedianRaiusd, UniswapConsecutiveSlotsPriceFeedMedianizer, UniswapConverterBasicAverageMedianFlxusd, UniswapConverterBasicAverageMedianRaiusd, UniswapConverterBasicAveragePriceFeedMedianizer, SubsidyPool, RemineScheduler, };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.UniswapConverterBasicAveragePriceFeedMedianizer = exports.UniswapConverterBasicAverageMedianRaiusd = exports.UniswapConverterBasicAverageMedianFlxusd = exports.UniswapConsecutiveSlotsPriceFeedMedianizer = exports.UniswapConsecutiveSlotsMedianRaiusd = exports.UniswapConsecutiveSlotsMedianFlxusd = exports.GnosisSafe = exports.GnosisSafeProxy = exports.ProtestPauseFactory = exports.DsProtestPause = exports.DsDelegateRoles = exports.Tester = exports.SimpleAuthority = exports.Setter = exports.SafeHandler = exports.SafeEngineFactory = exports.ProtocolTokenAuthority = exports.PreSettlementSurplusAuctionHouseFactory = exports.PauseFactory = exports.OracleRelayerFactory = exports.LiquidationEngineMock = exports.LiquidationEngineFactory = exports.IUniswapV2Pair = exports.IUniswapV2Factory = exports.GovernanceLedPriceFeedMedianizer = exports.GovernanceLedMedianRaiusd = exports.GovernanceLedMedianFlxusd = exports.GovernanceLedMedianEthusd = exports.GovActions = exports.GlobalSettlementFactory = exports.GebDeployPauseProxyActions = exports.GebDeploy = exports.FsmGovernanceInterfaceCaller = exports.FsmGovernanceInterface = exports.FixedDiscountCollateralAuctionHouseFactory = exports.EnglishCollateralAuctionHouseFactory = exports.EthJoin = exports.EsmThresholdSetter = exports.EsmFactory = exports.Esm = exports.Erc20Events = exports.DebtAuctionHouseFactory = exports.DsTokenBase = exports.DsThing = exports.DsStop = exports.DsRoles = exports.DsProxyFactory = exports.DsProxyCache = exports.DsPauseProxy = exports.DsPause = exports.DsGuardFactory = exports.DsGuardEvents = exports.DsGuard = exports.DsCompare = exports.DsAuthority = exports.DsAuthEvents = exports.DsAuth = exports.CollateralJoin6 = exports.CollateralJoin5 = exports.CollateralJoin4 = exports.CollateralJoin3 = exports.CollateralJoin2 = exports.CollateralJoin1 = exports.CollateralAuctionHouse = exports.CoinSavingsAccountFactory = exports.CoinSavingsAccount = exports.CoinJoinFactory = exports.CoinFactory = exports.ChainlinkPriceFeedMedianizer = exports.ChainlinkMedianRaiusd = exports.ChainlinkMedianFlxusd = exports.AuthorizableContract = exports.AuthCollateralJoin = exports.AggregatorInterface = exports.AccountingEngineFactory = exports.AdminApis = void 0;
exports.RemineScheduler = exports.SubsidyPool = exports.UniswapConverterBasicAveragePriceFeedMedianizer = exports.UniswapConverterBasicAverageMedianRaiusd = exports.UniswapConverterBasicAverageMedianFlxusd = exports.UniswapConsecutiveSlotsPriceFeedMedianizer = exports.UniswapConsecutiveSlotsMedianRaiusd = exports.UniswapConsecutiveSlotsMedianFlxusd = exports.GnosisSafe = exports.GnosisSafeProxy = exports.ProtestPauseFactory = exports.DsProtestPause = exports.DsDelegateRoles = exports.Tester = exports.SimpleAuthority = exports.Setter = exports.SafeHandler = exports.SafeEngineFactory = exports.ProtocolTokenAuthority = exports.PreSettlementSurplusAuctionHouseFactory = exports.PauseFactory = exports.OracleRelayerFactory = exports.LiquidationEngineMock = exports.LiquidationEngineFactory = exports.IUniswapV2Pair = exports.IUniswapV2Factory = exports.GovernanceLedPriceFeedMedianizer = exports.GovernanceLedMedianRaiusd = exports.GovernanceLedMedianFlxusd = exports.GovernanceLedMedianEthusd = exports.GovActions = exports.GlobalSettlementFactory = exports.GebDeployPauseProxyActions = exports.GebDeploy = exports.FsmGovernanceInterfaceCaller = exports.FsmGovernanceInterface = exports.FixedDiscountCollateralAuctionHouseFactory = exports.EnglishCollateralAuctionHouseFactory = exports.EthJoin = exports.EsmThresholdSetter = exports.EsmFactory = exports.Esm = exports.Erc20Events = exports.DebtAuctionHouseFactory = exports.DsTokenBase = exports.DsThing = exports.DsStop = exports.DsRoles = exports.DsProxyFactory = exports.DsProxyCache = exports.DsPauseProxy = exports.DsPause = exports.DsGuardFactory = exports.DsGuardEvents = exports.DsGuard = exports.DsCompare = exports.DsAuthority = exports.DsAuthEvents = exports.DsAuth = exports.CollateralJoin6 = exports.CollateralJoin5 = exports.CollateralJoin4 = exports.CollateralJoin3 = exports.CollateralJoin2 = exports.CollateralJoin1 = exports.CollateralAuctionHouse = exports.CoinSavingsAccountFactory = exports.CoinSavingsAccount = exports.CoinJoinFactory = exports.CoinFactory = exports.ChainlinkPriceFeedMedianizer = exports.ChainlinkMedianRaiusd = exports.ChainlinkMedianFlxusd = exports.AuthorizableContract = exports.AuthCollateralJoin = exports.AggregatorInterface = exports.AccountingEngineFactory = exports.AdminApis = void 0;
var AccountingEngineFactory_1 = require("./generated/AccountingEngineFactory");

@@ -156,2 +156,6 @@ Object.defineProperty(exports, "AccountingEngineFactory", { enumerable: true, get: function () { return AccountingEngineFactory_1.AccountingEngineFactory; } });

Object.defineProperty(exports, "UniswapConverterBasicAveragePriceFeedMedianizer", { enumerable: true, get: function () { return UniswapConverterBasicAveragePriceFeedMedianizer_1.UniswapConverterBasicAveragePriceFeedMedianizer; } });
var RemineScheduler_1 = require("./generated/RemineScheduler");
Object.defineProperty(exports, "RemineScheduler", { enumerable: true, get: function () { return RemineScheduler_1.RemineScheduler; } });
var SubsidyPool_1 = require("./generated/SubsidyPool");
Object.defineProperty(exports, "SubsidyPool", { enumerable: true, get: function () { return SubsidyPool_1.SubsidyPool; } });
//# sourceMappingURL=index.js.map
{
"name": "@reflexer-finance/geb-admin-api",
"version": "0.2.0",
"version": "0.3.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.2.0",
"@reflexer-finance/geb-contract-base": "^0.2.0"
"@reflexer-finance/geb-contract-api": "^0.3.0",
"@reflexer-finance/geb-contract-base": "^0.3.0"
},

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

},
"gitHead": "798a1243c11766a4a37acb5f758861635bee7c1d"
"gitHead": "12d498b097e14ecf8e3125ba29f80488f4eeea16"
}

@@ -13,2 +13,4 @@ import {

DsProtestPause,
SubsidyPool,
RemineScheduler,
} from '.'

@@ -39,2 +41,4 @@ import {

public proxyDeployer: DsProxy
public remineScheduler: RemineScheduler
public subsidyPool: SubsidyPool

@@ -62,3 +66,5 @@

this.proxyDeployer = new DsProxy(addressList.PROXY_DEPLOYER, this.chainProvider)
this.remineScheduler = new RemineScheduler(addressList.GEB_REMINE_SCHEDULER, this.chainProvider)
this.subsidyPool = new SubsidyPool(addressList.GEB_SUBSIDY_POOL, this.chainProvider)
}
}

@@ -77,2 +77,4 @@ import { AccountingEngineFactory } from './generated/AccountingEngineFactory'

import { UniswapConverterBasicAveragePriceFeedMedianizer } from './generated/UniswapConverterBasicAveragePriceFeedMedianizer'
import { RemineScheduler } from './generated/RemineScheduler'
import { SubsidyPool } from './generated/SubsidyPool'

@@ -158,2 +160,4 @@ export {

UniswapConverterBasicAveragePriceFeedMedianizer,
SubsidyPool,
RemineScheduler,
}

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