Skip to content

Commit 79104e1

Browse files
committed
fix: add contract migration back into shiden
1 parent f40c1f8 commit 79104e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/shiden/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,7 @@ pub type Migrations = (
11191119
>,
11201120
// Part of shiden-119
11211121
RecalculationEraFix,
1122+
pallet_contracts::Migration<Runtime>,
11221123
);
11231124

11241125
use frame_support::traits::OnRuntimeUpgrade;

0 commit comments

Comments
 (0)