Skip to content
Snippets Groups Projects
Unverified Commit 884b48ed authored by emostov's avatar emostov
Browse files

chore(deps): Bump deps

parent e48329b7
Branches
Tags
No related merge requests found
......@@ -53,7 +53,7 @@ async function main(): Promise<void> {
// Now we can create our `balances.transfer` unsigned tx. The following
// function takes the above data as arguments, so can be performed offline
// if desired.
const unsigned = methods.balances.transfer(
const unsigned = methods.staking.validate(
{
value: '90071992547409910',
dest: '14E5nqKAp3oAJcmzgZhUD2RcptBeUBScxKHgJKU4HPNcKVf3', // Bob
......@@ -78,6 +78,8 @@ async function main(): Promise<void> {
}
);
console.log(method);
// Decode an unsigned transaction.
const decodedUnsigned = decode(
unsigned,
......
......@@ -20,15 +20,15 @@
"test": "jest"
},
"dependencies": {
"@polkadot/api": "3.9.1",
"@polkadot/api": "3.9.2",
"memoizee": "^0.4.14"
},
"devDependencies": {
"@types/jest": "^26.0.0",
"@types/memoizee": "^0.4.3",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"eslint": "^7.19.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
......@@ -37,9 +37,9 @@
"standard-version": "^9.1.0",
"ts-jest": "^26.5.1",
"ts-node": "^9.0.0",
"typedoc": "^0.20.23",
"typedoc": "^0.20.25",
"typedoc-plugin-markdown": "^3.4.5",
"typescript": "^4.1.4"
"typescript": "^4.1.5"
},
"resolutions": {
"acorn": ">=8.0.5",
......
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment