Skip to content

Commit fa9c577

Browse files
authored
Adjust Centrifuge versions (#2247)
1 parent e6f8776 commit fa9c577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/types-known/src/spec/centrifuge-chain.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import { OverrideVersionedType } from '@polkadot/types/types';
66

77
const versioned: OverrideVersionedType[] = [
88
{
9-
minmax: [1000, undefined],
9+
// most chains started at 1000 (Fulvous at 224)
10+
minmax: [1, undefined],
1011
types: {
1112
Address: 'AccountId',
1213
LookupSource: 'AccountId',

packages/types-known/src/spec/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import westend from './westend';
1111

1212
// Type overrides for specific spec types & versions as given in runtimeVersion
1313
const typesSpec: Record<string, OverrideVersionedType[]> = {
14-
'Centrifuge Chain Node': centrifugeChain,
1514
'centrifuge-chain': centrifugeChain,
1615
kusama,
1716
polkadot,

0 commit comments

Comments
 (0)