Skip to content

Commit

Permalink
Merge pull request #5446 from BitGo/WIN-4296-implement-tao-functions
Browse files Browse the repository at this point in the history
feat: implement tao specific functions
  • Loading branch information
hitansh-madan authored Jan 28, 2025
2 parents be5c5cc + f06cf33 commit 27dccba
Show file tree
Hide file tree
Showing 5 changed files with 1,021 additions and 50 deletions.
14 changes: 12 additions & 2 deletions modules/sdk-coin-tao/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "BitGo SDK Team <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=16 <21"
"node": ">=14 <21"
},
"repository": {
"type": "git",
Expand All @@ -43,7 +43,17 @@
"@bitgo/abstract-substrate": "^1.1.1",
"@bitgo/sdk-core": "^28.21.1",
"@bitgo/statics": "^50.21.1",
"bignumber.js": "^9.1.2"
"bignumber.js": "^9.1.2",
"@polkadot/keyring": "13.3.1",
"@polkadot/types": "14.1.1",
"@polkadot/util": "13.3.1",
"@polkadot/util-crypto": "13.3.1",
"@substrate/txwrapper-core": "7.5.2",
"@substrate/txwrapper-polkadot": "7.5.2",
"bs58": "^4.0.1",
"hi-base32": "^0.5.1",
"lodash": "^4.17.15",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@bitgo/sdk-api": "^1.58.4",
Expand Down
Loading

0 comments on commit 27dccba

Please sign in to comment.