Skip to content

Commit

Permalink
update chains
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 committed Nov 29, 2024
1 parent 298895d commit 39cd087
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 104 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"private": true,
"type": "module",
"scripts": {
"gen": "tsx src/gen-supported-networks.ts"
"gen": "pnpm upgrade @sentio/chain && tsx src/gen-supported-networks.ts"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@eslint/compat": "^1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.6.0",
"@sentio/chain": "^2.2.2",
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@sentio/chain": "^2.2.1",
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
Expand Down
Loading

0 comments on commit 39cd087

Please sign in to comment.