Interface Config

Hierarchy

  • Config

Properties

byoc: BYOC[]
cache_ttl: number
contractAddress: string
hasProxyContract: boolean
rpcConfig: {
    urlBaseGlobal: {
        shard_id: number;
        url: string;
    };
    urlBaseShards: {
        shard_id: number;
        url: string;
    }[];
}

Type declaration

  • urlBaseGlobal: {
        shard_id: number;
        url: string;
    }
    • shard_id: number
    • url: string
  • urlBaseShards: {
        shard_id: number;
        url: string;
    }[]
tld: string
tlds: string[]

Generated using TypeDoc