Skip to content

Commit

Permalink
add people chains
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosala committed Aug 28, 2024
1 parent 155f0d7 commit ce28b57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/api/smoldot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,26 @@ const chainImports = {
assetHub: import("polkadot-api/chains/polkadot_asset_hub"),
bridgeHub: import("polkadot-api/chains/polkadot_bridge_hub"),
collectives: import("polkadot-api/chains/polkadot_collectives"),
people: import("polkadot-api/chains/polkadot_people"),
},
kusama: {
relayChain: import("polkadot-api/chains/ksmcc3"),
assetHub: import("polkadot-api/chains/ksmcc3_asset_hub"),
bridgeHub: import("polkadot-api/chains/ksmcc3_bridge_hub"),
people: import("polkadot-api/chains/ksmcc3_people"),
},
rococo: {
relayChain: import("polkadot-api/chains/rococo_v2_2"),
assetHub: import("polkadot-api/chains/rococo_v2_2_asset_hub"),
bridgeHub: import("polkadot-api/chains/rococo_v2_2_bridge_hub"),
people: import("polkadot-api/chains/rococo_v2_2_people"),
},
westend: {
relayChain: import("polkadot-api/chains/westend2"),
assetHub: import("polkadot-api/chains/westend2_asset_hub"),
bridgeHub: import("polkadot-api/chains/westend2_bridge_hub"),
collectives: import("polkadot-api/chains/westend2_collectives"),
people: import("polkadot-api/chains/westend2_people"),
},
}

Expand Down

0 comments on commit ce28b57

Please sign in to comment.