Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade typescript API for runtime 2800 #2675

Merged
merged 3 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions typescript-api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonbeam-network/api-augment",
"version": "0.2700.0",
"version": "0.2800.0",
"type": "module",
"private": true,
"description": "Moonbeam types augment for @polkadot/api",
Expand Down
3 changes: 2 additions & 1 deletion typescript-api/src/moonbase/interfaces/augment-api-consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,8 @@ declare module "@polkadot/api-base/types/consts" {
*
* This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing
* storage value. Thus, when configuring `ProxyDepositFactor` one should take into account `32
* + proxy_type.encode().len()` bytes of data.
*
* - Proxy_type.encode().len()` bytes of data.
*/
proxyDepositFactor: u128 & AugmentedConst<ApiType>;
/** Generic const */
Expand Down
Loading