Skip to content

Commit e79e4a0

Browse files
authored
fix: add PAH consts to ahm-info (#1823)
1 parent bf83ec6 commit e79e4a0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/services/consts.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ export const MIGRATION_BOUNDARIES: Record<string, IMigrationBoundaries> = {
5252
relayMigrationStartedAt: 30423691,
5353
relayMigrationEndedAt: 30425590,
5454
},
55+
statemint: {
56+
relayChainLastEra: 1981,
57+
assetHubFirstEra: 1981,
58+
assetHubMigrationStartedAt: 10254470,
59+
assetHubMigrationEndedAt: 10259208,
60+
relayMigrationStartedAt: 28490502,
61+
relayMigrationEndedAt: 28495696,
62+
},
5563
};
5664

5765
export const relayToSpecMapping = new Map([

0 commit comments

Comments
 (0)