Stronger typings💪

This commit is contained in:
hueso
2025-06-29 18:19:30 -03:00
parent 2370051243
commit dd351acb2e
24 changed files with 2424 additions and 12561 deletions

View File

@@ -1,8 +1,9 @@
import type { ValidDeposit } from "@/model/ValidDeposit";
import type { Address } from "viem";
const verifyNetworkLiquidity = (
tokenValue: number,
walletAddress: string,
walletAddress: Address,
validDepositList: ValidDeposit[]
): ValidDeposit[] => {
const filteredDepositList = validDepositList