Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iherger committed Oct 4, 2023
1 parent 9783812 commit 62423fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/spotty-worms-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@enzymefinance/sdk": patch
---

Deposit transactions for backend
7 changes: 0 additions & 7 deletions packages/sdk/src/Deposit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ import { type Address, type Hex, type PublicClient } from "viem";
// DEPOSIT
//--------------------------------------------------------------------------------------------

/**
* Get the shares action timelock.
*
* @param client The public client to use to read the contract.
* @param args
* @returns The shares action timelock in seconds.
*/
export function getSharesActionTimelock(
client: PublicClient,
args: Viem.ContractCallParameters<{
Expand Down

0 comments on commit 62423fc

Please sign in to comment.