Skip to content

Commit

Permalink
chore: updated vault to deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
fonstack committed Jul 24, 2024
1 parent f890187 commit 473bccc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web/src/pages/Airdrops/constants.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { mainnet, sepolia } from "wagmi";
import { arbitrum } from "wagmi/chains";

export const VAULT_TO_DEPOSIT = {
address: "0x27d0a7eecb3ed321f86b90a79e24d1735e07e909",
chain: sepolia,
address: "0x1025b2248cb6aeaf93c7e4d10b19f90f5b4ea090",
chain: arbitrum,
};
// export const VAULT_TO_DEPOSIT = "0xfb277b477e9e14da8d3d4e06360b9b772825fef8"; // with APY

0 comments on commit 473bccc

Please sign in to comment.