Socket
Socket
Sign inDemoInstall

@reflexer-finance/geb-contract-base

Package Overview
Dependencies
Maintainers
4
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.0.6 to 0.0.7

lib/addreses.d.ts

3

lib/index.d.ts
import { GebProviderInterface, AbiDefinition, Inputs, Outputs, AbiParameter } from './chain-provider-interface';
import { BaseContractAPI, TransactionRequest, MulticallRequest } from './base-contract-api';
import { ERC20 } from './erc20-interface';
export { GebProviderInterface, BaseContractAPI, AbiDefinition, AbiParameter, Inputs, Outputs, ERC20, TransactionRequest, MulticallRequest, };
import { KOVAN_ADDRESSES, MAINNET_ADDRESSES, GebDeployment, ContractList, ContractKey, getAddressList } from './addreses';
export { GebProviderInterface, AbiDefinition, AbiParameter, Inputs, Outputs, BaseContractAPI, TransactionRequest, MulticallRequest, KOVAN_ADDRESSES, MAINNET_ADDRESSES, GebDeployment, ContractList, ContractKey, getAddressList, ERC20, };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BaseContractAPI = void 0;
exports.getAddressList = exports.MAINNET_ADDRESSES = exports.KOVAN_ADDRESSES = exports.BaseContractAPI = void 0;
var base_contract_api_1 = require("./base-contract-api");
Object.defineProperty(exports, "BaseContractAPI", { enumerable: true, get: function () { return base_contract_api_1.BaseContractAPI; } });
var addreses_1 = require("./addreses");
Object.defineProperty(exports, "KOVAN_ADDRESSES", { enumerable: true, get: function () { return addreses_1.KOVAN_ADDRESSES; } });
Object.defineProperty(exports, "MAINNET_ADDRESSES", { enumerable: true, get: function () { return addreses_1.MAINNET_ADDRESSES; } });
Object.defineProperty(exports, "getAddressList", { enumerable: true, get: function () { return addreses_1.getAddressList; } });
//# sourceMappingURL=index.js.map
{
"name": "@reflexer-finance/geb-contract-base",
"version": "0.0.6",
"version": "0.0.7",
"description": "",

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

},
"gitHead": "f7907a0f773fbf43c2616dacca56656b8a49d4ea"
"gitHead": "8b596dfe25ca6e65e29d98b266605cbe732106dd"
}

@@ -14,6 +14,14 @@ import {

import { ERC20 } from './erc20-interface'
import {
KOVAN_ADDRESSES,
MAINNET_ADDRESSES,
GebDeployment,
ContractList,
ContractKey,
getAddressList,
} from './addreses'
export {
// Chain provider interface
GebProviderInterface,
BaseContractAPI,
AbiDefinition,

@@ -23,5 +31,15 @@ AbiParameter,

Outputs,
ERC20,
// Base contract API
BaseContractAPI,
TransactionRequest,
MulticallRequest,
// Addresses
KOVAN_ADDRESSES,
MAINNET_ADDRESSES,
GebDeployment,
ContractList,
ContractKey,
getAddressList,
// ERC20
ERC20,
}

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