Skip to content

Commit

Permalink
Merge pull request #45 from sora-xor/fix/types_for_22_runtime
Browse files Browse the repository at this point in the history
update types for runtime 22
  • Loading branch information
Pavel authored Feb 4, 2022
2 parents 1e49dfa + 3ede366 commit 4b0b707
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_types.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"runtime_id": 19,
"runtime_id": 21,
"versioning": [
{
"runtime_range": [
Expand Down
2 changes: 1 addition & 1 deletion custom_types_mst.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"runtime_id": 19,
"runtime_id": 21,
"versioning": [
{
"runtime_range": [
Expand Down
2 changes: 1 addition & 1 deletion query.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
type_registry=load_type_registry_file('./custom_types.json'),
)

block_hash = substrate.get_block_hash(block_id=3554113)
block_hash = substrate.get_block_hash(block_id=3854841)

extrinsics = substrate.get_block(block_hash=block_hash)['extrinsics']

Expand Down

0 comments on commit 4b0b707

Please sign in to comment.