type Config = BaseConfig & { ethereum?: NetworkConfig["ethereum"]; solana?: NetworkConfig["solana"]; };
optional ethereum: NetworkConfig["ethereum"];
optional solana: NetworkConfig["solana"];
Was this page helpful?