nexus-elements-deposit

Installation
SKILL.md

⚠️ Deprecated — Use Nexus One Deposit

The standalone Deposit element (NexusDeposit) has been removed from Nexus Elements.

All deposit flows (swap + execute into a protocol) are now handled by Nexus One with config.mode = "deposit" and a specific deposit config object.

Migration

Replace any NexusDeposit usage with NexusOne:

import { NexusOne } from "@/components/nexus-one/nexus-one";
import { encodeFunctionData } from "viem";

const AAVE_POOL = "0x794a61358D6845594F94dc1DB02A252b5b4814aD";
const USDT_ARBITRUM = "0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9";
Installs
30
First Seen
Feb 4, 2026
nexus-elements-deposit — availproject/nexus-elements