diff --git a/token-balances-from-alchemyWeb3.js b/token-balances-from-alchemyWeb3.js index d722c73..7a8756e 100644 --- a/token-balances-from-alchemyWeb3.js +++ b/token-balances-from-alchemyWeb3.js @@ -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"];