interface BaseConfiguration {
    publishableKey: string;
    defaultChain: Chain;
}

Properties

publishableKey: string
defaultChain: Chain