mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 09:17:58 +00:00
ac7352efd3
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?
12 lines
242 B
JSON
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"
|
|
}
|
|
}
|