polkadot-js/api

View on GitHub
packages/types-known/src/upgrades/manual/polkadot.ts

Summary

Maintainability
A
0 mins
Test Coverage
// Copyright 2017-2024 @polkadot/types-known authors & contributors
// SPDX-License-Identifier: Apache-2.0

import type { ChainUpgradesRaw } from '../types.js';

export const upgrades: ChainUpgradesRaw = [
  [0, 0], [29231, 1], [188836, 5], [199405, 6], [214264, 7],
  [244358, 8], [303079, 9], [314201, 10], [342400, 11], [443963, 12],
  [528470, 13], [687751, 14], [746085, 15], [787923, 16], [799302, 17],
  [1205128, 18], [1603423, 23], [1733218, 24], [2005673, 25], [2436698, 26],
  [3613564, 27], [3899547, 28], [4345767, 29], [4876134, 30], [5661442, 9050],
  [6321619, 9080], [6713249, 9090], [7217907, 9100], [7229126, 9110], [7560558, 9122],
  [8115869, 9140], [8638103, 9151], [9280179, 9170], [9738717, 9180], [10156856, 9190],
  [10458576, 9200], [10655116, 9220], [10879371, 9230], [11328884, 9250], [11532856, 9260],
  [11933818, 9270], [12217535, 9280], [12245277, 9281], [12532644, 9291], [12876189, 9300],
  [13800015, 9340], [14188833, 9360], [14543918, 9370], [15978362, 9420], [16450000, 9430],
  [17840000, 9431], [18407475, 1000001], [19551000, 1001002], [20181758, 1001003],
  [20438530, 1002000]
];