Skip to content

Commit

Permalink
feat: 🎸 Add types for 7.0.0 chain
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantasdeveloper committed Sep 4, 2024
1 parent 95fe975 commit 4d452f9
Show file tree
Hide file tree
Showing 13 changed files with 5,154 additions and 114 deletions.
2 changes: 1 addition & 1 deletion scripts/diff_versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { join } from 'path';

import types from '../src/types';

let versions: { minmax: number[]; types: Record<string, string> }[] = types;
let versions: { minmax: number[]; types: Record<string, unknown> }[] = types;
versions = versions.reverse();

let previous = {};
Expand Down
Loading

0 comments on commit 4d452f9

Please sign in to comment.