Closed shazow closed 2 months ago
Example:
// USDT, available on both PulseChain and Mainnet (but only verified on mainnet) const address = "0xdAC17F958D2ee523a2206206994597C13D831ec7"; const result = await autoload(address, { provider: pulseChainProvider, crossChainLoad: { mainnnetProvider, ...whatsabi.loaders.defaultsWithEnv(env), } }); console.log(result); // {isVerified: true, abi: [...], ...}
Example: