Skip to content

Commit

Permalink
added asset conversion endpoint to PAH (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
bee344 committed May 6, 2024
1 parent 8de3f34 commit 1c42f70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chains-config/assetHubPolkadotControllers.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2017-2022 Parity Technologies (UK) Ltd.
// Copyright 2017-2024 Parity Technologies (UK) Ltd.
// This file is part of Substrate API Sidecar.
//
// Substrate API Sidecar is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -33,6 +33,7 @@ export const assetHubPolkadotControllers: ControllerConfig = {
'NodeTransactionPool',
'NodeVersion',
'PalletsAssets',
'PalletsAssetConversion',
'PalletsDispatchables',
'PalletsConsts',
'PalletsEvents',
Expand Down

0 comments on commit 1c42f70

Please sign in to comment.