UNPKG

vana-sdk

Version:

A TypeScript library for interacting with Vana Network smart contracts

4 lines 285 B
import { VanaContract } from "../abi"; export declare const CONTRACT_ADDRESSES: Record<number, Record<string, string>>; export declare const getContractAddress: (chainId: keyof typeof CONTRACT_ADDRESSES, contract: VanaContract) => `0x${string}`; //# sourceMappingURL=addresses.d.ts.map