We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bbbead + 70ef26f commit 3f05cf6Copy full SHA for 3f05cf6
modules/account-lib/package.json
@@ -63,6 +63,7 @@
63
"@bitgo/sdk-coin-sol": "^4.8.2",
64
"@bitgo/sdk-coin-stx": "^3.3.20",
65
"@bitgo/sdk-coin-sui": "^5.8.22",
66
+ "@bitgo/sdk-coin-tao": "^1.1.0",
67
"@bitgo/sdk-coin-tia": "^3.0.32",
68
"@bitgo/sdk-coin-ton": "^3.4.20",
69
"@bitgo/sdk-coin-trx": "^2.0.63",
modules/account-lib/src/index.ts
@@ -146,6 +146,9 @@ export { Coredao };
146
import * as Apt from '@bitgo/sdk-coin-apt';
147
export { Apt };
148
149
+import * as Tao from '@bitgo/sdk-coin-tao';
150
+export { Tao };
151
+
152
import * as Icp from '@bitgo/sdk-coin-icp';
153
export { Icp };
154
0 commit comments