Skip to content

Commit

Permalink
feat(refactor): People chain on Polkadot - disable identities on Rela…
Browse files Browse the repository at this point in the history
…y Chain (#2192)
  • Loading branch information
rossbulat authored Jul 25, 2024
1 parent 4aea706 commit 6097a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ export const ZondaxMetadataHashApiUrl =
/*
* People Chain migration - disallow identities on networks where People Chain is live.
*/
export const PeopleChainNetworks = ['westend', 'kusama'];
export const PeopleChainNetworks = ['polkadot', 'westend', 'kusama'];

0 comments on commit 6097a12

Please sign in to comment.