We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9cd9f6c + 9249229 commit 95e357fCopy full SHA for 95e357f
lib/agent/index.ts
@@ -21,3 +21,4 @@ export { clientsSTokens } from './common/clients/clientsSTokens'
21
export { clientsUtilsSwapForStake } from './common/clients/clientsUtilsSwapForStake'
22
export { clientsUtilsSwapTokensForStake as clientsUtilsSwapUsdcForStake } from './common/clients/clientsUtilsSwapTokensForStake'
23
export { agentAddresses } from './common/agentAddresses'
24
+export * from './common/approveIfNeeded'
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@devprotocol/dev-kit",
3
"type": "module",
4
- "version": "8.5.2",
+ "version": "8.5.3",
5
"description": "Dev Kit for JavaScript",
6
"author": "abyssparanoia",
7
"license": "Apache-2.0",
0 commit comments