Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions token-balances-from-alchemyWeb3.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
import { Alchemy, Network } from "alchemy-sdk";

const config = {
apiKey: "<-- ALCHEMY APP API KEY -->",
network: Network.ETH_MAINNET,
apiKey: "ZET_UeTzCYNhflpFmQ0jNkxWs1E6DkZ0",
network: Network.https://solana-mainnet.g.alchemy.com/v2/ZET_UeTzCYNhflpFmQ0jNkxWs1E6DkZ0,
};
const alchemy = new Alchemy(config);

//Feel free to switch this wallet address with another address
const ownerAddress = "0x00000000219ab540356cbb839cbe05303d7705fa";
const ownerAddress = "4smQrzkhSkfrHYtFDH2xLQbaZLEMvfdsqoijDQj1vkUY";

//The below token contract address corresponds to USDT
const tokenContractAddresses = ["0xdAC17F958D2ee523a2206206994597C13D831ec7"];
Expand Down