You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that accessing constants through the polkadot-js API yields errors complaining that the pallet portion in api.consts.{pallet}.{constant} is undefined. For example
console.log(api.consts.proxy.maxPending);
yields the error:
TypeError: Cannot read property 'maxPending' of undefined
relates to #20 and paritytech/substrate-api-sidecar#329
I found that accessing constants through the polkadot-js API yields errors complaining that the pallet portion in
api.consts.{pallet}.{constant}
is undefined. For exampleyields the error:
I have a bare bones repo to reproduce the issue so dependencies and tsc config are clear. See: https://github.com/emostov/edgeware-types/blob/cd9116c50c7cea80aad27e4d67ec7482c9a20c33/src/main.ts#L23
I got this error while running against a v3.1.0 local node run with the command:
./target/release/edgeware --chain=edgeware
The text was updated successfully, but these errors were encountered: