Skip to content

Commit 27dccba

Browse files
Merge pull request #5446 from BitGo/WIN-4296-implement-tao-functions
feat: implement tao specific functions
2 parents be5c5cc + f06cf33 commit 27dccba

File tree

5 files changed

+1021
-50
lines changed

5 files changed

+1021
-50
lines changed

modules/sdk-coin-tao/package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "BitGo SDK Team <[email protected]>",
1919
"license": "MIT",
2020
"engines": {
21-
"node": ">=16 <21"
21+
"node": ">=14 <21"
2222
},
2323
"repository": {
2424
"type": "git",
@@ -43,7 +43,17 @@
4343
"@bitgo/abstract-substrate": "^1.1.1",
4444
"@bitgo/sdk-core": "^28.21.1",
4545
"@bitgo/statics": "^50.21.1",
46-
"bignumber.js": "^9.1.2"
46+
"bignumber.js": "^9.1.2",
47+
"@polkadot/keyring": "13.3.1",
48+
"@polkadot/types": "14.1.1",
49+
"@polkadot/util": "13.3.1",
50+
"@polkadot/util-crypto": "13.3.1",
51+
"@substrate/txwrapper-core": "7.5.2",
52+
"@substrate/txwrapper-polkadot": "7.5.2",
53+
"bs58": "^4.0.1",
54+
"hi-base32": "^0.5.1",
55+
"lodash": "^4.17.15",
56+
"tweetnacl": "^1.0.3"
4757
},
4858
"devDependencies": {
4959
"@bitgo/sdk-api": "^1.58.4",

0 commit comments

Comments
 (0)