GlitterBridgeConfig: {
    algorand: AlgorandConfig;
    confirmations: { [ key in BridgeNetworks]: number };
    evm: EvmConfig;
    gasTokens: { [ key in BridgeNetworks]: string };
    name: GlitterEnvironment;
    solana: SolanaConfig;
    tron: TronConfig;
}

Configuration object for the Glitter Bridge.

Type declaration

Generated using TypeDoc