UNPKG

@collabland/staking-contracts

Version:
10 lines 690 B
// Copyright Abridged, Inc. 2022. All Rights Reserved. // Node module: @collabland/staking-contracts // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT import { BindingKey, CoreBindings } from '@loopback/core'; export const STAKING_CONTRACTS_COMPONENT = BindingKey.create(`${CoreBindings.COMPONENTS}.StakingContractsComponent`); export const STAKING_CONTRACTS_SERVICE = BindingKey.create('services.StakingContractsService'); export const ETHERS_PROVIDER_SERVICE = BindingKey.create('services.EthersProviderService'); export const STAKING_ADAPTERS_EXTENSION_POINT = 'collabland.stakingContracts'; //# sourceMappingURL=keys.js.map