@darwinia/types-known
Version:
A JavaScript wrapper for the Polkadot JsonRPC interface
14 lines (13 loc) • 387 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// Copyright 2017-2022 @darwinia/types-known authors & contributors
// SPDX-License-Identifier: Apache-2.0
const upgrades = {
genesisHash: '0x34f61bfda344b3fad3c3e38832a91448b3c613b199eb23e5110a635d71c13c65',
versions: []
};
var _default = upgrades;
exports.default = _default;