@darwinia/types-known
Version:
A JavaScript wrapper for the Polkadot JsonRPC interface
14 lines (13 loc) • 880 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
// Type overrides for specific spec types & versions as given in runtimeVersion
const warnings = {
'node-template': ['', 'You are using the node-template, depending on your config and age of the template, you may', 'have some unexpected results without applying the correct config for your node type:', '', '- If you have trouble sending txs, apply https://polkadot.js.org/api/start/FAQ.html#i-cannot-send-transactions-from-my-node-template-based-chain', '- If you have trouble parsing events, apply https://polkadot.js.org/api/start/FAQ.html#using-a-non-current-master-node-i-have-issues-parsing-events', '']
};
var _default = warnings;
exports.default = _default;