Documentation
    Preparing search index...

    Interface PythConfig

    State objects identifying one Pyth deployment (legacy Core or upgraded Core).

    interface PythConfig {
        hermesEndpoint?: string;
        pythStateId: string;
        wormholeStateId: string;
    }
    Index

    Properties

    hermesEndpoint?: string

    Hermes endpoint serving update data for this deployment.

    pythStateId: string
    wormholeStateId: string