Type Alias OracleConfig

OracleConfig: {
    allowedRefTokens: Dictionary<bigint, bigint>;
    feedsMap: Map<HexString, FeedMapItem>;
    pythAddress: Address;
}