Skip to content

Commit 4524161

Browse files
github-actions[bot]noandreatimbrinded
authored
Upgrade typescript API for runtime 2800 (#2675)
* typescript API v0.2800.0 * Poke CI Add user commit to PR to kick off CI. --------- Co-authored-by: noandrea <noandrea@users.noreply.github.com> Co-authored-by: Tim B <79199034+timbrinded@users.noreply.github.com>
1 parent dd8cc47 commit 4524161

File tree

12 files changed

+1651
-1504
lines changed

12 files changed

+1651
-1504
lines changed

test/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is written in typescript, using the [Moonwall](https://moonsong-labs.github.i
1515

1616
> [!NOTE]\
1717
> PNPM is the package manager of choice for this repo, due to its superior handling of heavily nested dependencies.
18-
There are [many](https://pnpm.io/installation) ways to install it, but perhaps the easiest is `sudo npm -g i pnpm`
18+
There are [various](https://pnpm.io/installation) ways to install it, but perhaps the easiest is `sudo npm -g i pnpm`
1919

2020
Before running tests always install and update the package dependencies:
2121

typescript-api/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript-api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@moonbeam-network/api-augment",
3-
"version": "0.2700.0",
3+
"version": "0.2800.0",
44
"type": "module",
55
"private": true,
66
"description": "Moonbeam types augment for @polkadot/api",

typescript-api/src/moonbase/interfaces/augment-api-consts.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ declare module "@polkadot/api-base/types/consts" {
322322
*
323323
* This is held for adding 32 bytes plus an instance of `ProxyType` more into a pre-existing
324324
* storage value. Thus, when configuring `ProxyDepositFactor` one should take into account `32
325-
* + proxy_type.encode().len()` bytes of data.
325+
*
326+
* - Proxy_type.encode().len()` bytes of data.
326327
*/
327328
proxyDepositFactor: u128 & AugmentedConst<ApiType>;
328329
/** Generic const */

0 commit comments

Comments
 (0)