inkdevhub / swanky-cli

The all-in-one developer environment for Parity pallet-contracts based smart contracts!
https://docs.astar.network/docs/build/wasm/swanky-suite/cli/
MIT License
70 stars 29 forks source link

Update polkadotjs and oclif #123

Closed codespool closed 1 year ago

codespool commented 1 year ago

This updates @polkadot/* dependencies to following: "@polkadot/api": "10.0.1", "@polkadot/api-contract": "10.0.1", "@polkadot/util": "11.0.1", "@polkadot/util-crypto": "11.0.1", "@polkadot/keyring": "11.0.1", "@polkadot/api-augment": "10.0.1", "@polkadot/types": "10.0.1"

Also, @oclif/core is updated to V2 and all the commands adapted to new args param type.