Skip to content

Commit

Permalink
feat: 🎸 add polymesh-private lookup
Browse files Browse the repository at this point in the history
for polymesh private v1 the types are the same as public 6.2, so this
package will be shared for now. In the future this package may need to
be forked
  • Loading branch information
polymath-eric committed Mar 6, 2024
1 parent f0c5849 commit c0016f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ export const typesBundle: PolymeshTypesBundle = {
polymesh_ci: specTypes,
polymesh_mainnet: specTypes,
polymesh_testnet: specTypes,
polymesh_private_dev: specTypes,
polymesh_private_prod: specTypes,
},
};
4 changes: 4 additions & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,8 @@ export default [
minmax: [2021, 2023],
types: twoZeroZero,
},
/**
* Polymesh Private spec - These may need their own package in the future
*/
{ minmax: [1000000, 1001009], types: sixOneX }, // private v1 has the same spec as public 6.1/6.2
];

0 comments on commit c0016f6

Please sign in to comment.