Skip to content

Commit

Permalink
fix: ensure statemine, and statemint are still supported (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Jan 5, 2024
1 parent ceea8eb commit ca5079a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/chains-config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ const specToControllerMap: { [x: string]: ControllerConfig } = {
'dock-pos-test-runtime': dockTestnetControllers,
'asset-hub-kusama': assetHubKusamaControllers,
'asset-hub-polkadot': assetHubPolkadotControllers,
statemine: assetHubKusamaControllers,
statemint: assetHubPolkadotControllers,
westmine: assetHubKusamaControllers,
'asset-hub-westend': assetHubWestendControllers,
westmint: assetHubWestendControllers,
Expand Down

0 comments on commit ca5079a

Please sign in to comment.