Skip to content

Commit

Permalink
fix types for rococo (#2264)
Browse files Browse the repository at this point in the history
  • Loading branch information
ERussel authored Nov 20, 2023
1 parent 3823dfb commit e98382c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chains/v2/types/rococo_asset_hub.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"Address": "sp_runtime.multiaddress.MultiAddress",
"ExtrinsicSignature": "sp_runtime.MultiSignature",
"ParaId": "polkadot_parachain_primitives.primitives.Id",
"asset_hub_kusama_runtime.RuntimeEvent": "GenericEvent",
"asset_hub_kusama_runtime.RuntimeCall": "GenericCall",
"asset_hub_rococo_runtime.RuntimeEvent": "GenericEvent",
"asset_hub_rococo_runtime.RuntimeCall": "GenericCall",
"sp_core.crypto.AccountId32": "GenericAccountId",
"pallet_identity.types.Data": "Data"
},
Expand Down

0 comments on commit e98382c

Please sign in to comment.