polkadot-js/api

View on GitHub
packages/types-known/src/upgrades/manual/westend.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 = [
  [214356, 4], [392764, 7], [409740, 8], [809976, 20], [877581, 24],
  [879238, 25], [889472, 26], [902937, 27], [932751, 28], [991142, 29],
  [1030162, 31], [1119657, 32], [1199282, 33], [1342534, 34], [1392263, 35],
  [1431703, 36], [1433369, 37], [1490972, 41], [2087397, 43], [2316688, 44],
  [2549864, 45], [3925782, 46], [3925843, 47], [4207800, 48], [4627944, 49],
  [5124076, 50], [5478664, 900], [5482450, 9000], [5584305, 9010], [5784566, 9030],
  [5879822, 9031], [5896856, 9032], [5897316, 9033], [6117927, 9050], [6210274, 9070],
  [6379314, 9080], [6979141, 9090], [7568453, 9100], [7766394, 9111], [7911691, 9120],
  [7968866, 9121], [7982889, 9122], [8514322, 9130], [9091726, 9140], [9091774, 9150],
  [9406726, 9160], [9921066, 9170], [10007115, 9180], [10480973, 9190], [10578091, 9200],
  [10678509, 9210], [10811001, 9220], [11096116, 9230], [11409279, 9250], [11584820, 9251],
  [11716837, 9260], [11876919, 9261], [11987927, 9270], [12077324, 9271], [12301871, 9280],
  [12604343, 9290], [12841034, 9300], [13128237, 9310], [13272363, 9320], [13483497, 9330],
  [13649433, 9340], [13761100, 9350], [13847400, 9360], [14249200, 9370], [14576855, 9380],
  [14849830, 9390], [15146832, 9400], [15332317, 9401], [15661793, 9420], [16165469, 9430],
  [18293984, 102000], [18293991, 103000], [18451783, 104000], [18679741, 1005000], [19166695, 1006000],
  [19234157, 1006001], [19542944, 1007000], [19621258, 1007001], [19761406, 1008000], [20056997, 1009000],
  [20368318, 1010000]
];