Skip to content

Commit

Permalink
fix: add asset conversion pallet to Kusama Asset Hub (#1389)
Browse files Browse the repository at this point in the history
* add asset-conversion to KAH

* updated copyright
  • Loading branch information
bee344 committed Feb 2, 2024
1 parent 9addf07 commit 3b447c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/chains-config/assetHubKusamaControllers.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 @@ -32,6 +32,7 @@ export const assetHubKusamaControllers: ControllerConfig = {
'NodeTransactionPool',
'NodeVersion',
'PalletsAssets',
'PalletsAssetConversion',
'PalletsConsts',
'PalletsErrors',
'PalletsEvents',
Expand Down

0 comments on commit 3b447c6

Please sign in to comment.