Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion packages/types-known/src/spec/centrifuge-chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import { OverrideVersionedType } from '@polkadot/types/types';

const versioned: OverrideVersionedType[] = [
{
minmax: [1000, undefined],
// most chains started at 1000 (Fulvous at 224)
minmax: [1, undefined],
types: {
Address: 'AccountId',
LookupSource: 'AccountId',
Expand Down
1 change: 0 additions & 1 deletion packages/types-known/src/spec/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import westend from './westend';

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