Skip to content

Commit

Permalink
fix(app): copy transfer function over
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Jan 6, 2025
1 parent d2b4492 commit 1b019c8
Show file tree
Hide file tree
Showing 13 changed files with 655 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import type { IntentStore } from "$lib/components/TransferFrom/transfer/intents.
import type { ValidationStoreAndMethods } from "$lib/components/TransferFrom/transfer/validation.ts"
import type { Readable } from "svelte/store"
import type { ContextStore } from "$lib/components/TransferFrom/transfer/context.ts"
import type { CubeFaces } from "$lib/components/TransferFrom/types.ts"
import type { AssetListItem } from "$lib/components/TransferFrom/transfer/context.ts"
import { truncate } from "$lib/utilities/format.ts"
import { formatUnits } from "viem"
import { Button } from "$lib/components/ui/button"
import type { CubeFaces } from "$lib/components/TransferFrom/components/Cube/types.ts"
interface Props {
stores: {
Expand Down
Loading

0 comments on commit 1b019c8

Please sign in to comment.