Skip to content

Commit

Permalink
Update nodes & refactor handleAddress function
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldev5 committed Oct 17, 2023
1 parent 16b5a1e commit ffd5a6b
Show file tree
Hide file tree
Showing 27 changed files with 5,714 additions and 4,868 deletions.
92 changes: 45 additions & 47 deletions docs/supportedNodes.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"updatePallets": "node --loader ts-node/esm --experimental-specifier-resolution=node ./src/scripts/updatePallets.ts",
"release": "pnpm runAll && pnpm build && standard-version && git push --follow-tags",
"test": "vitest run --coverage",
"test:watch": "vitest",
"compile": "tsc --noEmit",
"runAll": "pnpm compile && pnpm format:write && pnpm lint && pnpm test"
},
Expand All @@ -43,7 +44,7 @@
"peerDependencies": {
"@polkadot/api": "^10.6.1",
"@polkadot/api-base": "^10.6.1",
"@polkadot/apps-config": "^0.124.1",
"@polkadot/apps-config": "^0.132.1",
"@polkadot/types": "^10.6.1"
},
"devDependencies": {
Expand Down
1,221 changes: 938 additions & 283 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading

0 comments on commit ffd5a6b

Please sign in to comment.