nexus-elements-bridge-deposit
Installation
SKILL.md
⚠️ Deprecated — Use Nexus One Deposit
BridgeDeposit has been removed from Nexus Elements.
All deposit flows (bridge + execute and swap + execute) are now handled by Nexus One with config.mode = "deposit" and a specific deposit config object.
Migration
Replace any BridgeDeposit usage with NexusOne:
import { NexusOne } from "@/components/nexus-one/nexus-one";
import { encodeFunctionData } from "viem";
const AAVE_POOL = "0x794a61358D6845594F94dc1DB02A252b5b4814aD";
const USDC_BASE = "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913";