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 19, 2023
1 parent 16b5a1e commit 5996eec
Show file tree
Hide file tree
Showing 43 changed files with 1,819 additions and 912 deletions.
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.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ export * from './pallets/builder'
export * from './pallets/pallets'
export * from './types'
export { NODE_NAMES, SUPPORTED_PALLETS } from './maps/consts'
export { getNodeEndpointOption } from './utils'
export { getNodeEndpointOption, getNode } from './utils'
export * from './errors'
Loading

0 comments on commit 5996eec

Please sign in to comment.