Skip to content

Commit 739d8af

Browse files
committed
Removed ambiguous 'development' type registry preset
1 parent 9bca636 commit 739d8af

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

scalecodec/type_registry/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import requests
2222

23-
SUPPORTED_TYPE_REGISTRY_PRESETS = ('canvas', 'legacy', 'development', 'kusama', 'polkadot', 'rococo', 'core',
23+
SUPPORTED_TYPE_REGISTRY_PRESETS = ('canvas', 'legacy', 'kusama', 'polkadot', 'rococo', 'core',
2424
'substrate-node-template', 'westend', 'statemint', 'statemine', 'karura',
2525
'moonbeam', 'moonriver', 'moonbase-alpha', 'crust', 'polymesh-mainnet',
2626
'polymesh-testnet', 'acala', 'test')

scalecodec/type_registry/development.json

-47
This file was deleted.

0 commit comments

Comments
 (0)