Skip to content

Commit

Permalink
Merge pull request #2220 from novasamatech/fix/kusama-para-id
Browse files Browse the repository at this point in the history
Fix para id type for Kusama
  • Loading branch information
ERussel authored Nov 10, 2023
2 parents 9c2551a + fd729d5 commit 1553398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains/v2/types/kusama.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Phase": "frame_system.Phase",
"Address": "sp_runtime.multiaddress.MultiAddress",
"ExtrinsicSignature": "sp_runtime.MultiSignature",
"ParaId": "polkadot_parachain.primitives.Id",
"ParaId": "polkadot_parachain_primitives.primitives.Id",
"staging_kusama_runtime.RuntimeEvent": "GenericEvent",
"staging_kusama_runtime.RuntimeCall": "GenericCall",
"sp_core.crypto.AccountId32": "GenericAccountId",
Expand Down

0 comments on commit 1553398

Please sign in to comment.