mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-07-16 01:25:43 +00:00
8 lines
256 B
TypeScript
8 lines
256 B
TypeScript
// Copyright 2017-2021 @polkadot/ui-keyring authors & contributors
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
import { contractKey } from '../defaults';
|
|
import { genericSubject } from './genericSubject';
|
|
|
|
export const contracts = genericSubject(contractKey);
|