We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f8776 commit fa9c577Copy full SHA for fa9c577
packages/types-known/src/spec/centrifuge-chain.ts
@@ -6,7 +6,8 @@ import { OverrideVersionedType } from '@polkadot/types/types';
6
7
const versioned: OverrideVersionedType[] = [
8
{
9
- minmax: [1000, undefined],
+ // most chains started at 1000 (Fulvous at 224)
10
+ minmax: [1, undefined],
11
types: {
12
Address: 'AccountId',
13
LookupSource: 'AccountId',
packages/types-known/src/spec/index.ts
@@ -11,7 +11,6 @@ import westend from './westend';
// Type overrides for specific spec types & versions as given in runtimeVersion
const typesSpec: Record<string, OverrideVersionedType[]> = {
14
- 'Centrifuge Chain Node': centrifugeChain,
15
'centrifuge-chain': centrifugeChain,
16
kusama,
17
polkadot,
0 commit comments