Skip to content

Commit 3f05cf6

Browse files
authored
Merge pull request #5473 from BitGo/WIN-4293
feat(sdk-coin-tao): add missing statics for tao
2 parents 0bbbead + 70ef26f commit 3f05cf6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

modules/account-lib/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"@bitgo/sdk-coin-sol": "^4.8.2",
6464
"@bitgo/sdk-coin-stx": "^3.3.20",
6565
"@bitgo/sdk-coin-sui": "^5.8.22",
66+
"@bitgo/sdk-coin-tao": "^1.1.0",
6667
"@bitgo/sdk-coin-tia": "^3.0.32",
6768
"@bitgo/sdk-coin-ton": "^3.4.20",
6869
"@bitgo/sdk-coin-trx": "^2.0.63",

modules/account-lib/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ export { Coredao };
146146
import * as Apt from '@bitgo/sdk-coin-apt';
147147
export { Apt };
148148

149+
import * as Tao from '@bitgo/sdk-coin-tao';
150+
export { Tao };
151+
149152
import * as Icp from '@bitgo/sdk-coin-icp';
150153
export { Icp };
151154

0 commit comments

Comments
 (0)