Use NodeRpcUrls

interface NodeUrlsConfig {
    solanaRpcUrl: string;
    tronRpcUrl: string;
}

Properties

solanaRpcUrl: string
tronRpcUrl: string