Skip to content

Commit

Permalink
feat: 🎸 add spec version for private v2 chains
Browse files Browse the repository at this point in the history
  • Loading branch information
polymath-eric committed Nov 8, 2024
1 parent f3bd507 commit 792f364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ export default [
* Polymesh Private spec - These may need their own package in the future
*/
{ minmax: [1000000, 1999999], types: sixOneX }, // private v1 has the same spec as public 6.1/6.2
{ minmax: [2000000, 2999999], types: sevenZeroX }, // private v2 has the same spec as public v7
];

0 comments on commit 792f364

Please sign in to comment.