Files
pezkuwi-subxt/cumulus/scripts/generate_hex_encoded_call/package.json
T
Svyatoslav Nikolsky ac7352efd3 Upgrade @polkadot/api and @polkadot/util package version to latest (#2821)
Otherwise I'm getting this error:
https://github.com/polkadot-js/api/pull/4952/files#diff-4cab1e3a83a624e52dc0c30047addb28184fdceac6acb930787af9c3aac50706L668
when running `./cumulus/scripts/bridges_rococo_westend.sh
init-bridge-hub-rococo-local` - guess it is related to recent Snowbridge
merge?
2024-01-03 13:27:35 +02:00

12 lines
242 B
JSON

{
"name": "y",
"version": "y",
"description": "create a scale hex-encoded call values from given message",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@polkadot/api": "^10.11",
"@polkadot/util": "^12.6"
}
}