Skip to main content
type Config = BaseConfig & {
  ethereum?: NetworkConfig["ethereum"];
  solana?: NetworkConfig["solana"];
};
Configuration for the core package with at least one network specified.

Type declaration

NameTypeDescription
ethereum?NetworkConfig["ethereum"]Ethereum/EVM account configuration.
solana?NetworkConfig["solana"]Solana account configuration.