@collabland/staking-contracts
Version:
Staking contracts supported by Collab.Land
10 lines • 690 B
JavaScript
// 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