diff --git a/app/market/[chainId]/[marketid]/RateChart.tsx b/app/market/[chainId]/[marketid]/RateChart.tsx index bf3e48b9..65a5604e 100644 --- a/app/market/[chainId]/[marketid]/RateChart.tsx +++ b/app/market/[chainId]/[marketid]/RateChart.tsx @@ -54,8 +54,6 @@ function RateChart({ })); }; - console.log('market', market); - const formatPercentage = (value: number) => `${(value * 100).toFixed(2)}%`; const getCurrentApyValue = (type: 'supply' | 'borrow') => { diff --git a/app/market/[chainId]/[marketid]/components/PositionStats.tsx b/app/market/[chainId]/[marketid]/components/PositionStats.tsx index b4f37e66..b47527bb 100644 --- a/app/market/[chainId]/[marketid]/components/PositionStats.tsx +++ b/app/market/[chainId]/[marketid]/components/PositionStats.tsx @@ -56,7 +56,7 @@ export function PositionStats({ marketId: market.uniqueKey, loanTokenAddress: market.loanAsset.address, chainId: market.morphoBlue.chain.id, - whitelisted: (market.whitelisted && !market.isMonarchWhitelisted) + whitelisted: market.whitelisted }); const toggleView = () => { diff --git a/app/market/[chainId]/[marketid]/content.tsx b/app/market/[chainId]/[marketid]/content.tsx index 5d50b451..2ed79be8 100644 --- a/app/market/[chainId]/[marketid]/content.tsx +++ b/app/market/[chainId]/[marketid]/content.tsx @@ -92,6 +92,9 @@ function MarketContent() { refetch: refetchMarket, } = useMarketData(marketid as string, network); + + console.log('market', market); + // Transaction filters with localStorage persistence (per symbol) const { minSupplyAmount, @@ -287,7 +290,7 @@ function MarketContent() { marketId={marketid as string} loanTokenAddress={market.loanAsset.address} chainId={market.morphoBlue.chain.id} - whitelisted={market.whitelisted && !market.isMonarchWhitelisted} + whitelisted={market.whitelisted} /> diff --git a/app/markets/components/APYBreakdownTooltip.tsx b/app/markets/components/APYBreakdownTooltip.tsx index 023faab3..f40b70f6 100644 --- a/app/markets/components/APYBreakdownTooltip.tsx +++ b/app/markets/components/APYBreakdownTooltip.tsx @@ -75,7 +75,7 @@ export function APYCell({ market }: APYCellProps) { marketId: market.uniqueKey, loanTokenAddress: market.loanAsset.address, chainId: market.morphoBlue.chain.id, - whitelisted: market.whitelisted && !market.isMonarchWhitelisted + whitelisted: market.whitelisted }); const baseAPY = market.state.supplyApy * 100; diff --git a/package.json b/package.json index 10532995..376cfd37 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "format:check": "prettier --check .", "generate:chainlink": "tsx scripts/generate-chainlink-data.ts", "generate:redstone": "tsx scripts/generate-redstone-data.ts", + "generate:oracle": "tsx scripts/generate-oracle-cache.ts", "lint": "next lint --fix", "lint:check": "next lint", "start": "next start", @@ -54,7 +55,7 @@ "graphql-request": "6", "local-storage-fallback": "^4.1.2", "moment": "^2.30.1", - "next": "^15.4.7", + "next": "^15.4.8", "next-themes": "^0.3.0", "perfume.js": "9.2.0", "permissionless": "^0.0.36", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 23e288d8..0107a24b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -111,8 +111,8 @@ importers: specifier: ^2.30.1 version: 2.30.1 next: - specifier: ^15.4.7 - version: 15.4.7(@babel/core@7.28.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) + specifier: ^15.4.8 + version: 15.5.7(@babel/core@7.28.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1) next-themes: specifier: ^0.3.0 version: 0.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1) @@ -2374,56 +2374,56 @@ packages: '@napi-rs/wasm-runtime@0.2.12': resolution: {integrity: sha512-ZVWUcfwY4E/yPitQJl481FjFo3K22D6qF0DuFH6Y/nbnE11GY5uguDxZMGXPQ8WQ0128MXQD7TnfHyK4oWoIJQ==} - '@next/env@15.4.7': - resolution: {integrity: sha512-PrBIpO8oljZGTOe9HH0miix1w5MUiGJ/q83Jge03mHEE0E3pyqzAy2+l5G6aJDbXoobmxPJTVhbCuwlLtjSHwg==} + '@next/env@15.5.7': + resolution: {integrity: sha512-4h6Y2NyEkIEN7Z8YxkA27pq6zTkS09bUSYC0xjd0NpwFxjnIKeZEeH591o5WECSmjpUhLn3H2QLJcDye3Uzcvg==} '@next/eslint-plugin-next@15.1.6': resolution: {integrity: sha512-+slMxhTgILUntZDGNgsKEYHUvpn72WP1YTlkmEhS51vnVd7S9jEEy0n9YAMcI21vUG4akTw9voWH02lrClt/yw==} - '@next/swc-darwin-arm64@15.4.7': - resolution: {integrity: sha512-2Dkb+VUTp9kHHkSqtws4fDl2Oxms29HcZBwFIda1X7Ztudzy7M6XF9HDS2dq85TmdN47VpuhjE+i6wgnIboVzQ==} + '@next/swc-darwin-arm64@15.5.7': + resolution: {integrity: sha512-IZwtxCEpI91HVU/rAUOOobWSZv4P2DeTtNaCdHqLcTJU4wdNXgAySvKa/qJCgR5m6KI8UsKDXtO2B31jcaw1Yw==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] - '@next/swc-darwin-x64@15.4.7': - resolution: {integrity: sha512-qaMnEozKdWezlmh1OGDVFueFv2z9lWTcLvt7e39QA3YOvZHNpN2rLs/IQLwZaUiw2jSvxW07LxMCWtOqsWFNQg==} + '@next/swc-darwin-x64@15.5.7': + resolution: {integrity: sha512-UP6CaDBcqaCBuiq/gfCEJw7sPEoX1aIjZHnBWN9v9qYHQdMKvCKcAVs4OX1vIjeE+tC5EIuwDTVIoXpUes29lg==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] - '@next/swc-linux-arm64-gnu@15.4.7': - resolution: {integrity: sha512-ny7lODPE7a15Qms8LZiN9wjNWIeI+iAZOFDOnv2pcHStncUr7cr9lD5XF81mdhrBXLUP9yT9RzlmSWKIazWoDw==} + '@next/swc-linux-arm64-gnu@15.5.7': + resolution: {integrity: sha512-NCslw3GrNIw7OgmRBxHtdWFQYhexoUCq+0oS2ccjyYLtcn1SzGzeM54jpTFonIMUjNbHmpKpziXnpxhSWLcmBA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-arm64-musl@15.4.7': - resolution: {integrity: sha512-4SaCjlFR/2hGJqZLLWycccy1t+wBrE/vyJWnYaZJhUVHccpGLG5q0C+Xkw4iRzUIkE+/dr90MJRUym3s1+vO8A==} + '@next/swc-linux-arm64-musl@15.5.7': + resolution: {integrity: sha512-nfymt+SE5cvtTrG9u1wdoxBr9bVB7mtKTcj0ltRn6gkP/2Nu1zM5ei8rwP9qKQP0Y//umK+TtkKgNtfboBxRrw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] - '@next/swc-linux-x64-gnu@15.4.7': - resolution: {integrity: sha512-2uNXjxvONyRidg00VwvlTYDwC9EgCGNzPAPYbttIATZRxmOZ3hllk/YYESzHZb65eyZfBR5g9xgCZjRAl9YYGg==} + '@next/swc-linux-x64-gnu@15.5.7': + resolution: {integrity: sha512-hvXcZvCaaEbCZcVzcY7E1uXN9xWZfFvkNHwbe/n4OkRhFWrs1J1QV+4U1BN06tXLdaS4DazEGXwgqnu/VMcmqw==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-linux-x64-musl@15.4.7': - resolution: {integrity: sha512-ceNbPjsFgLscYNGKSu4I6LYaadq2B8tcK116nVuInpHHdAWLWSwVK6CHNvCi0wVS9+TTArIFKJGsEyVD1H+4Kg==} + '@next/swc-linux-x64-musl@15.5.7': + resolution: {integrity: sha512-4IUO539b8FmF0odY6/SqANJdgwn1xs1GkPO5doZugwZ3ETF6JUdckk7RGmsfSf7ws8Qb2YB5It33mvNL/0acqA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] - '@next/swc-win32-arm64-msvc@15.4.7': - resolution: {integrity: sha512-pZyxmY1iHlZJ04LUL7Css8bNvsYAMYOY9JRwFA3HZgpaNKsJSowD09Vg2R9734GxAcLJc2KDQHSCR91uD6/AAw==} + '@next/swc-win32-arm64-msvc@15.5.7': + resolution: {integrity: sha512-CpJVTkYI3ZajQkC5vajM7/ApKJUOlm6uP4BknM3XKvJ7VXAvCqSjSLmM0LKdYzn6nBJVSjdclx8nYJSa3xlTgQ==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] - '@next/swc-win32-x64-msvc@15.4.7': - resolution: {integrity: sha512-HjuwPJ7BeRzgl3KrjKqD2iDng0eQIpIReyhpF5r4yeAHFwWRuAhfW92rWv/r3qeQHEwHsLRzFDvMqRjyM5DI6A==} + '@next/swc-win32-x64-msvc@15.5.7': + resolution: {integrity: sha512-gMzgBX164I6DN+9/PGA+9dQiwmTkE4TloBNx8Kv9UiGARsr9Nba7IpcBRA1iTV9vwlYnrE3Uy6I7Aj6qLjQuqw==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -6189,8 +6189,8 @@ packages: react: ^16.8 || ^17 || ^18 react-dom: ^16.8 || ^17 || ^18 - next@15.4.7: - resolution: {integrity: sha512-OcqRugwF7n7mC8OSYjvsZhhG1AYSvulor1EIUsIkbbEbf1qoE5EbH36Swj8WhF4cHqmDgkiam3z1c1W0J1Wifg==} + next@15.5.7: + resolution: {integrity: sha512-+t2/0jIJ48kUpGKkdlhgkv+zPTEOoXyr60qXe68eB/pl3CMJaLeIGjzp5D6Oqt25hCBiBTt8wEeeAzfJvUKnPQ==} engines: {node: ^18.18.0 || ^19.8.0 || >= 20.0.0} hasBin: true peerDependencies: @@ -10915,34 +10915,34 @@ snapshots: '@tybys/wasm-util': 0.10.0 optional: true - '@next/env@15.4.7': {} + '@next/env@15.5.7': {} '@next/eslint-plugin-next@15.1.6': dependencies: fast-glob: 3.3.1 - '@next/swc-darwin-arm64@15.4.7': + '@next/swc-darwin-arm64@15.5.7': optional: true - '@next/swc-darwin-x64@15.4.7': + '@next/swc-darwin-x64@15.5.7': optional: true - '@next/swc-linux-arm64-gnu@15.4.7': + '@next/swc-linux-arm64-gnu@15.5.7': optional: true - '@next/swc-linux-arm64-musl@15.4.7': + '@next/swc-linux-arm64-musl@15.5.7': optional: true - '@next/swc-linux-x64-gnu@15.4.7': + '@next/swc-linux-x64-gnu@15.5.7': optional: true - '@next/swc-linux-x64-musl@15.4.7': + '@next/swc-linux-x64-musl@15.5.7': optional: true - '@next/swc-win32-arm64-msvc@15.4.7': + '@next/swc-win32-arm64-msvc@15.5.7': optional: true - '@next/swc-win32-x64-msvc@15.4.7': + '@next/swc-win32-x64-msvc@15.5.7': optional: true '@noble/ciphers@1.2.1': {} @@ -16366,9 +16366,9 @@ snapshots: react: 18.3.1 react-dom: 18.3.1(react@18.3.1) - next@15.4.7(@babel/core@7.28.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): + next@15.5.7(@babel/core@7.28.3)(react-dom@18.3.1(react@18.3.1))(react@18.3.1): dependencies: - '@next/env': 15.4.7 + '@next/env': 15.5.7 '@swc/helpers': 0.5.15 caniuse-lite: 1.0.30001735 postcss: 8.4.31 @@ -16376,14 +16376,14 @@ snapshots: react-dom: 18.3.1(react@18.3.1) styled-jsx: 5.1.6(@babel/core@7.28.3)(react@18.3.1) optionalDependencies: - '@next/swc-darwin-arm64': 15.4.7 - '@next/swc-darwin-x64': 15.4.7 - '@next/swc-linux-arm64-gnu': 15.4.7 - '@next/swc-linux-arm64-musl': 15.4.7 - '@next/swc-linux-x64-gnu': 15.4.7 - '@next/swc-linux-x64-musl': 15.4.7 - '@next/swc-win32-arm64-msvc': 15.4.7 - '@next/swc-win32-x64-msvc': 15.4.7 + '@next/swc-darwin-arm64': 15.5.7 + '@next/swc-darwin-x64': 15.5.7 + '@next/swc-linux-arm64-gnu': 15.5.7 + '@next/swc-linux-arm64-musl': 15.5.7 + '@next/swc-linux-x64-gnu': 15.5.7 + '@next/swc-linux-x64-musl': 15.5.7 + '@next/swc-win32-arm64-msvc': 15.5.7 + '@next/swc-win32-x64-msvc': 15.5.7 sharp: 0.34.3 transitivePeerDependencies: - '@babel/core' diff --git a/scripts/generate-oracle-cache.ts b/scripts/generate-oracle-cache.ts new file mode 100644 index 00000000..e23f1329 --- /dev/null +++ b/scripts/generate-oracle-cache.ts @@ -0,0 +1,182 @@ +#!/usr/bin/env tsx + +import { writeFileSync } from 'fs'; +import { join } from 'path'; +import { oraclesQuery } from '../src/graphql/morpho-api-queries'; +import { ALL_SUPPORTED_NETWORKS } from "../src/utils/networks" +import { + MorphoChainlinkOracleData, + OracleItem, + OraclesQueryResponse, +} from '../src/utils/types'; +import { URLS } from '../src/utils/urls'; + +// Cached oracle entry for storage +type CachedOracleEntry = { + address: string; + chainId: number; + data: MorphoChainlinkOracleData; +}; + +const MORPHO_API_URL = URLS.MORPHO_BLUE_API; +const SUPPORTED_NETWORKS = ALL_SUPPORTED_NETWORKS; + +const fetchOraclesForChain = async (chainId: number): Promise => { + const allOracles: OracleItem[] = []; + let skip = 0; + const pageSize = 1000; + + console.log(`\nšŸ” Fetching oracles for chain ${chainId}...`); + + try { + while (true) { + const variables = { + first: pageSize, + skip, + where: { + chainId_in: [chainId], + }, + }; + + console.log(` šŸ“” Making request: skip=${skip}, pageSize=${pageSize}`); + + const response = await fetch(MORPHO_API_URL, { + method: 'POST', + headers: { 'Content-Type': 'application/json' }, + body: JSON.stringify({ query: oraclesQuery, variables }), + }); + + console.log(` šŸ“Ø Response status: ${response.status} ${response.statusText}`); + + if (!response.ok) { + const errorText = await response.text(); + console.error(` āŒ Response body:`, errorText); + throw new Error( + `Failed to fetch oracles for chain ${chainId}: ${response.status} ${response.statusText}\nBody: ${errorText}`, + ); + } + + const result = (await response.json()) as OraclesQueryResponse; + + if (result.errors) { + console.error(` āŒ GraphQL errors for chain ${chainId}:`, JSON.stringify(result.errors, null, 2)); + throw new Error(`GraphQL query failed: ${JSON.stringify(result.errors)}`); + } + + if (!result.data) { + console.error(` āŒ No data field in response for chain ${chainId}`); + console.error(` Full response:`, JSON.stringify(result, null, 2)); + break; + } + + const items = result.data?.oracles?.items; + if (!items || items.length === 0) { + console.log(` ā„¹ļø No more items (received ${items?.length ?? 0} items)`); + break; + } + + allOracles.push(...items); + + console.log( + ` āœ… Fetched ${items.length} oracles (skip: ${skip}, total so far: ${allOracles.length})`, + ); + + // Check if we've fetched all + if (items.length < pageSize) { + console.log(` ā„¹ļø Last page reached (${items.length} < ${pageSize})`); + break; + } + + skip += pageSize; + } + + console.log(`āœ… Completed chain ${chainId}: ${allOracles.length} total oracles\n`); + return allOracles; + } catch (error) { + console.error(`\nāŒ Error fetching oracles for chain ${chainId}:`); + if (error instanceof Error) { + console.error(` Message: ${error.message}`); + console.error(` Stack: ${error.stack}`); + } else { + console.error(` Error:`, error); + } + return []; // Return empty array on error, don't crash the whole script + } +}; + +const main = async (): Promise => { + console.log('šŸš€ Starting oracle cache generation from Morpho API...'); + console.log(`šŸ“ API Endpoint: ${MORPHO_API_URL}`); + console.log(`🌐 Networks: ${SUPPORTED_NETWORKS.join(', ')}\n`); + + try { + const allCachedOracles: CachedOracleEntry[] = []; + const chainStats = new Map(); + + // Fetch oracles for each chain + for (const chainId of SUPPORTED_NETWORKS) { + console.log(`\n${'='.repeat(60)}`); + const oracles = await fetchOraclesForChain(chainId); + + // Filter out oracles without data and convert to cached format + let withData = 0; + let withoutData = 0; + + for (const oracle of oracles) { + if (oracle.data) { + allCachedOracles.push({ + address: oracle.address.toLowerCase(), // Normalize to lowercase + chainId: oracle.chain.id, + data: oracle.data, + }); + withData++; + } else { + withoutData++; + } + } + + chainStats.set(chainId, withData); + console.log(` šŸ“Š Chain ${chainId} stats: ${withData} with data, ${withoutData} without data`); + } + + // Write to oracle-cache.json + const outputPath = join( + process.cwd(), + 'src', + 'constants', + 'oracle', + 'oracle-cache.json', + ); + + console.log(`\n${'='.repeat(60)}`); + console.log(`\nšŸ’¾ Writing oracle cache to file...`); + + writeFileSync(outputPath, JSON.stringify(allCachedOracles, null, 2)); + + console.log(`\nāœ… Successfully generated oracle cache!`); + console.log(` šŸ“ Total oracles cached: ${allCachedOracles.length}`); + console.log(` šŸ“‚ Output: ${outputPath}`); + + // Print statistics by chain + console.log('\nšŸ“Š Oracles by chain:'); + const sortedChains = Array.from(chainStats.entries()).sort((a, b) => b[1] - a[1]); + sortedChains.forEach(([chainId, count]) => { + console.log(` Chain ${chainId}: ${count} oracles`); + }); + + console.log(`\nšŸŽ‰ Done!\n`); + } catch (error) { + console.error('\nāŒ Fatal error generating oracle cache:'); + if (error instanceof Error) { + console.error(` Message: ${error.message}`); + console.error(` Stack:`, error.stack); + } else { + console.error(` Error:`, error); + } + process.exit(1); + } +}; + +if (require.main === module) { + main().then(console.log).catch(console.error); +} diff --git a/src/components/MarketIndicators.tsx b/src/components/MarketIndicators.tsx index 9206acc8..cf435d8b 100644 --- a/src/components/MarketIndicators.tsx +++ b/src/components/MarketIndicators.tsx @@ -118,7 +118,7 @@ export function MarketIndicators({ chainId={market.morphoBlue.chain.id} marketId={market.uniqueKey} loanTokenAddress={market.loanAsset.address} - whitelisted={market.whitelisted && !market.isMonarchWhitelisted} + whitelisted={market.whitelisted} /> {/* Risk Warnings */} diff --git a/src/components/common/MarketDetailsBlock.tsx b/src/components/common/MarketDetailsBlock.tsx index 3cf23360..588e3ab9 100644 --- a/src/components/common/MarketDetailsBlock.tsx +++ b/src/components/common/MarketDetailsBlock.tsx @@ -37,7 +37,7 @@ export function MarketDetailsBlock({ marketId: market.uniqueKey, loanTokenAddress: market.loanAsset.address, chainId: market.morphoBlue.chain.id, - whitelisted: market.whitelisted && !market.isMonarchWhitelisted + whitelisted: market.whitelisted }); // Calculate preview state when supplyDelta or borrowDelta is provided diff --git a/src/components/providers/ClientProviders.tsx b/src/components/providers/ClientProviders.tsx index 08a9c00b..622af956 100644 --- a/src/components/providers/ClientProviders.tsx +++ b/src/components/providers/ClientProviders.tsx @@ -5,6 +5,7 @@ import { GlobalModalProvider } from '@/contexts/GlobalModalContext'; import { LiquidationsProvider } from '@/contexts/LiquidationsContext'; import { MarketsProvider } from '@/contexts/MarketsContext'; import { MerklCampaignsProvider } from '@/contexts/MerklCampaignsContext'; +import { OracleDataProvider } from '@/contexts/OracleDataContext'; import { OnboardingProvider } from 'app/positions/components/onboarding/OnboardingContext'; import { TokenProvider } from './TokenProvider'; @@ -16,13 +17,15 @@ export function ClientProviders({ children }: ClientProvidersProps) { return ( - - - - {children} - - - + + + + + {children} + + + + ); diff --git a/src/config/oracle-whitelist.ts b/src/config/oracle-whitelist.ts deleted file mode 100644 index 2bf43758..00000000 --- a/src/config/oracle-whitelist.ts +++ /dev/null @@ -1,107 +0,0 @@ -import { Address } from 'viem'; -import { SupportedNetworks } from '@/utils/networks'; -import { MorphoChainlinkOracleData } from '@/utils/types'; - -// Extend the oracle data structure to include optional warning codes -type WhitelistedOracleData = MorphoChainlinkOracleData & { - warningCodes?: string[]; // Array of warning codes (e.g., 'hardcoded_oracle_feed') -}; - -// Define the structure for oracle data within a specific network -type NetworkOracleWhitelist = Record; - -// Top-level map: Network ID -> Oracle Address -> Oracle Data (including warnings) -export const oracleWhitelist: Partial> = { - [SupportedNetworks.Polygon]: { - '0x1dc2444b54945064c131145cd6b8701e3454c63a': { - baseFeedOne: { - address: '0x3Ea1eC855fBda8bA0396975eC260AD2e9B2Bc01c ', - chain: { id: SupportedNetworks.Polygon }, - id: '0x3Ea1eC855fBda8bA0396975eC260AD2e9B2Bc01c', - pair: ['wstETH', 'WETH'], - }, - baseFeedTwo: null, - quoteFeedOne: null, - quoteFeedTwo: null, - warningCodes: ['hardcoded_oracle_feed'], - }, - '0x15b4e0ee3dc3d20d9d261da2d3e0d2a86a6a6291': { - baseFeedOne: { - address: '0xaca1222008C6Ea624522163174F80E6e17B0709A ', - chain: { id: SupportedNetworks.Polygon }, - id: '0xaca1222008C6Ea624522163174F80E6e17B0709A', - pair: ['wBTC', 'USD'], - }, - baseFeedTwo: null, - quoteFeedOne: null, - quoteFeedTwo: null, - warningCodes: ['hardcoded_oracle_feed'], - }, - '0xf6df1e9ac2a4239c81bde9a537236eb4b4a4828c': { - baseFeedOne: { - address: '0x66aCD49dB829005B3681E29b6F4Ba1d93843430e', - chain: { id: SupportedNetworks.Polygon }, - id: '0x66aCD49dB829005B3681E29b6F4Ba1d93843430e', - pair: ['MATIC', 'USD'], - }, - baseFeedTwo: null, - quoteFeedOne: null, - quoteFeedTwo: null, - warningCodes: ['hardcoded_oracle_feed'], - }, - '0x8eece0e6a57554d70f4fa35913500d4c17ac3fef': { - baseFeedOne: { - address: '0xb6Cd28DD265aBbbF24a76B47353002ffeBd56099', - chain: { id: SupportedNetworks.Polygon }, - id: '0xb6Cd28DD265aBbbF24a76B47353002ffeBd56099', - pair: ['MaticX', 'USD'], - }, - baseFeedTwo: null, - quoteFeedOne: null, - quoteFeedTwo: null, - warningCodes: ['hardcoded_oracle_feed'], - }, - '0xf81de2f51d33aca3b0ef672ae544d6225a0d76f2': { - baseFeedOne: { - address: '0xfBF4299519bdF63AE4296871b3a5237b09021B26', - chain: { id: SupportedNetworks.Polygon }, - id: '0xfBF4299519bdF63AE4296871b3a5237b09021B26', - pair: ['ETH', 'USD'], - }, - baseFeedTwo: null, - quoteFeedOne: null, - quoteFeedTwo: null, - warningCodes: ['hardcoded_oracle_feed'], - }, - '0x3baefca1c626262e9140b7c789326235d9ffd16d': { - baseFeedOne: { - address: '0xaca1222008C6Ea624522163174F80E6e17B0709A', - chain: { id: SupportedNetworks.Polygon }, - id: '0x0000000000000000000000000000000000000000', - pair: ['WBTC', 'USD'], - }, - baseFeedTwo: null, - quoteFeedOne: { - address: '0xfBF4299519bdF63AE4296871b3a5237b09021B26', - chain: { id: SupportedNetworks.Polygon }, - id: '0xfBF4299519bdF63AE4296871b3a5237b09021B26', - pair: ['ETH', 'USD'], - }, - quoteFeedTwo: null, - warningCodes: [], - }, - }, -}; - -/** - * Gets the whitelisted oracle data (including potential warnings) for a specific oracle address and network. - * @param oracleAddress The address of the oracle contract. - * @param network The network ID. - * @returns The WhitelistedOracleData if found, otherwise undefined. - */ -export const getWhitelistedOracleData = ( - oracleAddress: Address, - network: SupportedNetworks, -): WhitelistedOracleData | undefined => { - return oracleWhitelist[network]?.[oracleAddress]; -}; diff --git a/src/constants/oracle/oracle-cache.json b/src/constants/oracle/oracle-cache.json new file mode 100644 index 00000000..f5756788 --- /dev/null +++ b/src/constants/oracle/oracle-cache.json @@ -0,0 +1,46950 @@ +[ + { + "address": "0xfafc62928ec6f9fb59f5c3d80e8e7be846f67e4b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x26EDB14eA06A4D07190fE88823C974f4F367313E", + "chain": { + "id": 1 + }, + "description": "Spectra PT-ysUSDC19APR2025 Linear Discount", + "id": "951e71ed-2a6a-4b71-842a-feba5ac30a2f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1138ea0c2381fe8af9524d3793cad94f9e4291e1", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2e22c5832f1cc5abbbdfbfa30b84704a25a2a332", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xE2380c199F07e78012c6D0b076A4137E6D1Ba022", + "chain": { + "id": 1 + }, + "description": "Oval price feed for SAND / USD price feed", + "id": "7b61261d-aea6-4987-b91f-852e03f8d341", + "pair": [ + "SAND", + "USD" + ], + "vendor": "Oval" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x09717Bb4EE122Bb5dBf2457F727FfE8Ed3097F48", + "chain": { + "id": 1 + }, + "description": "Oval price feed for USDC / USD price feed", + "id": "15fdf4f9-222d-4740-a5b4-025f11442528", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc7dfbf97067ba3bcf69fbdf4bbbae7c71cf5538d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xE2380c199F07e78012c6D0b076A4137E6D1Ba022", + "chain": { + "id": 1 + }, + "description": "Oval price feed for SAND / USD price feed", + "id": "7b61261d-aea6-4987-b91f-852e03f8d341", + "pair": [ + "SAND", + "USD" + ], + "vendor": "Oval" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x09717Bb4EE122Bb5dBf2457F727FfE8Ed3097F48", + "chain": { + "id": 1 + }, + "description": "Oval price feed for USDC / USD price feed", + "id": "15fdf4f9-222d-4740-a5b4-025f11442528", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa7e614970f9d0614e0480faa1967dcd7f4236c9c", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2649689775a757eb16334718320e337243e95d72", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0cb7dee76aa916a3666f50b044f16051c325b3e2", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9B4a96210bc8D9D55b1908B465D8B0de68B7fF83", + "chain": { + "id": 1 + }, + "description": "frxUSD / USD", + "id": "241e351f-0560-4d0d-8569-e5b48bc73b77", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x856e1fbf235561a31ba6a20654814a30f96459a6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xD26674Cbb8047A0C608e21Cb29e82b608EA1823A", + "chain": { + "id": 1 + }, + "description": "", + "id": "f86934ab-63f7-4fc6-8ffe-5cce49eafd08", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x549D08c7D4779EbC22A2c5031Da3bf1f14A08bb7", + "chain": { + "id": 1 + }, + "description": "", + "id": "3dc65dc5-040b-419b-bc4c-9c8b6ce2845a", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x4a8ac2ca70c99c88b106835faea33ba37bb55f78", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x379bd0b8c9b5e022bb26dcebebab92f19a7c573e", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcc466992240c143394c7052cf5d6a7c99b1dbdac", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6165946250DD04740aB1409217E95a4f38374fE9", + "chain": { + "id": 1 + }, + "description": "xETH/USD price oracle", + "id": "ee01c032-b7d1-4072-bf4d-215bc2e51c3a", + "pair": [ + "xETH", + "USD" + ], + "vendor": "AlphaPing" + }, + "baseFeedTwo": { + "address": "0x929b42739fEd4d6Ca44EDA0f4020e2A428f8AB86", + "chain": { + "id": 1 + }, + "description": "USD/CHF price oracle", + "id": "24d60aca-2a3a-4b1d-928e-5f6e59c3023d", + "pair": [ + "USD", + "CHF" + ], + "vendor": "AlphaPing" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x24dc7441b3486094bce4aa782c91b30b57bd9dd7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xab1ee26435fb5e7b005a1d438336d80d097931e7", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x57028eca448fb11b9911c6f7ba0b4f82eaa23d57", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9AcB29623CffD14DeE4945a4e3e3AB55691DF44b", + "chain": { + "id": 1 + }, + "description": null, + "id": "4b69abd8-51bb-4d57-b37f-d3d18298b64b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x057428Ba803B56eF272eC57752634351320F559B", + "chain": { + "id": 1 + }, + "description": null, + "id": "f89ed499-9d2f-403b-bb51-6e825ea4eb6a", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd7c8498ff648cbb9e79d6470cf7f639e696d27a5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x7aa6a2A9F61502e3e411b7b3db625C1851Ad7FB4", + "chain": { + "id": 1 + }, + "description": "PT-USDS-14AUG2025 / USD linear discount adapter", + "id": "74add23e-015a-4e9a-8904-ace1d5f8f7e1", + "pair": [ + "PT-USDS-14AUG2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8dd684a00aba5e3c7f8157faac640b6725e62f6c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x65E45D2f3f43b613416614c73f18fDD3AA2b8391", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "345eb60a-6245-4b5d-b901-5f9c6ca4d0a3", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x49f9f1966b3796a144c468490a6fa37d9eaeba85", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf3f344aa9ebaef5a6999ba0f9e27f0194a785d78", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x610a4143f3fad1ceb2cf2cbe0787c63719003233", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb177857a1799aA5F7fEb5799Fdf12CbE8fdF78B1", + "chain": { + "id": 1 + }, + "description": "USDF / USD", + "id": "79c60250-fd30-46d9-9dce-1b1451205992", + "pair": [ + "USDf", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4ef4f2826fd7acdc1b31ffc206677d11295a6bc5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x19A5D0bb1200948ADBb6C991494e7292dD8628Cb", + "chain": { + "id": 1 + }, + "description": "xCVX/USD price oracle", + "id": "48d23dcc-d7ec-4358-8204-d4f0ee19d985", + "pair": [ + "xCVX", + "USD" + ], + "vendor": "Frankencoin" + }, + "baseFeedTwo": { + "address": "0x929b42739fEd4d6Ca44EDA0f4020e2A428f8AB86", + "chain": { + "id": 1 + }, + "description": "USD/CHF price oracle", + "id": "24d60aca-2a3a-4b1d-928e-5f6e59c3023d", + "pair": [ + "USD", + "CHF" + ], + "vendor": "AlphaPing" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x84bf7a62708108fa640292684f04b0f7362c88f9", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x94f93f1eadb8a2f73c415ad4c19cb791e6d0192b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb2Ca3C47b1BeA4AD7Cfd187A522be0F1bfc8652B", + "chain": { + "id": 1 + }, + "description": "ezETH/ETH exchange rate", + "id": "74fc5171-a4ff-4403-954a-3e6e51b77871", + "pair": [ + "ezETH", + "ETH" + ], + "vendor": "Origami" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x94c2dfa8917f1657a55d1d604fd31c930a10bca3", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2c9e49d332c84abe8a3e42e903705f3146f452d8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xdD964A8235BA150a18644C379937B73b032E4dF0", + "chain": { + "id": 1 + }, + "description": "PT-eUSDE-29MAY2025 / USDe Pendle price adapter", + "id": "926852a1-346a-4def-a05f-5b57d23f8b5c", + "pair": [ + "PT-eUSDE-29MAY2025", + "USDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x765af645885a82b1d48edd2443d33a2b4c0b61d8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5Aa30684f5B1d5E258F1eFC69d40fc9AB2d1e216", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-29MAY2025 / USDe Pendle price adapter", + "id": "d4dbfb3d-c6a2-41fc-a59f-e48abe952f85", + "pair": [ + "PT-sUSDE-29MAY2025", + "USDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x164bedbd7655c2e1da96d0cd5fae7323efc46840", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": { + "address": "0x929b42739fEd4d6Ca44EDA0f4020e2A428f8AB86", + "chain": { + "id": 1 + }, + "description": "USD/CHF price oracle", + "id": "24d60aca-2a3a-4b1d-928e-5f6e59c3023d", + "pair": [ + "USD", + "CHF" + ], + "vendor": "AlphaPing" + } + } + }, + { + "address": "0x167d283acac1b9ff39466a75aa82902f340f1f4d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xeC4031539b851eEc918b41FE3e03d7236fEc7be8", + "chain": { + "id": 1 + }, + "description": "wstETH / USD feed", + "id": "f864316c-016a-4c18-9684-c52a301a91e2", + "pair": [ + "wstETH", + "USD" + ], + "vendor": "API3" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4C7A561D15001C6ee5E05996591419b11962fa1A", + "chain": { + "id": 1 + }, + "description": "USDC / USD feed", + "id": "acd749b2-81cd-479c-b60c-33e270ed4c6e", + "pair": [ + "USDC", + "USD" + ], + "vendor": "API3" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd352e2cf83db8c6c4fc37e16027ef9fb340a6b87", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x99adb404ec05f43b897ae2f917bfa7c5fdd24708", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x56e2d0957d2376df4a0519b91d1fa19d2d63bd9b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb2b18E668CE6326760e3B063f72684fdF2a2D582", + "chain": { + "id": 1 + }, + "description": "rswETH/ETH exchange rate", + "id": "886b413f-29e6-4ca2-a8a4-ddf1c4f8f574", + "pair": [ + "rswETH", + "ETH" + ], + "vendor": "Origami" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x19eab740abd5dffaf88f46f30d0fdc5ea40298e8", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x010235a1334B5C2CeC3BbA1c521Ad56c919776A4", + "chain": { + "id": 1 + }, + "description": "PEPE/USD Oracle", + "id": "8b5d1444-4a74-4879-9c00-93bcf8e66b8b", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x71fadeaa85d97dde29439974859eed646efca3b4", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdb565ff31eb988123f0b2f5d019b2139708ef50d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "baseFeedTwo": { + "address": "0xCfE54B5cD566aB89272946F602D76Ea879CAb4a8", + "chain": { + "id": 1 + }, + "description": "STETH / USD (1%)", + "id": "352e7d1d-550c-4ed9-97a2-e1e97aa53e68", + "pair": [ + "STETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5fea8a318866a3474c5f7113490fb5dedb3105ca", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xB9E1E3A9feFf48998E45Fa90847ed4D467E8BcfD", + "chain": { + "id": 1 + }, + "description": "FRAX / USD (1%)", + "id": "0f723075-69fc-4147-82e4-f9455ae8b4ea", + "pair": [ + "FRAX", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfac3ef1d7a4762e295b176cbd4685129b48de2b1", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdd1778f71a4a1c6a0efebd8ae9f8848634ce1101", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x7C4561Bb0F2d6947BeDA10F667191f6026E7Ac0c", + "chain": { + "id": 1 + }, + "description": "PAXG / USD Pyth price feed", + "id": "7939165c-202f-4a49-b8f6-ff2197cc8fea", + "pair": [ + "PAXG", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xC5774412Dbd3734A5925936f320EE91a2940488D", + "chain": { + "id": 1 + }, + "description": "USDC / USD Pyth price feed", + "id": "16bf7d14-ebaf-4d2f-9dd0-bfa7b2ea47fc", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcf45d565252d56b5d377631982c8543e80a4c6a1", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x057f30e63A69175C69A4Af5656b8C9EE647De3D0", + "chain": { + "id": 1 + }, + "description": "STONE / ETH Chronicle price feed", + "id": "422b178e-6996-4a0e-84c4-26d381780f41", + "pair": [ + "STONE", + "ETH" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2aebfd1191f5a283298608002d30459a1cd7a24c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x89F48f6671Ec1B1C4f6abE964EBdd21F4eb7076f", + "chain": { + "id": 1 + }, + "description": "deUSD/USD (0.1%)", + "id": "c3b9cbc7-3284-4a02-a701-f50f7165a2b7", + "pair": [ + "deUSD", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x84dd864dd53d8a3ad4d255c8aaee0b3c5926ad5e", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2e1d68a933f4f4a9f8b8a01f4f2f059ac0f08df4", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x010235a1334B5C2CeC3BbA1c521Ad56c919776A4", + "chain": { + "id": 1 + }, + "description": "PEPE/USD Oracle", + "id": "8b5d1444-4a74-4879-9c00-93bcf8e66b8b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xCD2b014f74E776E0Ef787F42905f27Fef138829E", + "chain": { + "id": 1 + }, + "description": "Chainlink compatible fixed price oracle for USD/MONEY", + "id": "88ebc7ce-39f2-474b-8afa-5154828e9ed3", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x848d3bb3bfbc389e852d204f2ef848539960b1ef", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf0DF1B6f91e462F17F453F81b1aE45E7BE2455aA", + "chain": { + "id": 1 + }, + "description": null, + "id": "eae13378-cdbd-4bfd-b89f-0ebc2d3ac6e4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x3d3a02224b553478da7c702f1DD0e4E7a48e9c43", + "chain": { + "id": 1 + }, + "description": null, + "id": "2e2e082f-643d-4d51-bbb5-18282186ef88", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0xe48A49f99Ec53994B8c197a2A29E4CD2C4bbe4c5", + "chain": { + "id": 1 + }, + "description": null, + "id": "e924310c-3fbe-4ae8-9dd1-ad429e1851e8", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf4289e60fa8d50f980e8332c3de4113bdaaae781", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x010235a1334B5C2CeC3BbA1c521Ad56c919776A4", + "chain": { + "id": 1 + }, + "description": "PEPE/USD Oracle", + "id": "8b5d1444-4a74-4879-9c00-93bcf8e66b8b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8ce22cabbf981330f5cbd7487086e08ed0a60bb1", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x010235a1334B5C2CeC3BbA1c521Ad56c919776A4", + "chain": { + "id": 1 + }, + "description": "PEPE/USD Oracle", + "id": "8b5d1444-4a74-4879-9c00-93bcf8e66b8b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdfe625a283f7d7a24672d9c58a1ccffb9846fd9e", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xbeb935dc2ce0bf829f37d7fb147144e7af0a0d91", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xD0F672d0db24f451E92242A24A96759df17dfF2E", + "chain": { + "id": 1 + }, + "description": "PT Lombard LBTC 27MAR2025 / LBTC PtToAssetRate adapter", + "id": "98b94b63-b1bd-406c-b7dd-adab3f5a4793", + "pair": [ + "PT-LBTC-27MAR2025", + "LBTC" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcbaa87f2a8555907dde1836e0e47ccabfe586f64", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xB9E1E3A9feFf48998E45Fa90847ed4D467E8BcfD", + "chain": { + "id": 1 + }, + "description": "FRAX / USD (1%)", + "id": "0f723075-69fc-4147-82e4-f9455ae8b4ea", + "pair": [ + "FRAX", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf02e337f981f6372fb5be1a4d2b950f15e094694", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8350b7De6a6a2C1368E7D4Bd968190e13E354297", + "chain": { + "id": 1 + }, + "description": "TBTC / USD (2%)", + "id": "578923c3-08e4-4f1d-82ef-63c164e3038d", + "pair": [ + "tBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + } + } + }, + { + "address": "0xa16104e432595b34bd49c31d5be2fecc83a88867", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0ed5ef6a4ada311bd9ed05069bbcffdafe5a0088", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x871b119c40d512ad3839c7f15456d4717be8f12c", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x99f36adab0adb184631022c2a7b37c9587adaaa5", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x010235a1334B5C2CeC3BbA1c521Ad56c919776A4", + "chain": { + "id": 1 + }, + "description": "PEPE/USD Oracle", + "id": "8b5d1444-4a74-4879-9c00-93bcf8e66b8b", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2487cf42c11b707baef09a1bd6b7f5ff6c171438", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x427c6c90bfcbb69e0df2e7ac0abedee7001b9eac", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x85C4F855Bc0609D2584405819EdAEa3aDAbfE97D", + "chain": { + "id": 1 + }, + "description": "pumpBTC/BTC (0.5%)", + "id": "145aff20-9a40-4f15-90cd-c1e49efabbae", + "pair": [ + "pumpBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x309b563107f6afbea888acf1e1bffe0db8a8d08b", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd6361d441ea8fd285f7cd8b7d406b424e50c5429", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0705cdc1e56f837d7f97bc2bae36be3670da02c0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf87d2F4d42856f0B6Eae140Aaf78bF0F777e9936", + "chain": { + "id": 1 + }, + "description": "ETH+ / USD exchange rate adapter", + "id": "3ae1447d-e88d-43d2-ae62-f6d32614c128", + "pair": [ + "ETH+", + "USD" + ], + "vendor": "MEV Capital" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x477ddabbc51d433e9037e7eee43c1acd8cd8411f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9AaE2ac2637B9f441d1537bBdCEB712854dd426B", + "chain": { + "id": 1 + }, + "description": null, + "id": "2a8a2c16-115a-4877-924c-cac80167ce8a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x166befb14e5896bb7958c07296ab776930aea89a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8350b7De6a6a2C1368E7D4Bd968190e13E354297", + "chain": { + "id": 1 + }, + "description": "TBTC / USD (2%)", + "id": "578923c3-08e4-4f1d-82ef-63c164e3038d", + "pair": [ + "tBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + } + } + }, + { + "address": "0xebd18969356f629027ccdf69f42ce417b215ad58", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf2917e602C2dCa458937fad715bb1E465305A4A1", + "chain": { + "id": 1 + }, + "description": "EIGEN / USD (1%)", + "id": "42bd0750-4581-4b11-8283-56770dfd41e9", + "pair": [ + "EIGEN", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5635a2f38c5dfd1d8fdb176d9cb5aefa07bf6a68", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xdDb6F90fFb4d3257dd666b69178e5B3c5Bf41136", + "chain": { + "id": 1 + }, + "description": "weETH/USD (1%)", + "id": "be1a1b92-ee70-472c-94ec-5af54752a139", + "pair": [ + "weETH", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb3e24f938db830c903450dcfe200e0ac121d8033", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3B9c09bde7776C32C518e2E787412A9bBaA7685F", + "chain": { + "id": 1 + }, + "description": "ETH+/ETH (0.5%)", + "id": "0bd54322-0677-4b0e-a133-ea629a3c5091", + "pair": [ + "ETH+", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa98105b8227e0f2157816feb7a331364a9b74f80", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6f2b373a397464090645c726ee6685123afee36f", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x11105336eaa0f9fa2d8ce3242f611a62d463f4cb", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x19458f400d93817503c5bf7558624cca09f2487e", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6b102047a4bb943de39233e44487f2d57bdcb33e", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x874514c2ca3512258c5c8194a7234a06860b080b", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x038ce929913ff768d7cb1ef439ff23c6210a7a03", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbdd2f2d473e8d63d1bfb0185b5bdb8046ca48a72", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4270E1817576bbA4b640466bE79A408Ef128F828", + "chain": { + "id": 1 + }, + "description": "weETH / ETH exchange rate", + "id": "2f698929-debb-4a76-94c9-a159aeb766f8", + "pair": [ + "weETH", + "ETH" + ], + "vendor": "Origami Finance" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2a2658fc208ed00e11d96d3f7470618924466877", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xBAc9fC6917c067F763eDa63f569e0C6A7dBbCD80", + "chain": { + "id": 1 + }, + "description": "rsETH/ETH exchange rate", + "id": "1e439567-e014-46d9-8e0d-d69b4e6c1e56", + "pair": [ + "rsETH", + "ETH" + ], + "vendor": "Origami" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3385eed158f8a0d05ff79079113faa26fcf82dd5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x40094d9A2b2B8D1f4e713c79B19551CEE3FFd51d", + "chain": { + "id": 1 + }, + "description": "PT Lombard LBTC 27MAR2025 PtToAssetRate adapter", + "id": "927b3743-67d8-4c87-af91-08860cc06e00", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x38d130cee60cda080a3b3ac94c79c34b6fc919a7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3fa71e3F2788f85d8c4F9c3a05B038EAf29e7D35", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-27MAR2025 / USD linear discount adapter", + "id": "26f14240-e941-4ca4-acf4-d7077c5e4c34", + "pair": [ + "PT-sUSDE-27MAR2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9f48b0791c701be7a51b66a4e550a5f0b52a8f5e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x773616E4d11A78F511299002da57A0a94577F1f4", + "chain": { + "id": 1 + }, + "description": "DAI / ETH (1%)", + "id": "e2b0e7ad-ccd5-4b6a-a716-ba973bd2e1c4", + "pair": [ + "DAI", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd4f0765beb5a5b19ea6151d0d425db341a59bcfd", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfF30586cD0F29eD462364C7e81375FC0C71219b1", + "chain": { + "id": 1 + }, + "description": "USDS / USD (0.3%)", + "id": "d8817084-d90e-4541-913d-aabeaeb1116e", + "pair": [ + "USDS", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7f723fee1e65a7d26be51a05af0b5efee4a7d5ae", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x504188eff00db6137010de02c26b3f72c25ee1f1", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf782f01ff276a28d3c43e8034ad84508671c9ff3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x754D9Cda5EF7084216e180078C7C343b147dF13A", + "chain": { + "id": 1 + }, + "description": "PT-USD0++/USD0++ exchange rate adapter ", + "id": "6ce11c15-6684-4d10-86fb-fe099bc348e4", + "pair": [ + "PT-USD0++-31OCT2024", + "USD0++" + ], + "vendor": "Usual" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3f9df85f511efe36a5f751017b3a117f3501c7e5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd285A4F0Ad1BB6b1Db8cD3dD839E9f423938ef9E", + "chain": { + "id": 1 + }, + "description": "PT-USD0++ 26Jun2025/USD0++ PtToAssetRate adapter", + "id": "82e0c565-75df-4bd7-9647-b038ea6bf0d9", + "pair": [ + "PT-USD0++-26JUN2025", + "USD0++" + ], + "vendor": "Ojo" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfee9b887e04eb7f54eb3977df4eecad0b0cbda5a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x40094d9A2b2B8D1f4e713c79B19551CEE3FFd51d", + "chain": { + "id": 1 + }, + "description": "PT Lombard LBTC 27MAR2025 PtToAssetRate adapter", + "id": "927b3743-67d8-4c87-af91-08860cc06e00", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x936B31C428C29713343E05D631e69304f5cF5f49", + "chain": { + "id": 1 + }, + "description": "solvBTC / BTC (0.5%)", + "id": "6b28732e-3035-4273-b1fe-34f44bd56cd1", + "pair": [ + "solvBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcafd2c1bf29c3c52c54a53e6ad30abc98652ea23", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1ce1a1e68f26019caf5e823a56e300755d70d078", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3f72603328248f0459a13d72dc85cee40f8268a7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x94C2DfA8917F1657a55D1d604fd31C930A10Bca3", + "chain": { + "id": 1 + }, + "description": "PT Corn SolvBTC Babylon 26DEC2024 PtToAssetRate adapter", + "id": "af82b6f7-b787-4964-94a5-5401e11635e8", + "pair": [ + "PT-corn-SolvBTC.BBN-26DEC2024", + "SolvBTC.BBN" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0x1f34794A16D644b9810477EbF3f0b3870141E2e3", + "chain": { + "id": 1 + }, + "description": "SolvBTC.BBN / SolvBTC Exchange Rate (0.01%)", + "id": "edfa385e-b752-4620-90a9-c1ea2497033f", + "pair": [ + "SolvBTC.BBN", + "SolvBTC Exchange Rate" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xac7c15ce3b8ddb8a245d10029269bebf540c5827", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xE4f2AE539442e1D3Fb40F03ceEbF4A372a390d24", + "chain": { + "id": 1 + }, + "description": "mBASIS / USD price feed", + "id": "8e6be49c-451d-4c37-a1de-c07efcb3f503", + "pair": [ + "mBASIS", + "USD" + ], + "vendor": "Midas" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0c426d174fc88b7a25d59945ab2f7274bf7b4c79", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9", + "chain": { + "id": 1 + }, + "description": "DAI / USD (0.25%)", + "id": "bc6aef66-11e2-4d47-85b7-d7fe12296d65", + "pair": [ + "DAI", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa8cce51046d760291f77ec1eb98147a75730dcd5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5A3FD361956405db8aA85eC794E96E1F42d0a769", + "chain": { + "id": 1 + }, + "description": "PT-USDe-27MAR2025 / USD linear discount adapter", + "id": "4e765a4e-fc76-43bf-840c-99db88f50290", + "pair": [ + "PT-USDe-27MAR2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd44ae11b9e914dd564b8d2166b11ef59c4e26b94", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "baseFeedTwo": { + "address": "0xCfE54B5cD566aB89272946F602D76Ea879CAb4a8", + "chain": { + "id": 1 + }, + "description": "STETH / USD (1%)", + "id": "352e7d1d-550c-4ed9-97a2-e1e97aa53e68", + "pair": [ + "STETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x82f0952dbb57d5a0b77dc39a209d699a4584dfcd", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd8361b98590293d9a45ddefc831f077bbbd320cc", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xB9E1E3A9feFf48998E45Fa90847ed4D467E8BcfD", + "chain": { + "id": 1 + }, + "description": "FRAX / USD (1%)", + "id": "0f723075-69fc-4147-82e4-f9455ae8b4ea", + "pair": [ + "FRAX", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe7f1f98334049253f295f0dc7d38bbb9afbc59cf", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x94C2DfA8917F1657a55D1d604fd31C930A10Bca3", + "chain": { + "id": 1 + }, + "description": "PT Corn SolvBTC Babylon 26DEC2024 PtToAssetRate adapter", + "id": "af82b6f7-b787-4964-94a5-5401e11635e8", + "pair": [ + "PT-corn-SolvBTC.BBN-26DEC2024", + "SolvBTC.BBN" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0x936B31C428C29713343E05D631e69304f5cF5f49", + "chain": { + "id": 1 + }, + "description": "solvBTC / BTC (0.5%)", + "id": "6b28732e-3035-4273-b1fe-34f44bd56cd1", + "pair": [ + "solvBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe35f86ba1626d7a4a5a0b2eb19eb74e7068d9e4c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xB39339B82DdCF89d12d987d1D4Db33aFdd40B6AA", + "chain": { + "id": 1 + }, + "description": "USD3/USD (0.5%)", + "id": "765a5e3a-3e7e-41d6-ad1e-2c97eaaad09a", + "pair": [ + "USD3", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa93e3b4a671f2e84b62e6a5845f98292c802484d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x106Db70B0b32C497171507e248fF0D9d4481422D", + "chain": { + "id": 1 + }, + "description": null, + "id": "abca239d-e937-4d9d-8fa7-5ed1963d474d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x830debc0ad17716311a8a3eb41c9e11c6d4d509a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x82b26825D02deB266466f563F03ef2B87f8f37B9", + "chain": { + "id": 1 + }, + "description": "Oval price feed for cbBTC / USD price feed", + "id": "a60ab627-48ec-4f1f-86dd-5fc857d45dbe", + "pair": [ + "cbBTC", + "USD" + ], + "vendor": "Oval" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xDF7f88EAd7832D2efCf7c874174538e9EAAf6930", + "chain": { + "id": 1 + }, + "description": "Oval price feed for USDC / USD price feed", + "id": "4fb4a905-27a2-45e1-9837-1c23085561b5", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8f653ccfeba16cf2c0b0d16bc82bd6756c64f5d4", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x715c67c9b32ccf70c24539978649e80a4e4950bd", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x360f5b35aac22cbbd8f0b6e916daaed1013feaed", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x754D9Cda5EF7084216e180078C7C343b147dF13A", + "chain": { + "id": 1 + }, + "description": "PT-USD0++/USD0++ exchange rate adapter ", + "id": "6ce11c15-6684-4d10-86fb-fe099bc348e4", + "pair": [ + "PT-USD0++-31OCT2024", + "USD0++" + ], + "vendor": "Usual" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf0db32f5c678d02dd8eb1839e60f1fd16dbf49e2", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8350b7De6a6a2C1368E7D4Bd968190e13E354297", + "chain": { + "id": 1 + }, + "description": "TBTC / USD (2%)", + "id": "578923c3-08e4-4f1d-82ef-63c164e3038d", + "pair": [ + "tBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x253aacb28f65f2c835bd3eab89c67447001f3041", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x056339C044055819E8Db84E71f5f2E1F536b2E5b", + "chain": { + "id": 1 + }, + "description": "mTBILL / USD exchange rate adapter", + "id": "d0262033-76ea-4c09-a6be-4600b21e3565", + "pair": [ + "mTBILL", + "USD" + ], + "vendor": "Ankura Trust - Midas" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x81e5e28f33d314e9211885d6f0f4080e755e4595", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x1c2375B4dA8ac4DF9ed05b73b4224123E5C6F237", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-26DEC2024 / USD linear discount adapter", + "id": "8f12135c-cd05-4bb0-8adf-1c5c6033c81c", + "pair": [ + "PT-sUSDE-26DEC2024", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfb4b72b632cec456321fee556b7d4c9af8d455e1", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "baseFeedTwo": { + "address": "0xCfE54B5cD566aB89272946F602D76Ea879CAb4a8", + "chain": { + "id": 1 + }, + "description": "STETH / USD (1%)", + "id": "352e7d1d-550c-4ed9-97a2-e1e97aa53e68", + "pair": [ + "STETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc0d8dcd624dd8daca93e719b83c071e2a632d9da", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAfFd8F5578E8590665de561bdE9E7BAdb99300d9", + "chain": { + "id": 1 + }, + "description": "USCC / USD NAV", + "id": "cad01386-2e55-47a8-8912-eeb7b06034d5", + "pair": [ + "USCC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbc087de272d169f40dd6324c028d4738867d3bc7", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0fd64ae6f4ec9862d70018a594c8e6c5b42c2e10", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x171b10e16223F86500D558D426Bf4fa5EF280087", + "chain": { + "id": 1 + }, + "description": "Oval price feed for cbBTC / USD price feed", + "id": "a1f26b4a-cb1c-429e-a96c-7aa1ee76956a", + "pair": [ + "cbBTC", + "USD" + ], + "vendor": "Oval" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x206B4846F1257252a64781f442626ce82FD3C6Cc", + "chain": { + "id": 1 + }, + "description": "Oval price feed for ETH / USD price feed", + "id": "ae80ef3f-50bd-4b3d-b0b4-0fc5b9af3e38", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe9c732c1f1e97f452450ec1c112d7adb264514bd", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xc119bD4d472a70C4d7D8a77C78683d142dC2Eaf8", + "chain": { + "id": 1 + }, + "description": null, + "id": "cd2f109c-cdae-4a16-b2c1-d316ea7d4d30", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x206B4846F1257252a64781f442626ce82FD3C6Cc", + "chain": { + "id": 1 + }, + "description": "Oval price feed for ETH / USD price feed", + "id": "ae80ef3f-50bd-4b3d-b0b4-0fc5b9af3e38", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe8c1dd884ac941188f37c3b4c25a95775c7c44c2", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x426e271cd65cf6745c729fcc09cf2295bf444f80", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x53603E9041db680554ea2D4EC1BeB6a411291028", + "chain": { + "id": 1 + }, + "description": "Syrup USDC convertToAsset adapter", + "id": "1f2845e9-8f4a-48ea-8f86-a5c0f465a468", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x76d14b72a9468c2895f8697af71294e32b1b7249", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6BC34c19AEbf6049e5AD42969EF0EfF3db665b0c", + "chain": { + "id": 1 + }, + "description": "Oval price feed for cbBTC / USD price feed", + "id": "30d68c91-98e6-4f9e-b169-d3c84683236c", + "pair": [ + "cbBTC", + "USD" + ], + "vendor": "Oval" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf11125B453dA3283ab0F520972Fd8DF857Fd61ef", + "chain": { + "id": 1 + }, + "description": "Oval price feed for USDT / USD price feed", + "id": "a6088fdb-1aed-46f6-81ac-f0d3d0b46e85", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6c6c5219e1ce025207a6f42c43e16571765f297f", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbdbbe1eb5a99531796c8d04787f898ce5dbf2c8b", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x05c7f8087de59f43e2208a9ba556fb5ca00958a9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x71Fe475587829739026f287D25A8f08e837F8460", + "chain": { + "id": 1 + }, + "description": null, + "id": "8f32aeef-ec6b-4375-9578-799161e05ed5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf11125B453dA3283ab0F520972Fd8DF857Fd61ef", + "chain": { + "id": 1 + }, + "description": "Oval price feed for USDT / USD price feed", + "id": "a6088fdb-1aed-46f6-81ac-f0d3d0b46e85", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9cfc49118bf066a1255a1a923890940594fd5770", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf2917e602C2dCa458937fad715bb1E465305A4A1", + "chain": { + "id": 1 + }, + "description": "EIGEN / USD (1%)", + "id": "42bd0750-4581-4b11-8283-56770dfd41e9", + "pair": [ + "EIGEN", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x48848d4a645ad46c21015e44d703aa9b58d93ad9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xe1Df18D89Aa32a23b121d128840eEA7D2145ca4A", + "chain": { + "id": 1 + }, + "description": "fxUSD net asset value", + "id": "d0abfe91-7c1f-41e6-89b5-e3cadabcec81", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc9f335b9c952883aa6806501990d030c0efc9afd", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6027a4617835456371654d29bff68b3cd4b8ca73", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x936B31C428C29713343E05D631e69304f5cF5f49", + "chain": { + "id": 1 + }, + "description": "solvBTC / BTC (0.5%)", + "id": "6b28732e-3035-4273-b1fe-34f44bd56cd1", + "pair": [ + "solvBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x47c162ea5896bd8349bad6049fa38bcd509dba44", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xA537EF0343e83761ED42B8E017a1e495c9a189Ee", + "chain": { + "id": 1 + }, + "description": "mBTC/USD", + "id": "05eb2d19-9471-406d-a74a-d9bd8aaba4ef", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0b0e64c05083fdf9ed7c5d3d8262c4216efc9394", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6e0b1a5d35a191ede6ddd7cf888e87a147f2741e", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x09476ca5a15b465e21d022fd583655cbceb16132", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe769524ab359f3dbf87187bb7da6c7cb3638af96", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x936B31C428C29713343E05D631e69304f5cF5f49", + "chain": { + "id": 1 + }, + "description": "solvBTC / BTC (0.5%)", + "id": "6b28732e-3035-4273-b1fe-34f44bd56cd1", + "pair": [ + "solvBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3abb61053f4b18aa8fd95b7802cb2e27b61ab43a", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x04448c2f45341b15c1e5c8cdb8bc4e29187809ac", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xEEf0C605546958c1f899b6fB336C20671f9cD49F", + "chain": { + "id": 1 + }, + "description": "CRVUSD / USD (0.5%)", + "id": "45e5333c-bacc-4e66-9fa7-ecc18172d141", + "pair": [ + "CRVUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xb379efa1c40dd99c01bfabee26b6590d0ba71276", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x24c8964338Deb5204B096039147B8e8C3AEa42Cc", + "chain": { + "id": 1 + }, + "description": "SolvBTC/USD (0.5%)", + "id": "c232279a-cf91-4f73-9754-851e08d1ad65", + "pair": [ + "SolvBTC", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0x936B31C428C29713343E05D631e69304f5cF5f49", + "chain": { + "id": 1 + }, + "description": "solvBTC / BTC (0.5%)", + "id": "6b28732e-3035-4273-b1fe-34f44bd56cd1", + "pair": [ + "solvBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x96605c8f73328f3d6cc484bbe074c5f4c93ecf6b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xA537EF0343e83761ED42B8E017a1e495c9a189Ee", + "chain": { + "id": 1 + }, + "description": "mBTC/USD", + "id": "05eb2d19-9471-406d-a74a-d9bd8aaba4ef", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcb6a6fdfdb18ec9a004465aef74ff9092fd4f89a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xBAc9fC6917c067F763eDa63f569e0C6A7dBbCD80", + "chain": { + "id": 1 + }, + "description": "rsETH/ETH exchange rate", + "id": "1e439567-e014-46d9-8e0d-d69b4e6c1e56", + "pair": [ + "rsETH", + "ETH" + ], + "vendor": "Origami" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x09dbf9502d43445b33883837a51d06fc9b9cdec4", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x873cd44b860dedfe139f93e12a4acca0926ffb87", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb3edb92abdc8cf574d3447f7b8a9978b79fdac0f", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9c0174fe7748f318dcb7300b93b170b6026280b0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3fa71e3F2788f85d8c4F9c3a05B038EAf29e7D35", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-27MAR2025 / USD linear discount adapter", + "id": "26f14240-e941-4ca4-acf4-d7077c5e4c34", + "pair": [ + "PT-sUSDE-27MAR2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0bfd651c5232314b10477465ce24db2f9f852c4e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8955dF457EaF6812F4F9cEa5c3dB15cE717a64c5", + "chain": { + "id": 1 + }, + "description": null, + "id": "e5e093d2-ea3f-457f-8bbc-7cfb5a124e44", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0a1577c7eca50871eecab68e799f2efa69f1fa96", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x85f74f58d21e7eb0991774fe7b89b930b60cbba6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5283b67fadc6bb299c0dc90f97191132ace413a5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xD0F672d0db24f451E92242A24A96759df17dfF2E", + "chain": { + "id": 1 + }, + "description": "PT Lombard LBTC 27MAR2025 / LBTC PtToAssetRate adapter", + "id": "98b94b63-b1bd-406c-b7dd-adab3f5a4793", + "pair": [ + "PT-LBTC-27MAR2025", + "LBTC" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0642aab8ca0a9f3784ea59988c47d4cce6056aee", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x7D57e514a187f5596F10385A9D42eD5780111d94", + "chain": { + "id": 1 + }, + "description": "amphrETH/wstETH exchange rate", + "id": "3399109d-1122-4f26-9c3c-de69078181a2", + "pair": [ + "amphrETH", + "wstETH" + ], + "vendor": "Ojo" + }, + "baseFeedTwo": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb35b25adc53157f4b76a0eecc94efe915a0aa968", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x1c2375B4dA8ac4DF9ed05b73b4224123E5C6F237", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-26DEC2024 / USD linear discount adapter", + "id": "8f12135c-cd05-4bb0-8adf-1c5c6033c81c", + "pair": [ + "PT-sUSDE-26DEC2024", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcc62a6fad56ee6277250eabe49959002da42191c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x51EFC18301789beaF5F0e5D4C72e4FACE72E3658", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-29MAY2025 / USD linear discount adapter", + "id": "ebfbe021-c3f6-4295-849f-8ca6f9550f1a", + "pair": [ + "PT-sUSDE-29MAY2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x15b68dd823bb37150c3baaff841c6dfff4bbb6ae", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x30fc2d5005adc0652a34b93081346919471b8077", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaad341b4dc66dcc2c5d6e86e1d252c311c62f757", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7b27e8a778818e6767a93381e397eace3b8f80a2", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5926Cf8Fb055904007f962193a085Ade01bd456f", + "chain": { + "id": 1 + }, + "description": "PT-rsETH-26JUN2025 / rsETH PtToAssetRate adapter", + "id": "c6a4fb1a-82fc-46dc-b4e8-5b87e1b3d77a", + "pair": [ + "PT-rsETH-26JUN2025", + "rsETH" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0xBAc9fC6917c067F763eDa63f569e0C6A7dBbCD80", + "chain": { + "id": 1 + }, + "description": "rsETH/ETH exchange rate", + "id": "1e439567-e014-46d9-8e0d-d69b4e6c1e56", + "pair": [ + "rsETH", + "ETH" + ], + "vendor": "Origami" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe316c92d2b1f50a53e72461856fd50b2519e5800", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd071e40879BFBC3362642fF3e9F45f510C280a01", + "chain": { + "id": 1 + }, + "description": "PT-USD0++ 27Mars2025/USD0++ PtToAssetRate adapter", + "id": "1c255d7f-54c1-40a8-bddf-9dae667028f6", + "pair": [ + "PT-USD0++-27MAR2025", + "USD0++" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcbd0fc83c8c68a3ab0b04fb0544fe65c8aa2cdfa", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6a403Cd3c976ad684f3C4e30Ab162341c93355bC", + "chain": { + "id": 1 + }, + "description": "hETH/ETH exchange rate", + "id": "fb542e85-d442-4216-86eb-f01b7590b72f", + "pair": [ + "hETH", + "ETH" + ], + "vendor": "Hinkal" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb2afff6b538b4a182c3626a6f54d99f9b3b7c623", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x1157A553Dc5b75Ea71745dC257B07eb2c165c654", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "1d4dd4ed-f3c5-4289-b0b8-d849ebc74af4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xBAc9fC6917c067F763eDa63f569e0C6A7dBbCD80", + "chain": { + "id": 1 + }, + "description": "rsETH/ETH exchange rate", + "id": "1e439567-e014-46d9-8e0d-d69b4e6c1e56", + "pair": [ + "rsETH", + "ETH" + ], + "vendor": "Origami" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9d03b8a9a3e911b205ef5e9d0a25cc15fda6432c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0aeD07551b733B514703271f8C6855DA146f445a", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "6a0272d0-e5f2-4e18-a270-f0b63103064a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2da48ed7a26021fb25c8d94708a77a2e04608cc8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0ba73080A12f5F0b0b37C5518BdE99b99067D259", + "chain": { + "id": 1 + }, + "description": "Spectra pt-wstUSR to usr linear price adapter", + "id": "6265565b-3d10-4233-b274-7d2adccaa631", + "pair": [ + "PT-wstUSR-1740182579", + "USR" + ], + "vendor": "MEV Capital - Spectra" + }, + "baseFeedTwo": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xfa363d633bf64a69dd0a82f68d93d1084b7c05c4", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6a4bdf040fe684284afa53e501f65c8e33839652", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9", + "chain": { + "id": 1 + }, + "description": "DAI / USD (0.25%)", + "id": "bc6aef66-11e2-4d47-85b7-d7fe12296d65", + "pair": [ + "DAI", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xEEf0C605546958c1f899b6fB336C20671f9cD49F", + "chain": { + "id": 1 + }, + "description": "CRVUSD / USD (0.5%)", + "id": "45e5333c-bacc-4e66-9fa7-ecc18172d141", + "pair": [ + "CRVUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xddbcaac63306428d10ff4c6832cae1991244c056", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x84e51A0c8DAc953F37bc72A43Fd3a008345efCB8", + "chain": { + "id": 1 + }, + "description": "wUSDL / USDL feed", + "id": "09c211e4-3607-4d06-a1f8-46759caebd9f", + "pair": [ + "wUSDL", + "USDL" + ], + "vendor": "Steakhouse" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1be22eefa7d0fd5be8171e947bfde7c009493d1f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x56c08bF6Ab8e08A7eADeb4E053DA653334E8E549", + "chain": { + "id": 1 + }, + "description": "eBTC/BTC", + "id": "62c2a81f-bfe4-4d67-b00d-f3451b7c4671", + "pair": [ + "eBTC", + "BTC" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5631200e3fd465c42b4227819fd907afa35e00c9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8955dF457EaF6812F4F9cEa5c3dB15cE717a64c5", + "chain": { + "id": 1 + }, + "description": null, + "id": "e5e093d2-ea3f-457f-8bbc-7cfb5a124e44", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xe0D44d8E04e7A446BD35C7D08a45Fe966f982a5C", + "chain": { + "id": 1 + }, + "description": "wstUSR/USDC via exchange rate wstUSR/USR and USR/USDC Resolv oracle", + "id": "60e8db22-5d22-4863-831d-aead32fc45db", + "pair": [ + "wstUSR", + "USDC" + ], + "vendor": "Resolv" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xde228cfa0942846ac20a52d27cccbda322741179", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xEEf0C605546958c1f899b6fB336C20671f9cD49F", + "chain": { + "id": 1 + }, + "description": "CRVUSD / USD (0.5%)", + "id": "45e5333c-bacc-4e66-9fa7-ecc18172d141", + "pair": [ + "CRVUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5da4b29b877b21a4360495c06b88e8da194c169e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x73a3387768306bE3994c57445Eec893bB5B64b0f", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-27FEB2025 / USD linear discount adapter", + "id": "a0d8482c-c709-44d5-b091-ab8eaaf91bf4", + "pair": [ + "PT-sUSDE-27FEB2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xda850a72080024e17c1590fbf6ea7a826db90760", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x50aa2b3d70e0ad7f0c449dac4a95d4b153e1a44b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x1157A553Dc5b75Ea71745dC257B07eb2c165c654", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "1d4dd4ed-f3c5-4289-b0b8-d849ebc74af4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xBAc9fC6917c067F763eDa63f569e0C6A7dBbCD80", + "chain": { + "id": 1 + }, + "description": "rsETH/ETH exchange rate", + "id": "1e439567-e014-46d9-8e0d-d69b4e6c1e56", + "pair": [ + "rsETH", + "ETH" + ], + "vendor": "Origami" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x02de081a30d2811833d0afd313b3638bd9fbc075", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xC61fd175608dfE792574D5D008B236D7BE6f2110", + "chain": { + "id": 1 + }, + "description": "PT-corn-eBTC-27MAR2025 / eBTC PtToAssetRate adapter", + "id": "222b781e-4dff-4f48-9bd0-ca986456a1b6", + "pair": [ + "PT-corn-eBTC-27MAR2025", + "eBTC" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7b456f32202f6c2d5b429912eb86d1d368c0dd36", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd4C0e77Ed0019525D96BF4E25F39A1EaC6BcbbDa", + "chain": { + "id": 1 + }, + "description": "PT Wrapped stUSR 27MAR2025 - wstUSR PtToSyRate adapter", + "id": "be27475e-2f73-45ca-9f1b-653fe619041c", + "pair": [ + "PT-wstUSR-27MAR2025", + "wstUSR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0xe0D44d8E04e7A446BD35C7D08a45Fe966f982a5C", + "chain": { + "id": 1 + }, + "description": "wstUSR/USDC via exchange rate wstUSR/USR and USR/USDC Resolv oracle", + "id": "60e8db22-5d22-4863-831d-aead32fc45db", + "pair": [ + "wstUSR", + "USDC" + ], + "vendor": "Resolv" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9cba7f915744728f183eb706e37971d73a4929f6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd071e40879BFBC3362642fF3e9F45f510C280a01", + "chain": { + "id": 1 + }, + "description": "PT-USD0++ 27Mars2025/USD0++ PtToAssetRate adapter", + "id": "1c255d7f-54c1-40a8-bddf-9dae667028f6", + "pair": [ + "PT-USD0++-27MAR2025", + "USD0++" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0x36d70e02e96897CE2002313CB7ea55FffDf074FC", + "chain": { + "id": 1 + }, + "description": "Naked USD0++ price feed adapter", + "id": "94f04653-f86e-4c3f-96be-c8ce1399125f", + "pair": [ + "USD0++", + "USD" + ], + "vendor": "MEV Capital" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x24c02eb0b4c2819f9b33264e367bb6536c9fe664", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xBAc9fC6917c067F763eDa63f569e0C6A7dBbCD80", + "chain": { + "id": 1 + }, + "description": "rsETH/ETH exchange rate", + "id": "1e439567-e014-46d9-8e0d-d69b4e6c1e56", + "pair": [ + "rsETH", + "ETH" + ], + "vendor": "Origami" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xae95c514054fe072036035f3aefc4bf31ea9dee5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4f67Fd74cff274Ef2942223c0f3166b856410AdD", + "chain": { + "id": 1 + }, + "description": "beraSTONE/WETH (0.5%)", + "id": "db4a3f6d-ecc1-4e9c-9325-8a7c58f4d0a9", + "pair": [ + "beraSTONE", + "WETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x269ca0eeeac4b618e50af4c5bf40b030cc3a7c2e", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x16f4cc0fc967ac05d4f8757c5df16788a4b04a24", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x848b5d34c3cbee40e550a705c419c299f7033eca", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAdb2c15Fde49D1A4294740aCb650de94184E66b2", + "chain": { + "id": 1 + }, + "description": "RLP / USD", + "id": "fae258fc-23dc-4df2-a6bf-3c9e71f6a195", + "pair": [ + "RLP", + "USD" + ], + "vendor": "Resolv" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1c4376b540559a5f4ac972c1da8600c53e287e22", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xD9a232ec7b93e5fFF19389f6f5883189CbC542EB", + "chain": { + "id": 1 + }, + "description": "PT Corn SolvBTC Babylon 27MAR2025 PtToAssetRate adapter", + "id": "ac5b6b1e-25a0-411d-9720-55b6dbb1386d", + "pair": [ + "PT-SolvBTC.BBN-27MAR2025", + "SolvBTC.BBN" + ], + "vendor": "Ojo" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x02004960ebe85df04633b12fa936cc039a573749", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc6c5140d6ae2d1b3759e400cd59c499c496106cc", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x54AedFe96cB7724fA59Ba7666679C2002E10B8bc", + "chain": { + "id": 1 + }, + "description": "SpectraPriceOracle ", + "id": "31c26708-f5db-4870-ae98-33bc89e80cff", + "pair": [ + "PT-sdeUSD-1753142406", + "deUSD" + ], + "vendor": "Spectra" + }, + "baseFeedTwo": { + "address": "0xcA727511c9d542AAb9eF406d24E5bbbE4567c22d", + "chain": { + "id": 1 + }, + "description": "deUSD/USD (0.2%)", + "id": "d9b8ac63-788d-410d-8e1e-2c16ec9ec626", + "pair": [ + "deUSD", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xbf877b424be6d06ca4755af2c677120ec71cac53", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x36d70e02e96897CE2002313CB7ea55FffDf074FC", + "chain": { + "id": 1 + }, + "description": "Naked USD0++ price feed adapter", + "id": "94f04653-f86e-4c3f-96be-c8ce1399125f", + "pair": [ + "USD0++", + "USD" + ], + "vendor": "MEV Capital" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcc72714413fc14a72d7946f6187209db7a676b73", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd285A4F0Ad1BB6b1Db8cD3dD839E9f423938ef9E", + "chain": { + "id": 1 + }, + "description": "PT-USD0++ 26Jun2025/USD0++ PtToAssetRate adapter", + "id": "82e0c565-75df-4bd7-9647-b038ea6bf0d9", + "pair": [ + "PT-USD0++-26JUN2025", + "USD0++" + ], + "vendor": "Ojo" + }, + "baseFeedTwo": { + "address": "0x36d70e02e96897CE2002313CB7ea55FffDf074FC", + "chain": { + "id": 1 + }, + "description": "Naked USD0++ price feed adapter", + "id": "94f04653-f86e-4c3f-96be-c8ce1399125f", + "pair": [ + "USD0++", + "USD" + ], + "vendor": "MEV Capital" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe84f7e0a890e5e57d0beea2c8716ddf0c9846b4a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xE89328002B9AD76007267E609980c21cC02b55fe", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-29MAY2025 / USD linear discount adapter", + "id": "203c8655-383d-45ae-80e0-edf260226a48", + "pair": [ + "PT-sUSDE-29MAY2025", + "USD" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x19018450a02bc5c1994ead517498311f64b2626a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAdb2c15Fde49D1A4294740aCb650de94184E66b2", + "chain": { + "id": 1 + }, + "description": "RLP / USD", + "id": "fae258fc-23dc-4df2-a6bf-3c9e71f6a195", + "pair": [ + "RLP", + "USD" + ], + "vendor": "Resolv" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf12e6702c3582c7da9602a31b2b2807d698284c6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb2Ca3C47b1BeA4AD7Cfd187A522be0F1bfc8652B", + "chain": { + "id": 1 + }, + "description": "ezETH/ETH exchange rate", + "id": "74fc5171-a4ff-4403-954a-3e6e51b77871", + "pair": [ + "ezETH", + "ETH" + ], + "vendor": "Origami" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x777e7913dbab08764811fa8dc6eb781a3aaa46bd", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x1157A553Dc5b75Ea71745dC257B07eb2c165c654", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "1d4dd4ed-f3c5-4289-b0b8-d849ebc74af4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xBAc9fC6917c067F763eDa63f569e0C6A7dBbCD80", + "chain": { + "id": 1 + }, + "description": "rsETH/ETH exchange rate", + "id": "1e439567-e014-46d9-8e0d-d69b4e6c1e56", + "pair": [ + "rsETH", + "ETH" + ], + "vendor": "Origami" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe7ac06781c7f26287f0ca6f140ffb420c3262efa", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa300e5c4bcaea1480c2e6be90b267e31b7645815", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe405ec577473362b887864216933c589b38638c4", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xD9a232ec7b93e5fFF19389f6f5883189CbC542EB", + "chain": { + "id": 1 + }, + "description": "PT Corn SolvBTC Babylon 27MAR2025 PtToAssetRate adapter", + "id": "ac5b6b1e-25a0-411d-9720-55b6dbb1386d", + "pair": [ + "PT-SolvBTC.BBN-27MAR2025", + "SolvBTC.BBN" + ], + "vendor": "Ojo" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0c0b8490a439c0937579d67fdbc15a4219493b2b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9", + "chain": { + "id": 1 + }, + "description": "DAI / USD (0.25%)", + "id": "bc6aef66-11e2-4d47-85b7-d7fe12296d65", + "pair": [ + "DAI", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7b4ed9a001eaa93ad1baaae907c4abc10b1821bb", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x56c08bF6Ab8e08A7eADeb4E053DA653334E8E549", + "chain": { + "id": 1 + }, + "description": "eBTC/BTC", + "id": "62c2a81f-bfe4-4d67-b00d-f3451b7c4671", + "pair": [ + "eBTC", + "BTC" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8f3726189e65c86edc4beb0e2badaa9e1f0578c9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xC61fd175608dfE792574D5D008B236D7BE6f2110", + "chain": { + "id": 1 + }, + "description": "PT-corn-eBTC-27MAR2025 / eBTC PtToAssetRate adapter", + "id": "222b781e-4dff-4f48-9bd0-ca986456a1b6", + "pair": [ + "PT-corn-eBTC-27MAR2025", + "eBTC" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0xe5867B1d421f0b52697F16e2ac437e87d66D5fbF", + "chain": { + "id": 1 + }, + "description": "eBTC/WBTC (0.5%)", + "id": "bf8d0a92-c10e-497b-a0ef-1075cc484e27", + "pair": [ + "eBTC", + "WBTC" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc7d1fe3fbe90e8f755250ca3ce4d2ae50873d9dc", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x214eD9Da11D2fbe465a6fc601a91E62EbEc1a0D6", + "chain": { + "id": 1 + }, + "description": "XAU / USD (0.3%)", + "id": "9f1a7889-1adb-40ab-93d8-b8cbf5905665", + "pair": [ + "XAU", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8875ceb24e656fca062759bdcf870f59a2b0187b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1982fac5d1116639e4a6647de8bf1cd8c6555af1", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x241D5438735167679e76f562c873FCDc640c8f7d", + "chain": { + "id": 1 + }, + "description": "wstUSR x USR convertToAsset oracle", + "id": "fec9ba8d-cacd-4461-98ed-d12b116219be", + "pair": [ + "wstUSR", + "USR" + ], + "vendor": "MEV Capital" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd6154930a8df0a488fae08547e53221b572eea37", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9", + "chain": { + "id": 1 + }, + "description": "DAI / USD (0.25%)", + "id": "bc6aef66-11e2-4d47-85b7-d7fe12296d65", + "pair": [ + "DAI", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x132afab1fadb9498f30be1b29f05a95062a9534c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4BbfbDDcb11c122A682D744A7429a70aFCC678C6", + "chain": { + "id": 1 + }, + "description": "PT-corn-eBTC-27MAR2025 / eBTC PtToAssetRate adapter", + "id": "b07a6d0e-f02d-471c-a060-1d094a2b4616", + "pair": [ + "PT-corn-eBTC-27MAR2025", + "eBTC" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": { + "address": "0x56c08bF6Ab8e08A7eADeb4E053DA653334E8E549", + "chain": { + "id": 1 + }, + "description": "eBTC/BTC", + "id": "62c2a81f-bfe4-4d67-b00d-f3451b7c4671", + "pair": [ + "eBTC", + "BTC" + ], + "vendor": "eOracle" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2d84f576fadefea35a5f5bfae2fe7d20c3e3d33c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xA9504e8169D350296962DaefE2Bc8F49C0Ba8513", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-sUSDE-25SEP2025/USDe", + "id": "c1b60354-66f9-4856-aff5-fce95ede405d", + "pair": [ + "PT-sUSDE-25SEP2025", + "USDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xc3866d726C204C0836E0677A31973c649888973D", + "chain": { + "id": 1 + }, + "description": "Dummy feed with 12 decimals", + "id": "a2264639-e01e-4472-ab4b-a46e57e58032", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2dc7bc2081ef6464a50c4f81073863f4976b1fc9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x56c08bF6Ab8e08A7eADeb4E053DA653334E8E549", + "chain": { + "id": 1 + }, + "description": "eBTC/BTC", + "id": "62c2a81f-bfe4-4d67-b00d-f3451b7c4671", + "pair": [ + "eBTC", + "BTC" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6a8d47ba22631a0de7e0e83dbc21c384a5994102", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4270E1817576bbA4b640466bE79A408Ef128F828", + "chain": { + "id": 1 + }, + "description": "weETH / ETH exchange rate", + "id": "2f698929-debb-4a76-94c9-a159aeb766f8", + "pair": [ + "weETH", + "ETH" + ], + "vendor": "Origami Finance" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xb5c9734dd253e16c8164277944d868f34c94f194", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5444f8406b3cdd4a156a329c52384bc96b66492d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x54AedFe96cB7724fA59Ba7666679C2002E10B8bc", + "chain": { + "id": 1 + }, + "description": "SpectraPriceOracle ", + "id": "31c26708-f5db-4870-ae98-33bc89e80cff", + "pair": [ + "PT-sdeUSD-1753142406", + "deUSD" + ], + "vendor": "Spectra" + }, + "baseFeedTwo": { + "address": "0xcA727511c9d542AAb9eF406d24E5bbbE4567c22d", + "chain": { + "id": 1 + }, + "description": "deUSD/USD (0.2%)", + "id": "d9b8ac63-788d-410d-8e1e-2c16ec9ec626", + "pair": [ + "deUSD", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": { + "address": "0xcA727511c9d542AAb9eF406d24E5bbbE4567c22d", + "chain": { + "id": 1 + }, + "description": "deUSD/USD (0.2%)", + "id": "d9b8ac63-788d-410d-8e1e-2c16ec9ec626", + "pair": [ + "deUSD", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x67fedc82bee170b235ac088913cab8e052c43e08", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x7e891DEbD8FA0A4Cf6BE58Ddff5a8ca174FebDCB", + "chain": { + "id": 1 + }, + "description": "USD0 / USD (0.5%)", + "id": "9eed8cb5-bc9c-44c5-aad4-021b4bdfd6f1", + "pair": [ + "USD0", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xb20802c1f9483499e43d1199200a5fab9e7ce0e0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x027A9CFcBB53cbB1721B495c2dcaF54d4cF33106", + "chain": { + "id": 1 + }, + "description": "hETH / WETH exchange rate", + "id": "70d6639a-c6a0-42d5-a5f6-a89ba937f8cc", + "pair": [ + "hETH", + "WETH" + ], + "vendor": "Hinkal" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xed19a0aed8adecfe1a20aa7a3ee1dffb10994e7a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xEEf0C605546958c1f899b6fB336C20671f9cD49F", + "chain": { + "id": 1 + }, + "description": "CRVUSD / USD (0.5%)", + "id": "45e5333c-bacc-4e66-9fa7-ecc18172d141", + "pair": [ + "CRVUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x214eD9Da11D2fbe465a6fc601a91E62EbEc1a0D6", + "chain": { + "id": 1 + }, + "description": "XAU / USD (0.3%)", + "id": "9f1a7889-1adb-40ab-93d8-b8cbf5905665", + "pair": [ + "XAU", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa1a67065670d838bd34c9ae31906a60c175687b3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xFC9e30Cf89f8A00dba3D34edf8b65BCDAdeCC1cB", + "chain": { + "id": 1 + }, + "description": "USD0++ / USD (0.5%)", + "id": "6a4ce426-75de-4e0a-b18a-214373229833", + "pair": [ + "USD0++", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd87201d0b3d84586470a3af2bd0c2a27fdf6e787", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe756357ea1e43b8977232ad2cad02eece0d52540", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd669f9ca969f73efba6c53831ac8856baad6db53", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xD9a232ec7b93e5fFF19389f6f5883189CbC542EB", + "chain": { + "id": 1 + }, + "description": "PT Corn SolvBTC Babylon 27MAR2025 PtToAssetRate adapter", + "id": "ac5b6b1e-25a0-411d-9720-55b6dbb1386d", + "pair": [ + "PT-SolvBTC.BBN-27MAR2025", + "SolvBTC.BBN" + ], + "vendor": "Ojo" + }, + "baseFeedTwo": { + "address": "0x1f34794A16D644b9810477EbF3f0b3870141E2e3", + "chain": { + "id": 1 + }, + "description": "SolvBTC.BBN / SolvBTC Exchange Rate (0.01%)", + "id": "edfa385e-b752-4620-90a9-c1ea2497033f", + "pair": [ + "SolvBTC.BBN", + "SolvBTC Exchange Rate" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5ef991b38e0929af633b23a390dee5ac926df492", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd4C0e77Ed0019525D96BF4E25F39A1EaC6BcbbDa", + "chain": { + "id": 1 + }, + "description": "PT Wrapped stUSR 27MAR2025 - wstUSR PtToSyRate adapter", + "id": "be27475e-2f73-45ca-9f1b-653fe619041c", + "pair": [ + "PT-wstUSR-27MAR2025", + "wstUSR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0x241D5438735167679e76f562c873FCDc640c8f7d", + "chain": { + "id": 1 + }, + "description": "wstUSR x USR convertToAsset oracle", + "id": "fec9ba8d-cacd-4461-98ed-d12b116219be", + "pair": [ + "wstUSR", + "USR" + ], + "vendor": "MEV Capital" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc261ef874038d67c1a1156174b4b77b9c4272f76", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6779b2f08611906fce70c70c596e05859701235d", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x24b9d8158b4ca704a5724ade57cb65136177d6df", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x056339C044055819E8Db84E71f5f2E1F536b2E5b", + "chain": { + "id": 1 + }, + "description": "mTBILL / USD exchange rate adapter", + "id": "d0262033-76ea-4c09-a6be-4600b21e3565", + "pair": [ + "mTBILL", + "USD" + ], + "vendor": "Ankura Trust - Midas" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0d35db0928127195990d03e6a6788fa6cc592b06", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x06b8e2c2133e41cdf962b3aeae99f12e64e457da", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x19359e9c02e711c0d81cd47073739c2bfd03f9ec", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5f09Aff8B9b1f488B7d1bbaD4D89648579e55d61", + "chain": { + "id": 1 + }, + "description": "mMEV / USD price feed", + "id": "32d0f577-70ce-4c11-ae4b-e3b0de2483d5", + "pair": [ + "mMEV", + "USD" + ], + "vendor": "Midas" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2bafc4882ca171f364dfaf45877bd75c2585509b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x56c08bF6Ab8e08A7eADeb4E053DA653334E8E549", + "chain": { + "id": 1 + }, + "description": "eBTC/BTC", + "id": "62c2a81f-bfe4-4d67-b00d-f3451b7c4671", + "pair": [ + "eBTC", + "BTC" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x4d2d98d0f094e74f64e2056b0a544f318108c552", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x72eeff006e96c20aa00e72ac552f35eb9ee836bb", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x71a8d219c0c332b52aae47659e802b791d125b18", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0ba73080A12f5F0b0b37C5518BdE99b99067D259", + "chain": { + "id": 1 + }, + "description": "Spectra pt-wstUSR to usr linear price adapter", + "id": "6265565b-3d10-4233-b274-7d2adccaa631", + "pair": [ + "PT-wstUSR-1740182579", + "USR" + ], + "vendor": "MEV Capital - Spectra" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x70b4c99a2002950aceddeecec718c83f3d5ed3e8", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x853a46e9b2a81d66fe5e902af771879b70933446", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xae5d2566e8145fe1d33ca7cac7317c37204c83d9", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd64a781af8a188aa4ab63fb6ae929026054d09b6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xe5867B1d421f0b52697F16e2ac437e87d66D5fbF", + "chain": { + "id": 1 + }, + "description": "eBTC/WBTC (0.5%)", + "id": "bf8d0a92-c10e-497b-a0ef-1075cc484e27", + "pair": [ + "eBTC", + "WBTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb3598fefb14e9396656e8fee1d432f64d3cd301c", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcb7448911f855256a1de34b4dd0bf19b5be92bfc", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4f67Fd74cff274Ef2942223c0f3166b856410AdD", + "chain": { + "id": 1 + }, + "description": "beraSTONE/WETH (0.5%)", + "id": "db4a3f6d-ecc1-4e9c-9325-8a7c58f4d0a9", + "pair": [ + "beraSTONE", + "WETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2e3e64ee52bd06b3bfa602aebda8897478d9a5ba", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xE4f2AE539442e1D3Fb40F03ceEbF4A372a390d24", + "chain": { + "id": 1 + }, + "description": "mBASIS / USD price feed", + "id": "8e6be49c-451d-4c37-a1de-c07efcb3f503", + "pair": [ + "mBASIS", + "USD" + ], + "vendor": "Midas" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xacfda81cff3bf4b48b86bba590fb89ffa77e7950", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2665701293fCbEB223D11A08D826563EDcCE423A", + "chain": { + "id": 1 + }, + "description": "cbBTC / USD (2%)", + "id": "cf1434bd-f731-48e9-b6a7-8312d0a47769", + "pair": [ + "CBBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5c29868C58b6e15e2b962943278969Ab6a7D3212", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC", + "id": "0e9230c7-6408-48d4-9d14-094e83f851cb", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + } + } + }, + { + "address": "0xd8891e132d450220125185eeb82e64a008abd3d3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2d949a3621cf5d3b0e6a9ec764aeafa35f55aa10", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xcA727511c9d542AAb9eF406d24E5bbbE4567c22d", + "chain": { + "id": 1 + }, + "description": "deUSD/USD (0.2%)", + "id": "d9b8ac63-788d-410d-8e1e-2c16ec9ec626", + "pair": [ + "deUSD", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3024b653940976443ffdef276bdee5452540ef80", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xcA727511c9d542AAb9eF406d24E5bbbE4567c22d", + "chain": { + "id": 1 + }, + "description": "deUSD/USD (0.2%)", + "id": "d9b8ac63-788d-410d-8e1e-2c16ec9ec626", + "pair": [ + "deUSD", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3381140d304b1983ce305e9b334a7bbfff7d22ce", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xA32154Ab3e277745fD33bD8d7C9a4E7057146672", + "chain": { + "id": 1 + }, + "description": "Spectra PT-slvlUSD12APR2025 Linear Discount Feed", + "id": "d3cec90d-bff1-4a81-9363-d9591baede78", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4ea91b4ca1aceda9444f4d4b1fd9c28b78062c20", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9AaE2ac2637B9f441d1537bBdCEB712854dd426B", + "chain": { + "id": 1 + }, + "description": null, + "id": "2a8a2c16-115a-4877-924c-cac80167ce8a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xe0D44d8E04e7A446BD35C7D08a45Fe966f982a5C", + "chain": { + "id": 1 + }, + "description": "wstUSR/USDC via exchange rate wstUSR/USR and USR/USDC Resolv oracle", + "id": "60e8db22-5d22-4863-831d-aead32fc45db", + "pair": [ + "wstUSR", + "USDC" + ], + "vendor": "Resolv" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf3fb6f72f1bbd5dffc03c8c120e7692559643b6d", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x23b18136c2e1afad3e3c6652ada24f14252eb147", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5c29868C58b6e15e2b962943278969Ab6a7D3212", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC", + "id": "0e9230c7-6408-48d4-9d14-094e83f851cb", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd634dbbcf06d99edc0e2d6349ef1ea5873d17c02", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xcA727511c9d542AAb9eF406d24E5bbbE4567c22d", + "chain": { + "id": 1 + }, + "description": "deUSD/USD (0.2%)", + "id": "d9b8ac63-788d-410d-8e1e-2c16ec9ec626", + "pair": [ + "deUSD", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xda351be3ee86bda9949bce255c36393ff402742f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6Ec23A8d3278CBAcbD292f8BC7526a26b46D7776", + "chain": { + "id": 1 + }, + "description": " PT Corn ether.fi eBTC 27MAR2025 linear price adapter", + "id": "1e31bc94-262f-4568-bd82-bba09340fb3a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x56c08bF6Ab8e08A7eADeb4E053DA653334E8E549", + "chain": { + "id": 1 + }, + "description": "eBTC/BTC", + "id": "62c2a81f-bfe4-4d67-b00d-f3451b7c4671", + "pair": [ + "eBTC", + "BTC" + ], + "vendor": "eOracle" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1ebe961b0245e20bf74d2d4007290b989065dc27", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x72caFFcdE0cf1813596f7DF7B50217E1753c5872", + "chain": { + "id": 1 + }, + "description": "Spectra 22JULY2025 PT-sdeUSD/USD ", + "id": "8e15e4a6-4124-4d3e-a525-d8d43cd18ba6", + "pair": [ + "PT-sdeUSD-1753142406", + "USD" + ], + "vendor": "Spectra" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x01ac47317b7a6cb6a5acd7ebff997ce71bd4e5a9", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe7de10defe1f817bff1de246020b800471535edc", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x427b2AFe58615043D460110d1a86D41446530352", + "chain": { + "id": 1 + }, + "description": "PT-tETH 29 MAY 2025 PtToSyRate adapter x tETH/wstETH oracle", + "id": "f3205bbd-2f4b-4f53-bf99-1c7a75110825", + "pair": [ + "PT-tETH-29MAY2025", + "wstETH" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0e81d800e2c73247e7481e45af7f55b96afc4be1", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x36d70e02e96897CE2002313CB7ea55FffDf074FC", + "chain": { + "id": 1 + }, + "description": "Naked USD0++ price feed adapter", + "id": "94f04653-f86e-4c3f-96be-c8ce1399125f", + "pair": [ + "USD0++", + "USD" + ], + "vendor": "MEV Capital" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x73a3387768306be3994c57445eec893bb5b64b0f", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd884fa9fe289eb06cc22667252fa6bea87a91cc3", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb7e622716cf9f32206c8bd05041cdde87812d532", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xbc25035ae0111bb39999962ee8ce25c60da8cac9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2665701293fCbEB223D11A08D826563EDcCE423A", + "chain": { + "id": 1 + }, + "description": "cbBTC / USD (2%)", + "id": "cf1434bd-f731-48e9-b6a7-8312d0a47769", + "pair": [ + "CBBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "quoteFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + } + } + }, + { + "address": "0x65f9f6d537c2d628d1c2663896436817440edb72", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xcA727511c9d542AAb9eF406d24E5bbbE4567c22d", + "chain": { + "id": 1 + }, + "description": "deUSD/USD (0.2%)", + "id": "d9b8ac63-788d-410d-8e1e-2c16ec9ec626", + "pair": [ + "deUSD", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4be8e081cdb407de2528e5a427d61975ea5d237f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6Ec23A8d3278CBAcbD292f8BC7526a26b46D7776", + "chain": { + "id": 1 + }, + "description": " PT Corn ether.fi eBTC 27MAR2025 linear price adapter", + "id": "1e31bc94-262f-4568-bd82-bba09340fb3a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x56c08bF6Ab8e08A7eADeb4E053DA653334E8E549", + "chain": { + "id": 1 + }, + "description": "eBTC/BTC", + "id": "62c2a81f-bfe4-4d67-b00d-f3451b7c4671", + "pair": [ + "eBTC", + "BTC" + ], + "vendor": "eOracle" + }, + "quoteFeedOne": { + "address": "0xAc559F25B1619171CbC396a50854A3240b6A4e99", + "chain": { + "id": 1 + }, + "description": "ETH / BTC (0.5%)", + "id": "20df279d-8d7e-4800-81a1-7898eb9e74d4", + "pair": [ + "ETH", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0fe1e929d34313ad21b93764ab217c6e3320cc00", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x625bB4f5133Ff9F6d43e21F15add35BE46387903", + "chain": { + "id": 1 + }, + "description": "Chainlink interface compliant oracle for Level USD", + "id": "0786451e-3feb-4793-8fd8-1618853074ae", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xca63193640352d06eea34dc08b8e87ad5013c1cc", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e891DEbD8FA0A4Cf6BE58Ddff5a8ca174FebDCB", + "chain": { + "id": 1 + }, + "description": "USD0 / USD (0.5%)", + "id": "9eed8cb5-bc9c-44c5-aad4-021b4bdfd6f1", + "pair": [ + "USD0", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xdd12f3312a14f33324184de8501ca65d615b67c5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4BAD96DD1C7D541270a0C92e1D4e5f12EEEA7a57", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for fxUSD", + "id": "8859f99c-fd12-49af-91eb-13f5350276a5", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xef98c705804b8055975fd71f41a4149a6d1cef38", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xabc81d30ba71337056650bfe143b3dba5b381a6e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xdd60c54115C19e0c6360AD4762B88BB8076D50a8", + "chain": { + "id": 1 + }, + "description": "sfrxETH/ETH (0.5%)", + "id": "20f2b7fa-4b83-4a42-9305-296f8bc448b2", + "pair": [ + "sfrxETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf830098e97380b352baca31a10962cdeb7ca761f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x80fa2a9f31bb0bf0cbdbfb65dc414c13f8320c85", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4e43c79057f6fa59a10dd78ae1ce825d6ae73ad9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xdeb288F737066589598e9214E782fa5A8eD689e8", + "chain": { + "id": 1 + }, + "description": "BTC / ETH (2%)", + "id": "989d96ac-ac84-483a-a933-4514650b05c8", + "pair": [ + "BTC", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x025106374196586e8bc91ee8818dd7b0efd2b78b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xadd35e5091b67f135ea531d68caa6cfc9e355ad6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x24551a8Fb2A7211A25a17B1481f043A8a8adC7f2", + "chain": { + "id": 1 + }, + "description": "MKR / ETH (1%)", + "id": "c9f7afd1-f636-4b22-84ce-bc5876d2f980", + "pair": [ + "MKR", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3a86e8ccd0f4dc4e3a772f090da3ab437182142e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x773616E4d11A78F511299002da57A0a94577F1f4", + "chain": { + "id": 1 + }, + "description": "DAI / ETH (1%)", + "id": "e2b0e7ad-ccd5-4b6a-a716-ba973bd2e1c4", + "pair": [ + "DAI", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x24551a8Fb2A7211A25a17B1481f043A8a8adC7f2", + "chain": { + "id": 1 + }, + "description": "MKR / ETH (1%)", + "id": "c9f7afd1-f636-4b22-84ce-bc5876d2f980", + "pair": [ + "MKR", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xbc05309565d62241f05a2def2b1c150abdefebec", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F78027C9e9B8E11dEc8139e248D74b9dDE05ceb", + "chain": { + "id": 1 + }, + "description": "Oval price feed for Chainlink weETH / ETH price feed", + "id": "886d646c-9e75-4cef-b4fb-0e823d7bc2c2", + "pair": [ + "weETH", + "ETH" + ], + "vendor": "Oval" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xAd73fF895dC265b5229e61f45226319471C4685e", + "chain": { + "id": 1 + }, + "description": "Oval price feed for Chainlink USDC / ETH price feed", + "id": "ae06cba2-079e-4f5f-b751-1676ee979919", + "pair": [ + "USDC", + "ETH" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xdf64de01942f56abcc70a919b168abb593be870b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb21d661fd6a3769ADB03e373dc00265f3c78cBfD", + "chain": { + "id": 1 + }, + "description": "Oval price feed for Chainlink ezETH / ETH price feed", + "id": "73a44c61-11ff-494c-a749-45edca731207", + "pair": [ + "ezETH", + "ETH" + ], + "vendor": "Oval" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xE8f0CA2d311a9B669f525BFA306eBf59d4b64297", + "chain": { + "id": 1 + }, + "description": "Oval price feed for Chainlink USDC / ETH price feed", + "id": "47763546-c4c4-49a6-8098-f13917509f3c", + "pair": [ + "USDC", + "ETH" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x66a165906d1c389fb7cb1eec8040a774eec51232", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbd22c735eed1b52a93f5748f29c822fb44e3eeda", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xB608A1584322e68C401129E1E8775777c43cb6F7", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-31JUL2025 / USD linear discount adapter", + "id": "d9a414b8-00b7-4eda-8d19-6dde0cbf5996", + "pair": [ + "PT-sUSDE-31JUL2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4bef42a3112f4921859527d68de69fbbf4626832", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0cd0cbd4004ec79e32d0f0d5cb8a230933093cc4", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xa9dC1c24C80e4a3d9895506026CDa9c35666087E", + "chain": { + "id": 1 + }, + "description": "Spectra PT-slvlUSD12APR2025/lvlUSD Linear Discount Feed", + "id": "c8f18c42-5e02-4757-97c2-db1967efaf1e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x49ab43523596bc9220f61b1125e7fda3f46afdfc", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x553b07E07ebb880E4F55ac36B2D9dB0ab987a64D", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible PT Lombard LBTC 26JUN2025/ LBTC", + "id": "23773355-8870-43fd-b838-dd321dce4720", + "pair": [ + "PT-LBTC-26JUN2025", + "LBTC" + ], + "vendor": "PendleChainlinkOracle" + }, + "baseFeedTwo": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0d3b0cfdf76df7d0d0f9784a96c90384bb3335e7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x67F6838e58859d612E4ddF04dA396d6DABB66Dc4", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for ETH", + "id": "81650951-7bb3-4012-87b2-999d2b7ddce2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x929b42739fEd4d6Ca44EDA0f4020e2A428f8AB86", + "chain": { + "id": 1 + }, + "description": "USD/CHF price oracle", + "id": "24d60aca-2a3a-4b1d-928e-5f6e59c3023d", + "pair": [ + "USD", + "CHF" + ], + "vendor": "AlphaPing" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9c0363336bf9daf57a16bb4e2867459bf4dd5eb0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf8e2b15753e64Ef3fe1f8D9259633C75c17EDFb1", + "chain": { + "id": 1 + }, + "description": "PT eUSDe 29MAY2025 PtToSyRate adapter", + "id": "77a588bf-f1a9-408d-a8e7-ecb699dc6c52", + "pair": [ + "PT-eUSDE-29MAY2025", + "eUSDE" + ], + "vendor": "MEV Capital - Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdf7d1bf9bcf799df9f0976e4fa91bfca0d18705a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xdeb288F737066589598e9214E782fa5A8eD689e8", + "chain": { + "id": 1 + }, + "description": "BTC / ETH (2%)", + "id": "989d96ac-ac84-483a-a933-4514650b05c8", + "pair": [ + "BTC", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x71445ff8b23499e08b28dcfcd7ed6f2c84dfc713", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6150f1eBA2dc602943FEd09D2a41652551cdFD39", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-29MAY2025 / USD linear discount adapter", + "id": "edacae79-fda6-4e83-949e-afbe737cad4c", + "pair": [ + "PT-sUSDE-29MAY2025", + "USD" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb1e676190a86da2cb99afd0496538abe1d4c164d", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe9ee579684716c7bb837224f4c7beefa4f1f3d7f", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46", + "chain": { + "id": 1 + }, + "description": "USDT / ETH (1%)", + "id": "6bf6a1a2-f1f0-40e1-a496-e3a34fe240c6", + "pair": [ + "USDT", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x78df105dda3b0aff024ad54b476d014c83cb798e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xE3cB916d03f567f49E513F037C7E5980330c6c00", + "chain": { + "id": 1 + }, + "description": "PT Berachain STONE 10APR2025 PtToSyRate adapter", + "id": "5d26f435-9131-4c7c-af19-05ced100d244", + "pair": [ + "PT-beraSTONE-10APR2025", + "beraSTONE" + ], + "vendor": "MEV Capital - Pendle" + }, + "baseFeedTwo": { + "address": "0x4f67Fd74cff274Ef2942223c0f3166b856410AdD", + "chain": { + "id": 1 + }, + "description": "beraSTONE/WETH (0.5%)", + "id": "db4a3f6d-ecc1-4e9c-9325-8a7c58f4d0a9", + "pair": [ + "beraSTONE", + "WETH" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0d9cd1dc03ffefc459c5641678cf406f40d32cac", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbc15fccbf5d2af119f18832069f56423549e1483", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7538c68d863b28e34b986c1e8dafeda31d824923", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9", + "chain": { + "id": 1 + }, + "description": "DAI / USD (0.25%)", + "id": "bc6aef66-11e2-4d47-85b7-d7fe12296d65", + "pair": [ + "DAI", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5441731eed05a8208e795086a5df41416dd34104", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xC9dfD5c18F12a3BA6293001700810602efe0c45B", + "chain": { + "id": 1 + }, + "description": "PT-weETH/weETH Oracle", + "id": "d82c86a7-9571-4b82-9814-62879f9a4026", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xdDb6F90fFb4d3257dd666b69178e5B3c5Bf41136", + "chain": { + "id": 1 + }, + "description": "weETH/USD (1%)", + "id": "be1a1b92-ee70-472c-94ec-5af54752a139", + "pair": [ + "weETH", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x81b379f99cee4ee08f8cbc476e80e756d3b172cc", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9c3C929884a5579f258e22408F2601c5e60e144A", + "chain": { + "id": 1 + }, + "description": "PT-USDe/USDe Oracle", + "id": "50e0d89f-4fa0-4bbe-a271-d5fda472478d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xbC5FBcf58CeAEa19D523aBc76515b9AEFb5cfd58", + "chain": { + "id": 1 + }, + "description": "USDe/USD (0.2%)", + "id": "92971450-d075-40fd-af78-0dff52a23e21", + "pair": [ + "USDe", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3a2a2c9287be8b7056075f049f1fbdf8ecb81eda", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4c48bcb2160F8e0aDbf9D4F3B034f1e36d1f8b3e", + "chain": { + "id": 1 + }, + "description": "USYC / USD Hashnote price feed", + "id": "709b9570-bcb0-4ca7-8d1a-c383df51ca3e", + "pair": [ + "USYC", + "USD" + ], + "vendor": "Hashnote" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe3a846e07b2ffa35284d14f5f1c3c0dacc872e58", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x75d0c87D6da8C6eA07888b41504c15A5B216d8B1", + "chain": { + "id": 1 + }, + "description": "PT-USR-29MAY2025 / USR PtToAssetRate adapter", + "id": "bed02bce-ccd7-43ea-8ab1-3c186a9391c9", + "pair": [ + "PT-USR-29MAY2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x57c9bf630b455869474fc3655ce201beee17f872", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x986b5E1e1755e3C2440e960477f25201B0a8bbD4", + "chain": { + "id": 1 + }, + "description": "USDC / ETH (1%)", + "id": "28017473-8c5f-4967-869c-59af8022bf4c", + "pair": [ + "USDC", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x630a3b4a095220f4b36082dec1deae903346e372", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF2d7B0F5cB09928DB0f0686F4e64b4aD96E04562", + "chain": { + "id": 1 + }, + "description": "UNI / USD Pyth price feed", + "id": "baedd2b5-cd66-4383-b26e-30c2dce6c50a", + "pair": [ + "UNI", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xC5774412Dbd3734A5925936f320EE91a2940488D", + "chain": { + "id": 1 + }, + "description": "USDC / USD Pyth price feed", + "id": "16bf7d14-ebaf-4d2f-9dd0-bfa7b2ea47fc", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x90cfe73b913ee1b93ea75aa47134b7330289a458", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F78027C9e9B8E11dEc8139e248D74b9dDE05ceb", + "chain": { + "id": 1 + }, + "description": "Oval price feed for Chainlink weETH / ETH price feed", + "id": "886d646c-9e75-4cef-b4fb-0e823d7bc2c2", + "pair": [ + "weETH", + "ETH" + ], + "vendor": "Oval" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xAd73fF895dC265b5229e61f45226319471C4685e", + "chain": { + "id": 1 + }, + "description": "Oval price feed for Chainlink USDC / ETH price feed", + "id": "ae06cba2-079e-4f5f-b751-1676ee979919", + "pair": [ + "USDC", + "ETH" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1ad89b0ce49a1ed2a3d5e269971c3efadbf085c6", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6686788b4315a4f93d822c1bf73910556fce2d5a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xec1D1B3b0443256cc3860e24a46F108e699484Aa", + "chain": { + "id": 1 + }, + "description": "MKR / USD (1%)", + "id": "694355af-374d-4897-a1a5-1c634b0b7453", + "pair": [ + "MKR", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x895f9df47f8a68396ed026978a0771c120dfc279", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb21d661fd6a3769ADB03e373dc00265f3c78cBfD", + "chain": { + "id": 1 + }, + "description": "Oval price feed for Chainlink ezETH / ETH price feed", + "id": "73a44c61-11ff-494c-a749-45edca731207", + "pair": [ + "ezETH", + "ETH" + ], + "vendor": "Oval" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xE8f0CA2d311a9B669f525BFA306eBf59d4b64297", + "chain": { + "id": 1 + }, + "description": "Oval price feed for Chainlink USDC / ETH price feed", + "id": "47763546-c4c4-49a6-8098-f13917509f3c", + "pair": [ + "USDC", + "ETH" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe0adefae3c4115bfe7dc29a172c5f46b4b5df621", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1883c905a86e4f41a62a8a52bc009d108cbd945c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xA1Bf5eB1F8387fD4c3aFeFfEE503Efd5300dBcF6", + "chain": { + "id": 1 + }, + "description": "Spectra PT-RLP25JUN2025 Linear Discount", + "id": "aab723de-b86c-470d-9bbe-d05b663bf544", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x185ac12f836f446026374e2dcfac6b017560be49", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3fa71e3F2788f85d8c4F9c3a05B038EAf29e7D35", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-27MAR2025 / USD linear discount adapter", + "id": "26f14240-e941-4ca4-acf4-d7077c5e4c34", + "pair": [ + "PT-sUSDE-27MAR2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb7948b5beee825e609990484a99340d8767b420e", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9d4eb56e054e4bfe961f861e351f606987784b65", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xae12416c1f21b0698c27fe042d9309c83bac6597", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + } + } + }, + { + "address": "0x0f9bb760d76af1b5ca89102084e1963f6698afda", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x773616E4d11A78F511299002da57A0a94577F1f4", + "chain": { + "id": 1 + }, + "description": "DAI / ETH (1%)", + "id": "e2b0e7ad-ccd5-4b6a-a716-ba973bd2e1c4", + "pair": [ + "DAI", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x604ff8d40aeb9aaa266420cad2c5de0de0a10b16", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0Da050cF37747Fd665aDaCDC0Ce482F62442fb94", + "chain": { + "id": 1 + }, + "description": "Idle Tranches exchange rate", + "id": "017345ea-f8f1-4b97-8567-59ac60d3eed0", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3c7929733bc13bfcb76c301f68b6e44d590514e3", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcbd5323d71a3424a7e0fd11c367565bad3838867", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1620acf8cf042c23ceea0c6356e14e54d37ce8ff", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x31dA7F6Cfc470abcc5388b6Ab5EB29df39cE0e26", + "chain": { + "id": 1 + }, + "description": "PT-weETH/ETH Oracle", + "id": "ccab93ca-9259-4f97-b4fc-b5ccb0dae482", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfe63a66aec4e39ee4c959eb7e2ed55af8a0ab248", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x86F5CEC63eDF19209c460853B0b509C12918dB19", + "chain": { + "id": 1 + }, + "description": "PT-ezETH/ETH Oracle", + "id": "bce33317-d6c1-4f91-940d-5af1805ea901", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbd60a6770b27e084e8617335dde769241b0e71d8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc29b3bc033640bae31ca53f8a0eb892adf68e663", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xdeb288F737066589598e9214E782fa5A8eD689e8", + "chain": { + "id": 1 + }, + "description": "BTC / ETH (2%)", + "id": "989d96ac-ac84-483a-a933-4514650b05c8", + "pair": [ + "BTC", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb6f9a5da6dfa52dc8f61592e83d22502c65d3bc8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x773616E4d11A78F511299002da57A0a94577F1f4", + "chain": { + "id": 1 + }, + "description": "DAI / ETH (1%)", + "id": "e2b0e7ad-ccd5-4b6a-a716-ba973bd2e1c4", + "pair": [ + "DAI", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xff3b8ba537bc156e38de00b1465eb174ae31d799", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x83bC9a0611497A3160CA4e37F7641Bc4CD191a31", + "chain": { + "id": 1 + }, + "description": "bC3M / EUR Backed price Feed", + "id": "a402aa84-6e9b-473c-b4e8-84b9ca63daa7", + "pair": [ + "wbC3M", + "EUR" + ], + "vendor": "Backed" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x51bb52307882a6b0d87558b7955902e76ce03cf5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x773616E4d11A78F511299002da57A0a94577F1f4", + "chain": { + "id": 1 + }, + "description": "DAI / ETH (1%)", + "id": "e2b0e7ad-ccd5-4b6a-a716-ba973bd2e1c4", + "pair": [ + "DAI", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x20565e2b5633dabc3f94fefb573dfe956f6c435d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x24551a8Fb2A7211A25a17B1481f043A8a8adC7f2", + "chain": { + "id": 1 + }, + "description": "MKR / ETH (1%)", + "id": "c9f7afd1-f636-4b22-84ce-bc5876d2f980", + "pair": [ + "MKR", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x773616E4d11A78F511299002da57A0a94577F1f4", + "chain": { + "id": 1 + }, + "description": "DAI / ETH (1%)", + "id": "e2b0e7ad-ccd5-4b6a-a716-ba973bd2e1c4", + "pair": [ + "DAI", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf58e7127d2c036b95ac47e9a0739c3d4cbda9000", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4e844125952D32AcdF339BE976c98E22F6F318dB", + "chain": { + "id": 1 + }, + "description": "LDO / ETH (2%)", + "id": "adb8882d-4038-40c7-ad79-c51eacadc61c", + "pair": [ + "LDO", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x773616E4d11A78F511299002da57A0a94577F1f4", + "chain": { + "id": 1 + }, + "description": "DAI / ETH (1%)", + "id": "e2b0e7ad-ccd5-4b6a-a716-ba973bd2e1c4", + "pair": [ + "DAI", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd9a2296338254489762d1be0a4e4eb38891d6b7e", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x32ae7f50aad360a0e991fa60e52d667a0241709a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3A236F67Fce401D87D7215695235e201966576E4", + "chain": { + "id": 1 + }, + "description": "rswETH/ETH (1%)", + "id": "8b320faa-6ed2-4c57-a51e-00a874b75c4f", + "pair": [ + "rswETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe4ccaa1849e9058f77f555c0fcca4925efd37d8e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3b8c4a340336941524de276ff730b3be71157b55", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x423671566de77e9cb50e9be4383ba78ffc808a4e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xA736eAe8805dDeFFba40cAB8c99bCB309dEaBd9B", + "chain": { + "id": 1 + }, + "description": "rsETH/ETH (1%)", + "id": "d2eb4e70-209f-4411-bfd9-3df75fd49784", + "pair": [ + "rsETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x76052a2a28fdcb8124f4686c63c68355b142de3b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4098b3f2a0e8897d7f253e3035f7dd3285594dad", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x03c68933f7a3F76875C0bc670a58e69294cDFD01", + "chain": { + "id": 1 + }, + "description": "RSETH / ETH (0.5%)", + "id": "75b1af18-80c6-4491-a097-2561d67db788", + "pair": [ + "RSETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x42929bc4410dc3c29ec7036670b5c7a744af659b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xA9504e8169D350296962DaefE2Bc8F49C0Ba8513", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-sUSDE-25SEP2025/USDe", + "id": "c1b60354-66f9-4856-aff5-fce95ede405d", + "pair": [ + "PT-sUSDE-25SEP2025", + "USDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1f083a4c51e6caa627a8cbe7452bf3d6eb815f57", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5d916980d5ae1737a8330bf24df812b2911aae25", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x008bf4b1cda0cc9f0e882e0697f036667652e1ef", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd5116061f4a1ffac23e9c6c9f6b4af28b9af7676", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4a3e183F59D2599ee3DF213ff78b1B3b1923696", + "chain": { + "id": 1 + }, + "description": "ezETH/ETH (1%)", + "id": "89419c58-b397-4b93-96b3-7a32d558efd7", + "pair": [ + "ezETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x599ad2053bfe462ab535f6370b9abba137cdeb83", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xA736eAe8805dDeFFba40cAB8c99bCB309dEaBd9B", + "chain": { + "id": 1 + }, + "description": "rsETH/ETH (1%)", + "id": "d2eb4e70-209f-4411-bfd9-3df75fd49784", + "pair": [ + "rsETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa1bdbfd967620332b9fd7d60885e19ebbe49b882", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "baseFeedTwo": { + "address": "0xc47641ed51f73A82C62Ba439d90096bccC376fe8", + "chain": { + "id": 1 + }, + "description": "Oval price feed for Chainlink Lido stETH / ETH price feed", + "id": "49b27bc1-108a-403c-9d50-2528660972fe", + "pair": [ + "STETH", + "ETH" + ], + "vendor": "Oval" + }, + "quoteFeedOne": { + "address": "0x0F0072fdDB300f9375C999cBcf9BDec07E7227d3", + "chain": { + "id": 1 + }, + "description": "Oval price feed for Chainlink Lido USDT / ETH price feed", + "id": "9596eb2c-4cdf-4ade-add0-6a928a850d5f", + "pair": [ + "USDT", + "ETH" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3308fed4625e5c5b176e4b7458f20b54c26c38ed", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3B9c09bde7776C32C518e2E787412A9bBaA7685F", + "chain": { + "id": 1 + }, + "description": "ETH+/ETH (0.5%)", + "id": "0bd54322-0677-4b0e-a133-ea629a3c5091", + "pair": [ + "ETH+", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7a5628d0f541c697d7e9bd7dc5a0598b306c13fc", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x76A495b0bFfb53ef3F0E94ef0763e03cE410835C", + "chain": { + "id": 1 + }, + "description": "pufETH/ETH (1%)", + "id": "1121d4e1-70d9-4f53-ac6b-7a3aeedddf2c", + "pair": [ + "pufETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc20560b8c4e25f62946f8d3c496d097629986007", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb4d5289C58CE36080b0748B47F859D8F50dFAACb", + "chain": { + "id": 1 + }, + "description": "AGEUR / EUR (1%)", + "id": "c73749fc-19cb-46a2-93f2-ecadbeb590bc", + "pair": [ + "AGEUR", + "EUR" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2b6efe10f7c7c0f2fd172213ad99017855a8e512", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2c1d072e956AFFC0D435Cb7AC38EF18d24d9127c", + "chain": { + "id": 1 + }, + "description": "LINK / USD (1%)", + "id": "37c37e53-33c5-4907-bf40-41f0a8f24379", + "pair": [ + "LINK", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x57bfdf6ab73995c5af58a95a16798190e366ca5b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xCf17f459F4D1D9e6fb5aa5013Bd2D7EB6083bd45", + "chain": { + "id": 1 + }, + "description": "Oval price feed for Chainlink TBTC / USD price feed", + "id": "1896dae3-1351-434e-b9f3-c5e3b9ed6c4a", + "pair": [ + "TBTC", + "USD" + ], + "vendor": "Oval" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x6a5a24455e5c9C288632944A88ceA923e0496024", + "chain": { + "id": 1 + }, + "description": "Oval price feed for Chainlink USDC / USD price feed", + "id": "2dd0d6b3-cbae-4986-a089-ca4b1d2e49a1", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xea1433b67667878941ca2a61c359e379397b155e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9", + "chain": { + "id": 1 + }, + "description": "DAI / USD (0.25%)", + "id": "bc6aef66-11e2-4d47-85b7-d7fe12296d65", + "pair": [ + "DAI", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe8b74600cf80e3b38e2b186c981325ff7ede161b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x7d01be85335a0Cc827D985D691666498A34121a4", + "chain": { + "id": 1 + }, + "description": "PT-weETH/weETH Oracle", + "id": "6e729ef9-e09c-49ae-a234-46c663e8f4f2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xdDb6F90fFb4d3257dd666b69178e5B3c5Bf41136", + "chain": { + "id": 1 + }, + "description": "weETH/USD (1%)", + "id": "be1a1b92-ee70-472c-94ec-5af54752a139", + "pair": [ + "weETH", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x44d6d497fb53294f283983e2931972840eb3dd90", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xb49f677943BC038e9857d61E7d053CaA2C1734C1", + "chain": { + "id": 1 + }, + "description": "EUR / USD (0.15%)", + "id": "591874f2-e7a1-48c7-9289-2497da350603", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd122315bd4e89386045f51f6e65a6eedb0dd31b9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xb49f677943BC038e9857d61E7d053CaA2C1734C1", + "chain": { + "id": 1 + }, + "description": "EUR / USD (0.15%)", + "id": "591874f2-e7a1-48c7-9289-2497da350603", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0bc6fae2640bd074f5451cbbbac73bf86bccbcfa", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x76A495b0bFfb53ef3F0E94ef0763e03cE410835C", + "chain": { + "id": 1 + }, + "description": "pufETH/ETH (1%)", + "id": "1121d4e1-70d9-4f53-ac6b-7a3aeedddf2c", + "pair": [ + "pufETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6fc4c1dc27eaf39ccd827c0faf0b57fdc3a505cb", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdfa52b07a794488b3f2ccf3ac22aa7430f86b68b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4fC22E5f89891B6bd00d554B6250503d38EE5E4D", + "chain": { + "id": 1 + }, + "description": "Oval price feed for pufETH / ETH price feed", + "id": "38c99ec1-f4cd-4038-86f8-1cd283500ac5", + "pair": [ + "pufETH", + "ETH" + ], + "vendor": "Oval" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x12A52946cFB6761c3cA69389C5FEFfe9CF3Ef4e3", + "chain": { + "id": 1 + }, + "description": "Oval price feed for USDC / ETH price feed", + "id": "530e1457-e816-4b7f-82bd-5eae75112e2c", + "pair": [ + "USDC", + "ETH" + ], + "vendor": "Oval" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x61025e2b0122ac8be4e37365a4003d87ad888cc3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4a3e183F59D2599ee3DF213ff78b1B3b1923696", + "chain": { + "id": 1 + }, + "description": "ezETH/ETH (1%)", + "id": "89419c58-b397-4b93-96b3-7a32d558efd7", + "pair": [ + "ezETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3a72f1f8e549c2398c83fb223c178162bac2bdc3", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf8db6a27a5033d029e38ef8b8c2c5dcb48aadb53", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xdDb6F90fFb4d3257dd666b69178e5B3c5Bf41136", + "chain": { + "id": 1 + }, + "description": "weETH/USD (1%)", + "id": "be1a1b92-ee70-472c-94ec-5af54752a139", + "pair": [ + "weETH", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc53c90d6e9a5b69e4abf3d5ae4c79225c7fef3d2", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6e8f5b2df218443e87fe8aa9811e6956716dde88", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x32d1463EB53b73C095625719Afa544D5426354cB", + "chain": { + "id": 1 + }, + "description": "IB01 / USD (2%)", + "id": "e01fd132-0afc-4eb3-9097-053153f18b7a", + "pair": [ + "IB01", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x50537098c66075f62e1234e6f9a394111d5d22ed", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9", + "chain": { + "id": 1 + }, + "description": "DAI / USD (0.25%)", + "id": "bc6aef66-11e2-4d47-85b7-d7fe12296d65", + "pair": [ + "DAI", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x48f7e36eb6b826b2df4b2e630b62cd25e89e40e2", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x986b5E1e1755e3C2440e960477f25201B0a8bbD4", + "chain": { + "id": 1 + }, + "description": "USDC / ETH (1%)", + "id": "28017473-8c5f-4967-869c-59af8022bf4c", + "pair": [ + "USDC", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xdddd770badd886df3864029e4b377b5f6a2b6b83", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3fa58b74e9a8ea8768eb33c8453e9c2ed089a40a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8751F736E94F6CD167e8C5B97E245680FbD9CC36", + "chain": { + "id": 1 + }, + "description": "weETH/ETH (0.5%)", + "id": "9737b7fa-320b-4b29-a7cb-f73601d442d1", + "pair": [ + "weETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x224f2f1333b45e34ffcfc3bd01ce43c73a914498", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x66ac817f997Efd114EDFcccdce99F3268557B32C", + "chain": { + "id": 1 + }, + "description": "osETH/ETH (0.5%)", + "id": "75060549-6730-4976-97bc-ba16b6cbff34", + "pair": [ + "osETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x037d67a5e6f19d0fb26a6603d2d4fe9d70ec3258", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x19219BC90F48DeE4d5cF202E09c438FAacFd8Bea", + "chain": { + "id": 1 + }, + "description": "apxETH/ETH (1%)", + "id": "edfde802-f29a-488e-81c0-6ada7a024c35", + "pair": [ + "apxETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe9ee579684716c7bb837224f4c7beefa4f1f3d7f", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46", + "chain": { + "id": 1 + }, + "description": "USDT / ETH (1%)", + "id": "6bf6a1a2-f1f0-40e1-a496-e3a34fe240c6", + "pair": [ + "USDT", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xdc6fd5831277c693b1054e19e94047cb37c77615", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x986b5E1e1755e3C2440e960477f25201B0a8bbD4", + "chain": { + "id": 1 + }, + "description": "USDC / ETH (1%)", + "id": "28017473-8c5f-4967-869c-59af8022bf4c", + "pair": [ + "USDC", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x61025e2b0122ac8be4e37365a4003d87ad888cc3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4a3e183F59D2599ee3DF213ff78b1B3b1923696", + "chain": { + "id": 1 + }, + "description": "ezETH/ETH (1%)", + "id": "89419c58-b397-4b93-96b3-7a32d558efd7", + "pair": [ + "ezETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x008bf4b1cda0cc9f0e882e0697f036667652e1ef", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x27679a17b7419fb10bd9d143f21407760fda5c53", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x95db30fab9a3754e42423000df27732cb2396992", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xEe9F2375b4bdF6387aa8265dD4FB8F16512A1d46", + "chain": { + "id": 1 + }, + "description": "USDT / ETH (1%)", + "id": "6bf6a1a2-f1f0-40e1-a496-e3a34fe240c6", + "pair": [ + "USDT", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf71c9a825e7da621d6c1bfafdcad80a78642cb40", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x32d1463EB53b73C095625719Afa544D5426354cB", + "chain": { + "id": 1 + }, + "description": "IB01 / USD (2%)", + "id": "e01fd132-0afc-4eb3-9097-053153f18b7a", + "pair": [ + "IB01", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc890f55ef93a0e798d4b9a022252ae2781047524", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x32d1463EB53b73C095625719Afa544D5426354cB", + "chain": { + "id": 1 + }, + "description": "IB01 / USD (2%)", + "id": "e01fd132-0afc-4eb3-9097-053153f18b7a", + "pair": [ + "IB01", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x17fc7e18e8a764ac3d8b2064aae48c9abdfa8831", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xA736eAe8805dDeFFba40cAB8c99bCB309dEaBd9B", + "chain": { + "id": 1 + }, + "description": "rsETH/ETH (1%)", + "id": "d2eb4e70-209f-4411-bfd9-3df75fd49784", + "pair": [ + "rsETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdeb2e99e8b323e75ac33de141bfc42684c2278ee", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xc799194cAa24E2874Efa89b4Bf5c92a530B047FF", + "chain": { + "id": 1 + }, + "description": "ETHx/ETH (0.5%)", + "id": "bf3496ac-fc81-49bc-b7b6-e970c8c100ad", + "pair": [ + "ETHx", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6cafe228ec0b0bc2d076577d56d35fe704318f6d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9", + "chain": { + "id": 1 + }, + "description": "DAI / USD (0.25%)", + "id": "bc6aef66-11e2-4d47-85b7-d7fe12296d65", + "pair": [ + "DAI", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xaf5060c11d3e8325a8ecf84c07fab7ac2297a72d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xbC5FBcf58CeAEa19D523aBc76515b9AEFb5cfd58", + "chain": { + "id": 1 + }, + "description": "USDe/USD (0.2%)", + "id": "92971450-d075-40fd-af78-0dff52a23e21", + "pair": [ + "USDe", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe47e36457d0cf83a74ae1e45382b7a044f7abd99", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb99D174ED06c83588Af997c8859F93E83dD4733f", + "chain": { + "id": 1 + }, + "description": "sUSDe/USD (0.2%)", + "id": "8d33727f-83d4-4c86-8a10-cba96f120723", + "pair": [ + "sUSDe", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x4421467b07909b192712ab13eafd42b192bdf940", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x19219BC90F48DeE4d5cF202E09c438FAacFd8Bea", + "chain": { + "id": 1 + }, + "description": "apxETH/ETH (1%)", + "id": "edfde802-f29a-488e-81c0-6ada7a024c35", + "pair": [ + "apxETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9b8935da5625d43ca72dd93f8111ada7c9c82592", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4f98667af07f3fab3f7a77e65fcf48c7335eaa7a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xDb7532869DD54d017766cDCd1359777A2022bbd5", + "chain": { + "id": 1 + }, + "description": "PT-eUSDE-14AUG2025 / USD linear discount adapter", + "id": "d8ee2137-0154-4c2d-b11e-97e96b99f78f", + "pair": [ + "PT-eUSDE-14AUG2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa7f2fe1a57b659cd8ab2c8cb47e0bae7253c7eb3", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf358c1b4502710e9cE6172C2c542c7C6107f77E2", + "chain": { + "id": 1 + }, + "description": "USDf/USDC curve pool price oracle", + "id": "9533eb50-3911-4c2e-b612-696fb0932115", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8b1da58effb31daf3bbd048b1b968e2e7bbab8fb", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd88070Cc971E078Dcce2c36DC521bC834c635627", + "chain": { + "id": 1 + }, + "description": "PT-fxSAVE-30OCT2025/USD LinearDiscount", + "id": "7f9c4c81-89ce-4a98-9767-c66b623cb980", + "pair": [ + "PT-fxSAVE-30OCT2025", + "USD" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x15681ae0146c505761cbc2fac71cf37d29c2a0bf", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9CAF8caEB1a4Fe607F1c22f0d05c70B42cD4eCEb", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible PT-wsrUSD-31JUL2025 / rUSD", + "id": "feb10242-df81-4475-bdf4-53adebad3f3d", + "pair": [ + "PT-wsrUSD-31JUL2025", + "rUSD" + ], + "vendor": "PendleChainlinkOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x76989bebe87706570cf93bd596e47a3e9e50e3e4", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd88070Cc971E078Dcce2c36DC521bC834c635627", + "chain": { + "id": 1 + }, + "description": "PT-fxSAVE-30OCT2025/USD LinearDiscount", + "id": "7f9c4c81-89ce-4a98-9767-c66b623cb980", + "pair": [ + "PT-fxSAVE-30OCT2025", + "USD" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf7d09cce00a4d21a1fec584c6bf0c486ea848651", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x26394307806f4dd1ea053ec61cffca15613a4573", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf0CF5c188213759495f7cC6a6aB497b771B7Cc5b", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-25SEP2025 / USD linear discount adapter", + "id": "bd4072e3-34df-4d4b-8978-db59bafc67aa", + "pair": [ + "PT-sUSDE-25SEP2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x70cf192d6b76d57a46aafc9285ced110034eb013", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x86a945b766d6476cbc67b922682463280a5343a8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x74d7BBA867D83490a173d3c203FceFD79B3Da408", + "chain": { + "id": 1 + }, + "description": "yUSD/USD Adapter", + "id": "2586771c-5d0b-4578-9ef2-b46e5852e0e8", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x373f6155264c3424cd0d1ca2c7c29ff1998f19d0", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc8532581681f2d8f20d38b038a5a4fbfcef6cc6f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd88070Cc971E078Dcce2c36DC521bC834c635627", + "chain": { + "id": 1 + }, + "description": "PT-fxSAVE-30OCT2025/USD LinearDiscount", + "id": "7f9c4c81-89ce-4a98-9767-c66b623cb980", + "pair": [ + "PT-fxSAVE-30OCT2025", + "USD" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2ca92ff15daa2aafb1b29e6f80ce402f58635903", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0xdeb288F737066589598e9214E782fa5A8eD689e8", + "chain": { + "id": 1 + }, + "description": "BTC / ETH (2%)", + "id": "989d96ac-ac84-483a-a933-4514650b05c8", + "pair": [ + "BTC", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1f6cb330c81109a2eb8e0c1ee80c373d9d28c97c", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x2F0762513F220fb2A24B4c7Da2749b5ce851Ba6F", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-lvlUSD-29MAY2025/lvlUSD", + "id": "25ab2dbe-b074-451c-8342-2404c9f7c139", + "pair": [ + "PT-lvlUSD-29MAY2025", + "lvlUSD" + ], + "vendor": "Pendle" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x4dd5060174b344a88e04dd7085bd6b2bfd98da2f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x709428eF8477Df5224192C555b01951480B93D1A", + "chain": { + "id": 1 + }, + "description": "PT-mMEV-31JUL2025-Hybrid / USDC feed", + "id": "7979f897-7329-427b-accd-61bb048138c5", + "pair": [ + "PT-mMEV-31JUL2025", + "USDC" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xba75fd248bf33d669d4c5adf25d3e32779656e47", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xb49f677943BC038e9857d61E7d053CaA2C1734C1", + "chain": { + "id": 1 + }, + "description": "EUR / USD (0.15%)", + "id": "591874f2-e7a1-48c7-9289-2497da350603", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9e484373989d2b6b81ea3374603cc3c0e24b36ea", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x74d7BBA867D83490a173d3c203FceFD79B3Da408", + "chain": { + "id": 1 + }, + "description": "yUSD/USD Adapter", + "id": "2586771c-5d0b-4578-9ef2-b46e5852e0e8", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1285e4d5a689c71e25bb6804ab5b290a743c3db8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x539FA1ce6333F79a0cda5dEB9833B5fAEEABE70E", + "chain": { + "id": 1 + }, + "description": null, + "id": "c045906b-84b2-4444-9dc7-eb0bd0b86cc3", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5e0032be06d79734819f05c4965eaed53e1e4774", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x86392dC19c0b719886221c78AB11eb8Cf5c52812", + "chain": { + "id": 1 + }, + "description": "STETH / ETH (0.5%)", + "id": "b466398c-8c2d-4761-8132-6608ca210b04", + "pair": [ + "STETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x75a7c9fde77ad4c70ab5e9a0a020d8e9064a64f0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2FEed35e88ac4de0fe8f43F13BAd378E4Dc7Ad99", + "chain": { + "id": 1 + }, + "description": "PT-AIDaUSDT-14AUG2025 / USDT linear discount adapter", + "id": "17b6e533-8d21-4698-9460-62379ed26d90", + "pair": [ + "PT-AIDaUSDT-14AUG2025", + "USDT" + ], + "vendor": "Hyperithm" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0df910a47452b995f545d66eb135f38d0fbb142e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xCE84fD399620B7D20e18AB6009Fc8A0cdaad880f", + "chain": { + "id": 1 + }, + "description": "PT-cUSDO-20NOV2025-Hybrid/USDO feed", + "id": "38481a35-2cb3-4286-b58b-3c8789835493", + "pair": [ + "PT-cUSDO-20NOV2025", + "USDO" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9c9e1cae6a9e2836661e6caa3f3bbcebd64148cf", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x803a7114D7701E3e6D6F86EDF5fbf73b1266E7F4", + "chain": { + "id": 1 + }, + "description": null, + "id": "05b52c91-1ff9-4832-8018-66c75a55b3ac", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa5d21a73312221c1c7d94702316c02b2485036b9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x93F4E501ddcB7e8FD18f5839204AeC0234B2B2E0", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-USDe-25SEP2025/USDe", + "id": "b3368bd1-23b3-456d-ad64-4b286aa7986b", + "pair": [ + "PT-USDe-25SEP2025", + "USDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2b30c28f413609952a068626bd0b6ac1cbe9a31d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9dc3Ef99A125B8341A378C2b8821a05e79aF48c2", + "chain": { + "id": 1 + }, + "description": "PT-USR-4SEP2025/USR PendleChainlinkOracle", + "id": "024e559b-d722-40d3-bc89-82f34d21a7d5", + "pair": [ + "PT-USR-4SEP2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1d76667375c081e2263554f30b675242d8991b3f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xB608A1584322e68C401129E1E8775777c43cb6F7", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-31JUL2025 / USD linear discount adapter", + "id": "d9a414b8-00b7-4eda-8d19-6dde0cbf5996", + "pair": [ + "PT-sUSDE-31JUL2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb19556cd20d5f0270a9b053b82f5239d76483d6f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9D0aB80d6B68144a6BBb5c7447Eb84EdaaC18519", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for tacETH_FUNDAMENTAL", + "id": "10965f6f-439e-4406-8bd1-5c96edc0fd86", + "pair": [ + "tacETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x986b5E1e1755e3C2440e960477f25201B0a8bbD4", + "chain": { + "id": 1 + }, + "description": "USDC / ETH (1%)", + "id": "28017473-8c5f-4967-869c-59af8022bf4c", + "pair": [ + "USDC", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x826f361c22a687dbc34b52777a1c3dcf1f5e3b70", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xBC5d3De52c6850c213A73f206534342f7814A910", + "chain": { + "id": 1 + }, + "description": "PT-iUSD-4SEP2025/iUSD PendleChainlinkOracle", + "id": "882f6b5a-7f63-4f10-946c-7ee4b86ea519", + "pair": [ + "PT-iUSD-4SEP2025", + "iUSD" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x04eb45fa34c5d58c531351628bdc7e7e35bbd260", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0A6FD5820f797e517297fEFf90AaEcD8e2Dc77b3", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for tacBTC_FUNDAMENTAL", + "id": "d08153f3-41e1-46cf-801f-f9946d7e9b8d", + "pair": [ + "tacBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0x2665701293fCbEB223D11A08D826563EDcCE423A", + "chain": { + "id": 1 + }, + "description": "cbBTC / USD (2%)", + "id": "cf1434bd-f731-48e9-b6a7-8312d0a47769", + "pair": [ + "CBBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa0514f4035f013941cf63c203dced759c95cface", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x214eD9Da11D2fbe465a6fc601a91E62EbEc1a0D6", + "chain": { + "id": 1 + }, + "description": "XAU / USD (0.3%)", + "id": "9f1a7889-1adb-40ab-93d8-b8cbf5905665", + "pair": [ + "XAU", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb49e92dd51fa1e75d23bc70ef71fc37e3a030494", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9dc3Ef99A125B8341A378C2b8821a05e79aF48c2", + "chain": { + "id": 1 + }, + "description": "PT-USR-4SEP2025/USR PendleChainlinkOracle", + "id": "024e559b-d722-40d3-bc89-82f34d21a7d5", + "pair": [ + "PT-USR-4SEP2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xabedb5a7f7758d20c1ca3de1d4cfa4928677ed2d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF017fcB346A1885194689bA23Eff2fE6fA5C483b", + "chain": { + "id": 1 + }, + "description": "CBETH / ETH (1%)", + "id": "f7cf8b5b-2513-4e91-b003-477140859191", + "pair": [ + "CBETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x596cDF5D33486b035e8482688c638E7dcAf25a7b", + "chain": { + "id": 1 + }, + "description": "BOLD/USD Pyth Network feed", + "id": "e0876e06-8676-4609-a0df-6246c8e81734", + "pair": [ + "BOLD", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcc90d7afe71fbf17fd15846ebc0ab24b007a4a51", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8198A3B7b32Ab300dca153B88Ab63be72536cEaD", + "chain": { + "id": 1 + }, + "description": null, + "id": "3d8f02d8-fbcd-479d-a72a-703e7d2abcee", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe6cdf40ffae37dc7cf2949702a1f068e4d0faf5a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x803a7114D7701E3e6D6F86EDF5fbf73b1266E7F4", + "chain": { + "id": 1 + }, + "description": null, + "id": "05b52c91-1ff9-4832-8018-66c75a55b3ac", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0b38f11babdccec3149b4818258ff33569042b1e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x60427d88DaeF358f5Af578d30e7500b9e531D9B2", + "chain": { + "id": 1 + }, + "description": "PT LPT cUSDO PtToSyRate adapter", + "id": "431619b2-d508-4802-a9e2-4d801aef77e5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0cb1928eca8783f05a07d9ae2afb33f38bfbeb78", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4386307a07C4de7Ba11B4F4ec3e1f37BBE95dC99", + "chain": { + "id": 1 + }, + "description": "mF-ONE/USD NAV with 7.7% discount", + "id": "ac808958-0310-4785-8b50-a916c5d5c603", + "pair": [ + "mF-ONE", + "USD" + ], + "vendor": "Midas" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7dc6e7abcf78d773687ad80cb3d5e72f2b7ae2b6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x596cDF5D33486b035e8482688c638E7dcAf25a7b", + "chain": { + "id": 1 + }, + "description": "BOLD/USD Pyth Network feed", + "id": "e0876e06-8676-4609-a0df-6246c8e81734", + "pair": [ + "BOLD", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xfe8fca606085f4a20d2edeead5b91f2ca083a70c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xBb54D319D989296E3bC8f5373c89a2C943aeC41B", + "chain": { + "id": 1 + }, + "description": "mMEV/USD Adapter", + "id": "669895ab-fbd3-49d1-903a-390d933dfe8b", + "pair": [ + "mMEV", + "USD" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc3055b53bb901d70f65ac8c8cf700f4944018c5a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2665701293fCbEB223D11A08D826563EDcCE423A", + "chain": { + "id": 1 + }, + "description": "cbBTC / USD (2%)", + "id": "cf1434bd-f731-48e9-b6a7-8312d0a47769", + "pair": [ + "CBBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x596cDF5D33486b035e8482688c638E7dcAf25a7b", + "chain": { + "id": 1 + }, + "description": "BOLD/USD Pyth Network feed", + "id": "e0876e06-8676-4609-a0df-6246c8e81734", + "pair": [ + "BOLD", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xff2347d36369ab88b3bbfbd9c3db6d8c2dec103e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x803a7114D7701E3e6D6F86EDF5fbf73b1266E7F4", + "chain": { + "id": 1 + }, + "description": null, + "id": "05b52c91-1ff9-4832-8018-66c75a55b3ac", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa66a4f03fd8031973f8c7718904ce32385f54e70", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x72B5760cFBE437DD01409f44055fDfB8f8121B46", + "chain": { + "id": 1 + }, + "description": "reUSD/USD exchange rate", + "id": "4ae65866-d9ed-473b-9942-71d2815556cd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2430457d090e0861cb0266f7e70142f42a89a2a2", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xab0648dc716f929757759d208c9d4d5fd29beb99", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd4Bbb9CADAE5D31D083456827e2dFd94EAE7B971", + "chain": { + "id": 1 + }, + "description": "sZCHF/ZCHF proxy price oracle", + "id": "de9b8d6e-43bb-41a5-bd5c-0ec65ccf0b57", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x449d117117838fFA61263B61dA6301AA2a88B13A", + "chain": { + "id": 1 + }, + "description": "CHF / USD (0.15%)", + "id": "21a29e0f-f16a-4196-9e53-09a4065fda4a", + "pair": [ + "CHF", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8d42cd26620ff0174d72c6eeb534d6d4dd2b6e06", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF351DA18089b77d2222200D8Cbd1554575C04483", + "chain": { + "id": 1 + }, + "description": null, + "id": "c6025b35-74be-4e3d-bdee-15880891b2ac", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8091e8f7414ecc1179d2e37068635549398b101c", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcefa43bd9d73f850701a21325bf0ea8a6ca5a097", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa6ac74d4c50f78934d991df235ac2a13d587d310", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdc86f24d6ac94929812dc4a10e53b0ed0d7c7176", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4C43F08FD41D720f3b53c35FF49FFF9FC0343Ee2", + "chain": { + "id": 1 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "d1f4c592-3a21-428b-940a-8e4bba2c0bce", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x08e69ebeaf1d0299ff86f3ba0eac6f42e17d3ae5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9944D86CEB9160aF5C5feB251FD671923323f8C3", + "chain": { + "id": 1 + }, + "description": "PAXG / USD", + "id": "fa0a04a3-934e-4a81-bb48-847946681655", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x206e1c82f3340543513fc7929cec5e77927dd9a7", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2f9ceb1663be430218a151d20ce805acac968c97", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xE12B0707d390a04dbEf942c1017927b76DE0078E", + "chain": { + "id": 1 + }, + "description": "PT-RUSD-31JUL2025/RUSD Dual Oracle adapter", + "id": "e74e827a-b88e-46d0-a664-16fd4fd55bc2", + "pair": [ + "PT-RUSD-31JUL2025", + "RUSD" + ], + "vendor": "Ojo" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbe94ed0c1649775fa5fc51862abe7a8d9d43ca2a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4973fD4d97a64797f2F51434515971632B070413", + "chain": { + "id": 1 + }, + "description": "PT-wstUSR (Spectra)/USD", + "id": "81706d6f-8fc0-4154-b1de-90d74c2b4588", + "pair": [ + "PT-wstUSR-1750896030", + "USD" + ], + "vendor": "Spectra" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0d242f77af3bf377c9a6ec35ad9b68a8f770546a", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7ce5c29d249c0e318c85503b1565b81ed7483019", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8164254EdF1840315aba691D97756EE358B7Cb2d", + "chain": { + "id": 1 + }, + "description": "PT-USDe-31JUL2025 / USDe Pendle price adapter", + "id": "84666c53-df97-47f5-b80a-a8dc9362dff1", + "pair": [ + "PT-USDe-31JUL2025", + "USDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd582e019e955c0b8b0c4889e3c86300ddad11a13", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x74008068faf8a4804000e140169ac9a2e2ac41d2", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3450a2d41a32bf3a415ac95af8b196979912410e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6219dABc33cb0C1d340c735c005C4ADc19E21906", + "chain": { + "id": 1 + }, + "description": "PT-sUSDf-25SEP2025-TWAP/USDf", + "id": "0018c915-7137-4de8-acce-3e03ba1149b1", + "pair": [ + "PT-sUSDf-25SEP2025", + "USDf" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf04527439ba444d87e5151444ef5ea1f88e481b0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xee10fE5E7aa92dd7b136597449c3d5813cFC5F18", + "chain": { + "id": 1 + }, + "description": "SKY / USD", + "id": "18da36d8-7aff-4025-8081-b71182f70d65", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc901a408fef71a2d485b328fbcff55e2ea8acf01", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x11F3Ba90fa552f8206F89BD89F9fFAb1887706C6", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible PT-ysUSDC-31JUL2025 / USDC", + "id": "07b578ae-68a9-414c-b4cc-4f0a0a5938d4", + "pair": [ + "PT-ysUSDC-31JUL2025", + "USDC" + ], + "vendor": "PendleChainlinkOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x50356c32c984bf921a0efb1f4264ac328e429c2c", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6f397fa3eced7d3e689f262c36e219768ae42eaf", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xb177857a1799aA5F7fEb5799Fdf12CbE8fdF78B1", + "chain": { + "id": 1 + }, + "description": "USDF / USD", + "id": "79c60250-fd30-46d9-9dce-1b1451205992", + "pair": [ + "USDf", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x87a45c3a7a5f10d5a02531ef26c3bc2bc2011083", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x893fe4c073cb634b6ecf7edc6917266ae188036b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6219dABc33cb0C1d340c735c005C4ADc19E21906", + "chain": { + "id": 1 + }, + "description": "PT-sUSDf-25SEP2025-TWAP/USDf", + "id": "0018c915-7137-4de8-acce-3e03ba1149b1", + "pair": [ + "PT-sUSDf-25SEP2025", + "USDf" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x80032f4cb6e3573b9ed61e888af658e48fb790cc", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x01663dae09ec45ab7151ef8910c3a9741c0c712e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6219dABc33cb0C1d340c735c005C4ADc19E21906", + "chain": { + "id": 1 + }, + "description": "PT-sUSDf-25SEP2025-TWAP/USDf", + "id": "0018c915-7137-4de8-acce-3e03ba1149b1", + "pair": [ + "PT-sUSDf-25SEP2025", + "USDf" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xea8bf62278a8431fd4b084a7b7813788ff8d4003", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xae835aa3d4ec07fd7a931505bdac9a921e12df15", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf7418bc12c0a4ed4d5d8697a269e9639247e17f9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd4Bbb9CADAE5D31D083456827e2dFd94EAE7B971", + "chain": { + "id": 1 + }, + "description": "sZCHF/ZCHF proxy price oracle", + "id": "de9b8d6e-43bb-41a5-bd5c-0ec65ccf0b57", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7dd3fc7645555f78cc029f64a4c3965c58aaf4c4", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xcA727511c9d542AAb9eF406d24E5bbbE4567c22d", + "chain": { + "id": 1 + }, + "description": "deUSD/USD (0.2%)", + "id": "d9b8ac63-788d-410d-8e1e-2c16ec9ec626", + "pair": [ + "deUSD", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb54673451c1e5fd5cd97763954a6fb843a5f8e47", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfFA3443Dd520A34692D1b6FEb1D814232f95d914", + "chain": { + "id": 1 + }, + "description": "PT-csUSDL-31JUL2025 / USDL - Pendle Chainlink-compatible Oracle", + "id": "15f206b1-8997-43c1-8694-eadeb3197b0e", + "pair": [ + "PT-csUSDL-31JUL2025", + "USDL" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x67bcc03438d7d71c39343d7ad21cb73dc19adb89", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xef2730755ce3aa5f20efbff6bd3ee8942760942b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9CAF8caEB1a4Fe607F1c22f0d05c70B42cD4eCEb", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible PT-wsrUSD-31JUL2025 / rUSD", + "id": "feb10242-df81-4475-bdf4-53adebad3f3d", + "pair": [ + "PT-wsrUSD-31JUL2025", + "rUSD" + ], + "vendor": "PendleChainlinkOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2c459ab29db32671029725168043d563580217b4", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x7259b3708B445D52E8Ec906d07B00E7856706E8a", + "chain": { + "id": 1 + }, + "description": "PT Staked lvlUSD 25SEP2025 / lvlUSD OjoPTFeed", + "id": "5e286cda-0a92-40a9-8303-a060a3470757", + "pair": [ + "PT-slvlUSD-25SEP2025", + "lvlUSD" + ], + "vendor": "Ojo" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc793dea5e437bf4bc4d8f24c7f3b9f31bc6892a7", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x46c18118fec962fc4a70b3e6665463bf24bb7039", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2021defa41b20a399816e0a40ce6cb8907824b39", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x986b5E1e1755e3C2440e960477f25201B0a8bbD4", + "chain": { + "id": 1 + }, + "description": "USDC / ETH (1%)", + "id": "28017473-8c5f-4967-869c-59af8022bf4c", + "pair": [ + "USDC", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9548e929637fb8eed4f0d6247d886da11f930a33", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0A6FD5820f797e517297fEFf90AaEcD8e2Dc77b3", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for tacBTC_FUNDAMENTAL", + "id": "d08153f3-41e1-46cf-801f-f9946d7e9b8d", + "pair": [ + "tacBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf5a3555b42df994d1a6d62379075e2d96ef16f9c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x87aFc025984fF75A2F964Ce654d21E637FC946aA", + "chain": { + "id": 1 + }, + "description": "PT-cUSDO-19JUN2025/USDO PendleChainlinkAdapter", + "id": "d4c06276-d65b-4745-87d3-1a30807cd7c2", + "pair": [ + "PT-cUSDO-19JUN2025", + "USDO" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xac15dd96f1059a7f58c89e1bb57417c804da6157", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdf92b3aeb96801892436bbbe108bb1deb66d62a6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9D0aB80d6B68144a6BBb5c7447Eb84EdaaC18519", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for tacETH_FUNDAMENTAL", + "id": "10965f6f-439e-4406-8bd1-5c96edc0fd86", + "pair": [ + "tacETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1632f3e14754cd8f4b8f8a3b0719a94545042057", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xeebd57031ca61906c81dc78d9513debf647d2e0c", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdaeb58a601c4793667e0b0f67815cd952e752e0b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xea8BF62278a8431FD4b084A7B7813788FF8D4003", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-slvlUSD-25SEP2025/lvlUSD", + "id": "3d494e1a-0ebf-439b-bc83-d75050189a50", + "pair": [ + "PT-slvlUSD-25SEP2025", + "lvlUSD" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf4374587c66d43dafac255b0622a56f30026ad51", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xa90E0136cB598E1cEf28dc54932C17033B54538C", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for tacUSD_FUNDAMENTAL", + "id": "57824ea3-32ba-4dc8-a9b4-d82b6e6b0b62", + "pair": [ + "tacUSD", + "USDC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3b74c5fd1005cd98f349d5d9df78ec8b15131fa5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xC0f7CF02022faea87b18C77425D9ab14c20C6DB9", + "chain": { + "id": 1 + }, + "description": "PT-syrupUSDC-28AUG2025 - USDC pendle price adapter", + "id": "cb0464de-3a0c-4bcc-91ed-9bbad60c63c0", + "pair": [ + "PT-syrupUSDC-28AUG2025", + "USDC" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x89703c1bedc64b0b740c5af8bf634745b7b5d863", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xac15dD96f1059a7F58c89e1bB57417C804DA6157", + "chain": { + "id": 1 + }, + "description": "PT-eUSDE-14AUG2025 / USD linear discount adapter", + "id": "ad8cd39e-b7bd-41be-85f7-00934f6cd9c9", + "pair": [ + "PT-eUSDE-14AUG2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb2e3805dd677911e5a9d4cafb1064dfd606c41d8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xbdC299a1ed7cC1dA9a6175f72B69079F56f610EF", + "chain": { + "id": 1 + }, + "description": "PT-eUSDE-14AUG2025/eUSDE", + "id": "0fdef40a-ddd7-4cfd-a8bf-d241954d3bda", + "pair": [ + "PT-eUSDE-14AUG2025", + "eUSDE" + ], + "vendor": "PendleChainlinkOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x62b375616e934fd995d11ed074b918ce3c67c7d1", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0a2a51f2f206447dE3E3a80FCf92240244722395", + "chain": { + "id": 1 + }, + "description": "mRe7YIELD / USD price feed", + "id": "9a8c3a48-44d2-4043-8ebb-467a858c625d", + "pair": [ + "mRe7YIELD", + "USD" + ], + "vendor": "Midas" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd0c30f4e6b3fcf1a9c59ae286e1cd9ecd98eddb9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8F4cB6a9Bc3856264EC5F9680AB1cb5fb81574eB", + "chain": { + "id": 1 + }, + "description": "Idle Tranches exchange rate", + "id": "fef92b6a-114a-4d02-908b-51ea8811668f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe1b4af0d9d73cab204de39e1c798f26c3891be27", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x22d6ed297d4250ef3A287936923462D3Be936ac5", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-RLP-4SEP2025/USDC", + "id": "491eb390-e994-446d-81e1-31bd8b8d9e00", + "pair": [ + "PT-RLP-4SEP2025", + "USDC" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x562276a190ad4de8f1a46746907e2b4ea3fcb81c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x22d6ed297d4250ef3A287936923462D3Be936ac5", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-RLP-4SEP2025/USDC", + "id": "491eb390-e994-446d-81e1-31bd8b8d9e00", + "pair": [ + "PT-RLP-4SEP2025", + "USDC" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x55ab6d3366ce06050f7b02e7b683e79bb389ceef", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xc9c10271B2B76767C385Ac389C05d77c319DC41C", + "chain": { + "id": 1 + }, + "description": "SPYon / USD", + "id": "754151a7-1d00-441b-a14f-38b9164912b2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x32a7a8ff5ed63892857b957ae0ae9f79343a6c2a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x17D099fc623bd06CFE4861d874704Af184773c75", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "45d6bddd-8264-485a-9a0e-89806126b40c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x4f570bceac722f277c5baaa374d4d69ac095cd46", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x75f2a77024efd54c4a6087ebd7e3243c7bd1770d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x929b42739fEd4d6Ca44EDA0f4020e2A428f8AB86", + "chain": { + "id": 1 + }, + "description": "USD/CHF price oracle", + "id": "24d60aca-2a3a-4b1d-928e-5f6e59c3023d", + "pair": [ + "USD", + "CHF" + ], + "vendor": "AlphaPing" + }, + "baseFeedTwo": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x39a695eb6d0c01f6977521e5e79ea8bc232b506a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8e6c4fC0dd3aACF4b359fFd0B45A5F38d72841e0", + "chain": { + "id": 1 + }, + "description": "PT-eUSDE-29MAY2025 / USD linear discount adapter", + "id": "2997cd79-5e99-45af-aef9-48f6edc3e454", + "pair": [ + "PT-eUSDE-29MAY2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x96d7c2c12339e44d2c74878227147b54ff6ff3a7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xBB0f9ab163894385BB5ab908D5660A4E58C6c719", + "chain": { + "id": 1 + }, + "description": "eOracle MC-USR/USD - price adapter", + "id": "923e13e1-4571-4662-8329-a92cad3f8eca", + "pair": [ + "MC-USR", + "USD" + ], + "vendor": "MEV Capital" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6860c98fbd1e1868aad940d04a05aad4799e9297", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xB2b3524A0a7145b59E4146a4BaE35A5dB2842508", + "chain": { + "id": 1 + }, + "description": "eOracle PT-wstUSR-25SEP2025/USR (PtToSyRate TWAP)", + "id": "052d359f-e8f0-4be8-84bb-28c9152f443c", + "pair": [ + "PT-wstUSR-25SEP2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x4302c09ca1a51df55a2a8f15ca23d4ca448e9415", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf358c1b4502710e9cE6172C2c542c7C6107f77E2", + "chain": { + "id": 1 + }, + "description": "USDf/USDC curve pool price oracle", + "id": "9533eb50-3911-4c2e-b612-696fb0932115", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3660c76f620d70b957b4ca190455126e89d6454b", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5bae86006ed1ea3dd2891bf56f27ac4a098d5601", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4bACFFC2B4C872ba89626C7b5312C6B7151f2194", + "chain": { + "id": 1 + }, + "description": "PT Level USD 25SEP2025 / lvlUSD OjoPTFeed", + "id": "ba97ceb4-c3fd-4f12-a571-3f903f54b9da", + "pair": [ + "PT-lvlUSD-25SEP2025", + "lvlUSD" + ], + "vendor": "Ojo" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x12cddb96f233c7c4e67da5f25f612a6f6fa9ac95", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x32d1463EB53b73C095625719Afa544D5426354cB", + "chain": { + "id": 1 + }, + "description": "IB01 / USD (2%)", + "id": "e01fd132-0afc-4eb3-9097-053153f18b7a", + "pair": [ + "IB01", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x96a20d205737bd9e2acf5c122aa434428fff685d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xc725bc33502c36Bd0FfEF614D578f24742C8fd7a", + "chain": { + "id": 1 + }, + "description": "PT-syrupUSDC-28AUG2025 / USDC OjoPTFeed", + "id": "f60a647e-888f-41d7-8eb8-4a34db127ee5", + "pair": [ + "PT-syrupUSDC-28AUG2025", + "USDC" + ], + "vendor": "Ojo" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x91c96e6a720cfc294beb22d059bb6255654d7411", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf206aCEd6D300c73d496F6d74158617AdC928519", + "chain": { + "id": 1 + }, + "description": "mMEV/USD - price adapter", + "id": "3176131d-bc44-40c0-8419-d4b9e61705e7", + "pair": [ + "mMEV", + "USD" + ], + "vendor": "Midas" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2a36a54c7c00215d86caf9a283a44817d3390a2a", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x39f46ead05fb7b67516cd4fa66fe11e5c422c546", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x88d08ec5ecdbf0baaddfd37c656399ac0b5e08c8", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa5dfdb45bf2cc9a96f2b9f74e11cb2424c2ceec3", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x69cba630ca35e85157a906412e635f5e9dc846f0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xBEE4e3AFee3979a7E1e5F437cb03427cAEB622cB", + "chain": { + "id": 1 + }, + "description": "PT-xSolvBTC/BTC feed adapter leveraging: 1. PTtoSY, 2. xSolvBTC/solvBTC, 3. solvBTC/BTC", + "id": "a3740ad6-1a92-4ec4-a99b-1c729150fef5", + "pair": [ + "PT-SolvBTC.BBN-26JUN2025", + "BTC" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x383c9a039b7325898f1f0d86356d097cb6e6dece", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5Aa30684f5B1d5E258F1eFC69d40fc9AB2d1e216", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-29MAY2025 / USDe Pendle price adapter", + "id": "d4dbfb3d-c6a2-41fc-a59f-e48abe952f85", + "pair": [ + "PT-sUSDE-29MAY2025", + "USDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1a405b1d97ec5c9ada5177bdf7d69520b4fdd819", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6219dABc33cb0C1d340c735c005C4ADc19E21906", + "chain": { + "id": 1 + }, + "description": "PT-sUSDf-25SEP2025-TWAP/USDf", + "id": "0018c915-7137-4de8-acce-3e03ba1149b1", + "pair": [ + "PT-sUSDf-25SEP2025", + "USDf" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xb177857a1799aA5F7fEb5799Fdf12CbE8fdF78B1", + "chain": { + "id": 1 + }, + "description": "USDF / USD", + "id": "79c60250-fd30-46d9-9dce-1b1451205992", + "pair": [ + "USDf", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x65b6fd971e1436130020a3531417f01de127a711", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x75d0c87D6da8C6eA07888b41504c15A5B216d8B1", + "chain": { + "id": 1 + }, + "description": "PT-USR-29MAY2025 / USR PtToAssetRate adapter", + "id": "bed02bce-ccd7-43ea-8ab1-3c186a9391c9", + "pair": [ + "PT-USR-29MAY2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0e6d96e8aa0de4783a049d6793f33d55497c27a9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2F0762513F220fb2A24B4c7Da2749b5ce851Ba6F", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-lvlUSD-29MAY2025/lvlUSD", + "id": "25ab2dbe-b074-451c-8342-2404c9f7c139", + "pair": [ + "PT-lvlUSD-29MAY2025", + "lvlUSD" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9c61843b0ac1cbffb6d55dbd3d526655af0ad5ad", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0271e2d3529314837B84407148bEE5cFbf37689D", + "chain": { + "id": 1 + }, + "description": "PT-inwstETHs/stETH", + "id": "7f813941-5050-46c1-9325-d72487806fc1", + "pair": [ + "PT-sw-inwstETHs-1752969615", + "stETH" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xad8ea886c891fbb8603462675b8569aae8ed550d", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x68066d2891254f1f3285cac0bb16b65b28ee3cab", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAfFd8F5578E8590665de561bdE9E7BAdb99300d9", + "chain": { + "id": 1 + }, + "description": "USCC / USD NAV", + "id": "cad01386-2e55-47a8-8912-eeb7b06034d5", + "pair": [ + "USCC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfcae69bef9b6c96d89d58664d8aea84bddce2e5c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd59b907B5CC2Ca17BDa83ccBf7F636536Be9c866", + "chain": { + "id": 1 + }, + "description": "PT-USDe-31JUL2025 / USD linear discount adapter", + "id": "2fd0a6b9-fdc5-49bb-9926-fca9c231cedc", + "pair": [ + "PT-USDe-31JUL2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x38ed40ab78d2d00467cedd5b1631c040768cdfca", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5cb13e10beb0bc0760988f16196b016536afc6c0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xEb19da535617aCBAA05F1C1eaF6018BDF3519952", + "chain": { + "id": 1 + }, + "description": "PT-wstUSR-25SEP2025 / USR PtToAssetRate adapter", + "id": "e3ad099a-27fe-4e14-9b49-bef95973b2c4", + "pair": [ + "PT-wstUSR-25SEP2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7e93c1e24a40df71666ae832313300a048aadd2d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x553b07E07ebb880E4F55ac36B2D9dB0ab987a64D", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible PT Lombard LBTC 26JUN2025/ LBTC", + "id": "23773355-8870-43fd-b838-dd321dce4720", + "pair": [ + "PT-LBTC-26JUN2025", + "LBTC" + ], + "vendor": "PendleChainlinkOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0d3634bb3b87d92a69f9ad5013db07e44c88ce03", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xEF2CA378336b3BfeDaBD089667Fd44806f54e1e6", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "eb02fb00-eef6-4692-9169-3f426bdb0760", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xeaaf18e3d90e1a3741376383beb41a2081b4cb8f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3bC2bBDB2926aeD42B3355872b5Fb8905bDA7C56", + "chain": { + "id": 1 + }, + "description": "PT-slvlUSD-29MAY2025 / USD linear discount adapter", + "id": "5b58ee2d-59ae-433b-9298-3b3cbbf79c22", + "pair": [ + "PT-slvlUSD-29MAY2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8cc76b27bdeac2a0004f8f91dec03f6446a206ee", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x83fb5ff55eaa528f0c0f95c3f270b85e5d094756", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf87d2F4d42856f0B6Eae140Aaf78bF0F777e9936", + "chain": { + "id": 1 + }, + "description": "ETH+ / USD exchange rate adapter", + "id": "3ae1447d-e88d-43d2-ae62-f6d32614c128", + "pair": [ + "ETH+", + "USD" + ], + "vendor": "MEV Capital" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5efdcae531bd6ff8fc84c203f65f31e36d1099fb", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xBB0f9ab163894385BB5ab908D5660A4E58C6c719", + "chain": { + "id": 1 + }, + "description": "eOracle MC-USR/USD - price adapter", + "id": "923e13e1-4571-4662-8329-a92cad3f8eca", + "pair": [ + "MC-USR", + "USD" + ], + "vendor": "MEV Capital" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e891DEbD8FA0A4Cf6BE58Ddff5a8ca174FebDCB", + "chain": { + "id": 1 + }, + "description": "USD0 / USD (0.5%)", + "id": "9eed8cb5-bc9c-44c5-aad4-021b4bdfd6f1", + "pair": [ + "USD0", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf6c1a5532b61b997293cc09803ea475375e46fb7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4973fD4d97a64797f2F51434515971632B070413", + "chain": { + "id": 1 + }, + "description": "PT-wstUSR (Spectra)/USD", + "id": "81706d6f-8fc0-4154-b1de-90d74c2b4588", + "pair": [ + "PT-wstUSR-1750896030", + "USD" + ], + "vendor": "Spectra" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x26cb901f9a107007bd5e912c6c4c028b273f0e5e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xBAbad428F76d05cBa8A3e81035C41579cb610BeF", + "chain": { + "id": 1 + }, + "description": "sUSDf/USDF proxy price oracle", + "id": "d60c18f7-38df-4347-8022-f13c9bbb3acb", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x26be0b9fdaf2855428deee155b195ee802144acd", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe3b8734a9b571e9c98a00df8e588590c837a09c3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4D117D5cF0A438DFeB1f927F01ae64c135439363", + "chain": { + "id": 1 + }, + "description": "Spectra PT-sw-RLP-1750896023/USR ", + "id": "9def9fcc-9c07-4e14-ac11-919a2806e9d7", + "pair": [ + "PT-sw-RLP-1750896023", + "USR" + ], + "vendor": "Spectra" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb1c05b323c66cbe087ec79ae2eeef8fc7afa3f40", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x506f0cf6150677b91519639215dc0b7f8d190d0a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9d65C59C3Ab0Ee7bCd0c3d53cFeef37aFB1e4795", + "chain": { + "id": 1 + }, + "description": "PT-cUSDO-19JUN2025 PtToSyRate adapter", + "id": "db170c03-acaf-42fa-afe5-f9594a4b1de1", + "pair": [ + "PT-cUSDO-19JUN2025", + "cUSDO" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0xb9B69e0A2aDD1839cc19e71c5cCa0C01D0721165", + "chain": { + "id": 1 + }, + "description": "cUSDO x USDO convertToAsset adapter", + "id": "1ac34b8e-c4b9-4a33-a105-55b22cc4be0d", + "pair": [ + "cUSDO", + "USDO" + ], + "vendor": "MEV Capital" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x972e8167555913800208d0bbc26ec308d2edab22", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb177857a1799aA5F7fEb5799Fdf12CbE8fdF78B1", + "chain": { + "id": 1 + }, + "description": "USDF / USD", + "id": "79c60250-fd30-46d9-9dce-1b1451205992", + "pair": [ + "USDf", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4692d04c4a05896540cbf4e4cb48a52508e04652", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8b4A5Cd427e342AD72E222c829d36FC9392b471d", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-lvlUSD-25SEP2025/lvlUSD", + "id": "1bc01a3b-e13f-4748-8d3a-034db30c042c", + "pair": [ + "PT-lvlUSD-25SEP2025", + "lvlUSD" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2be2ed266ace03009bf613f9100420fd2f56be75", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xa90E0136cB598E1cEf28dc54932C17033B54538C", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for tacUSD_FUNDAMENTAL", + "id": "57824ea3-32ba-4dc8-a9b4-d82b6e6b0b62", + "pair": [ + "tacUSD", + "USDC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x08ada026d756cdf2e17d791e74c8b30d554e1d26", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x81bb2e546f138ce48df9c64268f6c89f9413e128", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x398b8b41b0DC44CB2f124F0f917746ACe0144339", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible PT-RUSD-31JUL2025 / rUSD", + "id": "bace58d2-a224-4123-93d1-da3f0a4a9332", + "pair": [ + "PT-RUSD-31JUL2025", + "rUSD" + ], + "vendor": "PendleChainlinkOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdc34bd1940d18e234dc56964c8aaa7c4b9d95d6a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x45F3898dACb80B9AdEaC54269e1AA32547deECa6", + "chain": { + "id": 1 + }, + "description": "SyStUSD/USD price oracle", + "id": "5fd42360-1e1c-4309-b9d7-29d5bfe13935", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2b397b78d26e763a4c599e77a5ab5a224a64825b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x449d117117838fFA61263B61dA6301AA2a88B13A", + "chain": { + "id": 1 + }, + "description": "CHF / USD (0.15%)", + "id": "21a29e0f-f16a-4196-9e53-09a4065fda4a", + "pair": [ + "CHF", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0ba399d2fc01429dd625db463b11eba13284db95", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdb4f60247d2da0c6235b07f94bb8ae72f5267322", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xB2b3524A0a7145b59E4146a4BaE35A5dB2842508", + "chain": { + "id": 1 + }, + "description": "eOracle PT-wstUSR-25SEP2025/USR (PtToSyRate TWAP)", + "id": "052d359f-e8f0-4be8-84bb-28c9152f443c", + "pair": [ + "PT-wstUSR-25SEP2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb208bfdf2a129386d7f1617d8498a69d2553f949", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x669b24343c48ebf602f1fb90311b16ba5dd07065", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x22d332c767aF541ee72F84b0df2a4Dae23909CFB", + "chain": { + "id": 1 + }, + "description": "PT-EBTC-26JUN2025/eBTC", + "id": "6456e586-c058-4a78-a239-73aec1726712", + "pair": [ + "PT-EBTC-26JUN2025", + "eBTC" + ], + "vendor": "PendleChainlinkOracle" + }, + "baseFeedTwo": { + "address": "0x56c08bF6Ab8e08A7eADeb4E053DA653334E8E549", + "chain": { + "id": 1 + }, + "description": "eBTC/BTC", + "id": "62c2a81f-bfe4-4d67-b00d-f3451b7c4671", + "pair": [ + "eBTC", + "BTC" + ], + "vendor": "eOracle" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa610254778d93ab09af33d480d9465b98b9cd977", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfb9132bd07cd63a0295d71774d576d7410f20c60", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x45F3898dACb80B9AdEaC54269e1AA32547deECa6", + "chain": { + "id": 1 + }, + "description": "SyStUSD/USD price oracle", + "id": "5fd42360-1e1c-4309-b9d7-29d5bfe13935", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x430bf343dd91fde2cf4741704a2c714306d5dbdf", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4D117D5cF0A438DFeB1f927F01ae64c135439363", + "chain": { + "id": 1 + }, + "description": "Spectra PT-sw-RLP-1750896023/USR ", + "id": "9def9fcc-9c07-4e14-ac11-919a2806e9d7", + "pair": [ + "PT-sw-RLP-1750896023", + "USR" + ], + "vendor": "Spectra" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe99c483129063c257a0b29257c66ac25ed65316b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x553b07E07ebb880E4F55ac36B2D9dB0ab987a64D", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible PT Lombard LBTC 26JUN2025/ LBTC", + "id": "23773355-8870-43fd-b838-dd321dce4720", + "pair": [ + "PT-LBTC-26JUN2025", + "LBTC" + ], + "vendor": "PendleChainlinkOracle" + }, + "baseFeedTwo": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1b4a3f92e5fffd1d35a98751c9fe4472483579bb", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x536218f9E9Eb48863970252233c8F271f554C2d0", + "chain": { + "id": 1 + }, + "description": "RETH / ETH (2%)", + "id": "5321c50d-5ad1-4612-bf11-15aae66e24d2", + "pair": [ + "RETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfb54db22a98899c1932a0e633cad7bdece86434c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x96d4fe2aeb531abc3370a58fbfa52c9b1b900e77", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2F0762513F220fb2A24B4c7Da2749b5ce851Ba6F", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-lvlUSD-29MAY2025/lvlUSD", + "id": "25ab2dbe-b074-451c-8342-2404c9f7c139", + "pair": [ + "PT-lvlUSD-29MAY2025", + "lvlUSD" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x625bB4f5133Ff9F6d43e21F15add35BE46387903", + "chain": { + "id": 1 + }, + "description": "Chainlink interface compliant oracle for Level USD", + "id": "0786451e-3feb-4793-8fd8-1618853074ae", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x653f9eb445343e38758916879f6edd42644a4866", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7ba6a0590a97c256a015d34102fc9df6b74b1f1c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3f40FF4a05203900A9644826125De30dc8eD19Bf", + "chain": { + "id": 1 + }, + "description": "USUALX/USUAL Usual X preview redeem adapter", + "id": "f868d049-878a-4b36-b147-b6206b156301", + "pair": [ + "USUALX", + "USUAL" + ], + "vendor": "MEV Capital" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbbcf7d1247583049722c79ba4249beb188c37a33", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6d32736220291D20E927b891ABA976c6FC89891f", + "chain": { + "id": 1 + }, + "description": "wUSDL / USDL exchange rate", + "id": "ac4440b7-d8d9-44b5-a4ed-0f0dde78ba13", + "pair": [ + "wUSDL", + "USDL" + ], + "vendor": "Steakhouse" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc28f86c86f79282e2d2a1f45442339c55f7eb22d", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9d318ddbda03b3946e2edcf35859c89e888fe09a", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x85aff9753d4f6711413a3a80b23ee6f27a805fe6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2ee5Ce6556599E16c226579BA14F94926d8Cb86d", + "chain": { + "id": 1 + }, + "description": " EIGEN / USD - Price Feed", + "id": "7f857121-5eda-4bbd-ab49-28189a583437", + "pair": [ + "EIGEN", + "USD" + ], + "vendor": "RedStone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x96f4357692aa35aa986bbefd19c68b89f1d14304", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xB608A1584322e68C401129E1E8775777c43cb6F7", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-31JUL2025 / USD linear discount adapter", + "id": "d9a414b8-00b7-4eda-8d19-6dde0cbf5996", + "pair": [ + "PT-sUSDE-31JUL2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7d682f81730cd39c85da92f205db33659536a781", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6DF94D889C5112a927710E88bAe6E19934b946f9", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-slvlUSD-29MAY2025/lvlUSD", + "id": "4cb005b0-3ab9-4a9b-801b-98873059ec0d", + "pair": [ + "PT-slvlUSD-29MAY2025", + "lvlUSD" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x04d1acfeb737e10fb5e849222be17aa8855c54e6", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd3746bd055c5e61f240f92546466efa5e854aa2a", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4bb6856d158477ac4c69a5ae87a4e8a8cd6dd1df", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xBb54D319D989296E3bC8f5373c89a2C943aeC41B", + "chain": { + "id": 1 + }, + "description": "mMEV/USD Adapter", + "id": "669895ab-fbd3-49d1-903a-390d933dfe8b", + "pair": [ + "mMEV", + "USD" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xeac6365fdce8fe3d6a17c164f0d67d33bd49d8b6", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x404021acfe53448ab3bbe981d482843a18aceaa3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xde0AD0ab2D30776d9C082bad654295B421542E76", + "chain": { + "id": 1 + }, + "description": "eOracle - PT-eBTC-26JUN2025 / eBTC Pendle price adapter", + "id": "09734f18-5b49-4212-a433-188ccad83ad1", + "pair": [ + "PT-eBTC-26JUN2025", + "eBTC" + ], + "vendor": "MEV Capital" + }, + "baseFeedTwo": { + "address": "0x56c08bF6Ab8e08A7eADeb4E053DA653334E8E549", + "chain": { + "id": 1 + }, + "description": "eBTC/BTC", + "id": "62c2a81f-bfe4-4d67-b00d-f3451b7c4671", + "pair": [ + "eBTC", + "BTC" + ], + "vendor": "eOracle" + }, + "quoteFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc0efb90f40e8dd4cb3bc20837d30e388549a8405", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2F0762513F220fb2A24B4c7Da2749b5ce851Ba6F", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-lvlUSD-29MAY2025/lvlUSD", + "id": "25ab2dbe-b074-451c-8342-2404c9f7c139", + "pair": [ + "PT-lvlUSD-29MAY2025", + "lvlUSD" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xba1e635c8a62d0265418af33f7f2f419d8e86ed7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x60427d88DaeF358f5Af578d30e7500b9e531D9B2", + "chain": { + "id": 1 + }, + "description": "PT LPT cUSDO PtToSyRate adapter", + "id": "431619b2-d508-4802-a9e2-4d801aef77e5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x794ca637aa2cfbf89808783b977ababb5c2eda84", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4D117D5cF0A438DFeB1f927F01ae64c135439363", + "chain": { + "id": 1 + }, + "description": "Spectra PT-sw-RLP-1750896023/USR ", + "id": "9def9fcc-9c07-4e14-ac11-919a2806e9d7", + "pair": [ + "PT-sw-RLP-1750896023", + "USR" + ], + "vendor": "Spectra" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x16931dcc888754ae780b153598376a6474de4440", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9dD65b6d956E31F4dc093372D975275986695827", + "chain": { + "id": 1 + }, + "description": "Stability Pool Token NAV", + "id": "e3f7d46c-b101-43ff-8f5c-909ed5412356", + "pair": [ + "fxSAVE", + "USD" + ], + "vendor": "f(x) Protocol" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x74aab1207092dcb2837dea4070bc307750b3ddfa", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x67a71bdac427378928c75dc7132b166dd50c589e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xE12B0707d390a04dbEf942c1017927b76DE0078E", + "chain": { + "id": 1 + }, + "description": "PT-RUSD-31JUL2025/RUSD Dual Oracle adapter", + "id": "e74e827a-b88e-46d0-a664-16fd4fd55bc2", + "pair": [ + "PT-RUSD-31JUL2025", + "RUSD" + ], + "vendor": "Ojo" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xefc7abe6e30732860d4f8fe5f91f1c868505688f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x152003df214B9CeC8969D5450370aceaCb4bAB60", + "chain": { + "id": 1 + }, + "description": "Pendle PT-sUSDe (29MAY2025) Linear Discount/USDe", + "id": "c40f4f27-6cd3-4e97-b93d-f9232b3aae00", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x7e891DEbD8FA0A4Cf6BE58Ddff5a8ca174FebDCB", + "chain": { + "id": 1 + }, + "description": "USD0 / USD (0.5%)", + "id": "9eed8cb5-bc9c-44c5-aad4-021b4bdfd6f1", + "pair": [ + "USD0", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1376913337cec523b4ddead8a60edb1fa43ff1e3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x559d4Ab011541a3Cc0ca893bfcFA1df40C6531D7", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-31JUL2025 - USDe pendle price adapter", + "id": "1e5e2008-eb8c-4b31-85ad-47a32295433d", + "pair": [ + "PT-sUSDE-31JUL2025", + "USDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8570eda6bb803ff714471faa47793c88255094d9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x214eD9Da11D2fbe465a6fc601a91E62EbEc1a0D6", + "chain": { + "id": 1 + }, + "description": "XAU / USD (0.3%)", + "id": "9f1a7889-1adb-40ab-93d8-b8cbf5905665", + "pair": [ + "XAU", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x78804d5290f250a8066145d16a99bd3ea920b732", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xB608A1584322e68C401129E1E8775777c43cb6F7", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-31JUL2025 / USD linear discount adapter", + "id": "d9a414b8-00b7-4eda-8d19-6dde0cbf5996", + "pair": [ + "PT-sUSDE-31JUL2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x74e21f62b34284e914a48a0be0a1c377029a0fbe", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3818C88e19a0EBF25105a2fDcf4493BD4fCC5e8e", + "chain": { + "id": 1 + }, + "description": "eOracle - PT-LBTC-26JUN2025 / LBTC Pendle price adapter", + "id": "ea45a399-99f2-444a-bbd8-16af20f7f68b", + "pair": [ + "PT-LBTC-26JUN2025", + "LBTC" + ], + "vendor": "MEV Capital" + }, + "baseFeedTwo": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xec5333619ce2ae075e5ffff1a4f9540f81f2f041", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9d1Cb6806bc366C156a75f76Be50319Fb51C82A2", + "chain": { + "id": 1 + }, + "description": "Ojo PT Feed Pendle Chainlink-compatible Oracle", + "id": "1077217b-2c08-4380-a665-06d5ebb82abb", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9f59936c3e47e1616d40a44a2f0e276afaea5cc8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x803a7114D7701E3e6D6F86EDF5fbf73b1266E7F4", + "chain": { + "id": 1 + }, + "description": null, + "id": "05b52c91-1ff9-4832-8018-66c75a55b3ac", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe24136524b18950312532c572cdb7c841f61bf1b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x803a7114D7701E3e6D6F86EDF5fbf73b1266E7F4", + "chain": { + "id": 1 + }, + "description": null, + "id": "05b52c91-1ff9-4832-8018-66c75a55b3ac", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x756f5d3735aa73740a4461f017529afddfa3ab8a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xE858728eB31a25C4AcCcE17d01B68dCFC3A0ED2C", + "chain": { + "id": 1 + }, + "description": "LsETH / ETH Exchange Rate", + "id": "a9dcdeac-2d74-44d5-9ca5-8efd22c830df", + "pair": [ + "LsETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf2c9ee3fdc5d1e360d51b4840b4096f63913df93", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0A9cf62e0A8160659a53CaBC833809E5FE76a20f", + "chain": { + "id": 1 + }, + "description": "upUSDC/USD feed", + "id": "3fe9b518-8c6b-4655-8916-f7e7ef6d3271", + "pair": [ + "upUSDC", + "USD" + ], + "vendor": "Upshift" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x076a476329caf84ef7fed997063a0055900ee00f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x59CadA9800cc83E68Ba795c8A5982F4e6dB037eC", + "chain": { + "id": 1 + }, + "description": null, + "id": "f9f5a66a-d5b1-4943-8491-457818dda4e0", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc80aa2ab3ae2aeeee884c69be72be24a027021fd", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x50259db7bF139172f53aBC8bf44488cbcFd60b60", + "chain": { + "id": 1 + }, + "description": null, + "id": "a7468cb4-8664-4ee7-8aa4-505941fac1ed", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3544bdf11ee46261e4a7823d9100b4f66b0450b4", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xe0fd8C8E137daf400cD00ff9b461d60FB3C92F8A", + "chain": { + "id": 1 + }, + "description": "USDU/USDC Curve Pool LP Token Price", + "id": "3a8b9b58-b8a1-4080-9db7-39ed08080875", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdcc91883a87d336a2eec0213e9167b4a6cd5b175", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xE0810Cb819436db6cfeA7E2D13480aFE1183C862", + "chain": { + "id": 1 + }, + "description": null, + "id": "f7e4848a-17f6-451a-aeaa-32ca2d051237", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0fb39598c4c8f5a975f2858db056b6eef28e295d", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd1d36076bcee13e48992b02492f46dbca06abe2b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8D7c426B25044f2Ca429fd320Ac1166F6B02657f", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "0c4bcc25-7aa2-4394-8858-c66661c05909", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x72B5760cFBE437DD01409f44055fDfB8f8121B46", + "chain": { + "id": 1 + }, + "description": "reUSD/USD exchange rate", + "id": "4ae65866-d9ed-473b-9942-71d2815556cd", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x59b49d7984f374a82d486e423dc098d638542706", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x146945dfE66DD536138a56957aD67138bb7aFf0C", + "chain": { + "id": 1 + }, + "description": "PT-tETH-25SEP2025-Hybrid/WETH", + "id": "cdc64958-757b-46bb-96b6-2fda127aad62", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb9b803f4613ba39f5faee45419b05a0a83068179", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9d1Cb6806bc366C156a75f76Be50319Fb51C82A2", + "chain": { + "id": 1 + }, + "description": "Ojo PT Feed Pendle Chainlink-compatible Oracle", + "id": "1077217b-2c08-4380-a665-06d5ebb82abb", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfec88f8539b8469644025a2955fd1d21577fc40c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9B5ae92EBa3C383Be073e3ff94613B2C33851282", + "chain": { + "id": 1 + }, + "description": "Chainlink-formatted InfiniFi LPT Oracle", + "id": "44f4acee-1812-424c-90d9-4f88f48547f7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x72ec24886a36a1c632d284ed49293ecd13e3eca6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0b3e5466214fdd291cBA9DA910196aeD5AE81A45", + "chain": { + "id": 1 + }, + "description": "PT-tUSDe-25SEP2025-Hybrid/USDe", + "id": "71a4147c-a5b9-48f3-af22-a781dd6f6ad3", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0de0ecde53ea9d38351b2ce0635430506c0aa330", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x93F4E501ddcB7e8FD18f5839204AeC0234B2B2E0", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-USDe-25SEP2025/USDe", + "id": "b3368bd1-23b3-456d-ad64-4b286aa7986b", + "pair": [ + "PT-USDe-25SEP2025", + "USDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xc3866d726C204C0836E0677A31973c649888973D", + "chain": { + "id": 1 + }, + "description": "Dummy feed with 12 decimals", + "id": "a2264639-e01e-4472-ab4b-a46e57e58032", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xaa31f21e3d23bf3a8f401e670171b0da10f8466f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x25Ee4DB26dc295F09aA058B5ce9f433a59D739D3", + "chain": { + "id": 1 + }, + "description": null, + "id": "f2d4c761-1bbb-49d1-af10-6134ad4693bf", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x40234d69ea50c3c6171062f8a0af39835755049a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6Cb885E28ED17a95c4D845072B9c7CB2854BF502", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "14b1d6e4-5ad0-4cf0-a84c-c14d03c7211e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xca3d6fa03266d9ca262f2bbccd231a8885f4b8f9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAdb2c15Fde49D1A4294740aCb650de94184E66b2", + "chain": { + "id": 1 + }, + "description": "RLP / USD", + "id": "fae258fc-23dc-4df2-a6bf-3c9e71f6a195", + "pair": [ + "RLP", + "USD" + ], + "vendor": "Resolv" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc7be7593fd5453db5adcc1d7103f2211d4f2e40d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xACE21E4A3cd5B5519FB6A999dF8B63b0Ce5A046A", + "chain": { + "id": 1 + }, + "description": "BTC/USD feed", + "id": "0a68ae25-210e-4ba8-82c4-188486de6c2d", + "pair": [ + "BTC", + "USD" + ], + "vendor": "API3" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8E5e906761677E24D3AFd77DB6A19Dd9ed83F8c2", + "chain": { + "id": 1 + }, + "description": "USDC/USD feed", + "id": "b1d233f5-b988-4f1d-8f11-ecf3284a8798", + "pair": [ + "USDC", + "USD" + ], + "vendor": "API3" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x825059bf3122ea7fe00c1ff3a898b116c00e3102", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xB600BD983c97ABf06Dc59164BA73B371aA1a9b55", + "chain": { + "id": 1 + }, + "description": "LP-eUSDE-14AUG2025/eUSDe PendleChainlinkOracle feed", + "id": "90a4f28d-a96c-4bf8-afea-195c1f31b903", + "pair": [ + "LP-eUSDE-14AUG2025", + "eUSDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf78340349486e3a0b932f35ef390ee17706814af", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x68E07c01e5a21f11B940B5f751483deE3D502645", + "chain": { + "id": 1 + }, + "description": "LP-sUSDE-25SEP2025/sUSDe PendleChainlinkOracle feed", + "id": "55d2c7df-919e-4267-8c10-dc201e099ab9", + "pair": [ + "LP-sUSDE-25SEP2025", + "sUSDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd2cc46b9b2d761502ef933320ecf0268ec0dfa6d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF81Aa28A4F68124683AfadA81e8EBBf6e2867067", + "chain": { + "id": 1 + }, + "description": "Chainlink-formatted InfiniFi RT Oracle", + "id": "865e05d3-3245-4d2d-baa2-3a2b7692fba2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc3866d726C204C0836E0677A31973c649888973D", + "chain": { + "id": 1 + }, + "description": "Dummy feed with 12 decimals", + "id": "a2264639-e01e-4472-ab4b-a46e57e58032", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5139aa359f7f7fde869305e8c7ad001b28e1c99a", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x474279318e735cb95febe0ec817c7362b53afbf7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x67F71c9Cef6964F6037169F0864919cF0853706B", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "ee2c64e8-c903-4189-9b13-5c0e59f2775d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd07aa6be84c986b280e07e710eaba83fc9c75f9a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAD5C8bB8Fca2e94F43C9060f686d85D5F6ea5f05", + "chain": { + "id": 1 + }, + "description": "LP-sUSDe-25SEP2025/sUSDe", + "id": "8a6474a3-6a5b-42f1-a221-760f444018e8", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0056cf52be1b744a434aeb4c4be015a0068be9be", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x596cDF5D33486b035e8482688c638E7dcAf25a7b", + "chain": { + "id": 1 + }, + "description": "BOLD/USD Pyth Network feed", + "id": "e0876e06-8676-4609-a0df-6246c8e81734", + "pair": [ + "BOLD", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc72c295c25538be6a135aa2822aa3a3f9d4d42b9", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x596cDF5D33486b035e8482688c638E7dcAf25a7b", + "chain": { + "id": 1 + }, + "description": "BOLD/USD Pyth Network feed", + "id": "e0876e06-8676-4609-a0df-6246c8e81734", + "pair": [ + "BOLD", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x56c136fc58686c8409f46458056c3f960d3ef21d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfA5d16e31bd7325119d8C718eAC1Fd6F5b2D1526", + "chain": { + "id": 1 + }, + "description": "BTC/USD feed", + "id": "de9f3b4a-8b89-4f3f-af76-759d2231035f", + "pair": [ + "BTC", + "USD" + ], + "vendor": "API3" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x2bB37d8bEa49b4E7DFE3e95337D9662C9E120874", + "chain": { + "id": 1 + }, + "description": "USDC/USD feed", + "id": "f460908b-c902-4260-ace4-62ff957f0a42", + "pair": [ + "USDC", + "USD" + ], + "vendor": "API3" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x173b7573b2604eed1b36c88902b236af54b02ef4", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0bb177db332caa6f29fd5bf9304900f58e866814", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0c9d7def5f5bda3c1db32fc2f520c0e2eae8f122", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x1ECaDC6D1f484E0b55c48618FEb5b39aDbC740Ba", + "chain": { + "id": 1 + }, + "description": "LP-sUSDe-25SEP2025/USDe feed", + "id": "946083c9-a77c-4128-b54f-d64ecce273af", + "pair": [ + "LP-sUSDE-25SEP2025", + "USDe" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf5fc624bc71074524e5960808d10a7eef582e0fe", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9e3709844f9e1d3fA418DD35587505cEc485bB0f", + "chain": { + "id": 1 + }, + "description": "LP-sUSDe-31JUL2025/USDe feed", + "id": "c3073f7c-f2fe-4bd8-9847-a5d3422d371a", + "pair": [ + "LP-sUSDe-31JUL2025", + "USDe" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe8f758fd4fcc24199959475c0e55d6fbdb8526ee", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x1aaC084919043e6546758Ba160Cb98a47077cb04", + "chain": { + "id": 1 + }, + "description": "ynUSDx/USDC OjoYieldRiskEngineV2 feed", + "id": "ff3aa8d4-a868-4adc-97bb-14321e120d6c", + "pair": [ + "ynUSDx", + "USDC" + ], + "vendor": "Ojo" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x881525a0a135ac21f24cec904d72552282c0b53e", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe3485e7dc7e4e959263e2451642f89f3295be417", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + } + } + }, + { + "address": "0x9e74b4dbd2a0f027074a68e3f0373fc4e960b5e1", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2747C422A7D6c8E92754472d329cC4662Ae2Db71", + "chain": { + "id": 1 + }, + "description": "PT-sBOLD-1765325646-Hybrid/BOLD", + "id": "ee2288eb-4025-41e0-93d1-d93d5bcf95b6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x596cDF5D33486b035e8482688c638E7dcAf25a7b", + "chain": { + "id": 1 + }, + "description": "BOLD/USD Pyth Network feed", + "id": "e0876e06-8676-4609-a0df-6246c8e81734", + "pair": [ + "BOLD", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6408ee04f21f63e8b1cfbae4dcc677abe704386a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x553303d460EE0afB37EdFf9bE42922D8FF63220e", + "chain": { + "id": 1 + }, + "description": "UNI / USD (1%)", + "id": "fb4e6f44-bb50-4056-92a0-c6a77e87e2d9", + "pair": [ + "UNI", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe6abd3b78abbb1cc1ee76c5c3689aa9646481fbb", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8e80ed322634f7df749710cf26b98dccc4ebd566", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xadccabdf3db1f269bb17156471918eb7862f4929", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x27c549756d0a1c0d012525b1c39e5d9b1cf30013", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xcA727511c9d542AAb9eF406d24E5bbbE4567c22d", + "chain": { + "id": 1 + }, + "description": "deUSD/USD (0.2%)", + "id": "d9b8ac63-788d-410d-8e1e-2c16ec9ec626", + "pair": [ + "deUSD", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xef13fc7616e49bdcf1442be4dbfe548296cb35bc", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x559d4Ab011541a3Cc0ca893bfcFA1df40C6531D7", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-31JUL2025 - USDe pendle price adapter", + "id": "1e5e2008-eb8c-4b31-85ad-47a32295433d", + "pair": [ + "PT-sUSDE-31JUL2025", + "USDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdf1ec7413299a745fd6ecabe299947b44d0bbce2", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2747C422A7D6c8E92754472d329cC4662Ae2Db71", + "chain": { + "id": 1 + }, + "description": "PT-sBOLD-1765325646-Hybrid/BOLD", + "id": "ee2288eb-4025-41e0-93d1-d93d5bcf95b6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x14d27f89b748e983bf78551906b4c7e4a11d6c64", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdabd6bb1c67a911c077c4e63b1c9cf1c0b11f1c0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x43881B05C3BE68B2d33eb70aDdF9F666C5005f68", + "chain": { + "id": 1 + }, + "description": "mHYPER/USD", + "id": "5642b559-fdd7-43b9-bf93-1c33da831814", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x43e1b0afaef39d6ba0c8b65c2d2e48e98af5956e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xDF06829337826EE249653dFae3b97F2aAf5D1e26", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "2c76f2b7-420d-4ec0-adb9-36591190d0fb", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf7a0e51cebd98a31947cae1dda8c0717d10add61", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3b497349342694c64a73f38385591f415f9320ad", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAE52d3675beB2a57e25d2b1245140758a23D9E16", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "bf856cfa-ce45-4f8a-a248-ee51ddd98b18", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4694681c349699d85a5f1b9906c20cf39757ecbc", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xE24a3DC889621612422A64E6388927901608B91D", + "chain": { + "id": 1 + }, + "description": null, + "id": "0b70d2e0-7344-4f58-9dc9-3016447cada3", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc36f094172a04d93f97f7154183e13bf241c0eef", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2ab7f9e3b7285147d4fe9062d9fc8e63e7bb0d8f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x986b5E1e1755e3C2440e960477f25201B0a8bbD4", + "chain": { + "id": 1 + }, + "description": "USDC / ETH (1%)", + "id": "28017473-8c5f-4967-869c-59af8022bf4c", + "pair": [ + "USDC", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd2a62cfbf3d9afd03a7bce238332ee334b95e543", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6Cb885E28ED17a95c4D845072B9c7CB2854BF502", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "14b1d6e4-5ad0-4cf0-a84c-c14d03c7211e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc28690681238ca9a35eacf7dabbe9d07b4722e9d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xA9504e8169D350296962DaefE2Bc8F49C0Ba8513", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-sUSDE-25SEP2025/USDe", + "id": "c1b60354-66f9-4856-aff5-fce95ede405d", + "pair": [ + "PT-sUSDE-25SEP2025", + "USDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x82dbe10a7d516d8f8b532570134faa81ea63fc51", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfa1A96DA6596f0a0FB02e3263F637d7ec7e6f900", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "edd4475f-2a0c-4bd8-81fa-3f5f92c3830d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x211cd125045a395c7054d132f3ac53e21d9a2c25", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xAE52d3675beB2a57e25d2b1245140758a23D9E16", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "bf856cfa-ce45-4f8a-a248-ee51ddd98b18", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe2d12ba4bcb63c25aa0c36b63db5e3522d686c39", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2f05ac98d85101b5f826d51337df573cf02a0a38", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xc36F094172a04D93f97f7154183e13bf241c0EEF", + "chain": { + "id": 1 + }, + "description": "xUSD/USD", + "id": "fb131f66-c00f-4387-97c8-da93f1e06bd7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf5ab93318fa098082a0ecd6bab15c6dbc9b746a8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9C19A006FdD40Db2bD93f10e62a68B5fF0337596", + "chain": { + "id": 1 + }, + "description": "LP-tUSDe 25 Sep 2025 LPToSyRate adapter", + "id": "2c06915c-c27e-4245-b361-19f8ebc77afa", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa927b9900464c618bcFc9F7Bd452065fC0Eb9276", + "chain": { + "id": 1 + }, + "description": "tUSDe/USD price adapter", + "id": "1d50d5b9-c31e-4286-ad7d-5ca01995cc49", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x557d34aeade40fb3ba9893f2cc38d00023e60077", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1aa3191d412f5960672914558b30acb9183efa8f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xe471bc940AA9831a0AeA21E6F40C1A1236EB4BB3", + "chain": { + "id": 1 + }, + "description": "sUSDf / USDf Exchange Rate", + "id": "2bea3d82-0ffa-4bbc-95fb-0c508f83caed", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xb177857a1799aA5F7fEb5799Fdf12CbE8fdF78B1", + "chain": { + "id": 1 + }, + "description": "USDF / USD", + "id": "79c60250-fd30-46d9-9dce-1b1451205992", + "pair": [ + "USDf", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xaba8e7d2ebc771f294de4ff4dd6b1ccd6762362a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xf0CF5c188213759495f7cC6a6aB497b771B7Cc5b", + "chain": { + "id": 1 + }, + "description": "PT-sUSDE-25SEP2025 / USD linear discount adapter", + "id": "bd4072e3-34df-4d4b-8978-db59bafc67aa", + "pair": [ + "PT-sUSDE-25SEP2025", + "USD" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xae4750d0813b5e37a51f7629beedd72af1f9ca35", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa5f3399476d94f652b163a71b37781c00c0b6468", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x22d6ed297d4250ef3A287936923462D3Be936ac5", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-RLP-4SEP2025/USDC", + "id": "491eb390-e994-446d-81e1-31bd8b8d9e00", + "pair": [ + "PT-RLP-4SEP2025", + "USDC" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x72d3b4ecd553a5c7eff6191feb02fa7740f07b57", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xEb19da535617aCBAA05F1C1eaF6018BDF3519952", + "chain": { + "id": 1 + }, + "description": "PT-wstUSR-25SEP2025 / USR PtToAssetRate adapter", + "id": "e3ad099a-27fe-4e14-9b49-bef95973b2c4", + "pair": [ + "PT-wstUSR-25SEP2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd3993477d90afbb93512011f165f026ea4e477a8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x50FAE3C51A00A46bc2bBceB7390c28CAa6794A1c", + "chain": { + "id": 1 + }, + "description": "iFALC/sUSDf proxy price oracle", + "id": "7f8a78e9-dbdd-4683-ae55-91bc8ca288b2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x03287aebbd5ccd8fc4fafdb432f7a27a52831575", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaf14d06a65c91541a5b2db627ecd1c92d7d9c48b", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5a2dd5dc19b91cf0c5c566d2e88a296e2e96e125", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x50FAE3C51A00A46bc2bBceB7390c28CAa6794A1c", + "chain": { + "id": 1 + }, + "description": "iFALC/sUSDf proxy price oracle", + "id": "7f8a78e9-dbdd-4683-ae55-91bc8ca288b2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x52ea2c12734b5bb61e1edf52bb0f01d9206493fc", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x50449B3D1f5931d568A1951Ee506A9534e7f7dFf", + "chain": { + "id": 1 + }, + "description": "Idle Tranches exchange rate", + "id": "2ddcdfaf-bddd-4703-826c-663e0b24e638", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9cb3f4276bcd149b3668e1a645a964bc12877b89", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x04F84020Fdf10d9ee64D1dcC2986EDF2F556DA11", + "chain": { + "id": 1 + }, + "description": "EURC / USD", + "id": "af1026b1-2980-4beb-a3b4-6e0bf6bab058", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9301c2dd12552ad11ce36df5b53ea33818ad1165", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6eb9f4128cebc8b885a4d8562db1addf097f7348", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x04F84020Fdf10d9ee64D1dcC2986EDF2F556DA11", + "chain": { + "id": 1 + }, + "description": "EURC / USD", + "id": "af1026b1-2980-4beb-a3b4-6e0bf6bab058", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7e5c3ccab5d4f02d67d18b36b1e3b586eb194748", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x04F84020Fdf10d9ee64D1dcC2986EDF2F556DA11", + "chain": { + "id": 1 + }, + "description": "EURC / USD", + "id": "af1026b1-2980-4beb-a3b4-6e0bf6bab058", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1325eb089ac14b437e78d5d481e32611f6907ef8", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x711f1deb3bc986a994f0955a85108ea438cd9439", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0996a315d21c0b2c827dddf83fd1623940f8bea0", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0bb7eddf8cd63f52676f1b527c6cf5be57604d92", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3bd893d7b1654b7f88bdca87a274936dbc220e7e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x50FAE3C51A00A46bc2bBceB7390c28CAa6794A1c", + "chain": { + "id": 1 + }, + "description": "iFALC/sUSDf proxy price oracle", + "id": "7f8a78e9-dbdd-4683-ae55-91bc8ca288b2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x32c1d7e4f4e0accb5bbd7e6a2f0f4a0454e79e35", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf47020f01e77257fe86b9ecb36552486e0ae66e0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9C73A24982DD0E7F4671cC39C64cb98924DF2703", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "dbe6299e-4c04-47bc-8678-89240d242c28", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x570f093895fea613e9ed7ff10dd135e4026a7d34", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF81Aa28A4F68124683AfadA81e8EBBf6e2867067", + "chain": { + "id": 1 + }, + "description": "Chainlink-formatted InfiniFi RT Oracle", + "id": "865e05d3-3245-4d2d-baa2-3a2b7692fba2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x771d56303814d47ed20c7df7f5d8c45600df12b7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x93F4E501ddcB7e8FD18f5839204AeC0234B2B2E0", + "chain": { + "id": 1 + }, + "description": "PendleChainlinkOracle - PT-USDe-25SEP2025/USDe", + "id": "b3368bd1-23b3-456d-ad64-4b286aa7986b", + "pair": [ + "PT-USDe-25SEP2025", + "USDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd51007bed5f58b92933152181bad4d8d7ad564b6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd18aA19f4E552cD5eAdFDc0E78Ee25F3ac870993", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "e9d6225b-1482-4c0b-a5ec-68c27d959cfe", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x064956547540611e7b8d019ff43e3a0a143352e3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x67F71c9Cef6964F6037169F0864919cF0853706B", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "ee2c64e8-c903-4189-9b13-5c0e59f2775d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x54e156be04dd01c3466cd1b1f2fcd87300a9fe1f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x936B31C428C29713343E05D631e69304f5cF5f49", + "chain": { + "id": 1 + }, + "description": "solvBTC / BTC (0.5%)", + "id": "6b28732e-3035-4273-b1fe-34f44bd56cd1", + "pair": [ + "solvBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2a01eb9496094da03c4e364def50f5ad1280ad72", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe820b79e0fbe344e98fb6d984f25d23a79e19eba", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x77930A830D9DA338DAA4667D3CEF7F939cbc8773", + "chain": { + "id": 1 + }, + "description": "Ojo PT Feed Pendle Chainlink-compatible Oracle", + "id": "9e0019dc-2f10-4a27-a629-03dc280df2d7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0bec5a0f7bea1d14efc2663054d6d1e2b764b630", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe2c6847e9f0add6f9bf92a782c691d4eded69bb8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x67f1bfD9e92c5B1E87fB2be6F08f9B32ee8431Fb", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "b153d533-1f80-4bc4-b9b2-300295cdb352", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x361d90375c97bd216794d42648b7027242027a09", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x67503f2C392E4842d452043b8572eBf1D12B11a5", + "chain": { + "id": 1 + }, + "description": "CANA/USD@Maseer", + "id": "6137785a-1f72-44a2-b201-11d08fc6f7e0", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x06387f461ee84956f3740e3c8caef03d914d7af7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xE6417a3B82438f783DC8fd2B1cB6B0808585030B", + "chain": { + "id": 1 + }, + "description": "QQQon / USD", + "id": "eb1a6ff4-0b32-472c-950c-202ce4de4c2c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x89cfe24066057a1e78964eb087ed198cf36852da", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x67503f2C392E4842d452043b8572eBf1D12B11a5", + "chain": { + "id": 1 + }, + "description": "CANA/USD@Maseer", + "id": "6137785a-1f72-44a2-b201-11d08fc6f7e0", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x407d0a93defdf810614836280454d570e4c201dd", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x67F71c9Cef6964F6037169F0864919cF0853706B", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "ee2c64e8-c903-4189-9b13-5c0e59f2775d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x43bf68618e8f0b51b540af386a9d8e9fc83eee1f", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3609077522f896707af2ce8f587b8260151a9502", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xc9c10271B2B76767C385Ac389C05d77c319DC41C", + "chain": { + "id": 1 + }, + "description": "SPYon / USD", + "id": "754151a7-1d00-441b-a14f-38b9164912b2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4f3eff3e62c1e2650b18b350368a78e328704059", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xED4E679adAFA9aBC97a3fA797dEE000d7b0ed247", + "chain": { + "id": 1 + }, + "description": "TSLAon / USD", + "id": "86137577-429c-4297-8b09-bcc7297c17aa", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4ca59dfdaa1dec4ac92fee1f80fb1e42147e6273", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9D7d271cE727252053748F3c3ADAb5E7c33dC3F3", + "chain": { + "id": 1 + }, + "description": null, + "id": "443d6416-360c-4a0d-959c-27492316c59c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3bab0a88b6f2e47b73967a64c4c6e2f32a33ed3e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x77930A830D9DA338DAA4667D3CEF7F939cbc8773", + "chain": { + "id": 1 + }, + "description": "Ojo PT Feed Pendle Chainlink-compatible Oracle", + "id": "9e0019dc-2f10-4a27-a629-03dc280df2d7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xc3866d726C204C0836E0677A31973c649888973D", + "chain": { + "id": 1 + }, + "description": "Dummy feed with 12 decimals", + "id": "a2264639-e01e-4472-ab4b-a46e57e58032", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6ba91462b71acbc312f6e1e9322275ad532786b8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0D45d972aF792c7f5416d1144DB331DbA2902ccd", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "6a2d6b36-638d-46f9-a638-5c672c6aa96d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb8e05308cab856da6aad922860cf9ce87be2413a", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x344f17d42df6884ce3f735564c7c3318cd675d47", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x67503f2C392E4842d452043b8572eBf1D12B11a5", + "chain": { + "id": 1 + }, + "description": "CANA/USD@Maseer", + "id": "6137785a-1f72-44a2-b201-11d08fc6f7e0", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x91d8628309592639a9d92c755b91188ada948f74", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x67503f2C392E4842d452043b8572eBf1D12B11a5", + "chain": { + "id": 1 + }, + "description": "CANA/USD@Maseer", + "id": "6137785a-1f72-44a2-b201-11d08fc6f7e0", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xfF30586cD0F29eD462364C7e81375FC0C71219b1", + "chain": { + "id": 1 + }, + "description": "USDS / USD (0.3%)", + "id": "d8817084-d90e-4541-913d-aabeaeb1116e", + "pair": [ + "USDS", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe65898129ead7a2b2fb633df9bad0a9d860384bd", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x67F71c9Cef6964F6037169F0864919cF0853706B", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "ee2c64e8-c903-4189-9b13-5c0e59f2775d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x756351dcbc53477124a7324eb024b3616bb7ff50", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x67503f2C392E4842d452043b8572eBf1D12B11a5", + "chain": { + "id": 1 + }, + "description": "CANA/USD@Maseer", + "id": "6137785a-1f72-44a2-b201-11d08fc6f7e0", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xAed0c38402a5d19df6E4c03F4E2DceD6e29c1ee9", + "chain": { + "id": 1 + }, + "description": "DAI / USD (0.25%)", + "id": "bc6aef66-11e2-4d47-85b7-d7fe12296d65", + "pair": [ + "DAI", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xb06e5a64d5d74b317072f58cd04841372a6e1de3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x67503f2C392E4842d452043b8572eBf1D12B11a5", + "chain": { + "id": 1 + }, + "description": "CANA/USD@Maseer", + "id": "6137785a-1f72-44a2-b201-11d08fc6f7e0", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x63ccfa2336c9abd204f72b5e238ef304dbd79112", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x67503f2C392E4842d452043b8572eBf1D12B11a5", + "chain": { + "id": 1 + }, + "description": "CANA/USD@Maseer", + "id": "6137785a-1f72-44a2-b201-11d08fc6f7e0", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcddf5875a966f7b2946875007df7406c38755ec3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x67503f2C392E4842d452043b8572eBf1D12B11a5", + "chain": { + "id": 1 + }, + "description": "CANA/USD@Maseer", + "id": "6137785a-1f72-44a2-b201-11d08fc6f7e0", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x64e1e830dc063634ad1e256f9eb190e1a98f724c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x01b098943f7c39Fa1060C28B0006709521d51705", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "ff268224-07a3-4639-920a-f7ff238c5ffb", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7e1ce431813e1b63c0985fd1056cd25ec9d0071b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8854eE64996B16Fa862B84296b1cD2e343945Af8", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "e2fb3de7-afb0-4a45-8349-0b6f97e1efb4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x698dA5D987a71b68EbF30C1555cfd38F190406b7", + "chain": { + "id": 1 + }, + "description": "mEDGE / USD price feed", + "id": "b744d1d7-071a-48fe-8817-baf28cf3e305", + "pair": [ + "mEDGE", + "USD" + ], + "vendor": "Midas" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc78ec8e67571a0848a4272837dfe893e6cfa5f64", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb8A0b83462A90c44bEe6e64A01Ab867f6F2920a8", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "34d3489c-cdab-4607-b2e3-c5765a894c64", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xffa25c2a3a2b2632e3cc1e028fdbe7af4e22c62a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x95e85fef34b79f0030f41fb619733bf7e024bd87", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd920c9de28f27F2BA48f0D6583C7E4573Bc9018E", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "4c74a059-e069-4cf8-8151-a4e2dc396a5b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xc3866d726C204C0836E0677A31973c649888973D", + "chain": { + "id": 1 + }, + "description": "Dummy feed with 12 decimals", + "id": "a2264639-e01e-4472-ab4b-a46e57e58032", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7476efa6212ee676c8441e2564e1bd64db065568", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd920c9de28f27F2BA48f0D6583C7E4573Bc9018E", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "4c74a059-e069-4cf8-8151-a4e2dc396a5b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7e3af96b9954baf8cf891547df0db666fd9bc5c6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x18b0FCdd1Ea3Cd380da04B6e63eA70b2472142Ef", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "d9887ad7-72e2-47db-baae-2d388ee01063", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x20cea639a895c3c85dce326dc6a736508c310b4b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xFC7829358A8625c481278dA89F88DdD9B95e6d59", + "chain": { + "id": 1 + }, + "description": null, + "id": "2a26f73a-8e44-4328-b024-5b8d11355831", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x28019a9c67879f1769f4845f409e8c5cc94b7127", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xD8771b6aFD111e83591Db4074F13a08a802F179a", + "chain": { + "id": 1 + }, + "description": "A port of a chainlink aggregator powered by Stork", + "id": "1d44394c-f5cb-4ab5-8884-95f267712700", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa38dc080a6617cf0fd985aff3189397861d8a47d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0b4Cb11faC24707F3F0F89E441A4Cdf6EF01d215", + "chain": { + "id": 1 + }, + "description": null, + "id": "3ddb19c0-b2d5-4014-be8a-b1ed91793057", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x52a34e1d7cb12c70daf0e8bdeb91e1d02deef97d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xFFa8910Fa3D5C46142a3F1adB1897f9B91e14Ddf", + "chain": { + "id": 1 + }, + "description": null, + "id": "862d9fb5-eefc-4e40-bdc2-76b495fba4a9", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd46f66d7fc5ad6f54b9b62d36b9a4d99f3cca451", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2d21F93e5E330B7d38bbFCC59877cd9182118198", + "chain": { + "id": 1 + }, + "description": null, + "id": "2e4f961d-4d49-438e-8076-250ed4b8523e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x098fa1fcb5ed89bffb2d6876857764fc14837db5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x107ad90078C92312Ab7959Ad8177d115e3c4486b", + "chain": { + "id": 1 + }, + "description": null, + "id": "5c1d422f-c1bb-4a43-ae81-69ca77c449cc", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9a3108e83f543b43c896744210377bc94e4ab1dd", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x56c08bF6Ab8e08A7eADeb4E053DA653334E8E549", + "chain": { + "id": 1 + }, + "description": "eBTC/BTC", + "id": "62c2a81f-bfe4-4d67-b00d-f3451b7c4671", + "pair": [ + "eBTC", + "BTC" + ], + "vendor": "eOracle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6ac3f157419dfa455b81813b544b7568f52891f7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0718626b2F7d8Fe2f73BBaE31Ae290b859046349", + "chain": { + "id": 1 + }, + "description": null, + "id": "7190c28f-a9bb-4013-a117-bcaa8b84fec5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xb1e92b4e1e546b02a0f07500e68be1380cb694a1", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x797Fa8167C35b19A30a5E7973561588BfEc0A086", + "chain": { + "id": 1 + }, + "description": "Ojo Yield Risk Engine stcUSD/cUSD Exchange Rate", + "id": "32d1ab9d-4a9b-4d39-926c-f8d92f57e556", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8e3386b2f6084eb1b0988070c3d826995bd175c0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x797Fa8167C35b19A30a5E7973561588BfEc0A086", + "chain": { + "id": 1 + }, + "description": "Ojo Yield Risk Engine stcUSD/cUSD Exchange Rate", + "id": "32d1ab9d-4a9b-4d39-926c-f8d92f57e556", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x9A5a3c3Ed0361505cC1D4e824B3854De5724434A", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for cUSD_FUNDAMENTAL", + "id": "3959753c-f366-4248-87ee-313c50cdc7db", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x66d71ccd303a4719ba5852eb04feed800f0e6388", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x7A6a12608784265a1bFa4e4A50FC4eC44f2134Fc", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "461805c6-ee64-4abf-a4d6-5e5d9e0b8a34", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF81Aa28A4F68124683AfadA81e8EBBf6e2867067", + "chain": { + "id": 1 + }, + "description": "Chainlink-formatted InfiniFi RT Oracle", + "id": "865e05d3-3245-4d2d-baa2-3a2b7692fba2", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0xc3866d726C204C0836E0677A31973c649888973D", + "chain": { + "id": 1 + }, + "description": "Dummy feed with 12 decimals", + "id": "a2264639-e01e-4472-ab4b-a46e57e58032", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc86cfe9de224bf0a14ea83949591a54467be647d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2E64B7960658A4dc0A98a900dA11a00046588E80", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "a64f178e-bf0c-40a6-9809-3aff134cf104", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x9A5a3c3Ed0361505cC1D4e824B3854De5724434A", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for cUSD_FUNDAMENTAL", + "id": "3959753c-f366-4248-87ee-313c50cdc7db", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x28b04b36423455b2186af28171a240d35b6579f4", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x11b8f47892B276Cc225F61afA4145EB4dd7C065F", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "5dc9aeed-32c6-49dc-b7f1-dc60dbbf6a13", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8ad7d0e0523555ceb9ba9ac4d3c90df211f959bf", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x43881B05C3BE68B2d33eb70aDdF9F666C5005f68", + "chain": { + "id": 1 + }, + "description": "mHYPER/USD", + "id": "5642b559-fdd7-43b9-bf93-1c33da831814", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xebc1AD5E8d9808e81413E9E38c2259c0d79eD089", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "95bb0eb6-ba66-4b86-8592-2b6ad10529cc", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x22a2b64234a1f80a7defeff9bb3a8127b8667956", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6CA22E0A01af96ECe01f25CD470A907Bd9504833", + "chain": { + "id": 1 + }, + "description": null, + "id": "22cfaf0f-e180-48ba-aaaf-d2b77d2a07ff", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x639c6f403822e1bda434beb2034beb54f725ba0c", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x540da4839f752affeaf525f1af2ecf8f7e55d81f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xa502A9Aef41237A4b6F39A4911668f41eD1feaeC", + "chain": { + "id": 1 + }, + "description": null, + "id": "80d676e2-4745-45a4-a9c8-86177159ca9a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3e14b645856d1cec3c7a61f22312086339d2dc33", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x934899674A352935053FBEc771defd3008306db4", + "chain": { + "id": 1 + }, + "description": null, + "id": "b6342f36-b962-443b-aef4-a9bd6541d511", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xbc85ebe0a1c134ffb1c545016540431e060c878c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x7bfCE6c9717F29dcffAAE3a96DE10c379fE97F88", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "f2876640-7745-4257-8556-09fa0f49dcb6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF81Aa28A4F68124683AfadA81e8EBBf6e2867067", + "chain": { + "id": 1 + }, + "description": "Chainlink-formatted InfiniFi RT Oracle", + "id": "865e05d3-3245-4d2d-baa2-3a2b7692fba2", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0xc3866d726C204C0836E0677A31973c649888973D", + "chain": { + "id": 1 + }, + "description": "Dummy feed with 12 decimals", + "id": "a2264639-e01e-4472-ab4b-a46e57e58032", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2ca646255593a8e77a0b5ab268238964c1e8f78a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x7A6a12608784265a1bFa4e4A50FC4eC44f2134Fc", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "461805c6-ee64-4abf-a4d6-5e5d9e0b8a34", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF81Aa28A4F68124683AfadA81e8EBBf6e2867067", + "chain": { + "id": 1 + }, + "description": "Chainlink-formatted InfiniFi RT Oracle", + "id": "865e05d3-3245-4d2d-baa2-3a2b7692fba2", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa9f505fa754c6d1164127a9ba4496a0b5d980d33", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2777DA9b3130115DCa522D37b122C9DA1A0f7e47", + "chain": { + "id": 1 + }, + "description": null, + "id": "c8ce3370-4217-4cc3-b0ff-87c7e5b818df", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xbda406918637e038e6cce90c0f075e116a850dfa", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x429ec40667b9F84bc6F40CB8a0Bd02BDD9EcA4d6", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "fd1895f7-90de-412f-ac3b-2deccb6a5be7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x03dfca9a320ca88fa6a0a132f34822e4b13d6fa0", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7819203cb3b2c32e44ef11f69be6ed3d6ffadea0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2F41815aa056De05831A408dcb461aED5641328C", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "9aa47f2f-7135-4c61-b3d9-abd2a81bb8e1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe8bee0eb3c2dc0b6ab2ca456165605409eb4ca2b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x429ec40667b9F84bc6F40CB8a0Bd02BDD9EcA4d6", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "fd1895f7-90de-412f-ac3b-2deccb6a5be7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x938d2edb20425cf80f008e7ec314eb456940da15", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc46e157ef92cde37c0f8044b65d892cbcdacaf10", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf26f6c7a52975fc9c120325f63dd421a5b97a1fa", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2665701293fCbEB223D11A08D826563EDcCE423A", + "chain": { + "id": 1 + }, + "description": "cbBTC / USD (2%)", + "id": "cf1434bd-f731-48e9-b6a7-8312d0a47769", + "pair": [ + "CBBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x136cd64076901052281ca907c5f32a22f3ba5e42", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x429ec40667b9F84bc6F40CB8a0Bd02BDD9EcA4d6", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "fd1895f7-90de-412f-ac3b-2deccb6a5be7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe1a701f28a95ecc49d671dc477f66a61ac976f47", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xC8B82fb30a8e57c9C708B70D6f25d7B15DBEab09", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "1a7fdae1-d920-4eeb-88a3-0a143a677c53", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7d516d206ae898d9b4bea6498db0f1fdb629828d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2F41815aa056De05831A408dcb461aED5641328C", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "9aa47f2f-7135-4c61-b3d9-abd2a81bb8e1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xb07afe977d99b521df7fd3ca4d61d61439ba8c51", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5fab77baf915fc1a4a5ba2ec8e1e99b24f4f95c8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4920cD8923823493f4a60984548b336aAF9BA842", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "cb91e298-2caf-41ff-b8a4-284e1e3e81cb", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdec4641da42baee2ad7f0deae8e92fa322a2bcf5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2665701293fCbEB223D11A08D826563EDcCE423A", + "chain": { + "id": 1 + }, + "description": "cbBTC / USD (2%)", + "id": "cf1434bd-f731-48e9-b6a7-8312d0a47769", + "pair": [ + "CBBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xca72269a34e2c2befe9dda14afeb7b5c0021a316", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x84303e5568C7B167fa4fEBc6253CDdfe12b7Ee4B", + "chain": { + "id": 1 + }, + "description": "mAPOLLO/USD", + "id": "b4d65b09-b8d7-4dff-a170-2bb77d06cdbc", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0f9d6c72959d836d4decde30ab0ad836979efe87", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x32f86Ef20a0fd4778DF2A84298bE8d6cC92856fE", + "chain": { + "id": 1 + }, + "description": null, + "id": "f4e6c90c-de78-42ab-9665-f3c64201cf1d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xece23d4b46235c763b0b76ffaef654e103fec486", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xB0F4A6bd2ef5c9E793f53923Ee1d81E4B50e148a", + "chain": { + "id": 1 + }, + "description": null, + "id": "eb044a53-53c4-4abc-a290-cae031f3fa59", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6e2188f15e91ea23653cca3d367c0c1974a6169b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xD8771b6aFD111e83591Db4074F13a08a802F179a", + "chain": { + "id": 1 + }, + "description": "A port of a chainlink aggregator powered by Stork", + "id": "1d44394c-f5cb-4ab5-8884-95f267712700", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc2aef934844bfa3e84a3367d6678de81ede564f6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd920c9de28f27F2BA48f0D6583C7E4573Bc9018E", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "4c74a059-e069-4cf8-8151-a4e2dc396a5b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xec735bce27b0a01eedb4e59b3c1f68b6a4d52285", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x77930A830D9DA338DAA4667D3CEF7F939cbc8773", + "chain": { + "id": 1 + }, + "description": "Ojo PT Feed Pendle Chainlink-compatible Oracle", + "id": "9e0019dc-2f10-4a27-a629-03dc280df2d7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x78b00016ebca1325a27ce201e26c07acdcd52e5e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x429ec40667b9F84bc6F40CB8a0Bd02BDD9EcA4d6", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "fd1895f7-90de-412f-ac3b-2deccb6a5be7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5c5d04ceeb6a8c6e0c0f90afb95b7bda4e710d7a", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc46E157ef92Cde37c0f8044b65d892CBCdaCAf10", + "chain": { + "id": 1 + }, + "description": "", + "id": "ad769ce9-631e-455c-8c27-9be7de814c4c", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe2c49d638e4e6dda6166290c90e8726d62222149", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xc46E157ef92Cde37c0f8044b65d892CBCdaCAf10", + "chain": { + "id": 1 + }, + "description": "", + "id": "ad769ce9-631e-455c-8c27-9be7de814c4c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcec408b4b5bf3139b9cd49b4003348c53dfd5867", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6e498b02C0036235c8164A502b0eECC7660BD889", + "chain": { + "id": 1 + }, + "description": "A port of a chainlink aggregator powered by Stork", + "id": "c484dae3-cd63-401c-91de-555b1b0962e9", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x09592d0cd70adbb7b25729aee8fb9979999dbf95", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xA84c2d00A27c5F546A06CC2299bc53E0b8A02d68", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "be9b9f72-8bf7-449b-bb45-ff7bc31ce74d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3b26bee26e7ea5225b459abb7433eab4ea52ed01", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6e498b02C0036235c8164A502b0eECC7660BD889", + "chain": { + "id": 1 + }, + "description": "A port of a chainlink aggregator powered by Stork", + "id": "c484dae3-cd63-401c-91de-555b1b0962e9", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7a862fbe862723cea2ffe8dcb858e002cd003e3a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3b0AB74Cb725b553D32500AEa7FAF62976682BB4", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "ea9a4221-1e4a-4847-a1ad-1f8247e83807", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xf9C7c25FE58AAA494EE7ff1f6Cf0b70d7C7ce88c", + "chain": { + "id": 1 + }, + "description": "USR / USD", + "id": "3e100835-f755-4da5-aa31-3e4cc3713c3a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Resolv" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x085fefbbac570979ac4b9d51b9096fb9e19d63d6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xc0270C0904E952B1590732dF9a8DE0b3776AA462", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "0501cd02-f57d-4f20-aaf5-46e04848f7a9", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1793bd72a8486a628b735f33fd10350a47d34d15", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xddB90FcD9AB73D2Ece796114D49B6083f1362A1b", + "chain": { + "id": 1 + }, + "description": null, + "id": "402f7809-d1fb-49c6-8319-a50448c6cadd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2bda5e778fa40109b3c9fe9af42332017810492b", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xC89919e4Aa01b39A6D64ed928ec00358f9B697D4", + "chain": { + "id": 1 + }, + "description": null, + "id": "914bf59a-e984-4a59-87ca-527ade3099e6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2df1bdb44728ed2b48cad7975667482f14f2c715", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3b0AB74Cb725b553D32500AEa7FAF62976682BB4", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "ea9a4221-1e4a-4847-a1ad-1f8247e83807", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbc693693fdbb177ad05ff38633110016bc043ac5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "baseFeedTwo": { + "address": "0xCfE54B5cD566aB89272946F602D76Ea879CAb4a8", + "chain": { + "id": 1 + }, + "description": "STETH / USD (1%)", + "id": "352e7d1d-550c-4ed9-97a2-e1e97aa53e68", + "pair": [ + "STETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x986e3ab9d4a48a43d16cba332f2c0a8ae5983f6d", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8000d6731a305a84ab7415d06488c160ad86fab0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x130893d8536c0c8dc3b5f6a5fc1de509a0811fe6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x528D49385342CAfBc3BFbD8Daf1d0551A456BF0F", + "chain": { + "id": 1 + }, + "description": "BCPGOLD/USDT TWAP", + "id": "3b514081-b969-4892-b431-59f669d9a104", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x637060c43e0bf6ab68ab59e7ad72cee45ce84ad5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xA027702dbb89fbd58938e4324ac03B58d812b0E1", + "chain": { + "id": 1 + }, + "description": "YFI / USD (1%)", + "id": "8b322a59-0f01-4554-a3c5-587e1cea465e", + "pair": [ + "YFI", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x824d21500634c9bb0f3877541dbe5ea5e3ad98d3", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe8adff9117151fb5ad7313873780b87cc56eedb0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6067e3828fb6b3d863b235668dad8aac5a14ed00", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x85cbdd20e07eed48dc685b08fa1d46196c37df6a", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcd14ec15c735d1f478004d8dfb01c017fac71970", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf1b5974831a159f3dde2e0df342350356892bcc6", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x876f6f1ffce1cdb0d8604b7179312597ca624c25", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf3e2bbd29503dcc734102eeb570e4598ad817280", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x377375fad6952ba65d535b91d29668060a40971a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa405070bfe6236b6c1af391e4777eb262eab4ce8", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf751b1d7c04c63b953e4accc94f825dbafda166d", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa6d6950c9f177f1de7f7757fb33539e3ec60182a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x133fef0b4db245058e980cbec575ad4fac3eb7c3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xb49f677943BC038e9857d61E7d053CaA2C1734C1", + "chain": { + "id": 1 + }, + "description": "EUR / USD (0.15%)", + "id": "591874f2-e7a1-48c7-9289-2497da350603", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x40721232bbd09e15e5fc6c4f1e20a8465be6a8e4", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xb49f677943BC038e9857d61E7d053CaA2C1734C1", + "chain": { + "id": 1 + }, + "description": "EUR / USD (0.15%)", + "id": "591874f2-e7a1-48c7-9289-2497da350603", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6bac818df5654ea824ce723de51d7c7d9fd2f4ff", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdd468a1ddc392dcdbef6db6e34e89aa338f9f186", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x73700aedbb8c3c4692d820d0b9bcf45c38d0f091", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x77a04317ef0819a7d20f79e70cef87d088d7f995", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbb572cc9bd527735a47dcc3204cee1cd1ea8e18e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xabf6b27c4b8e49b9c6188b19819d1b0703c13983", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2716561755154eef59bc48eb13712510b27f167f", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc325ddd770912d6adf730e558da555beee3bb08a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x536218f9E9Eb48863970252233c8F271f554C2d0", + "chain": { + "id": 1 + }, + "description": "RETH / ETH (2%)", + "id": "5321c50d-5ad1-4612-bf11-15aae66e24d2", + "pair": [ + "RETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x986b5E1e1755e3C2440e960477f25201B0a8bbD4", + "chain": { + "id": 1 + }, + "description": "USDC / ETH (1%)", + "id": "28017473-8c5f-4967-869c-59af8022bf4c", + "pair": [ + "USDC", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0e61e810f0918081cbfd2ac8c97e5866daf3f622", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x46013b7435f4df441a50db4b71ef3d22fd2ef0a5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x37156b0971cd6a5A7440C34Fd3817513e2629Ba1", + "chain": { + "id": 1 + }, + "description": "Ojo Yield Risk Engine SyrupUSDC Exchange Rate", + "id": "5f884a7c-6d3c-43a0-9d98-762872d641ee", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd131b09707a4a9d7ce7c74d454d6ae335e9955fd", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc4cd46bc6873186a2726d56da77f17dcc7ef5bb8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xb49f677943BC038e9857d61E7d053CaA2C1734C1", + "chain": { + "id": 1 + }, + "description": "EUR / USD (0.15%)", + "id": "591874f2-e7a1-48c7-9289-2497da350603", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf071b0a62ef2a54c1dca791134421ee16c2c43d9", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfD628af590c4150A9651C1f4ddD0b4f532B703ae", + "chain": { + "id": 1 + }, + "description": "EUTBL NAV", + "id": "e88274f6-9af8-48a3-906f-2b3cf3241181", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd53a8b8da10ad5597f25296d33c969e40906fb21", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5A77b3C9Ef05d31012AbB88Ef573461559E775Ef", + "chain": { + "id": 1 + }, + "description": null, + "id": "5604fb46-d0d2-4bb1-977e-9e02fbc0e0be", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x60b450916ee528e860439556ed90f05e10eb68d6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfD628af590c4150A9651C1f4ddD0b4f532B703ae", + "chain": { + "id": 1 + }, + "description": "EUTBL NAV", + "id": "e88274f6-9af8-48a3-906f-2b3cf3241181", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": { + "address": "0xb49f677943BC038e9857d61E7d053CaA2C1734C1", + "chain": { + "id": 1 + }, + "description": "EUR / USD (0.15%)", + "id": "591874f2-e7a1-48c7-9289-2497da350603", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + } + } + }, + { + "address": "0x96b6e87277a8a809dc0a28675d8cc40000cd7f33", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x37156b0971cd6a5A7440C34Fd3817513e2629Ba1", + "chain": { + "id": 1 + }, + "description": "Ojo Yield Risk Engine SyrupUSDC Exchange Rate", + "id": "5f884a7c-6d3c-43a0-9d98-762872d641ee", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xadcf2842253e6880da41a35172e31eadd2e80545", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xe6bBfb3c7e7FaC46425F37aCaD0FF4CDB32CC96b", + "chain": { + "id": 1 + }, + "description": null, + "id": "bfe45d95-68eb-49e2-82e4-a30059489f8d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe220515c1cb370f5fffabbb3f9eade69b8ba1f6c", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9818fdd69e5c4c6b1d27fa2f0d3d5de9ee07abb3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5de7d3f11337a836d39420d4469dd571c006202e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xdc809f2a5098af6a8b20d30efcd065528f541e4f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x45b38cb324b33b48e782f05285ae3394a59cfd90", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x477e363c51Ab0C4D13B22CD6B57D56d4a3Cb7Abe", + "chain": { + "id": 1 + }, + "description": "USTBL NAV", + "id": "6becb2d3-9582-406f-bd7e-b22aec7b759f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x20f148275ae02ebbf6a7799c3daf7802c67a2b97", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8350b7De6a6a2C1368E7D4Bd968190e13E354297", + "chain": { + "id": 1 + }, + "description": "TBTC / USD (2%)", + "id": "578923c3-08e4-4f1d-82ef-63c164e3038d", + "pair": [ + "tBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x07ed3029ae401f4b012a257bb0721dee3be695c3", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x29774067ffdf33a5bbb3fEcf49821A2015236117", + "chain": { + "id": 1 + }, + "description": " PT-mEDGE-31JUL2025 / mEDGE price feed", + "id": "9510242b-6e75-472d-9c4d-4088abc0ccdc", + "pair": [ + "PT-mEDGE-31JUL2025", + "mEDGE" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0x698dA5D987a71b68EbF30C1555cfd38F190406b7", + "chain": { + "id": 1 + }, + "description": "mEDGE / USD price feed", + "id": "b744d1d7-071a-48fe-8817-baf28cf3e305", + "pair": [ + "mEDGE", + "USD" + ], + "vendor": "Midas" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd1da32f5a539f85e38b84e2cf83d0588fbe9991f", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x032f1c64899b2c89835e51aced9434b0adeaa69d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0e9fb68cbf4b976ac06de34227918ae28b416199", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x477e363c51Ab0C4D13B22CD6B57D56d4a3Cb7Abe", + "chain": { + "id": 1 + }, + "description": "USTBL NAV", + "id": "6becb2d3-9582-406f-bd7e-b22aec7b759f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x428d6906ff444a659a15ace5e0c69234b051aa23", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x477e363c51Ab0C4D13B22CD6B57D56d4a3Cb7Abe", + "chain": { + "id": 1 + }, + "description": "USTBL NAV", + "id": "6becb2d3-9582-406f-bd7e-b22aec7b759f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3f15979913c6ac4e3495bbd53fe37e1e42811516", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x412200c5a5b8c1d5a22cbb24ee0565aa912812ce", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x35B01DB4f903F42052ab8562BaBC38781aB01205", + "chain": { + "id": 1 + }, + "description": null, + "id": "1fdae05e-6813-4ace-b14d-a829e0dfc4d1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1477e246c88a1f66ba9cca2a17dd1b1fbea31be9", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9bca11a6f98e2ad31781cacb4483a1642fd85ddf", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe699b9fc23911c6b43b71c1b10fe23b13a8ac668", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xcB7477cdAc1146f0f995f4D353e33dbd8D8b7859", + "chain": { + "id": 1 + }, + "description": "OUSD/USD Oracle", + "id": "ef6b6721-a518-4626-9d36-d2cd0b0e8091", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7e9d2573d3d4cb731ee158fda170b24a30d718ff", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x542e1fbf057de360923cfa2d5c757fa2f05692f7", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe99e31a10502ac2348f529a10ed602d850ed05b7", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3e959aabee627531631f28ec59bfdcf98460a139", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5C81ee2C3Ee8AaAC2eEF68Ecb512472D9E08A0fd", + "chain": { + "id": 1 + }, + "description": "mHyperETH/ETH", + "id": "d60ca920-d7c0-4333-8558-a9ad4b2cd7f6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa5fa9651c9d0901bf8e7751c44117f8d49e9fccc", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x01034fb6f552AcC37e7e64902A5C1593b857730B", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "b4d72a76-090e-4b9d-bfbc-2cbe8873f5c7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcb2d5fe31d23db890c3beb39f05980f4525a8841", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb454b7c496e2293ebaa10ea997e0acec69ac6acd", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x48a1549388db1DAe485F004b07e6eF2e65E02d5c", + "chain": { + "id": 1 + }, + "description": "Ojo PT Feed Pendle Chainlink-compatible Oracle", + "id": "660ef5ef-72ef-46f7-b788-4de4dda76a52", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5fafc7a5a4b5d8ce966e0aac62243a8c5a807f01", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc98751d712732b80e688228a8eefc905f116d1b1", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x48a1549388db1DAe485F004b07e6eF2e65E02d5c", + "chain": { + "id": 1 + }, + "description": "Ojo PT Feed Pendle Chainlink-compatible Oracle", + "id": "660ef5ef-72ef-46f7-b788-4de4dda76a52", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8fffffd4afb6115b954bd326cbe7b4ba576818f6", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4479ff2357637052a1ed5010fdd665d1b8b68453", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfafb71f2fe9a4330c34a192812f36d8d6f07f095", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x79ec5e09282ea619c277d99308e94fb1835f83fb", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6d6cfa81bacfc16b1cb9ad2b0003a8158d188b3e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x80B0735616b27b647233D3Ab67078C95BA5A2c93", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for thBILL_FUNDAMENTAL", + "id": "a0f67536-5b44-4944-a361-18aff2159c0e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xeeF31c7d9F2E82e8A497b140cc60cc082Be4b94e", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for USDC_V2", + "id": "03cb6e4c-de40-431c-8102-329335000219", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x02E1F8d15762047b7a87BA0E5d94B9a0c5b54Ed2", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for USDT_V2", + "id": "529b8950-e788-4510-8d69-941130520dd6", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x55fcd62ccac955a4754712a641524a271322cd36", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x04f9AB26A4fD9a62Be525c5896993671a39e4374", + "chain": { + "id": 1 + }, + "description": "Ojo PT Feed Pendle Chainlink-compatible Oracle", + "id": "0d398e15-cb5a-4a91-a8df-8819ab193428", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3e7d1eab13ad0104d2750b8863b489d65364e32d", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x303c04b73f79d3fe7e4d1fdd07abd2e6382fbda1", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x067038fEF13290a048D531BDe358909904866ED3", + "chain": { + "id": 1 + }, + "description": null, + "id": "bf7c414e-7298-4694-8098-3162d941bae6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7e333f1f6cdf5f96fa08d4bfc836d6b0ca4a7567", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x69EB081C4aCC9Cc95C33B0A1858f8297E1cdF912", + "chain": { + "id": 1 + }, + "description": "LP-tUSDe 18 Dec 2025 LPToSyRate adapter", + "id": "5837467c-6f13-4d0c-b5ca-df03ff362cb0", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa927b9900464c618bcFc9F7Bd452065fC0Eb9276", + "chain": { + "id": 1 + }, + "description": "tUSDe/USD price adapter", + "id": "1d50d5b9-c31e-4286-ad7d-5ca01995cc49", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x31b8bf9e48f85afa6b9738eade4af605e7771e4d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0e053750dfa4e809e5f7b119832c799c2aa138ac", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xeeee04bca2a37aa33456c6240d9e5d54a16c06ee", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xad44b8257fb730e7344bcbe2908679324bd4dcf0", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9b544fb6c7ee2881867a1c5bb6be00b85ba03fe7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x04f9AB26A4fD9a62Be525c5896993671a39e4374", + "chain": { + "id": 1 + }, + "description": "Ojo PT Feed Pendle Chainlink-compatible Oracle", + "id": "0d398e15-cb5a-4a91-a8df-8819ab193428", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe58b6ea87b5ce04fc0cb51eab64ebb7ea8e6ba56", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4baff53ceeb99640447864a1605966d02fdfb661", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5bAE5119D4c6bE71b1A318a7DfBEAE85d5AcA4A0", + "chain": { + "id": 1 + }, + "description": "Idle Tranches exchange rate", + "id": "42840f7b-4a6c-43a5-a4ab-4ee1601c1750", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc966f11b61917fd8934d7f41e701a13fcc1d8a08", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x62b92d98A33bAf488Ee85b8094c4a441A3c40317", + "chain": { + "id": 1 + }, + "description": null, + "id": "ceccc0d8-3c3f-4810-9808-e16b7e51c7d4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x851d005673a4bfd00b59ede31424cd8beb679cef", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe9d31eefc1ffd963cc505ba8c242185636661945", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x122d528Ac369DC0d571678eea31e4a126eb9206E", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "8a3aec13-1539-4cbc-8368-9f5100765895", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3E7d1eAB13ad0104d2750B8863b489D65364e32D", + "chain": { + "id": 1 + }, + "description": "USDT / USD (0.25%)", + "id": "9114670b-868f-426e-ae76-ee1988e7c0b2", + "pair": [ + "USDT", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x08fa67f678f4a60b60152494611bf953a134b627", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x62b92d98A33bAf488Ee85b8094c4a441A3c40317", + "chain": { + "id": 1 + }, + "description": null, + "id": "ceccc0d8-3c3f-4810-9808-e16b7e51c7d4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc859270b3da1709eab43822b3881a6319ce432f1", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x62b92d98A33bAf488Ee85b8094c4a441A3c40317", + "chain": { + "id": 1 + }, + "description": null, + "id": "ceccc0d8-3c3f-4810-9808-e16b7e51c7d4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xdcc04ffacd7b49035ccdbbba59a5f955944129db", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb415eAA355D8440ac7eCB602D3fb67ccC1f0bc81", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC Redstone redemption price feed", + "id": "de34e415-aa53-4b51-adf3-466c7514e9c3", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa11b7867be57105beff6f16b295b28b08eb808eb", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6067298606ab4e893551a1e843539e687da37c00", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x62b92d98A33bAf488Ee85b8094c4a441A3c40317", + "chain": { + "id": 1 + }, + "description": null, + "id": "ceccc0d8-3c3f-4810-9808-e16b7e51c7d4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2a0326538ef89ba50d532aa061badcb5c87e1e8e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xeD2b85Df608fa9FBe95371D01566e12fb005EDeE", + "chain": { + "id": 1 + }, + "description": null, + "id": "8c75452c-28d6-4c57-b3c2-48351d9c0da7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3c21ae229b85ee9704d8c19f0fefaf52070b114e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x85c6452DDa6CCF1e864cBDE5C34F65caF83C8E38", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "3bc6c243-8b99-4582-bb06-0936952ca9b7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF81Aa28A4F68124683AfadA81e8EBBf6e2867067", + "chain": { + "id": 1 + }, + "description": "Chainlink-formatted InfiniFi RT Oracle", + "id": "865e05d3-3245-4d2d-baa2-3a2b7692fba2", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0xc3866d726C204C0836E0677A31973c649888973D", + "chain": { + "id": 1 + }, + "description": "Dummy feed with 12 decimals", + "id": "a2264639-e01e-4472-ab4b-a46e57e58032", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5c7907f8d8f41d97a844350116e0a500b507351c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5EC98505DA7c499e466c8e4Bf374ED86C7B20bA9", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "f68d2dd1-e7a2-4f0b-93ef-10039b178581", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xda63266b5184d08dbfbace96267837c45d7d34da", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x03a9b374d8ced8489e64498167efc72bcd5112ca", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x222001B1E91b1B049F8A67EfcA894d7dB640a284", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "7f5379d2-bd06-4db6-94b0-ad98ccebeb56", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xef618b6d665980b75a22d08ba7107575c884331d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5c29868C58b6e15e2b962943278969Ab6a7D3212", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC", + "id": "0e9230c7-6408-48d4-9d14-094e83f851cb", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xb49f677943BC038e9857d61E7d053CaA2C1734C1", + "chain": { + "id": 1 + }, + "description": "EUR / USD (0.15%)", + "id": "591874f2-e7a1-48c7-9289-2497da350603", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7d00cebb5118006aeedf8f7cdf011d90180e0afd", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5c29868C58b6e15e2b962943278969Ab6a7D3212", + "chain": { + "id": 1 + }, + "description": "LBTC / BTC", + "id": "0e9230c7-6408-48d4-9d14-094e83f851cb", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x574d924dbb19c2dcb7de74de323c9c038201676f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xb49f677943BC038e9857d61E7d053CaA2C1734C1", + "chain": { + "id": 1 + }, + "description": "EUR / USD (0.15%)", + "id": "591874f2-e7a1-48c7-9289-2497da350603", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf3ee3d4056f74ef150d301b3514de4334314dffa", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x86Fcd9812bb54b1572c7b9EBe0c798a87Fed35fd", + "chain": { + "id": 1 + }, + "description": null, + "id": "e38db6a4-6ab9-4e5b-9ac5-2360d941da0e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa022adb8c6bd4c25325a662cb928570a8e3966b4", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x934d5bf527191f61e32f93c0699ed8cf4339948d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x443f7b2429645E2499AA110B60407e5DeF79A7D0", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "7f629dc1-f63e-4b3b-b767-7a0dbc362621", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x359767f0ce82592eed2f13f19b0252eb539c2a2d", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0ab33fc1affb89aff0187318add2a6677e495c6f", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x012b000f718d00944c9ec64f9dbe2b3f22af1dac", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xb49f677943BC038e9857d61E7d053CaA2C1734C1", + "chain": { + "id": 1 + }, + "description": "EUR / USD (0.15%)", + "id": "591874f2-e7a1-48c7-9289-2497da350603", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x366e4400f2fe47c1ef7d545db0eb16608d1ba1fd", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfa0db44ccb2f8d5077e9c87dd501a106d72cae1f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x43881B05C3BE68B2d33eb70aDdF9F666C5005f68", + "chain": { + "id": 1 + }, + "description": "mHYPER/USD", + "id": "5642b559-fdd7-43b9-bf93-1c33da831814", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x598245a00248dcfe567117ca6740038fbf6bed43", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8ee090a8486f40e059b61d23a9ae9302508acbbc", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf9ba46236372971c19c8c0305ebe717fe83a4666", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf36d257310879a0b38f55aae2e67f077f1bf8f22", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8c7af3fde1a18b26da9bb78c7b170b5268ced01f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0acafdc84a0d7174039d27a1e147765cb9942c5a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9fbb0b4f708fef91a431e3f5f018eb0ad47d1e0a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe22ed8b23ed665d2ab509f6ed7c183cecdaa2318", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xd654CC3392526F1253450B2c99729c50e1BDE82F", + "chain": { + "id": 1 + }, + "description": null, + "id": "9604c9e7-c74a-4bf8-a526-5ab843d4b8c6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x5f09Aff8B9b1f488B7d1bbaD4D89648579e55d61", + "chain": { + "id": 1 + }, + "description": "mMEV / USD price feed", + "id": "32d0f577-70ce-4c11-ae4b-e3b0de2483d5", + "pair": [ + "mMEV", + "USD" + ], + "vendor": "Midas" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1cb3939c52ac5bd8a281c3c7dc7afaa56aa17120", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xB9B7eA2dB2E7F28473491048556A13B13317E66A", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "a7d3dc84-85dd-4e5a-90d4-23581ff472a8", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb7f3b2cc8a1d8a7a8c59bab0aeb6d67fb334561f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9D7d271cE727252053748F3c3ADAb5E7c33dC3F3", + "chain": { + "id": 1 + }, + "description": null, + "id": "443d6416-360c-4a0d-959c-27492316c59c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcc00d98162fef57d6a1057a36c25d5326e3805c8", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xEEf0C605546958c1f899b6fB336C20671f9cD49F", + "chain": { + "id": 1 + }, + "description": "CRVUSD / USD (0.5%)", + "id": "45e5333c-bacc-4e66-9fa7-ecc18172d141", + "pair": [ + "CRVUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x4864b71bc19c3356a5da9140f49fa41807385833", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x80B0735616b27b647233D3Ab67078C95BA5A2c93", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for thBILL_FUNDAMENTAL", + "id": "a0f67536-5b44-4944-a361-18aff2159c0e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x56dbc0f2784cd959e57fcc9cd83c3b7a24ee678c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x70CF192D6b76d57a46AafC9285Ced110034eB013", + "chain": { + "id": 1 + }, + "description": "hgETH/USD", + "id": "ac67a6cd-51ae-4cf4-93e6-fba734eae855", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x50ca523eeb5aed11c3a74f730de82aea9bd04d78", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0b321e9d43fa219d480bc9d00ca925b7efa21464", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3359921992C33ef23169193a6C91F2944A82517C", + "chain": { + "id": 1 + }, + "description": "mHyperBTC/BTC", + "id": "a6948ce6-366b-4753-9cad-99b3977b9081", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc08b9ff2d373cf0769b003e80f7b87ea0599c0ac", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2C8116Dc81a73c4051D2a232DbB586D256DE6DFe", + "chain": { + "id": 1 + }, + "description": "PT-fxSAVE-30APR2026-LinearDiscount/USD", + "id": "cf43f55b-14ac-4ad1-9a0d-cdee24260267", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x60694ebba05c02b1d6810a5d7787b9a0a302c854", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9D7d271cE727252053748F3c3ADAb5E7c33dC3F3", + "chain": { + "id": 1 + }, + "description": null, + "id": "443d6416-360c-4a0d-959c-27492316c59c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x41e2c788daef91a5ba86c7bd6ca5b064de7b91eb", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x33fda592C7F1775B248470CACAF321A0f7dF839B", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "58e5502a-5c14-44a6-b9f0-3093621f6418", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe234cadd30ee0df63a093fe541bd1c4f48c99629", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3b8ccb284219d8eb46909d72d9c3b366d32ffe0f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xab6982a14e811DF558F49C79923723281D0DD16A", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for sYUSD_FUNDAMENTAL", + "id": "09eb4dbe-b31f-4bda-9719-4ae8345151e2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x2e65b1a44FDC30976d7e2397D16c425A8A7Aa4F6", + "chain": { + "id": 1 + }, + "description": "RedStone Price Feed for YUSD_FUNDAMENTAL", + "id": "feb7d876-5603-4386-b782-fc2517059bb7", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x831607731c1da3697d752d0f40c1cf0968f14feb", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6E729B845ee8414D290279D2A64417e920b3a630", + "chain": { + "id": 1 + }, + "description": null, + "id": "13e5ffba-b153-4ab8-8fcd-8f597f02bb6c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x68b4c2b2b2e245ab54a3bd55dfd5a9d84f029c06", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd72918c89697a6d40a6288662d1e752d1734464f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4404F0ec421004F986b4914d8fc0866D8C5751A4", + "chain": { + "id": 1 + }, + "description": "LP-sUSDE-31JUL2025/sUSDe PendleChainlinkOracle feed", + "id": "af3a5b86-031e-4124-a42a-c7825337db9a", + "pair": [ + "LP-sUSDE-31JUL2025", + "sUSDe" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3699aba2d63532a0890a761cad609d128a631dc5", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x58b796f085d43ba18aabd39524e2fb56de1aa021", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xec3679d32199b370c4f5bdf34152342b05cbc35c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0A57F848222dE1665090F8231d4638b8EEec3e9C", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "2cb2acdf-8cfe-4e9b-a6b7-ec9a12b6ffc4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xb7423ef8fdc229a915ac84e0d04f05038bd0bbe7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xBcE206caE7f0ec07b545EddE332A47C2F75bbeb3", + "chain": { + "id": 1 + }, + "description": "JPY / USD (0.15%)", + "id": "c980fe9d-63a8-4aa7-814c-165eaea67da1", + "pair": [ + "JPY", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc4b49c208743d88522fd90baed0e0c790d041a15", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xBcE206caE7f0ec07b545EddE332A47C2F75bbeb3", + "chain": { + "id": 1 + }, + "description": "JPY / USD (0.15%)", + "id": "c980fe9d-63a8-4aa7-814c-165eaea67da1", + "pair": [ + "JPY", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x040a101b02785cd4462030e18f31996a31d52d8d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9Ad4e45640832fFae3f3a8760d6B96Fd996d7443", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "7af711fe-fb36-4285-af0e-f2efed89d7c0", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe55829708b70077f142215cf740caeb55ddc83a4", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xBcE206caE7f0ec07b545EddE332A47C2F75bbeb3", + "chain": { + "id": 1 + }, + "description": "JPY / USD (0.15%)", + "id": "c980fe9d-63a8-4aa7-814c-165eaea67da1", + "pair": [ + "JPY", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x27529f9dae7c5919c3e2eb5c59112057bad3883f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x905b7dAbCD3Ce6B792D874e303D336424Cdb1421", + "chain": { + "id": 1 + }, + "description": "wstETH/stETH exchange rate", + "id": "c334c04e-3cb1-46bc-af33-51d816751fe0", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Lido" + }, + "baseFeedTwo": { + "address": "0xCfE54B5cD566aB89272946F602D76Ea879CAb4a8", + "chain": { + "id": 1 + }, + "description": "STETH / USD (1%)", + "id": "352e7d1d-550c-4ed9-97a2-e1e97aa53e68", + "pair": [ + "STETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xBcE206caE7f0ec07b545EddE332A47C2F75bbeb3", + "chain": { + "id": 1 + }, + "description": "JPY / USD (0.15%)", + "id": "c980fe9d-63a8-4aa7-814c-165eaea67da1", + "pair": [ + "JPY", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa9247a26ec95d1e72c2bbc941b402df5efe4e13a", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x698dA5D987a71b68EbF30C1555cfd38F190406b7", + "chain": { + "id": 1 + }, + "description": "mEDGE / USD price feed", + "id": "b744d1d7-071a-48fe-8817-baf28cf3e305", + "pair": [ + "mEDGE", + "USD" + ], + "vendor": "Midas" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6c005eb4333ec2ee220e68b772dd4583e342b678", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xDa71218d7Fa93f75B64e8cb8075128DdbacFd877", + "chain": { + "id": 1 + }, + "description": null, + "id": "040c5dc8-c1a4-4480-92d2-525cb7d379e2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe3ace017eb4e8e9a51fa9360834223e5544ff331", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3525789B8F0D87cB3Dc9072F4405bB514262a112", + "chain": { + "id": 1 + }, + "description": null, + "id": "d99aa576-c4fb-4567-ab75-289db420d9e7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe335e87d8907457e10ef66edb0fa728aed596fb5", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": { + "address": "0xBcE206caE7f0ec07b545EddE332A47C2F75bbeb3", + "chain": { + "id": 1 + }, + "description": "JPY / USD (0.15%)", + "id": "c980fe9d-63a8-4aa7-814c-165eaea67da1", + "pair": [ + "JPY", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8d6262e99d11e982b361a117ac16fd7c97939c5e", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x0A57F848222dE1665090F8231d4638b8EEec3e9C", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "2cb2acdf-8cfe-4e9b-a6b7-ec9a12b6ffc4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe8a557002f377efc48eed61bdbb8beb875d79e02", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xBE26A033B4D16723c84da6C72dAE215e6617567b", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "3277099e-4f61-436b-b403-f855da29e1bd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x84303e5568C7B167fa4fEBc6253CDdfe12b7Ee4B", + "chain": { + "id": 1 + }, + "description": "mAPOLLO/USD", + "id": "b4d65b09-b8d7-4dff-a170-2bb77d06cdbc", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2034274f7f6edf2cbd19e21dba10e9f63508838f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x9Ad4e45640832fFae3f3a8760d6B96Fd996d7443", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "7af711fe-fb36-4285-af0e-f2efed89d7c0", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9f40c1d2354ed374f8c6a6b09a1b5cf3da659d1f", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": { + "address": "0xBcE206caE7f0ec07b545EddE332A47C2F75bbeb3", + "chain": { + "id": 1 + }, + "description": "JPY / USD (0.15%)", + "id": "c980fe9d-63a8-4aa7-814c-165eaea67da1", + "pair": [ + "JPY", + "USD" + ], + "vendor": "Chainlink" + } + } + }, + { + "address": "0xfdb578391a7807891bb03bea590d2c2409f771a2", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x255e34a5a6b5edd5ea83b86a37f54974601303e5", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x2665701293fCbEB223D11A08D826563EDcCE423A", + "chain": { + "id": 1 + }, + "description": "cbBTC / USD (2%)", + "id": "cf1434bd-f731-48e9-b6a7-8312d0a47769", + "pair": [ + "CBBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1", + "chain": { + "id": 1 + }, + "description": "PYUSD / USD (0.3%)", + "id": "9fe0f8a3-b063-4e90-880e-6f50da8aa1f5", + "pair": [ + "PYUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe559aa08f0ac86df7de8df46a00334ff417803e7", + "chainId": 1, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x195199ba563c1e3c4fb24a8ca0107c1c7f81da1d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x51790E517a7a4E275593687459EF49AE2157ADAb", + "chain": { + "id": 1 + }, + "description": null, + "id": "70a06888-2f24-4834-9247-871f8298905d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf3745cf96d3be787bcbea21953ed721431eed09d", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3525789B8F0D87cB3Dc9072F4405bB514262a112", + "chain": { + "id": 1 + }, + "description": null, + "id": "d99aa576-c4fb-4567-ab75-289db420d9e7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x89c3dd5e0c78136efe412e57cc05a7835ef9f501", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3688129491B6fa07949f2A77e486fE0b50577efa", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "48c84875-91bb-4d0e-9e1e-341935618056", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0822e6cb88ae78612b285aaabdd97abe3e50a1d6", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xa0A29d99f6F0F599A8bB5504AE5b0c2677aFd6B0", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "2d742d89-2a06-4d94-a402-a52549ce477d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF81Aa28A4F68124683AfadA81e8EBBf6e2867067", + "chain": { + "id": 1 + }, + "description": "Chainlink-formatted InfiniFi RT Oracle", + "id": "865e05d3-3245-4d2d-baa2-3a2b7692fba2", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0xc3866d726C204C0836E0677A31973c649888973D", + "chain": { + "id": 1 + }, + "description": "Dummy feed with 12 decimals", + "id": "a2264639-e01e-4472-ab4b-a46e57e58032", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6b03ca03d9bb4eed35826b4bab8adb9873ad04ad", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfdFD9C85aD200c506Cf9e21F1FD8dd01932FBB23", + "chain": { + "id": 1 + }, + "description": "WBTC / BTC (2%)", + "id": "95e07e72-c3a7-4b66-8c7e-46413294f80f", + "pair": [ + "WBTC", + "BTC" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xF4030086522a5bEEa4988F8cA5B36dbC97BeE88c", + "chain": { + "id": 1 + }, + "description": "BTC / USD (0.5%)", + "id": "ad587dfd-a13d-449b-b10b-d5f560efe9ac", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1", + "chain": { + "id": 1 + }, + "description": "PYUSD / USD (0.3%)", + "id": "9fe0f8a3-b063-4e90-880e-6f50da8aa1f5", + "pair": [ + "PYUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8e665b6b5ecaffca3ae686982fb54909fd7294cb", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1", + "chain": { + "id": 1 + }, + "description": "PYUSD / USD (0.3%)", + "id": "9fe0f8a3-b063-4e90-880e-6f50da8aa1f5", + "pair": [ + "PYUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf8e3f58cb1166b7ca4a23d407c610236fc9513e0", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x4F67e4d9BD67eFa28236013288737D39AeF48e79", + "chain": { + "id": 1 + }, + "description": "Custom price feed for wstETH / ETH", + "id": "d00510a3-c28a-40f3-977b-133c265f1657", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Compound" + }, + "baseFeedTwo": { + "address": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", + "chain": { + "id": 1 + }, + "description": "ETH / USD (0.5%)", + "id": "7f1abec5-cf37-46e5-96fb-a0e701b6df7c", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1", + "chain": { + "id": 1 + }, + "description": "PYUSD / USD (0.3%)", + "id": "9fe0f8a3-b063-4e90-880e-6f50da8aa1f5", + "pair": [ + "PYUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x831a694505fd28d5556736adf4276af2b5418c63", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x6a906372cA06523bA7FeaeDab18Ab8B665CaeD71", + "chain": { + "id": 1 + }, + "description": null, + "id": "591bbc75-34e8-4699-9c62-739eeec40ca6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1", + "chain": { + "id": 1 + }, + "description": "PYUSD / USD (0.3%)", + "id": "9fe0f8a3-b063-4e90-880e-6f50da8aa1f5", + "pair": [ + "PYUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x23b0b6a7f5941d8ed775f2f9c0d1af99b2329410", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1", + "chain": { + "id": 1 + }, + "description": "PYUSD / USD (0.3%)", + "id": "9fe0f8a3-b063-4e90-880e-6f50da8aa1f5", + "pair": [ + "PYUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0f5153c39d072039ca684cd2a8b8e5f4c4cdbc8c", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8E1e78E52548D0C595E8B5e336107BA35AfeCd9a", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "45ae6280-a4a6-4328-8425-e2c7a6c2d099", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1", + "chain": { + "id": 1 + }, + "description": "PYUSD / USD (0.3%)", + "id": "9fe0f8a3-b063-4e90-880e-6f50da8aa1f5", + "pair": [ + "PYUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1875a14c3e0cc539c1d3ecd4533928de671651de", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x3D97cdAB1f56B80964848b723a3Aed11f7Bd2F19", + "chain": { + "id": 1 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "03287501-bbd3-4e96-9360-1c24c48948dd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1", + "chain": { + "id": 1 + }, + "description": "PYUSD / USD (0.3%)", + "id": "9fe0f8a3-b063-4e90-880e-6f50da8aa1f5", + "pair": [ + "PYUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5ac5fe8a8a5e29eb4046d8d7979ee6762beec8d7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xa569d910839Ae8865Da8F8e70FfFb0cBA869F961", + "chain": { + "id": 1 + }, + "description": "USDe / USD (0.5%)", + "id": "8c0570ee-eac6-491a-a10f-7c860fc09a2f", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1", + "chain": { + "id": 1 + }, + "description": "PYUSD / USD (0.3%)", + "id": "9fe0f8a3-b063-4e90-880e-6f50da8aa1f5", + "pair": [ + "PYUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf8a3ade50843592d23ad9b74ce3ce6e8aa9b6b51", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0x8fFfFfd4AfB6115b954Bd326cbe7B4BA576818f6", + "chain": { + "id": 1 + }, + "description": "USDC / USD (0.25%)", + "id": "1e84c0bd-e848-42f8-9ad4-a440e37275eb", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1", + "chain": { + "id": 1 + }, + "description": "PYUSD / USD (0.3%)", + "id": "9fe0f8a3-b063-4e90-880e-6f50da8aa1f5", + "pair": [ + "PYUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x10769f96c53c038630a04fbae2d3d838917ecad7", + "chainId": 1, + "data": { + "baseFeedOne": { + "address": "0xfF30586cD0F29eD462364C7e81375FC0C71219b1", + "chain": { + "id": 1 + }, + "description": "USDS / USD (0.3%)", + "id": "d8817084-d90e-4541-913d-aabeaeb1116e", + "pair": [ + "USDS", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x8f1dF6D7F2db73eECE86a18b4381F4707b918FB1", + "chain": { + "id": 1 + }, + "description": "PYUSD / USD (0.3%)", + "id": "9fe0f8a3-b063-4e90-880e-6f50da8aa1f5", + "pair": [ + "PYUSD", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x826943587ffdaa11c3bfd730644d6dc299e51278", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x806b4Ac04501c29769051e42783cF04dCE41440b", + "chain": { + "id": 8453 + }, + "description": "CBETH / ETH (0.5%)", + "id": "606af1dd-3964-41b0-9d78-eae55af6df96", + "pair": [ + "CBETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa0c1316196189dfcd2ffa412936e1d07c18b8881", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4e0175f63bccdf4a2eeb22d4c98ebad4438ff6f9", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x7b56DA56E6D0cd2679Be24BABe44d622bd6139E4", + "chain": { + "id": 8453 + }, + "description": "sAMM-USDC/cUSDO/USD", + "id": "c8ed3be3-877b-42b0-90bc-4b53fd09a902", + "pair": [ + "sAMM-USDC/cUSDO", + "USD" + ], + "vendor": "Aerodrome" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x32b923ff5c9e20dc5df15bfa4516447d66b6d666", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfc79cd46ff95eb2c27077285c67a87be760a4593", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x026a5B6114431d8F3eF2fA0E1B2EDdDccA9c540E", + "chain": { + "id": 8453 + }, + "description": "sUSDS / USDS Maker SSRChainlinkRateProviderAdapter price feed", + "id": "c79fabe7-413b-4899-8e35-8b0de20f007d", + "pair": [ + "sUSDS", + "USDS" + ], + "vendor": "Maker" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf0cF2ce3529b0030577B4E64F553efAcE90aaF98", + "chain": { + "id": 8453 + }, + "description": "Dummy feed with 27 decimals", + "id": "66239ccd-05dc-4274-98ff-0a51bc8bd27d", + "pair": [ + "USD", + "USD" + ], + "vendor": "Steakhouse" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe09a08edec72540b398bd47e58c51c97edc026ea", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe305790b87d91a84094e9176df4e1599b03cf9e5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x242bed8d97688734d458bec1268f9dea59ef855d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb3aa0b5d41e9f4a5865e66b2d127bb0c45b20696", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x026a5B6114431d8F3eF2fA0E1B2EDdDccA9c540E", + "chain": { + "id": 8453 + }, + "description": "sUSDS / USDS Maker SSRChainlinkRateProviderAdapter price feed", + "id": "c79fabe7-413b-4899-8e35-8b0de20f007d", + "pair": [ + "sUSDS", + "USDS" + ], + "vendor": "Maker" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x87487892c97094e370a0d4331be99696408c4dd2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xba30b0ca6277df955a561dfa2c75604beba8860b", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x6E63777A3EFc2208138940A09bC820f2C08FF4C0", + "chain": { + "id": 8453 + }, + "description": "", + "id": "7466d52b-099d-4255-a381-28cefe32b741", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x67ea519d9cf8c5eaca91f6cf363db11383916788", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x026a5B6114431d8F3eF2fA0E1B2EDdDccA9c540E", + "chain": { + "id": 8453 + }, + "description": "sUSDS / USDS Maker SSRChainlinkRateProviderAdapter price feed", + "id": "c79fabe7-413b-4899-8e35-8b0de20f007d", + "pair": [ + "sUSDS", + "USDS" + ], + "vendor": "Maker" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x51a3b2a926b20913869b023eadab0699ced3126d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x733aec8a839debf0466a35384d743548504aa379", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1fa73ede8fc2c1135f941fa1e1e0ec406d63fe86", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x6E63777A3EFc2208138940A09bC820f2C08FF4C0", + "chain": { + "id": 8453 + }, + "description": "", + "id": "7466d52b-099d-4255-a381-28cefe32b741", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6175dd53a33593b49111466cce4b4dbbfd565694", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4129b5acfefb6db9f5b15115947e8b86fe9359d0", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xbdEfAe34858456B5B0C6B9E249eaBe1600aB3171", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "4ab31b19-b414-4523-88e2-60c885ae1f23", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x59F78DE21a0b05d96Ae00c547BA951a3B905602f", + "chain": { + "id": 8453 + }, + "description": "ETH / USD Pyth price feed", + "id": "85c1ebe4-1686-4c2f-a6f7-ef08df035b81", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x52f9e0eda4238a94766868bf22b466369408a9a6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4595c1615fac66cc9b8b496395ebe4e770be6825", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xbdEfAe34858456B5B0C6B9E249eaBe1600aB3171", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "4ab31b19-b414-4523-88e2-60c885ae1f23", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4af3E0d3A45Ac89234F5dEAc723d5eE6C0224De3", + "chain": { + "id": 8453 + }, + "description": "USDC / USD Pyth price feed", + "id": "870ad215-48c2-424a-8eeb-e10c3e0e745b", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x523d465710326d13b803cf1cf30ac34e08b65b9c", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x90cE347330bE1Bf1a77BEbCF8E123e5269CeAECC", + "chain": { + "id": 8453 + }, + "description": "", + "id": "71e8febe-0af5-460e-8b58-9d360be95603", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6254d236c05fec3fc04b7e0e1ed09edb2e47b5de", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe856e6e43ed48717bc4371b4e5689b6797e96146", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x17a2c08817028bb5b92cd91a1648c8a7224a3873", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5ed5cf926c427218ef13b5a682d9cff3113ac853", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7aa5885978807ae6b11170682d8b21fb1868a458", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x709c59d4b52b7c0bdb1b3669fcd24a6990de673a", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x3131E6a68BFb42976Ef574AF042f67d322098747", + "chain": { + "id": 8453 + }, + "description": null, + "id": "bab11004-82f5-40f3-a2fd-61d2fabb99a6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x026a5B6114431d8F3eF2fA0E1B2EDdDccA9c540E", + "chain": { + "id": 8453 + }, + "description": "sUSDS / USDS Maker SSRChainlinkRateProviderAdapter price feed", + "id": "c79fabe7-413b-4899-8e35-8b0de20f007d", + "pair": [ + "sUSDS", + "USDS" + ], + "vendor": "Maker" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x51906cc1e85dd57c3f5ab8e9801dda037ab5a712", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x187Ba1626dF7aEc3f7663EAf1C694379c394504E", + "chain": { + "id": 8453 + }, + "description": "An oracle that prices the LP tokens of Aerodrome", + "id": "f16bdb78-fef7-49e1-91ab-8f43d7ffb56b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8e135aeb0424f5039d8ab9b6ab12597cd8356039", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xdc31a4CCfCA039BeC6222e20BE7770E12581bfEB", + "chain": { + "id": 8453 + }, + "description": "ZRO / USD (0.5%)", + "id": "8a032529-f1b6-40ca-9f08-f87ccad10329", + "pair": [ + "ZRO", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8c87dbd7a0c647a4291592bc2994dbf95880fe2f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x806b4Ac04501c29769051e42783cF04dCE41440b", + "chain": { + "id": 8453 + }, + "description": "CBETH / ETH (0.5%)", + "id": "606af1dd-3964-41b0-9d78-eae55af6df96", + "pair": [ + "CBETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa857411cb2231a6a87a3bef987a4ced8a067d799", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x96df483e4d9ec02ab872d5825e341707f1f77c7e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xeff1e77e7e6564af493b0094932cffa74ab208c0", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xd2C52dFEdf2E4b23C6fA23CC93a6060574Da06A0", + "chain": { + "id": 8453 + }, + "description": "An oracle that prices the LP tokens of Aerodrome", + "id": "8f2a1b76-eaf5-46e0-8983-3204d419b701", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb40d93f44411d8c09ad17d7f88195ef9b05ccd96", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x806b4Ac04501c29769051e42783cF04dCE41440b", + "chain": { + "id": 8453 + }, + "description": "CBETH / ETH (0.5%)", + "id": "606af1dd-3964-41b0-9d78-eae55af6df96", + "pair": [ + "CBETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x10b95702a0ce895972c91e432c4f7e19811d320e", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x74a5a7f2b5aabca17b7b13e1491bc8940e8f04a6", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa54122f0e0766258377ffe732e454a3248f454f4", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x43a5C292A453A3bF3606fa856197f09D7B74251a", + "chain": { + "id": 8453 + }, + "description": "WSTETH / ETH (0.5%)", + "id": "6f0a2ba4-cee4-4a8c-a413-50c8f8791c4c", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc8b785c7524e79cf876f18a9035fc778a40d3bc9", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x6d62D3C3C8f9912890788b50299bF4D2C64823b6", + "chain": { + "id": 8453 + }, + "description": "mBASIS / USD price feed", + "id": "6fafe8bf-2a2e-4e2e-9c09-5046264ff680", + "pair": [ + "mBASIS", + "USD" + ], + "vendor": "Midas" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x34216cc055058070f8c87990634c3f76b3434c5c", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x834c4f996B8a6411AEC0f8a0cF6fAfd4423dBEe2", + "chain": { + "id": 8453 + }, + "description": "HYUSD / USD Chronicle price feed", + "id": "31099130-ba4b-4e14-9c25-a62c67a6a1a0", + "pair": [ + "HYUSD", + "USD" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xedfd893bbc1230321ab6d2a8e491a9f7e61fc3c0", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xb2c122567229A413bd8fe2aBADedaD2ED97436dB", + "chain": { + "id": 8453 + }, + "description": "wstETH / USD Pyth price feed", + "id": "06eb9f7f-c263-4a20-9cfe-d08a0ac8f109", + "pair": [ + "wstETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4af3E0d3A45Ac89234F5dEAc723d5eE6C0224De3", + "chain": { + "id": 8453 + }, + "description": "USDC / USD Pyth price feed", + "id": "870ad215-48c2-424a-8eeb-e10c3e0e745b", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1f83f671b5d4ed169985eabb01e27a89c49cfb73", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xd7818272B9e248357d13057AAb0B417aF31E817d", + "chain": { + "id": 8453 + }, + "description": "CBETH / USD (0.15%)", + "id": "6acf5881-d2a6-49c1-8c0b-64beed3a11a2", + "pair": [ + "CBETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfd00101be2ac98af7ab795646a57e7b2372e8f29", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x43a5C292A453A3bF3606fa856197f09D7B74251a", + "chain": { + "id": 8453 + }, + "description": "WSTETH / ETH (0.5%)", + "id": "6f0a2ba4-cee4-4a8c-a413-50c8f8791c4c", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8370d60541403b5cd42966d6a7d6d1239bd50ed1", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x75c5034e268Df404A839Ed89D507F26309217548", + "chain": { + "id": 8453 + }, + "description": "cbETH / USD Pyth price feed", + "id": "c31b44aa-6fa9-4bca-afeb-6c068c2c6291", + "pair": [ + "cbETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4af3E0d3A45Ac89234F5dEAc723d5eE6C0224De3", + "chain": { + "id": 8453 + }, + "description": "USDC / USD Pyth price feed", + "id": "870ad215-48c2-424a-8eeb-e10c3e0e745b", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc9e90d1a6e769a846bcb332ea900d078e2f967b3", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xB9A063eC10abFE6C03D974a82E7A6429F88602bF", + "chain": { + "id": 8453 + }, + "description": "ezETH / USD Pyth price feed", + "id": "db4415a5-2fdd-43b9-8050-b6466f308d98", + "pair": [ + "ezETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4af3E0d3A45Ac89234F5dEAc723d5eE6C0224De3", + "chain": { + "id": 8453 + }, + "description": "USDC / USD Pyth price feed", + "id": "870ad215-48c2-424a-8eeb-e10c3e0e745b", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9dbcd79e1f47d95de6f211bfb610f082fc584406", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4429B7c2a044DD41fb8CA64d64398e8eF37814e4", + "chain": { + "id": 8453 + }, + "description": "weETH / USD Pyth price feed", + "id": "1cf493e6-7207-4858-bd32-39feeec3f9ea", + "pair": [ + "weETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4af3E0d3A45Ac89234F5dEAc723d5eE6C0224De3", + "chain": { + "id": 8453 + }, + "description": "USDC / USD Pyth price feed", + "id": "870ad215-48c2-424a-8eeb-e10c3e0e745b", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6a0360e6f65a03772cc6aef967003288cff8d63a", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x903ab5FAE9ba089B1D4fCe55BBb40e1a07Acef59", + "chain": { + "id": 8453 + }, + "description": "pufETH / USD Pyth price feed", + "id": "ef445129-727b-452b-86f2-3f860fa89c0c", + "pair": [ + "pufETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4af3E0d3A45Ac89234F5dEAc723d5eE6C0224De3", + "chain": { + "id": 8453 + }, + "description": "USDC / USD Pyth price feed", + "id": "870ad215-48c2-424a-8eeb-e10c3e0e745b", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd7e2307bafb6e8ee916c54a50d938161c0c9cec3", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x75c5034e268Df404A839Ed89D507F26309217548", + "chain": { + "id": 8453 + }, + "description": "cbETH / USD Pyth price feed", + "id": "c31b44aa-6fa9-4bca-afeb-6c068c2c6291", + "pair": [ + "cbETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x59F78DE21a0b05d96Ae00c547BA951a3B905602f", + "chain": { + "id": 8453 + }, + "description": "ETH / USD Pyth price feed", + "id": "85c1ebe4-1686-4c2f-a6f7-ef08df035b81", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x451b6e60cea6ef4614f73f9bc7e5039e8039ef20", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xB9A063eC10abFE6C03D974a82E7A6429F88602bF", + "chain": { + "id": 8453 + }, + "description": "ezETH / USD Pyth price feed", + "id": "db4415a5-2fdd-43b9-8050-b6466f308d98", + "pair": [ + "ezETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x59F78DE21a0b05d96Ae00c547BA951a3B905602f", + "chain": { + "id": 8453 + }, + "description": "ETH / USD Pyth price feed", + "id": "85c1ebe4-1686-4c2f-a6f7-ef08df035b81", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x81ec6090fadf752bd35f1e3a6566d2d1b9ef2e09", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xB2140C4BC2a08aa5Ab8754A4869B6Dc7022b5b4C", + "chain": { + "id": 8453 + }, + "description": "An oracle that prices the LP tokens of Aerodrome", + "id": "4c9b4f08-1907-45d0-b582-71873c3fc317", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6cb45d19700ee83558c06a29d3e57143b71c6c9a", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xb2c122567229A413bd8fe2aBADedaD2ED97436dB", + "chain": { + "id": 8453 + }, + "description": "wstETH / USD Pyth price feed", + "id": "06eb9f7f-c263-4a20-9cfe-d08a0ac8f109", + "pair": [ + "wstETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x59F78DE21a0b05d96Ae00c547BA951a3B905602f", + "chain": { + "id": 8453 + }, + "description": "ETH / USD Pyth price feed", + "id": "85c1ebe4-1686-4c2f-a6f7-ef08df035b81", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xfb3ba172665d5953516821d05f7db8a9d1b65355", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4429B7c2a044DD41fb8CA64d64398e8eF37814e4", + "chain": { + "id": 8453 + }, + "description": "weETH / USD Pyth price feed", + "id": "1cf493e6-7207-4858-bd32-39feeec3f9ea", + "pair": [ + "weETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x59F78DE21a0b05d96Ae00c547BA951a3B905602f", + "chain": { + "id": 8453 + }, + "description": "ETH / USD Pyth price feed", + "id": "85c1ebe4-1686-4c2f-a6f7-ef08df035b81", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xb66c3156254e21d99e384e40f163c21e32b2c952", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x903ab5FAE9ba089B1D4fCe55BBb40e1a07Acef59", + "chain": { + "id": 8453 + }, + "description": "pufETH / USD Pyth price feed", + "id": "ef445129-727b-452b-86f2-3f860fa89c0c", + "pair": [ + "pufETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x59F78DE21a0b05d96Ae00c547BA951a3B905602f", + "chain": { + "id": 8453 + }, + "description": "ETH / USD Pyth price feed", + "id": "85c1ebe4-1686-4c2f-a6f7-ef08df035b81", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6e49a6e8ace74629b02f54c15cb933535808f114", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x1b4671313DfA19B2F9B20eC2410712BC7CE6A89F", + "chain": { + "id": 8453 + }, + "description": "SUI / USD Pyth price feed", + "id": "9c9c7637-daeb-4d1a-80ba-e7949287e097", + "pair": [ + "SUI", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4af3E0d3A45Ac89234F5dEAc723d5eE6C0224De3", + "chain": { + "id": 8453 + }, + "description": "USDC / USD Pyth price feed", + "id": "870ad215-48c2-424a-8eeb-e10c3e0e745b", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe1bb8e5b4930ec9fec7f7943fcf6227649f14b37", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8d0e0489646ae8f184558e61a4a78a5e7caf0b5a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x433df14581596947a943c32cbe285ebe211d32e6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa87c58b1d7cc21a0520ee5f95d66f9be6f20ba49", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb393c7382f891ec2f73fec8669517707d8c982f1", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x99DAf760d2CFB770cc17e883dF45454FE421616b", + "chain": { + "id": 8453 + }, + "description": "rsETH / ETH Exchange Rate (0.5%)", + "id": "e662ec76-a3fb-4bdf-8c48-af5e8f0fb120", + "pair": [ + "RSETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa2e749c3190b3afe593a259ea61d4afdccc40b07", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x05a66e91cc2e972ec5e7d3f223d13a9b859b1dd9", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4ec7ed23f76a8f7c07a045745b501e7d903a903e", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xf397bF97280B488cA19ee3093E81C0a77F02e9a5", + "chain": { + "id": 8453 + }, + "description": "RETH / ETH (0.5%)", + "id": "16c3a546-260e-4be8-b367-28fd5852e5cf", + "pair": [ + "RETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x90f60c84717a4ee609bd411f30a2aa129779f9c1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7d4691c2a11d7aa099cc528c449e7a53c59e2c9e", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7df926dd6a6b0c35c5d8573f13198f6f7001f870", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xDAe398520e2B67cd3f27aeF9Cf14D93D927f8250", + "chain": { + "id": 8453 + }, + "description": "EURC / USD (0.3%)", + "id": "c85fb02a-33fb-4478-aaf4-657bd3317cfb", + "pair": [ + "EURC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x55e6de626d8b937782f08c8d3d9e54e340a78d0e", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xe8dD07CCf5BC4922424140E44Eb970F5950725ef", + "chain": { + "id": 8453 + }, + "description": "wrsETH-ETH Exchange Rate (0.5%)", + "id": "089b0575-5407-4b8b-9214-ee40ecbeefe9", + "pair": [ + "WRSETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xca73bdd1840a2ccd8f3e8cdea99ac3182e7fadba", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x975043adBb80fc32276CbF9Bbcfd4A601a12462D", + "chain": { + "id": 8453 + }, + "description": "SOL / USD (0.5%)", + "id": "1fa5742d-eef8-43d5-a3b9-3088eb41919c", + "pair": [ + "SOL", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8e04b06df8b891fae61b00cdb26cde028442ae09", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xedd96b8553dae7ff443e1ab829448d450ade5b68", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x26a2b1c59e0ef5aa96dde47fe6f23a24bd55cdf0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x28c964c985fe84736fadc7cf0bbd58b54bc7cf93", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa7ea0d40c246b876f76713ba9a9a95f3f18ab794", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xDAe398520e2B67cd3f27aeF9Cf14D93D927f8250", + "chain": { + "id": 8453 + }, + "description": "EURC / USD (0.3%)", + "id": "c85fb02a-33fb-4478-aaf4-657bd3317cfb", + "pair": [ + "EURC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x565af16131010d0c2dce3518bdf7ac0e4e791e0c", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8b577d5d18ec5de0cd9a1a811a2b339ec5cb1caf", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x79c9a2cb2d329e7f9d8c40620a3157022a875217", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5110a038f9995ccd12a75871095ca47cd4b6e9e9", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x88a98431C25329AA422B21D147c1518b34dD36F4", + "chain": { + "id": 8453 + }, + "description": "APT / USD (0.5%)", + "id": "a193104f-4378-4085-a41b-c33c05db5990", + "pair": [ + "APT", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0cdbc717bc4fdec3b59019cdfef2b85e2512ed1f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0dac2168a266e6b3b95828620fe8d9acc114c464", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x47339641bcd6ed8e3643f1842cffb333fc5f580e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa479f84993855b6ca54ec1fdd65d5a82b75ea48f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xd7818272B9e248357d13057AAb0B417aF31E817d", + "chain": { + "id": 8453 + }, + "description": "CBETH / USD (0.15%)", + "id": "6acf5881-d2a6-49c1-8c0b-64beed3a11a2", + "pair": [ + "CBETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2d3d5024e7fd8b77e0cc5539d25106942cde346e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x811dec228f06aaf9b743d1517298bb682f6d617d", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0d925e94d20ac095cddd5f67d4921361ab9790e5", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7bda5ef45d7554ae0069e1d85f5f348c9d402a33", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0b0e64c05083fdf9ed7c5d3d8262c4216efc9394", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x62c60cee2722aa862a0a57a96a23b0e6aaef0a9b", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5f9a685f129d20a262a9847c5410b107af9b352b", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc04c837a115731cfebbf65dcebdbd08d8ec7efbd", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x93dabc39968d8236daf52c17c085993264a29683", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6c6d1906f08ffaf0aec46fbc405bed292775615a", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x40368704f5f331f18505ce62133bb66b458efd4c", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7ba0abfbc100a7f71570082c17f6f7a05ad5cdc3", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x422af18042fd658ebed9686d5af5c7f7f076d969", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x00b2183b2d55b736efde3c3a4ee2a88d9952b369", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcdece7670a2dc5986261c38a61f7e7ccae8ffba8", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1816415f529e7a851674e5ae6db5b0c2087fbebb", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x899fc141fe78a2ef45d19ca2e1a3b7990473971e", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9d8ccfdf1b126543e3903098a892d1f94a78534d", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8eff1889bf9a38fc6deadeabfa0e5fd05edcb562", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x65e4b98665d96d1d83b507977bae4b897aed32fb", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x34418c10c669a36588b841c89d0f2dc854c4f712", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9ae0e86e88aee94b700240ebe0bd17d969bad0ea", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x5C4c8d6f6Bf79B718F3e8399AaBdFEd01cB7e48f", + "chain": { + "id": 8453 + }, + "description": "LBTC/BTC (1%)", + "id": "ae1c97c0-3301-4ec6-bd52-b57add4fe4e6", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x424a586e4033da6c7a4f1bfbb02ccfd965f7fbcb", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xe25969e2Fa633a0C027fAB8F30Fc9C6A90D60B48", + "chain": { + "id": 8453 + }, + "description": "USDz / USD (0.5%)", + "id": "e2b97737-e040-4165-91e3-1adc1cb7bb30", + "pair": [ + "USDz", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3bd01430eab36bdafb3891fb8b2b6a12fd326e7d", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0d863cd9d14fd99b2b9b9b5dd4d3e868000b3f32", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xefe593caf665609587073ade03ed1d2168ea91c5", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xabfbaf5703876dcd1e2ee629382c108c0c516399", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcc05b52a52b43b237650c8c4ae5a7a670e35856a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5e1c954ae013ec532d5eccd7648e06560913c6ab", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x97c859762d67a9977a8930763a1d6eacd9a9d725", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6c607fa9457dcf07b7f4ca8f95254cc973c321a0", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc03d195859549ae1f84dcf84e2f366d8ed657aad", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd41310acf5fa54cdd1970155ac32d708b376dff6", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xE96e954541Fc17d84c6D6C79F7DB9C6a52c0012c", + "chain": { + "id": 8453 + }, + "description": "bsdETH / ETH exchange rate", + "id": "393ef0fc-0a74-47db-9b8f-6282599ccd13", + "pair": [ + "bsdETH", + "ETH" + ], + "vendor": "Reserve" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x315e302f06532af93141e13351170bc4974b067f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf9022589b3a33ddb3e4f5d0a2fbf3e028625c654", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xe25969e2Fa633a0C027fAB8F30Fc9C6A90D60B48", + "chain": { + "id": 8453 + }, + "description": "USDz / USD (0.5%)", + "id": "e2b97737-e040-4165-91e3-1adc1cb7bb30", + "pair": [ + "USDz", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe51aa4dc6cc74933b6b2ce84edf5fcda748af0bb", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf19a661db65bf623206e8341a6eb5f8960adfb48", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x227C60Ac0A0574801B340a7D408A4bfD64A713d2", + "chain": { + "id": 8453 + }, + "description": "USYC / USD", + "id": "7e68837c-3641-458f-875d-76db8a60fb57", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x36f782f6e2e0a514ce5b24f5a9a1139262b1afeb", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x06c4bf9b68d527b42b32aceb582f89ff9babead6", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x49d09b907363b8b00617f2beb43502428430596d", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xb933b3fa5e7251f48c353366b4871af2ccb75e0a", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1aad360b4f452858774feb83b9cc771c7178f970", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3342aa698ba53fd9ba78947da3ca28b2df682927", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x79d1bf4054cb85779124ee8f7302405c75e06c74", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x83933cfee7c66e74c22e777e25b7df57e89f545a", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd9c6bae1ee41f3a9be7d5843ce85416130688c3f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5146b6b454ef7e71ca070628f82bd6020f74d64a", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0a8c46ecfa05b08f279498f98b0613acd77fcf94", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x74ae7e70d047272ca1a7f0fb38a66265c0f23a8d", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1c7eda01201fd2427c10f5144606777f2c5ded7b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3d536487f4742c2303731c46799fc103ae9b03dd", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x70E58b7A1c884fFFE7dbce5249337603a28b8422", + "chain": { + "id": 8453 + }, + "description": "mTBILL / USD Chronicle price feed", + "id": "695e3fd8-4e6d-4415-a512-1a551856ac83", + "pair": [ + "mTBILL", + "USD" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0349b9048839dea25b38acc0390ab129d7f6cdb8", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xdd6af1478db5806279da77490d0252e308a7bbea", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5542139f127b003a3e879d709a59947bfe1fa558", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2f8386b6ab372faf846ac4fcba5142375b7fee50", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x1157A553Dc5b75Ea71745dC257B07eb2c165c654", + "chain": { + "id": 8453 + }, + "description": "PT-LBTC-29MAY2025 / LBTC PtToAssetRate adapter", + "id": "9ba70eef-a684-4eaa-82ac-67d045f24748", + "pair": [ + "PT-LBTC-29MAY2025", + "LBTC" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0x5C4c8d6f6Bf79B718F3e8399AaBdFEd01cB7e48f", + "chain": { + "id": 8453 + }, + "description": "LBTC/BTC (1%)", + "id": "ae1c97c0-3301-4ec6-bd52-b57add4fe4e6", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb9dcbcab86422acc21292389241d2c6abaec9453", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf93425861154c80bc32cc9821d46cb0d9c335cb2", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbd8f0f1ae3448d9de2706afc1f7b474f28f542ea", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x70E58b7A1c884fFFE7dbce5249337603a28b8422", + "chain": { + "id": 8453 + }, + "description": "mTBILL / USD Chronicle price feed", + "id": "695e3fd8-4e6d-4415-a512-1a551856ac83", + "pair": [ + "mTBILL", + "USD" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3f7ad0ecc9c6110c59cc9a36ae722f6eeccadcdb", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9384e63deca255f7ee2ae506ae3d9ed48d59ac1f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x96f43b8b9051c6f0d334d9128f1fa58bc1c0678e", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x9FC7df5a44CE641a5Cad226ee9095B1267c3D621", + "chain": { + "id": 8453 + }, + "description": null, + "id": "e02c6be6-b926-4590-9720-176f9b93396c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8c31e247e1e7f343d45c2047f170070029e511ea", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x6d62D3C3C8f9912890788b50299bF4D2C64823b6", + "chain": { + "id": 8453 + }, + "description": "mBASIS / USD price feed", + "id": "6fafe8bf-2a2e-4e2e-9c09-5046264ff680", + "pair": [ + "mBASIS", + "USD" + ], + "vendor": "Midas" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xab17154e09d4d037d16489470a9a7ed3bc817c86", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xf799E4c029d14f41Dc1918C9A4C67242F565710e", + "chain": { + "id": 8453 + }, + "description": "PT Lombard LBTC 29MAY2025 / LBTC linear discount adapter", + "id": "449810cb-668f-4f44-b7c1-8ede243aac5b", + "pair": [ + "PT-LBTC-29MAY2025", + "LBTC" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x421722ca925a03e7896084faf8b397e95ff7a199", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xf799E4c029d14f41Dc1918C9A4C67242F565710e", + "chain": { + "id": 8453 + }, + "description": "PT Lombard LBTC 29MAY2025 / LBTC linear discount adapter", + "id": "449810cb-668f-4f44-b7c1-8ede243aac5b", + "pair": [ + "PT-LBTC-29MAY2025", + "LBTC" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb4c281de1cdaa60f004bcdb936a3dff2cda6e8c3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1613bb6fc314b1e4c722b95f660c6629ecf2b247", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x19b1739d47774556086296037946046938805766", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x5C4c8d6f6Bf79B718F3e8399AaBdFEd01cB7e48f", + "chain": { + "id": 8453 + }, + "description": "LBTC/BTC (1%)", + "id": "ae1c97c0-3301-4ec6-bd52-b57add4fe4e6", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x53afa77e6fd5e893a6e6f54142c64eaa32eb8d6b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x813137f9cc4bad9be4ecf82d56bb2b8b81859e5f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x43a5C292A453A3bF3606fa856197f09D7B74251a", + "chain": { + "id": 8453 + }, + "description": "WSTETH / ETH (0.5%)", + "id": "6f0a2ba4-cee4-4a8c-a413-50c8f8791c4c", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa2c18a3bf0ba86894717fc958f1ee6484949b8a3", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x03dCf91e8e5e07B563d1f2E115B2377f71fE50Aa", + "chain": { + "id": 8453 + }, + "description": null, + "id": "25795500-7c12-49a1-b559-bf0dfce12574", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x312175c3d1f38232946218aa4e68627cd79d631d", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4b813c09EE83F6a308135D60658B22fBb8c0Bf5f", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "70b5cab9-76e5-4589-8159-82ea9de305bd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc276c5C4FC03A67D914443ce844631077aEb2567", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "22506cac-2403-4da2-90eb-b5186513beb1", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6e877ff82a5ed6cb4f4789c27d9f9b1d54388e4f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x5C4c8d6f6Bf79B718F3e8399AaBdFEd01cB7e48f", + "chain": { + "id": 8453 + }, + "description": "LBTC/BTC (1%)", + "id": "ae1c97c0-3301-4ec6-bd52-b57add4fe4e6", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x81c730eb0fcc1a7270d0f634026da24bcd358181", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xC0F566304A44d27c40d4F81D629520Ac4eD1850E", + "chain": { + "id": 8453 + }, + "description": "uXRP / USD Pyth price feed", + "id": "1c4ec276-98a7-4729-936e-1d1413df7bac", + "pair": [ + "uXRP", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4af3E0d3A45Ac89234F5dEAc723d5eE6C0224De3", + "chain": { + "id": 8453 + }, + "description": "USDC / USD Pyth price feed", + "id": "870ad215-48c2-424a-8eeb-e10c3e0e745b", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7c5b804412e862a03c97831490150340fa4d5ac5", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xC0F566304A44d27c40d4F81D629520Ac4eD1850E", + "chain": { + "id": 8453 + }, + "description": "uXRP / USD Pyth price feed", + "id": "1c4ec276-98a7-4729-936e-1d1413df7bac", + "pair": [ + "uXRP", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4af3E0d3A45Ac89234F5dEAc723d5eE6C0224De3", + "chain": { + "id": 8453 + }, + "description": "USDC / USD Pyth price feed", + "id": "870ad215-48c2-424a-8eeb-e10c3e0e745b", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcd0f423726829df255e66856dd3f732f00142d78", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9888020973960360f54127abd81d93bdae46c5f8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x764e2866c4d41a29edfb53c431d76e2acd44df31", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5ab4519eaca04451f7646db9c89b7c88dcc48842", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xdEd37FC1400B8022968441356f771639ad1B23aA", + "chain": { + "id": 8453 + }, + "description": "sUSDe / USDe Exchange Rate (0.5%)", + "id": "3b597821-b6a8-44c9-930c-45bd24a9c853", + "pair": [ + "SUSDE", + "USDE" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdddc41f683c26dcb8fe5f71de1b348ce32e1bee2", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x31d099C106cd73E731972Fdf1390Cab77F59DaDe", + "chain": { + "id": 8453 + }, + "description": "LBTC/BTC Moonwell Bounded Composite Oracle", + "id": "360f2e06-3967-425d-bf48-10bc8ddd88c0", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Moonwell" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3b9b1ae449d8c1cdbc4f623c92e6ec4b5f407a5c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x91823975f799e5e623bc5d459cef5f483d318a88", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb09ff74d959539d19e91238a198c8b07f409f6c8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xab3a4ea9cf5bad4df01bb53d50efbbe1ed75de7d", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xbf99D1461dA772434Fcf009d66A397bEa0bEB6FA", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "69bc5ad1-94f9-4c3d-8e60-122724018824", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xE355028AB20eE73938Dcf8a91dDD3cE421B71a76", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "a7845263-2a28-446b-92cc-a9a7dce2581e", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x97197ee777b26989b542e68b19cc8c5c51b669ad", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4E9A425E26295A3243568E4dae19Dc6926672Eb2", + "chain": { + "id": 8453 + }, + "description": null, + "id": "83027859-3804-4e45-a61c-09a4ae8a4e00", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x026a5B6114431d8F3eF2fA0E1B2EDdDccA9c540E", + "chain": { + "id": 8453 + }, + "description": "sUSDS / USDS Maker SSRChainlinkRateProviderAdapter price feed", + "id": "c79fabe7-413b-4899-8e35-8b0de20f007d", + "pair": [ + "sUSDS", + "USDS" + ], + "vendor": "Maker" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd28f3a92e238e622981d99a87c8e8bfdf3a286d1", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x19feFdd35B67C2694F3532a8e0Be75dFf0f8bFBb", + "chain": { + "id": 8453 + }, + "description": "USR / USD", + "id": "2f2d86e0-421a-4ea0-bdc1-aa106f513b93", + "pair": [ + "USR", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x79b1531b25ad9e6f45a83de0202e0ca9a713411f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xf3708eA29bBF2A346174394936d8c8FBB21b13Cc", + "chain": { + "id": 8453 + }, + "description": "LP-USR-24APR2025/USR LpToAssetRate adapter", + "id": "7f6775a6-2a8b-40ba-b49e-0a7f7c0607bf", + "pair": [ + "LP-USR-24APR2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa40e4a5c4ff8ec8ae05648a4f34e02ced8ae9efb", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xCd76c50c3210C5AaA9c39D53A4f95BFd8b1a3a19", + "chain": { + "id": 8453 + }, + "description": "USR / USD", + "id": "29591047-4154-4804-b58e-d9bfb3c0e52a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4af3E0d3A45Ac89234F5dEAc723d5eE6C0224De3", + "chain": { + "id": 8453 + }, + "description": "USDC / USD Pyth price feed", + "id": "870ad215-48c2-424a-8eeb-e10c3e0e745b", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8a58891979c4af300d77574d45511cc2afb84118", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x91fD6D8f87661611cA722aec1347005045ae7F02", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "28328c1a-767b-41ad-8156-81ac08d090bd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x02a0ea9f5000472d764293bc77622be6c6cbc2f0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x53c07aa44b68ff62c2b91fa7f9af246b57f8b5e0", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x19feFdd35B67C2694F3532a8e0Be75dFf0f8bFBb", + "chain": { + "id": 8453 + }, + "description": "USR / USD", + "id": "2f2d86e0-421a-4ea0-bdc1-aa106f513b93", + "pair": [ + "USR", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa79e9ec3458fed729e7a0a1a1573e6a29e875d5e", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xB88BAc61a4Ca37C43a3725912B1f472c9A5bc061", + "chain": { + "id": 8453 + }, + "description": "wstETH-stETH Exchange Rate (1e-7%)", + "id": "96ca07ef-e79d-4db5-ba51-c337b464e288", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x05d2618404668d725b66c0f32b39e4ec15b393dc", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x63bffc991e990a6151782f67efa994d92cbd78fb", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xA5F1987F5b922f7730d709F9DC725cFfB1BF5E9a", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "57fee194-c51d-4df5-9527-55cbca55eeae", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6e96c280384432db88da2ef05edae8e5dbcd277e", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4E9A425E26295A3243568E4dae19Dc6926672Eb2", + "chain": { + "id": 8453 + }, + "description": null, + "id": "83027859-3804-4e45-a61c-09a4ae8a4e00", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x026a5B6114431d8F3eF2fA0E1B2EDdDccA9c540E", + "chain": { + "id": 8453 + }, + "description": "sUSDS / USDS Maker SSRChainlinkRateProviderAdapter price feed", + "id": "c79fabe7-413b-4899-8e35-8b0de20f007d", + "pair": [ + "sUSDS", + "USDS" + ], + "vendor": "Maker" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2935535d05a4eb475bd0e20e1edb4ebf7f30cbd4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa6f5cd5faea5901a46082e774efcecca57cc8813", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8694780dc874a537a5c9179cfbb8723bb6804871", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2dd12a50b4f60e09ab1b6b42fbcd241aef36c78e", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x07DA0E54543a844a80ABE69c8A12F22B3aA59f9D", + "chain": { + "id": 8453 + }, + "description": "cbBTC / USD (0.5%)", + "id": "96a597b6-7836-4a12-8bf3-1e989c2ed70c", + "pair": [ + "CBBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7bd7990a47b0ddf52d6ee2b89603a228910c2836", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x02a0eA9F5000472D764293bC77622be6C6Cbc2f0", + "chain": { + "id": 8453 + }, + "description": "wstETH / USD Chronicle price feed", + "id": "9e21d47f-0e6d-46f3-b5e6-307ff2eb42de", + "pair": [ + "wstETH", + "USD" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x026a5B6114431d8F3eF2fA0E1B2EDdDccA9c540E", + "chain": { + "id": 8453 + }, + "description": "sUSDS / USDS Maker SSRChainlinkRateProviderAdapter price feed", + "id": "c79fabe7-413b-4899-8e35-8b0de20f007d", + "pair": [ + "sUSDS", + "USDS" + ], + "vendor": "Maker" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x12915f9bc8ff622d35d7310b3a1783de1c0b0db9", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4aaf2844c5420BF979d5bC2Cf883EF02Db07e590", + "chain": { + "id": 8453 + }, + "description": "pufETH/ETH (1%)", + "id": "3b8c2ebd-13c7-478d-a6e7-3bccb90cb823", + "pair": [ + "pufETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc178b5a9e6dab3c5af36f40e4178b555a30d7d92", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xC61fd175608dfE792574D5D008B236D7BE6f2110", + "chain": { + "id": 8453 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "f0c0b355-46c7-4c9a-852d-9f7ee9808a6c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2f6299aef6e8cc7b41327d67be0b655f353a8b08", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x19feFdd35B67C2694F3532a8e0Be75dFf0f8bFBb", + "chain": { + "id": 8453 + }, + "description": "USR / USD", + "id": "2f2d86e0-421a-4ea0-bdc1-aa106f513b93", + "pair": [ + "USR", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd140512aff28054b0369679f6fe134c11d34443d", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x9924a529d15067518Bf5182202BfAd71E4B64a74", + "chain": { + "id": 8453 + }, + "description": "RLP / USD", + "id": "c02be668-9c58-46aa-833b-fe06dbd389a9", + "pair": [ + "RLP", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3b55c5fcd8f9a5c108ae1c50a29732d101f26730", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x9924a529d15067518Bf5182202BfAd71E4B64a74", + "chain": { + "id": 8453 + }, + "description": "RLP / USD", + "id": "c02be668-9c58-46aa-833b-fe06dbd389a9", + "pair": [ + "RLP", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd63f387882a0134c300e56a3d53070dd5f2a4cc1", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x885da8f13821369a3616a561dc62e245f3935aa5", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x43a5C292A453A3bF3606fa856197f09D7B74251a", + "chain": { + "id": 8453 + }, + "description": "WSTETH / ETH (0.5%)", + "id": "6f0a2ba4-cee4-4a8c-a413-50c8f8791c4c", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc4d6143b2c5ae360899a158618d59a1918f393fb", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xB88BAc61a4Ca37C43a3725912B1f472c9A5bc061", + "chain": { + "id": 8453 + }, + "description": "wstETH-stETH Exchange Rate (1e-7%)", + "id": "96ca07ef-e79d-4db5-ba51-c337b464e288", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x026a5B6114431d8F3eF2fA0E1B2EDdDccA9c540E", + "chain": { + "id": 8453 + }, + "description": "sUSDS / USDS Maker SSRChainlinkRateProviderAdapter price feed", + "id": "c79fabe7-413b-4899-8e35-8b0de20f007d", + "pair": [ + "sUSDS", + "USDS" + ], + "vendor": "Maker" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x690efae4b37e81d684f45117bd8798ef5aaf0fba", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x9924a529d15067518Bf5182202BfAd71E4B64a74", + "chain": { + "id": 8453 + }, + "description": "RLP / USD", + "id": "c02be668-9c58-46aa-833b-fe06dbd389a9", + "pair": [ + "RLP", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x19feFdd35B67C2694F3532a8e0Be75dFf0f8bFBb", + "chain": { + "id": 8453 + }, + "description": "USR / USD", + "id": "2f2d86e0-421a-4ea0-bdc1-aa106f513b93", + "pair": [ + "USR", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6999f231968b8ea5288633388dab00db80299d7e", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x5a631155dF276F0c02d19953BC8B67fbbCb35e01", + "chain": { + "id": 8453 + }, + "description": "cbBTC / USD Chronicle price feed", + "id": "76c34954-234f-4d5d-89b3-7f9ce87e865e", + "pair": [ + "cbBTC", + "USD" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x026a5B6114431d8F3eF2fA0E1B2EDdDccA9c540E", + "chain": { + "id": 8453 + }, + "description": "sUSDS / USDS Maker SSRChainlinkRateProviderAdapter price feed", + "id": "c79fabe7-413b-4899-8e35-8b0de20f007d", + "pair": [ + "sUSDS", + "USDS" + ], + "vendor": "Maker" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xdf218e7bf67a23330ac7fbd75f8b136ede39345e", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x35e9D7001819Ea3B39Da906aE6b06A62cfe2c181", + "chain": { + "id": 8453 + }, + "description": "weETH / eETH Exchange Rate (0.5%)", + "id": "f8ee1198-9461-452f-902b-65035e4aa6a3", + "pair": [ + "weETH", + "eETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8bd1e50bcb9370811b102e40d60677f580a9e0a3", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xbdEfAe34858456B5B0C6B9E249eaBe1600aB3171", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "4ab31b19-b414-4523-88e2-60c885ae1f23", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x59F78DE21a0b05d96Ae00c547BA951a3B905602f", + "chain": { + "id": 8453 + }, + "description": "ETH / USD Pyth price feed", + "id": "85c1ebe4-1686-4c2f-a6f7-ef08df035b81", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3bdc48cdf69e8ac734f8165f6f17b78d6f83fed2", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x43a5C292A453A3bF3606fa856197f09D7B74251a", + "chain": { + "id": 8453 + }, + "description": "WSTETH / ETH (0.5%)", + "id": "6f0a2ba4-cee4-4a8c-a413-50c8f8791c4c", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1376552ebebd8a1182cbf56128e8d747343af5d9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x06ae266a252e2ee96a4c05cfda8163ed94379a5a", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x02a0eA9F5000472D764293bC77622be6C6Cbc2f0", + "chain": { + "id": 8453 + }, + "description": "wstETH / USD Chronicle price feed", + "id": "9e21d47f-0e6d-46f3-b5e6-307ff2eb42de", + "pair": [ + "wstETH", + "USD" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf13c74a2663f81090e9e5256d4d7dbc9fc655b59", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xD148676BE0F419e760a2584352358e473d212391", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "34603f95-c303-4599-aa9c-ec41c268d09a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x040ba460ed355833a0693348421c7f1fd831d0c7", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xa669E5272E60f78299F4824495cE01a3923f4380", + "chain": { + "id": 8453 + }, + "description": "wstETH-ETH Exchange Rate (0.5%)", + "id": "ab2a642b-b2c1-44cd-b97d-f7a258e85841", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4eb7916682f59e25f824d8ce2a8f2318319296f6", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x152598809FB59db55cA76f89a192Fb23555531D8", + "chain": { + "id": 8453 + }, + "description": "ETH / USD Chronicle price feed", + "id": "a8c15bcd-8c2c-4c98-b7cc-b49cca64d854", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x51029b9a1e192a319985cfd20d2ff080283b0016", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x43a5C292A453A3bF3606fa856197f09D7B74251a", + "chain": { + "id": 8453 + }, + "description": "WSTETH / ETH (0.5%)", + "id": "6f0a2ba4-cee4-4a8c-a413-50c8f8791c4c", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x026a5B6114431d8F3eF2fA0E1B2EDdDccA9c540E", + "chain": { + "id": 8453 + }, + "description": "sUSDS / USDS Maker SSRChainlinkRateProviderAdapter price feed", + "id": "c79fabe7-413b-4899-8e35-8b0de20f007d", + "pair": [ + "sUSDS", + "USDS" + ], + "vendor": "Maker" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3595fe49898996c4be47c015770bc5d15b9fca68", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x75d0c87D6da8C6eA07888b41504c15A5B216d8B1", + "chain": { + "id": 8453 + }, + "description": "PT-USR-24APR2025 / USR PtToAssetRate adapter", + "id": "917bf4a5-85e5-4e1f-99b2-c6a37786ec17", + "pair": [ + "PT-USR-24APR2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4b5086653f9db675df31a618971e0ec26f6f081f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x960BDD1dFD20d7c98fa482D793C3dedD73A113a3", + "chain": { + "id": 8453 + }, + "description": "ezETH / ETH (0.5%)", + "id": "5e55e59e-3c34-4ad3-921b-fbd0a612e64a", + "pair": [ + "EZETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x308b4c07e4fd4677f8d710660027d6d03845cb83", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x371A53bB4203Ad5D7e60e220BaC1876FF3Ddda5B", + "chain": { + "id": 8453 + }, + "description": "cbETH / USD Chronicle price feed", + "id": "6ea8e692-5589-4b56-b0ea-ab9484226c46", + "pair": [ + "cbETH", + "USD" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc3fa71d77d80f671f366daa6812c8bd6c7749cec", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x868a501e68F3D1E89CfC0D22F6b22E8dabce5F04", + "chain": { + "id": 8453 + }, + "description": "cbETH-ETH Exchange Rate (0.5%)", + "id": "d8d6dc69-eb63-4be7-ae46-e8543bc15a6c", + "pair": [ + "cbETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x04262424402a8709a31d794c42ca1100c4da97e3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1eea5f3049e05e9cb85c2d6a2d47677765b70d31", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xFD2261fadD243dA52C3409310Cc8f3A35545c85F", + "chain": { + "id": 8453 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "aa1f5a16-d632-4957-9d37-94758dfe616a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x363fcdb17fe6d8e26a1353e66a1e58eea5b64f96", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xB4d83e8A5930E8015C2Fe8602BCef3AD5c0B5814", + "chain": { + "id": 8453 + }, + "description": "PT-USR24APR2025 (15m TWAP)", + "id": "0741691a-19e5-41e4-b842-b87a65dfa80f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4756c26e01e61c7c2f86b10f4316e179db8f9425", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x868a501e68F3D1E89CfC0D22F6b22E8dabce5F04", + "chain": { + "id": 8453 + }, + "description": "cbETH-ETH Exchange Rate (0.5%)", + "id": "d8d6dc69-eb63-4be7-ae46-e8543bc15a6c", + "pair": [ + "cbETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x53c8041b2eb7291f7c1b9729da781c6f04baeead", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xE62BcE5D7CB9d16AB8b4D622538bc0A50A5799c2", + "chain": { + "id": 8453 + }, + "description": "DEGEN / USD (0.5%)", + "id": "ce64f60c-8fe7-420a-9784-498a3ad8d3bc", + "pair": [ + "DEGEN", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x675062a0ae4113b8f4e234247c11824043b3101c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbc21c75c8a6f636017dfce2f273c795d47209931", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb09b22adac243ef74122da77d819072b7b3f2c73", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x75d0c87D6da8C6eA07888b41504c15A5B216d8B1", + "chain": { + "id": 8453 + }, + "description": "PT-USR-24APR2025 / USR PtToAssetRate adapter", + "id": "917bf4a5-85e5-4e1f-99b2-c6a37786ec17", + "pair": [ + "PT-USR-24APR2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0x19feFdd35B67C2694F3532a8e0Be75dFf0f8bFBb", + "chain": { + "id": 8453 + }, + "description": "USR / USD", + "id": "2f2d86e0-421a-4ea0-bdc1-aa106f513b93", + "pair": [ + "USR", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedOne": { + "address": "0x330C664616795A2E75Ce9C5b9bB9A48dEc161D2f", + "chain": { + "id": 8453 + }, + "description": "Constant WAD adapter", + "id": "1a732082-4f7f-4f5a-b9b9-c805b23fdc16", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x12367485ca2e2b6f1da9ec637dda024c3c802eec", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x5C4c8d6f6Bf79B718F3e8399AaBdFEd01cB7e48f", + "chain": { + "id": 8453 + }, + "description": "LBTC/BTC (1%)", + "id": "ae1c97c0-3301-4ec6-bd52-b57add4fe4e6", + "pair": [ + "LBTC", + "BTC" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8255593a4d01623bca9cd882ddfeb723586f412d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xce16f6c4e227b47d6ad941a97d4668706f7e6f6a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa4e2974ecf6237b18592bdac4e34a04eaceafad8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x87f81ecd75a8b22d61a80c7fc41aba285bb38faf", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5bd4514367eb6e4823686c79c3a9133e320df156", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7e1136c04372874cca9c3c9a2dbc461e3858b228", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xf397bF97280B488cA19ee3093E81C0a77F02e9a5", + "chain": { + "id": 8453 + }, + "description": "RETH / ETH (0.5%)", + "id": "16c3a546-260e-4be8-b367-28fd5852e5cf", + "pair": [ + "RETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xee5800b2c736e1350382a8bb0a429558af2a838f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x19feFdd35B67C2694F3532a8e0Be75dFf0f8bFBb", + "chain": { + "id": 8453 + }, + "description": "USR / USD", + "id": "2f2d86e0-421a-4ea0-bdc1-aa106f513b93", + "pair": [ + "USR", + "USD" + ], + "vendor": "Pyth Network" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x330C664616795A2E75Ce9C5b9bB9A48dEc161D2f", + "chain": { + "id": 8453 + }, + "description": "Constant WAD adapter", + "id": "1a732082-4f7f-4f5a-b9b9-c805b23fdc16", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x957e76d8f2d3ab0b4f342cd5f4b03a6f6ef2ce5f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xa669E5272E60f78299F4824495cE01a3923f4380", + "chain": { + "id": 8453 + }, + "description": "wstETH-ETH Exchange Rate (0.5%)", + "id": "ab2a642b-b2c1-44cd-b97d-f7a258e85841", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xb03855ad5afd6b8db8091dd5551cac4ed621d9e6", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x868a501e68F3D1E89CfC0D22F6b22E8dabce5F04", + "chain": { + "id": 8453 + }, + "description": "cbETH-ETH Exchange Rate (0.5%)", + "id": "d8d6dc69-eb63-4be7-ae46-e8543bc15a6c", + "pair": [ + "cbETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaacbd2bbca7927f772145f99ec942024ddd0fab0", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x35e9D7001819Ea3B39Da906aE6b06A62cfe2c181", + "chain": { + "id": 8453 + }, + "description": "weETH / eETH Exchange Rate (0.5%)", + "id": "f8ee1198-9461-452f-902b-65035e4aa6a3", + "pair": [ + "weETH", + "eETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1baab21821c6468f8aee73ee60fd8fdc39c0c973", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x960BDD1dFD20d7c98fa482D793C3dedD73A113a3", + "chain": { + "id": 8453 + }, + "description": "ezETH / ETH (0.5%)", + "id": "5e55e59e-3c34-4ad3-921b-fbd0a612e64a", + "pair": [ + "EZETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x09ecee1ab6f37a3d8d01f93a622b7a3021a5d91f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x960BDD1dFD20d7c98fa482D793C3dedD73A113a3", + "chain": { + "id": 8453 + }, + "description": "ezETH / ETH (0.5%)", + "id": "5e55e59e-3c34-4ad3-921b-fbd0a612e64a", + "pair": [ + "EZETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4a11590e5326138b514e08a9b52202d42077ca65", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xB88BAc61a4Ca37C43a3725912B1f472c9A5bc061", + "chain": { + "id": 8453 + }, + "description": "wstETH-stETH Exchange Rate (1e-7%)", + "id": "96ca07ef-e79d-4db5-ba51-c337b464e288", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x05f73c9910806eede92c83deb3f805b71c6098f2", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xf397bF97280B488cA19ee3093E81C0a77F02e9a5", + "chain": { + "id": 8453 + }, + "description": "RETH / ETH (0.5%)", + "id": "16c3a546-260e-4be8-b367-28fd5852e5cf", + "pair": [ + "RETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb7f80af0866cd3ec26e43081faf71c3583f6e390", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xa669E5272E60f78299F4824495cE01a3923f4380", + "chain": { + "id": 8453 + }, + "description": "wstETH-ETH Exchange Rate (0.5%)", + "id": "ab2a642b-b2c1-44cd-b97d-f7a258e85841", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x83cc4300ab7b006bf0dd1cd82e884a582f0c2587", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x5Aa30684f5B1d5E258F1eFC69d40fc9AB2d1e216", + "chain": { + "id": 8453 + }, + "description": "PendleChainlinkOracle - PT-LBTC-scaled18-25SEP2025/LBTC", + "id": "bddd5114-cd98-4f8e-bd22-1f4b8da55de0", + "pair": [ + "PT-LBTC-scaled18-25SEP2025", + "LBTC" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7f346db03db020d092a19aa8ece27c16c34d3da0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcca88a97de6700bb5dadf4082cf35a55f383af05", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xC4300B7CF0646F0Fe4C5B2ACFCCC4dCA1346f5d8", + "chain": { + "id": 8453 + }, + "description": "ezETH / ETH Exchange Rate (0.5%)", + "id": "4e8211c9-d07c-4d28-bcf3-64fd9222c668", + "pair": [ + "EZETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8fd7d211f1d6870af2a328e23a0e563b09e13b39", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8301c2f53c26dce5de0bee388938faf9b7c30f42", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x868a501e68F3D1E89CfC0D22F6b22E8dabce5F04", + "chain": { + "id": 8453 + }, + "description": "cbETH-ETH Exchange Rate (0.5%)", + "id": "d8d6dc69-eb63-4be7-ae46-e8543bc15a6c", + "pair": [ + "cbETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7d5e34decd88c1cb6d25a0c07990aa7bf2e28b59", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xa669E5272E60f78299F4824495cE01a3923f4380", + "chain": { + "id": 8453 + }, + "description": "wstETH-ETH Exchange Rate (0.5%)", + "id": "ab2a642b-b2c1-44cd-b97d-f7a258e85841", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x951095c09f524bc183408f0001fc91458f61b497", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x510a4c82f7ebf030ae2bcbdac2504e59df03b3e8", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xd9a66Ff1D660aD943F48e9c606D09eA672f312E8", + "chain": { + "id": 8453 + }, + "description": "USD+/USD (0.2%)", + "id": "8e9c8e6c-8f6e-4ec4-a56b-efa625712917", + "pair": [ + "USD+", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x30f505e85c95ad83b019346122907e5b81aae355", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xE62BcE5D7CB9d16AB8b4D622538bc0A50A5799c2", + "chain": { + "id": 8453 + }, + "description": "DEGEN / USD (0.5%)", + "id": "ce64f60c-8fe7-420a-9784-498a3ad8d3bc", + "pair": [ + "DEGEN", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x51f673aee27bed2d02eeedda0f59f4813d1cb008", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x868a501e68F3D1E89CfC0D22F6b22E8dabce5F04", + "chain": { + "id": 8453 + }, + "description": "cbETH-ETH Exchange Rate (0.5%)", + "id": "d8d6dc69-eb63-4be7-ae46-e8543bc15a6c", + "pair": [ + "cbETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xE62BcE5D7CB9d16AB8b4D622538bc0A50A5799c2", + "chain": { + "id": 8453 + }, + "description": "DEGEN / USD (0.5%)", + "id": "ce64f60c-8fe7-420a-9784-498a3ad8d3bc", + "pair": [ + "DEGEN", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xda3f83c1be11a03d3649bcdf550d4786c197f91d", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xE62BcE5D7CB9d16AB8b4D622538bc0A50A5799c2", + "chain": { + "id": 8453 + }, + "description": "DEGEN / USD (0.5%)", + "id": "ce64f60c-8fe7-420a-9784-498a3ad8d3bc", + "pair": [ + "DEGEN", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xeddd2837f964c06ac45bd22f0608990bb95cb645", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0xa669E5272E60f78299F4824495cE01a3923f4380", + "chain": { + "id": 8453 + }, + "description": "wstETH-ETH Exchange Rate (0.5%)", + "id": "ab2a642b-b2c1-44cd-b97d-f7a258e85841", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xE62BcE5D7CB9d16AB8b4D622538bc0A50A5799c2", + "chain": { + "id": 8453 + }, + "description": "DEGEN / USD (0.5%)", + "id": "ce64f60c-8fe7-420a-9784-498a3ad8d3bc", + "pair": [ + "DEGEN", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc11da254614b574de2ca82bd11172deda0457864", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe2c2f42c6697fe59fa8fec4fd02e0004bf536d47", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x32b898e98033ca12859921618896764299661c10", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x96f1485daf396c2ab7e53dc76d7b330143cb2269", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4EC5970fC728C5f65ba413992CD5fF6FD70fcfF0", + "chain": { + "id": 8453 + }, + "description": "AERO / USD (0.5%)", + "id": "2227103a-6e0c-481e-bd7a-7ada47521431", + "pair": [ + "AERO", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd175b103861e15d8b249e8f05b1163e16bcd1afa", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb9e958fd7207f44e6bcf82de5c34566d5602bd23", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5ee9e415e2fe69cad95e6f5f7ec865f8fe944a62", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf690d869c625df526def5818793109511c451a55", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x000256e734e2C754b64808BFF5E5d2C07FB322B6", + "chain": { + "id": 8453 + }, + "description": "wBLT/USD price oracle", + "id": "46579f5e-3f83-427a-8305-48d8c3bfba84", + "pair": [ + "wBLT", + "USD" + ], + "vendor": "BMX" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xec6fec10687e3aff49a10a434b390d066bc84788", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x2621897C993fdE08873Ef58dA1453aEE49a70144", + "chain": { + "id": 8453 + }, + "description": "LsETH / ETH Exchange Rate", + "id": "5dd3412f-5cca-4796-bf01-ca47dbb4186c", + "pair": [ + "LsETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcb31e36b4b247cd5020a1f2e336c42f35d18d5fa", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x63af7cd1149f574d86a4991e25428ff23ab5d1e7", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2f4ed4191ed7a9951c3d31db99356805b15be86e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x26591bbfa026281f4773a726bd74123bbd205f6a", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4782961880d251865c0d1C626140Cd78076BBb5A", + "chain": { + "id": 8453 + }, + "description": "PT-LBTC-scaled18-25SEP2025 / LBTC LinearDiscount", + "id": "e0332e48-0eff-4961-9e7f-45fd5d3a70be", + "pair": [ + "PT-LBTC-scaled18-25SEP2025", + "LBTC" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6d83e8c55fc15bfcec78484c4328bca73112727f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4782961880d251865c0d1C626140Cd78076BBb5A", + "chain": { + "id": 8453 + }, + "description": "PT-LBTC-scaled18-25SEP2025 / LBTC LinearDiscount", + "id": "e0332e48-0eff-4961-9e7f-45fd5d3a70be", + "pair": [ + "PT-LBTC-scaled18-25SEP2025", + "LBTC" + ], + "vendor": "Pendle - Spark" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc4300b7cf0646f0fe4c5b2acfccc4dca1346f5d8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x269e68dda3da98f328eb58b4e66ecabc9aa30d94", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xdD964A8235BA150a18644C379937B73b032E4dF0", + "chain": { + "id": 8453 + }, + "description": "PendleChainlinkOracle - PT-USR-25SEP2025/USR", + "id": "d789eb77-c15f-42ba-8e46-b6fb4076838e", + "pair": [ + "PT-USR-25SEP2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2eede25066af6f5f2dfc695719db239509f69915", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x02332fd1ccc5e172c4e90427ec38116ae8d62b8d", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xAA112c556F7ccaF817143D1002A7CE80a49248bB", + "chain": { + "id": 8453 + }, + "description": "LP-USR-25SEP2025/USR LpToAssetRate adapter", + "id": "bca71174-1a06-4444-b940-524cde82d5e2", + "pair": [ + "LP-USR-25SEP2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8b4ed57bd1c9a218d1517c1f337d7a553ee254f3", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x17e5a6d185b7c0e428cd2f3cf4592e8b16a982c4", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x17db99dc3e6c0f69d0360ebe3834bffeb2f709e1", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x834c4f996B8a6411AEC0f8a0cF6fAfd4423dBEe2", + "chain": { + "id": 8453 + }, + "description": "HYUSD / USD Chronicle price feed", + "id": "31099130-ba4b-4e14-9c25-a62c67a6a1a0", + "pair": [ + "HYUSD", + "USD" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x49daca389c948d63718347b5a172f60655e049cd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbef47a6f7c3d72293d015e3edc3d6b9f2bb49c05", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x965018cbddc4683efa22998c324c399d7c7b0e51", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x906B24a339b848369B24Dc9Ed368b947fB9693bf", + "chain": { + "id": 8453 + }, + "description": "sUSDS / USDS Exchange Rate", + "id": "c1389b40-5441-43ba-94c3-c267d6881b7b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x2330aaE3bca5F05169d5f4597964D44522F62930", + "chain": { + "id": 8453 + }, + "description": "USDS / USD", + "id": "1ea98ab5-f3fe-4189-8070-648c38ba68d8", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd93f135cbe98338bd8b7ca043aad8fb1d86acaee", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x834c4f996B8a6411AEC0f8a0cF6fAfd4423dBEe2", + "chain": { + "id": 8453 + }, + "description": "HYUSD / USD Chronicle price feed", + "id": "31099130-ba4b-4e14-9c25-a62c67a6a1a0", + "pair": [ + "HYUSD", + "USD" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x237a202192ea0fdbc272198115ddf09ca33aebe2", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xC49F0Dd98F38C525A7ce15E73E60675456F3a161", + "chain": { + "id": 8453 + }, + "description": "bsdETH/ETH (0.5%)", + "id": "23b3304f-2fdf-4907-8bf5-ed88b1c58fe6", + "pair": [ + "bsdETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3edbe9708a7fb85d1fc131eab916728716c88d23", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x56f72fc69c02a840c1570775f89f1cbc073782d3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9d226dfd86b716aa07cc3a6eb702f37d99381c97", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2d6573eef0f4bba44f9995c92b5b6dd367bfd668", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd01f20db2f2e7388e02f899f19e5d6383ca1d2d1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x70c26f8ce48bceaf00acb43f14c872e7f2cd0844", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x577ca5680c57129036904569c4b5cb9bdb949f4b", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x75d0c87D6da8C6eA07888b41504c15A5B216d8B1", + "chain": { + "id": 8453 + }, + "description": "PT-USR-24APR2025 / USR PtToAssetRate adapter", + "id": "917bf4a5-85e5-4e1f-99b2-c6a37786ec17", + "pair": [ + "PT-USR-24APR2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0x19feFdd35B67C2694F3532a8e0Be75dFf0f8bFBb", + "chain": { + "id": 8453 + }, + "description": "USR / USD", + "id": "2f2d86e0-421a-4ea0-bdc1-aa106f513b93", + "pair": [ + "USR", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x478964dddb1880b125b8031522ace00eb7a32652", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xab824b2A1d6ccEd3f97791321dda5338861B49E4", + "chain": { + "id": 8453 + }, + "description": "SpectraPriceOracle - PT-cUSDO-15JUL2025/USDO", + "id": "a54f608b-3330-4664-9b54-be999a56200a", + "pair": [ + "PT-cUSDO-15JUL2025", + "USDO" + ], + "vendor": "Spectra" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0a7084ccc72b6cd10c0c618372a80aa975267cc5", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xfb2487Ee6E6a1F51D31E64d969C9F437235633f0", + "chain": { + "id": 8453 + }, + "description": "bCOIN/USD", + "id": "ea525794-1bc8-4d16-98ae-d2ebd6b7e71c", + "pair": [ + "bCOIN", + "USD" + ], + "vendor": "Backed" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaa02469ae653bf969225796b09a56ca50384355f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x0b0E64c05083FdF9ED7C5D3d8262c4216eFc9394", + "chain": { + "id": 8453 + }, + "description": "BRL / USD (0.5%)", + "id": "2c456be9-2320-4d17-bb8f-f876902f97d6", + "pair": [ + "BRL", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf800d53bf26771f26ef6e302fc1b5f1e997ce9f1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc9e0f77e87d76c366d22e164343cd79f07c596e8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5d86d28dbc06b517cdb90f7f99f3e73f87e5ed90", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x54c13915694dceba28231d44b8b2c671df7ad206", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xc9dcF5628bA0d515437F26e4D0439740bcb9C794", + "chain": { + "id": 8453 + }, + "description": "LevETH/USDC Oracle Price", + "id": "8ee0c3d1-35a4-4745-92f4-352250da7819", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8baa10e0d41105ee108bcae913862f070fde21ce", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x707991d5533021021cC360dF093f1B396340Ef3E", + "chain": { + "id": 8453 + }, + "description": "", + "id": "03238be7-37ec-446d-9557-f090986c417b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xD3C586Eec1C6C3eC41D276a23944dea080eDCf7f", + "chain": { + "id": 8453 + }, + "description": "", + "id": "ba0d3916-7474-48cb-aca0-6903521cee40", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1552d9e069c4f9875563ac25eca4e9ef0bd9d34f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe60ca21a8095278cd0c1503c918ea4bfa8507bd4", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf3bae41910d8fccc10f0403d61f0b0566f40c1c1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7efde88676c3816b3aabf02c8371ef41e615b1ec", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5f5a3baf99e45add8fab960415a3bdbb9fcccf52", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdb6208c599ed422054e806b6979216d7bced94e5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xebe83f314dd0a9940148cf3a7df2e11a3520fd6d", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xfb9088910e5e077696Dc2831AFb0DD412732dA46", + "chain": { + "id": 8453 + }, + "description": "BondETH/USDC Oracle Price", + "id": "5d05d373-0069-483e-9c73-aa407522cf56", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa549916ed7d34b1050437f92c91a064611bdfcb7", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x0b0E64c05083FdF9ED7C5D3d8262c4216eFc9394", + "chain": { + "id": 8453 + }, + "description": "BRL / USD (0.5%)", + "id": "2c456be9-2320-4d17-bb8f-f876902f97d6", + "pair": [ + "BRL", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xb98e16f950191087f457066f96fadeca9e9b3244", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb200bb7652baf9ccfe3e41709918d82389c0dfc5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x59596ea2d9f47c77219001f04e8de12efce04bf2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xce629400c6aedb64f087cac40ae6a382aeeef490", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x35e9D7001819Ea3B39Da906aE6b06A62cfe2c181", + "chain": { + "id": 8453 + }, + "description": "weETH / eETH Exchange Rate (0.5%)", + "id": "f8ee1198-9461-452f-902b-65035e4aa6a3", + "pair": [ + "weETH", + "eETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4e3ec5e9d61a64edd6ee8509b3f435eb561e4225", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7e430c1f366ad2382e24a8b526a449aa9f38c646", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5a1a980d58b7b309726aac745ca3fa9d6dccb035", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x267062f7b36db59a3adc51f3647219330a1d3ce7", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcd19bf377596de44af1eecd2ea81b3702379ffba", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7c1210e6b735bc2944792d33b6dcb0dd2f1494f3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0e56eeb12f4a87a58635305f3a9260334ab09967", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd6f3a44544eace791bbf1f6bb6193ba3aeff59df", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5a11e4979096abea3894a72fa3c2535f0a808cee", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6615965f1048fc6a042bee629e6567f39a3283c6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x95b9cdf04dbc3aa382a3cc64f26e95815a7d8333", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x92d6532c9377daa70c5fafcfe5e61b9c71bbbbbc", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4d362027baaa2bbf09bc86a732e56d7570591cc8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x39a0c487914ee9062d1020548ec8ca8331b88fb6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9ed58f0b0978e1eb33b88d59ed2d397b1aaa977e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x06a15d80cbdc628634c5a035f6faeeb3665a9cdb", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x361f7fd86b2b3be21c15e88cefe6334b13e53125", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x07afcfb8ef6af2e3f3eefb2a20a044746319f121", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x318baee2af9b9974ef375c465143ba53945a4903", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaf82e351ff16546a3b23c5c6667dac68d62a8ca5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1e0ec5dd810719703d10aa76c8bed458d561ecd1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc9feb91203a215681ffc34d8b0d9d28968579617", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9a8ba837273608f74375bfc26b05a390aaa26b17", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe77ac2d708de06f2a22b6addade136cd5e7f39d5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xffb6f76498e5feb57480d82c1d5a9e9537bee27b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8fbf9ecde3cf81486c93e9cadaf8fe1813ccc994", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc3063fbe64b9f6233a16c4f19c90dce41ea41e23", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdbed63b2c4ec0b428295cd6e01f39702e5f7ac0d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5c11956003dfc94547915eabb48fba1368433b34", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7d6dc3a01bc8b89ca77a15184c866d15b0acc864", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf218267e943ab2ab3a450e829db9b78918ae11b5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x804b5ffa565763f46fbb3f265e3e469dbf89c035", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe9a46e9819c0b9546fb27394b7742251d3b9f5da", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6e0b0f4e0db956c1fbd40a517e73317104656a29", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7cad991ce781c32491eac43e830d0db90280d0d2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8d80da52baf661ca91f337278ef83f68ef436cb4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0bcc9fbc1181fb8dab89f3750436fa29deeb59be", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x72fa2dc78769c916cab5193adf3ca1374b068d75", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x24c1a332d06e234e14e57f399be1224b6125ef90", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x87f261df9ed79274a5ad01460f4c21ec2c68c514", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7b7f6803a81e34fda79db45e05d070951e82ed76", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc66b6c71f51d45668ed14c7ec1693a19032b9d11", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbe6e723ff8ef13627642fe4cb3fad49f21451bb1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x16c52fd899ac258e62e6ac0b700684fa7e4c966a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2a425c950d4deea5f730efdceed6ba718e6604fe", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xea9c01b7a9696a84b95470d3e340a355b52dfdcf", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x88586c0b6ee2c3d3998935cb163773a3a7f9dc36", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x908763b96ed9d1c2d6cd0e076649219d52a4fe6b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe6f1db916c557024fa87f5e4a79fd81e85f38720", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x774c111f471fba61b13d63c9b585882e3c6cf7a6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x68a8f1f81f74f4d77e8e329c059171476a2e879a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe1de7da1cf95d5ebd81c79f554375d6cb9770e65", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8301231d970a8fb2d2cab2b341980f7493a09047", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x645bdfa0b00d9f33ee1eb1b4e0a728336a3cc91c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x31d89e0cc81ab104064ca6db8d6b1a7c6983ded8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x54a3887efdc276955b0aeef480714bc29c833689", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0f7730e6bacbaa2066a32115d92df45004453fbf", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xabf4fb71f76a3678a5d507fbc323f0da3fb6c26c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x06f1578327653f53eada8818057284ca715a4113", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9278898cb1261df8500bea5834cfa78ad7083578", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7f091d3db65c4efea11070940094bbb514f890f5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x41f9cc8c686f5fc9fec6339e997fa7d343484654", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x87572bde8565e8f9a8f80be28c4aa5687e4816a0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaee92d263b141154ca747475b968e1464d6fc394", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x78d13504b74d9f97428bbb1af7fa32ade815dff6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1eba6ade0e078786c9406e100a255e22c4685f9e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x294194f3fed29d6781ac91ced89b152bad683a4e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x51685e670c9cfa4e21c981993a9b9e1b33ffc71b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3fc430a8975fbab8000592577ad50fcd783ed742", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4e3311ae8471a6a21d7820db0b8fb1ce34b7835e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x71972ada7d2d8bb205b52f7d1fffb49ed3f57741", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x41f344e2bed788ca88bfb177066060df3129a72d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd881bfa08f76d5ca1b663b163e8e87c0bf05cb22", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x769f31df79737716f4bf2d3ee372c2cedcda9999", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5c12a04a348b598a5ec982d0938a050c433ea3ec", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x429a118dda93b3b7bc5763087ce4f1fab441c1e3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3ad93390c9bb8691cc886292806f6ea3d33608b1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xce3ef9702976ab95a4988b4c56dec6ad40481b68", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x41825c244b2a55873e67df53579146cb71e286ad", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8ab7fbcc968df0705bddb194c356c5d69ae8a43a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa62e365cd50b7e68dc85b29239dafaad0cd6e296", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x18c512f0f2c028e5ece33e7585783ec9a85da980", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcc17f9ffe52428e0c301ff1acb9ce8b3e4453d58", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa47ed794e5c25621540076063e677cde4277007f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x695b64c41420e547ec0625fc587075286c06c0ad", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x187040369e1bb08ea26d1f4f40b93d808b72dc45", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x07a478eee7993ade3993925dd19c048a03cd7e3d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdd6e6c2db46a4e508670998953cdd87ef3288572", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd4f84955cdb2bf210bffcd9bd5b11b1f47535cb8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9a855455d075e27e74cd83acc96d80d8a7a55358", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0e1e145e3cb1a72f27b611ea3f6e1f4c6ff0785d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7acb841f117c81f88c2244e26d1318c17c0e450f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xce30565e99f25b9e21f3048a3698d18d87b32b80", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5d2c93d29a60127af6c417a88fe3fda13f164259", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x530644c9fd13b91812bfe09077301aa7d7160324", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4a165fc37e4a7f017b1d953cf3e49a1c7c09e89f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb5f856e6978b009a75f8e5197e7cf29bc822181f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcf7d5505ba934f1a0aa803f9bcbe99bf407cd0d8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd634ce33303fd33f4c983c797aa7792c042822a3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x51e7783985c55932b264d980e93ac306463eee11", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7462a334fe9ceb872f99cd316e38ed3c80355da2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x85155eb9f0cb1f1fdad6ecd4bd019ff3866c72ee", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x27964be18cfbd48f9a0260cda482bcb6730e3993", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x54098b48f41c279f6a002f2350096a845c3f9b44", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcc61e45ac8a2b92bb14a1629cd04b48cfdcc050e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x340e059afe4c986752c21d4ec07ad6902bffd6d4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6dcbb279725f064f9e9238c9ed88558521b42b2b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3757a1654f7a6d3cd4f921fdac4c4af80ac3d511", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7cfbc38381abc0c10af8c172369be67e7389e1a8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd93d618dc92d401564e4b872284aede8b0fe57a8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x219c96b2db1d652b25201d5a9a054847d4b816a5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x46f0a6a1dd8979e3803df1bbb2e65558ba7310e5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe5e9ab6e15ef0f17718dedebe55e77e930132ff0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8a7d07ddc6fe3a7a61cf51f9cf1ffe1b5e16e370", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x748a7073f04c32322ee2735cdd3556759389f4a6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfacd18a0a54e77d310af73dd768a42639b46b059", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3a74448d44c2e5baf3485186a2c9e1e5d41289f4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf89cd7c506681b95f05bdc9ffab0f033227110a9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3509053790b28d14774edc2d017fb6990e9c24fd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcffe473305abb2c400d79117eda65f6e47636ea2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb94a1ccac2ddcd17f64303474a3aeb42c6ff5a82", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xde124a290107896d2281745041ea3e93a2d29f65", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfe07deb1cbcc78e86f397e03e8a2baa6c6a7775b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x33c27fbd858c08f59243e41d8e07f7dbcbddff47", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1ff902090446f9991f15d6f72f16680eb3059faa", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x68fb42f355bbd1106c8daa19f32306b59c7f401d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xeda7ef30db3538426ba6ef7ea0b2eb19023c2d26", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x62998fa0106b32f2fa03058db9f6fb0ba674d538", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x21efeec57c1c191cc5931a9d3ce72a4a209e0cd4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd1f56353423050b1ab5bd6374ed66cb39664ee1f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1b44cdf35862d5b94ad36e68864e240651f5a427", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x710821e2076b84be64bb4aa462de1b760426fdab", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xada1128f948e5f53ae89baebe73cca8d9961388a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x40e4456c9f7717469682a7582c04246ee4fedff5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5839559c3aadc117ac2a22962594069ce4cc8f47", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x999beb4466ceed478956d8fa6f36742a599a3f32", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6d1dcd74eb13930d986f20d10948e75da94dc4d2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xad6a406e405b7017405f39823857dba57a0ec774", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2029b3ef60730aa195148c9fb29742b699f53ac6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaa899806df454c98cebac3160ac0dae317cdef91", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa059f93e00719a22e0417e0b279ab4e4360fad03", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe063ebdc321a7f42985af0f23fd4435c4a198b34", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfeb812de207b00277fe0d8a63360841d320fc138", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x338daeca90928d38c07e8a2f95446857d1b8908d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8a4c69344885e3a8de6bb414edae7eca7b3320ef", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5d9f595f28649ad38b439b0a6804259408238407", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfa278d3b605ab33b8d6e10f12031d5830a5fe730", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcdd0f9dd1ae1fc94ef05d71acce6d4db3d530053", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0f0ad7873e95953ebcc20f47f53377f6db15e289", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x166afad22430a07d2801fac1f91fb047f2272052", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x520aa501e704f4631c57bc04a6e83f119614154e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8653798b40c3fdbd001da2306c9e366f0e80ee10", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x89828db125d2dcb63064faea1ee1ebf83434c3e2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x78a5c078bbdfa2c7e147c6a870091e46d689e0e0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x80b3afec445df5db8e32a8396bcf2c1b3878c502", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x596394e62b56fc62687be69b4cf00f81b8406877", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7198dcbab20269f7b4b7be25fc2f07ff3622191d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x99bd895aa54c4d0f94f4539d82cf99f446c197d1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5ad53aecb44a653f4979887c0282f2b4d643acde", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfea6d020d6633138d58739f2d6eaffd376c52d41", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb32e6d453db8e89ae365445c48805507ffb75c4e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5303941caa425ff3de1e92296987192968f2920a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbc47fee3812386b6bbdf77fc30d8d4f854d6f460", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x364271c3d4e367f7e4c4c1c076f1b217ff817977", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x56013d772b1662f6d548cedfa7d2be2d8642be1e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x006fda1011ee02c9cd04da3598165cdd8fac5a0c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7f7cc08becd6d25cead4ce7c0f7232864cfeaead", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x97b0396f730b35faa2d9df66eeb7e634f67d2e6b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1c6fd6824ae1885f6d0f03f668f09c94ed8e8f37", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0f00cd7f7f212655ab6bd0ab97766e37fb5cad34", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbb769e5261d228c1ca8afa689b07d1244d0b3436", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x10a4af6ad3b02b5c512526ea1b8b0dfd6a276b39", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x028f52fe37d5fca645660f7ac53628e6f8b6f322", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc11ff6774e6f34eed507d80298cd052dcf6c9d80", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x55d57e4b004a048891d18355996f866cdb90e6f7", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbf8687d12fa1fdb0ba4481112d9fdfc3d3422612", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd4ae4854e26ffa1d8c4bf6f46b815235c17181ef", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x71eec9fdd3cff355d39787297efd2ba563744219", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x559347a159dfae9d3456ed6abde434281883f88e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9b5ebd4e5016141719443d37cb0fcaf3fc43fbb6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x408658e5900af8889b1c1fd1724e73452a7ab9b9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe09806b4dab527e59f3982220fc9abc46453e556", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x620ea7c9099b59c68dcb890e8e51265b9adc20eb", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x300476cb00b1ed8a0146ecac501cbbca8b2c13c5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb2ced7c027bebe726550e041564a32a91cc8b4fd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x81f8e1770f0aee7a4543248a95e7d58764b41db8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5382bb2332b1fef47edacfd2ee15f84e8b5f4450", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8d7e03977e38a872f6f6cbf1ba85f44b72d601b5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc5863db6f44055ac2a7c8cec06556245a414bec0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xeb8ea62231c95af817b90f8769a7d2213edca697", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5c118086026c851f953db13b19441dd9178022cc", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2cf7e725ded3ee299e6b6d5b33cfb60cd00571b9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0810426906da871053258fbd60b0f3da2e29b2c0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6f4572fb99217af55afab03c604feccf7464210a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x60c486d0241e721097d01735bd6bc1985f933afa", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x89cc5cd64e2affb3e5b4ec02e8e3a6e7c2037f29", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5ffb3f78df189a06af973f648cc2b7ec02e49e92", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8759d624d2fa57f2e5896f74121c9b00a03cc876", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbe9185ef5ce6281b466e67ed5851d49e3b2319ad", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6c91a1d7e85a505d3e2084368fb753e54ca87750", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6cf948966ac9d86ffccfebf4b6793e81c29ac1b3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb86aec118f50258d40cd6f18f5046935e433b057", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfdb42456df3fcda5dac81ce768b329ce8a8e8be8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x10db8d399fc62cb4470f0cefc4d4e13ffbc58b1a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xca74a556ba829c467355af48b56e28ee0a869f64", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x73d3999abea6abbe6b238c9821d0d1f0b626972e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4f5942643d40d2c11e0d1b5f3aa9dbcf039a06d6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0df623bfa883426ecc6f95d0ebfb15d93418ebb4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa58de708bbafbeae27bfd0b1933ceb8e9ab1c176", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0f1dab6508d4d0f3428cdbc719ead4692cfb5352", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0d2c3887de0a20dcb35ec6c738cb0256020e7a08", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdad2d2eed8cbd81ea4f8d0e24d05c027ce20c344", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5c82066a588d875030925078d34e9bea26099917", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd28242c34a448c0ed864f1f1e8d1c291e90ca1c2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x215a60eac17a798a27cf32837b2ca74244baf0f1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7b1f3c40887987496e90afcb8e56eaae667c9de4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x77e8806b5318f386b7300e30ad233385a5180f43", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8eafb96e6dac2c32d240acc6be5bcca9151dfaa7", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x10dd2a90c7911fe57535a81c938eae908abc7f99", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x338f7c5da11844891c10e8fa276b330a0d2cf0d7", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1f1241a3fffe5d9a33b1d4c8cb101bc63443de08", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4f7ea379f1a9cb193b9c023af7598980a25ed66f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x52a9ae5a95b43d67c7ba09ef8a59cd15ad9f110b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4dfd9c7dd1c3ece739c41b8d2d0c98fb4831108b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1d67188f9e5b04c4452e8d9dac471657221d07eb", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdda61eb4ae743fdbfc6f37f32b59024833f3d9a5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x359e602a80c3bc859a89675a80bfef5e9f5eaf93", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x759ce4cd03b330700b52f03f97ead977c60c49ec", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaf3c53d4e9b3121a9db13cd9e37292a6e53a0245", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaed0db999e73e370461cde77f400731e67c43cc0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x76d5390eb78750924954f0f0844f7e0b9421b358", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3e151b2fd05d9134c41b988c7b24ea8cd65805c9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xea1c8b52fc2e6673be9314219b1341f85736e35c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x27fecc6e4201f5208feb2d5ebe111f2b9db599d2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xebfd7dca82c9e9550acd703db0eede83a225d45e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb0c24f7fde410dce15f5b86ed863f988144f0255", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x970ced643c13aa983668fcb62fba7fa1dfb28228", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xba9812ede99f2ace8c7a8b1b180d1c3cc7c7e077", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbc2bbec514adf957db5be14724d50cb506011efa", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc8bfd8acefb9b86460ca144fcdb30357de9a7647", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2d7f5785a6a29f4c655fed282d9d7b9c8e1bc1dd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6ba409ccba0e53a73199d97a8ae26840d9b5e324", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x849e9b87a3425cfd56fbb8adc8031624931275b9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x11bfd7db1ba17aa7d64b82b2067c938f7e7ed4c5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x57c8990aaac59d35776bfd931cfecdf09da98e86", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x068b107586c142df3506c2cb35c306377348e24c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4731441e24a1e008327114e35dbb0ef12bfe8637", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb4b1949eec02decfeda1844c89b666b1218ebc05", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdcb529bc4d164d10c7e7aa829d32db87012c6b95", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x80a814d83dec07454b2331441bd23c65daae2320", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc7e25ebe08b6fd126e1a9210c2472018eb2f1778", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0742fc448bdf674ccee48c925927f3be9ebc513e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7ed7c3c316e789a4a44075051ac36324dc64425d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5eb6077a163386b3f1f29f2bbdcc3554ef3ef25a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1950c3d607f2da3e2e3b14f86c257c9dc934ffeb", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x86b72a15a085ac0e50f457fc2367648328d88365", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2fd43c8dd8f7016aec5fdfc919d5710cd8463023", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb451ac11a4d2da4a2a1393b2fb2296832bcbb1b8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x29c1457032d7ecfc572951113666d207223ca469", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x75c7eb872c0776444b4f81086e2b40a8d2383b4d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x34d21932d19ff0f33c887103e3051b114eac34fd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3d664c5cd413ade29aef6b28f692fc6de9e77280", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc399e837bc9999a3e5cabc1be5b3d4125562f88c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x036efd34a6441ea3d47f068e6b60c0f94f2e649c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x24e4fb396ff65ecfe40ad84ff8b06be6cdcdb1f7", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0508b8e53eddfb120154aba89d8a5905bfa5000c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x78dcc4eaa72ddf7909813da87dd4cc75cccb654f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8583944ad970d78a58eb8ef0e59f187e6babc4bb", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9af7416b119bba5c88ce5f5df1f7aa96f3114c75", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7a0550ff48b5ecbaf036e187f40be0bab6ace870", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb242e2040c9bbe39662a8a073b4e5fdd56862ecd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xea5939e19160bd6f5a588f1879de3906ae74c191", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb690997d796aa1a7318dbc2aed88f530f3dd169c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdc4ced94ae4d63820860a5e6a1a1e02446f6cfd4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3045aa327b38286d57524ee6fe040bdae1456d50", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x61d129af99b705db926e17ad2748f494952d9464", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x98253995e087001988c48ebb7c72cf80987162cf", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x30fddf5347898dc01d0d98d37ac6bba6586b9074", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x16089f3627f596af775825e42247b5db9349f831", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa180bec75da6ba6b9ff6869a02fd12f707666ca5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4a9056a317d6b8bba9c9c80c0e3d810d3fcd926b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7decc26369ac4f6d5b8d089d781ad790c7bf5b35", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbddce2d9acc4a69a074c05863d46cab66249db33", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc84ec906d06c260e7029f6a3cdde3d72ab996950", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa40ae621a71b8a8706120205e50a68a3d32254f6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xce5227aca6d1e5601790f02218ae4aa6c9b3ab4b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1498c1ba2517c25df0d860a2977cfda58c8b9131", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaa062a5eed834fd6191be5a0b9d0c277d9ee49f7", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x08f567e76517167298f31599a6e657bd464ba8be", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf42a82b9b20c58e41155c2defd5f93f207d6316d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x27de28b03d0c768d4d50051fddec867bad7a213f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0e5ee38454707560143ca756a79fb453baeb947d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb94864641402226be4f8028c0229f590c1955f5b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdcde5defc5565477ab44ce6c4b06a12ac61e4ece", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd72f3e4c7f69517c0aef1268d903d22085254d82", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcef3a0ae7ccc01fbdda1dbf136398026efad9f4a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc90b71c043fce83b4e24c5666eb33cf67b5341fd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x935ef7612fe0ba4ddb4264d7ca9aedfc68ac9c59", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x20ba300a40fcd9b70a823d9757556b1a384587f6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xceaf48f61a30a8d4650d5d07a1438b30ac447644", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1653b8d901fb03b0ecef7f6a81bd740bb02f8db5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xca14cf82038bfe8d0546adf9fd664c7d7d3949b5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xef9fb90a6b4040f62c01b8da25b36af6934d3312", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbbbc27abb46900c53dc003dc4b46c950b1bcd3f5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x15b85f5dadd8c165809394bab93e547bfebe418e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4cea0bf3bb3e5482e6b84582dc5103c1a69b12f2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x10861aba97ded71108d5b9d2f6c9177e5a53ef65", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6a7d5232412a6e8988cdebac6c52ee0414d4e3aa", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x855fe22c3a8c982cf685453ae4691e1e18f18373", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x31bb51ccbd5682b94b27d7a6ad7061306d8ef723", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa7b6ff9cd3a1e6a44915d68277bfd7a98d9c5957", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd54543fd10656411b73e10d911d80d46f47fc410", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfcba6e0c4dc307ac4d28cce9849bbc6df5efa7d9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x686478963ac8656cccab8f880aee469afc4a63e5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2a1302317f05fbf17a4d30d6246b7daba93a7845", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3d6b43317127e0137a117f62117cbc43ad42500b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7dfaf5169af104ba86dae12bfb29add7d9fe9453", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd2ff25c13f3e5084b46ab62104379aa7a898f90e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xab4f7c68687e1718fe74765d7312aabbaaffac26", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcf12b14342b9faf8da4d419126cfa6dcc73643ab", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9f0e8cd1c317f57a170f43ef3117c0765194d9e6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa0ed4dc95e7c8c5ea210fc51175f586f45e92903", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x99bc23e52bbb455ae0ebd2c48838771587b7d877", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5304ad43937b8ead4b8dfe5a523adea8b32195f7", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3060d5e246653461eeabee70274bc11947bbe980", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x970ef589cb210b45c73dc2da7a07ef0ae26a287e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xff57d48dc0239cbfa26af32b8a68751a0c80bcb8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x31dba3e209539d5fec740a58b1d30e0ac694bd86", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x50566e3518cd10c0d29bd1828e9c576422f99865", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x56df47eb456a9d98e4f4632a50404c1b22a1bab1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8e6397d40d5a3e9e2e325da3f7ddd3fb0fe8e5a0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7f779eec6f7eb838045285e1440b0de973d2e535", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x537d583a6fd6d776a2cb1dfa11135cee978f3d31", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x39b6d790ae0eeec4609a256bc1326beb9bbfc1a7", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc9c484698ebb1fae875c6c8b3ad560dd189e27b5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xff35ddd3f987735e54ce64d624abe3eded497f97", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x75e6ae07c995b3cf7fb5ff03b2ffbd8c962780ea", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x880b09b2ee0fbaebe1c47529fcfe61da0d4e4340", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x14e92f9d49052049fe9e933e97942ccaad9e9e75", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x63803b3f5639e9dca61e8872dc5ab4a44a865299", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe6254907544cf07bb1100e51743460d6502019b8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaec824ea64d2394048a8a0d940a2f9e12d361b43", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x664b8c8cf52c3f68bde36fb6a148c239d48e024e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3a047e4bc76014469e7381f4b0cc973b5a5581e5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa8b118313c1dee9aeb783c81f448a8507605c95b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5bf13d8675074c6f338f93177ca1985179e7b5f6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe25e785b74d1abb3a8e8aabc3013ecb0bb64317b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x95ff87cabe8ab15559197a1491425f2508657ad8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xae282e996e94e8fa6291d4f5c774fe2e17adb737", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa143824d072725907905bb589d2b3e1e6294e791", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdccb3266fb57fed3bdd2a2430c1f852f7ed3d336", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xceaa35d5f3c145d5450163cfd49aaada94152bbd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd39c3f55c90d567451e76a41f6a234b4440af86f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb0e545b3a5bcd8c8a8d215b39e457215f7833e53", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1c0aa3e4ebe0580a6c2fc88cbdaeace633df9680", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9f2650c30655ac499886d39e4175297d12e58fc1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa041b75d2a039b6ea3b10a56fe4351dce96fd968", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x483a01b1ab3381b69906ae1472647e5507563cdd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf6c911319e11c7c227e428759f3659d32c68a3b4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5b7092c9423eb3fa46fccb5cf2c3e5413c4cf4f8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe8d1befc17003c54489bcabe38367b0a5383c409", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd1ec42a0e0b5624bc362f5a49964bac714d80760", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3ece43ac3e4f54f22615e503c1daa92adee278fc", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xafde017494134884b8c02894e16d71c88ff4f8f6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa6e57f89d5f8e7d66b824f99b5f92b5255c5d922", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x591770ae0b7a8cc75531da83dddcbfdfa155de58", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6e582a943a3545feb709ae615e8b98c39ed5399c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1d7d24d057601018851be35ee8040669e392caa1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1641b9d230599b1498028de379860fc0f46079d2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3495ae1c4df1e144d5b4ffa96d2cd7ea18a4a51a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x824746468a4cbe8b236c4d8f6240f32257108b93", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa63fc887cce33a740ea36cdb68f4f4a31bf25a1e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb2e6102c5147634ae4df35fa1c3c346ceba21a3d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x448ae747aba300552dcbaad63373d2ac049db15f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0ecc65f70b14983ac430bcd798d18bbb78d8e9c3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbd98fb2ed36e4170a205389d29ea0bd2a5c30d14", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd2f8d87e0f94d704d7a231a783e6885f3da3237c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x159a88ac9ea913bdaaad485c3944e3a291265e0b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6067ce20837c05cc790cdb917ac731f478f8a7ad", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x197dbfe18c15f45ba54e1ab8c16d6cb978416d09", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x55ca18a351441450a877e9f9bea1b748231040e1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3196ee2cafe21297e927640297229601848ad35f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa800a4010e0d5a6ef41591abab5f825610a967d3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x15448e259735157125cdee0a98a08d4ac7956ca5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6987315d24e9f5af7b1aa1f08034f7525e737103", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf8033697718437074b58045250569f28b2fcc8d1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xebc41d9bf118e39d81425b8f98b1fcc16a6e4e51", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x338806f34339a181204b58e7fc6a6df52a1ce85b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6da1956dba54b7ff2ac6a990280d8869cd2a65fd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3ad63a9c20fccb5509ba0fc9643be60ee82d2d88", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6a92f90a86cfa2f32411e8d5f413ca69c50ecc6b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6e2d2af8510c44b831c3e78dd72b9a9f495131de", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9536d995224dc5036ec47980effd1eb705c63fd5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc1d687293d24e74b984238b54999533e05d0fc91", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xce0c6aa25f0c3e23468769c0090a537dff002880", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x93a63d984d979185689a7771936f76c46f7f53e5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x744ffe235f62a617fa02ad334781de1646aeb155", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe95d550629d581fb15515cb9e0ca42052ec819a4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2e6c140eff2746b917f382fd06bb2e837c1cbe3a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x473b435395d34538bb01e29241d8e92475e9afbc", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaa8e9144acd323475dcf6513640c4f3b88d63ab6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xed8e992776204d213cfee4a6c5a0335067028412", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf84537401f7b3b861e8361d1d5d19be15a675afe", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8f275681768fa5232fb53e9af8d975912d07f569", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1fd118570e703fdaf4cf25479533a80ad2b2dc13", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc2f4fc416f76d66c8243627c0bf83653d2cc62a3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0df79b8c070869488ed34ed1c5d8bf85cf2d6db7", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x10edf597d0cfe6dcf471f6524b9e84ebde0e2ace", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x514cf0f857b721af8b3f0ebc86f064b12a08012a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc7112fae5c6ced5a17973fd82d11e669d8edaef8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x50418e67ed65b90f6c95bcd8e5fde2601d14ac61", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4d4b3d677939fbe7c14bf5d15c54dcd84f807f7a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf8afe58fea0ab5558a7a98fabe2a37452771a625", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2a5347fb285dff452f8356e0bc3ec7b9efe2cf05", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x833a8c41dd536f18be933eba5ca9ee8134212995", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x406b969c5756ecad0eedcc737ae19d00a0cbc975", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe047d44a4b4693b77f81313afae950c39cb93779", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1771dcd4ce0d3078896d84811ea712f99d1c1b6b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe62684982187c706606390c3ea2b3010fde9cd67", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc8f7e380e838336e6b02f016b2791af81ffe591a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc5b060bc92d2a29dc678abc5b617d489d773edc4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x499cbc1e4441010c0c59a8eef4f1f82e3f6ff8f3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9bb75ec8a71aabc139f14990e553ffbb39eedfa9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x784d4f70b86da42dffaa3d055ffee690f1986a42", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbc49e189f5b6574013d5e75177779199d84ce0d4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfef90b98a4250ef6cb28cbe2d6cabf68132a0c22", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x20e00eb52dd4a74c233e8d7fb9a41727ec763caa", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1b4d2ebaf58b733891b149140bccf45f72a99ac2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x42e8ce31c6befc6cae20748aa1244e8b4e75e472", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc7112f0a37a812c5ae2017b18836fdc267996738", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8e55c3006fb642c992ad30c803a7d916ef527c70", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe5953d01c25d7795d21ada4fc75c759b17040cc5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9d9bfb38657ef735f8fc0581351360286f21463a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x26cef1034ea1540263f82755b37274bb4c83cb2a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1afbed795bf19f3cc4bf7d98d6ed13dbafd47dcd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf570dbdedb54afb90331b6988d9d90caee8b4d7d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x01a7c25b780dd5fbbd6f6973803cfc3a3307a9a3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2967729529ac1decf1fd1005cc9f9aecea6cf848", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x70632755135873faa356dacb21ad1484c0c7ee1d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcc089a90f4733da31c3c9671e7e912885c5d9ac1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb1c8d4da0c0959921e081ca18d8c4f5762ae7c05", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb73d5288070747df66e821ba659ef784e9287077", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb3da66f97c1a293a67f8744235c871f272a4af77", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xffa4fc20fbfe3dae98751d70ddae4c790d049384", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x01f950c24c650d6eb9bc9b7c2f4016c09f3b8205", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe41571baef26c11eb32d36c4a693b3817c00a1ab", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4390f322571beec7734b2df63574c0558e03e603", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcef75b20840ad406bab3e5ade44bd7891886e4c6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8410fe4c43265501d7e1575e40cd6bba323a1133", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x461338726451970f6d86f6f2fa59d219377edbfb", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1fedde59e04c5101f8cf02538ce69cb30e45e61f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4f253864e364b08da42471147136299f1e8d5985", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x04b007cd21548b5be5cc06678e9519f17aa89d10", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x29b97827d137ed860623b57ae4634c671680d077", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4370b02b151d881c0ec3b40ac7840bd76e9e678f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xebaa5a285e44e67bc3110889a8d534761fd95137", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa5bfd46e1b0579dc8bd783939fb56ea6f66dabff", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa5960cd02cd67d6c094a11da958a2b7b7429eef1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4f5d5f31f3eb9d360f65f58943041a7b61fe58ad", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5e4c1a40ecba7511f44991cf6aecfef01178f725", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7209b5c76adb2c3d437f1d9cc5e208f73ca26cbd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x34a3aad20ac76e19c97f3328280036cdd38b5207", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb3f83b5e39ea084211eafe3310493208492c568f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdf4d0f3ba1e55d579d9cb42b7b034579aa5b26b8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8447ecfc03225f76d42d06681b03d2fd9dcb4737", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf71185b74707f09a8adbaa44badbd744193ba6e5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9c07111aaa2b6bea494b1554b5bc79f4b3573db5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcfb23333ac5adc8a1987afd255d25288c9dc013e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x10739ad29990a3b05ef01fce681c5107823dda53", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe08d4d7eec48a19d4244e76a46c13c180ba3c62e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x15cc9e0b386c2127f88e20fc00431588d2b90344", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x34277f5c530c27b4990274bc582784ac49f21cfd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xba3c1cf63eeaa6281f1e5c82d791fa1898f017cb", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb33c18c036262577348df904d2f1aee2db39a151", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x211adb0e06609cb14e2dd85092fd99e6531ac26c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe53e9a5c42b631a5ebdc9670cf53b3770a2316aa", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf7b15a41e5e0401764e2c280c1ee67ede134ea47", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xabc0723bdf41a840bf2b8035a5ecd475926f198b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x39b1183bb93280c81a2bce3a55ccbef6ef269aea", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x17b6054b0e49afa1963b6f5882bcfdb786ef5194", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4f73d88c7f4397e30610579640606356e3587d9f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x74be1f72e897f1c4e86f84a9f9179b70563e8ab9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2c56a0dd3d8797710689ec3fe25ad126aa4ec54e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3ad02a32081eda17a2dcc06abc25373100dc6ac8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x24c3a22038f92a6abb8092e751b6c38759000f6b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4c2da20cdf11ff61435f5d030541b9821a206a4b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6aa97e89570776d3334b794fda26e92ded644e9d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7ecbd6495e4ca8f855e1a812c70ba2c51a7d81ee", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xae400fd38f1533aa0f72b04fff52f717176d6632", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x01d440129ff8faf78164d2f665980815d9d2679b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfb4e331e11f753d8f7f90ac89d339a6a9fa6c0d0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9c4362058f9bd2a8ee33abf434042f87b65e8fc3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x94654493ba76b73e03a018186f684dfd95c865aa", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9f3ee643a6d1b3a3be6aea6cff47c5b50c3ea988", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x580ad428d57469cbbfce2253a79f5999a64fa979", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x66c0cd2d1848af129e264cbae096d9eef302921d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1df1307c93d9b285f1cba6eeb7b36f16caf1a3b6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2f5bbd6fe8440ea43df0fe19d2b8c1ab36d4c97d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8b1b292ecb0c54821927ccb35fda765a1cf9b8e8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x43eacda59cbc27e750384544235042ba16bfb380", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf4c99de2cf56764a0cee9f2c398e01488cfe76a9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8cfee85e34551431978080c96134a66a889bed1c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfe368bdb17456cdf8f34d61b43a541cb5d4221b3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbe0d6e5b3876e3c508ad554c1b5cefb054ea97f5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x94638f33372b14683b7b9356b80cb60b00406922", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x65fc64253fc58aaed22c9acb95bb1238ac4a3a47", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf3825aebff120a924a799600aedad1d57b0a2b3f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x93fc8fb2b4634fca503e5543ece229b6f5a88e8b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0e89e08727bb840d17ac1626eb0fb2be32396a9c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xedbe0bd304eaebc45e666dfc4d3b4b7ba5879b5f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4bff9c629f19158f464773f69b6c1af1bc93c024", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6c15584ee868c3ff284b034ca0ab3f0f602c84f1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xef3eadf25d8cf26642b9882243b8cfa81bdfd2c5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7c9bedfc7f2aa75ae1b4e532041c8d98f358ff03", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x728a411ed91ba078ea3cb71b39b2b11c13121fe8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7d64f99a0e3bf25a80c767f70fae843d29e84d17", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x56015c1b43bb332617c871fad67d074d01743e85", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x27ffc906b6c60b3aa9c236d57ac2923748ad5063", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9efc5f492cb6af4a8a2e8cc74c5c116a61a85d19", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x03289f739f630c8d7c2eb581cf378121128aef48", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb8a83fc536d164a01ca4730da19e36c0bbf90523", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa6aff026885e8be6b6d1259aeecd0e7400cd3641", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd638d98aaa1e3476c54f5d480c843c009a194bf3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x118d934ca163eed5609ad1a1f5598d623188b81e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x30e62de5858634f376d78542fe30af0bcfb1101d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb7058a09ce45133c7bcde22a6effd94e64c8ce46", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6914cef56d2da18f532f606076a3a13c58bfb609", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xec7cd23f6740fe86847df074b94a19f4b9ae4258", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf221f8893d18c5a4e60c6c03b4f26c6d4f8d4816", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x643f868523dc71b9c69a15a963160220d90f813f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb94b9877e012243187dc951d53c75357fcd229a4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x76915d7f508654536dd11db16fe4186defc5a244", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x76a74d7b2efa99cf1bdcff7334daac6487a69c43", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x64e4cafb10e4fe715b8a2c25c6349693c01bb2b1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb2697ecb951c52bd319e8d41bc7dfcf9123c55d6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdfb50a194c4438ed809f3cf0d7dc4ebd0df75a56", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xab640dedd32b4983cd645d50d761b323da1caed9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc30134ca9f574126742974149065b20fd328be95", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x717a85299206a84e9b821be5dcee502f9d525f7c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x93c3bb3ef76edccef434da0744ba60148091ac7c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0fb80a0bd2aecef2746f0997d27f59e27e2155e5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x98d3d8a0b6dee8f23d4157a2d62f488a289c10c9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xece4eb9514fd2dd9aed85a3836f1d2a2feae7444", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6e769b18a2bc4924b63db811b52cc5eaceabbe0f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5136dd52c6ea52691f8bf4c1893edf757c9a292a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0d4e6cfeb7dfce864975276a1cb7bc1a5c71c792", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x76561e1b71c6c9dcde2b83ffa99bb9728b8fbf0c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9b22ab0b971791a3cfbf8242d814b4340d4210b0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7fe41cd5b1c5d4200c31227b8f8a7db9ba2bec39", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x244a8e9edf2c53d695cf9079e5ac3b88d9ccc22f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfba3a60792ef121581c8e6d3c4498de0e9d58233", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf855732d4ab401e559e15b4ac2197963e6a04bd0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa53cf78303a6885bf7c6e881f918a25b71c22601", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x503a521c629b51f1ec6524ea3a920ad8a7cf5cb9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x535570901a7e1e1d8aa34a72bf139cdcf35e1291", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbf8bd83d12594acc5397cdeb8f7ee9b0f2f5163b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x501f67e110b480fe90e47ed286e5f3a27d99ba10", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x298c07ece387f7a660113025f3bba7c40e9f4bf2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2a31bcc83ce40af29398b80c59aeb7bb6c4b894e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcadc008691a02e932b727379995045c204403e4e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb701f6f824ec31afd1e23d07f98baa9fa455755e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2d6c43c405557ea921fd4ba2989313ca1093805a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xffca0ae2bff4dab39a7dd36e1551618f8ee27831", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xed7d9969b35c9ab7b72fac72a3fed3fcaac39435", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x27fab29a28eab461d20a349ee27d94c251e99cb7", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb6394d93dbe5e375c80ee45938a645ea609ff1da", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0aae1acc69bfd1023fd309681047ff0b19e10392", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4e5c2cb83e726aa8639c56ab2858251bd5e0342d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x72270b9d98648a58d8e8ec9ccc3998a18f7cf387", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x18ab430a63e512e3176a094ea19f71aa755f55d5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x94cff8cebb0544ce1efb65307e0cafa8a0dfd756", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x04eff05f6bb1f493e073d4c35a374374468dc42f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9c65f6e142e5545870a4bb07bde0af94c28891a6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaca880ac1e0a5d3859d74064fb69b31dfa5367f3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd2d37c813d7c23a079a3d37f503823f6636ad3c6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0ee056ffaddcf2ecde96c0dd7f9d69992b2141cf", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7f1493e8aa4a5b2e35478c7eb94fc1ee78d72918", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xeecb642a416d06c4dcadc4f7bda8842fc95d67bd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5805d1e80d9eddcd8f738658894eedc41d030d28", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x01681fccccf4081af3dfb2573c1dfff65af2499d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6224049fc3ace3dddd36bb5c7d4c20fa1e3d5f70", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xccf46f3e0adb813020710da4585453f86cd79a8e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x355ee0abfb2d007f96d5f95a6337881a57bbec74", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6eecb4257334ccbe943172bcf3f7228885b20594", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2c1bce3cfeaeaa21f2e046b5933028ec1e96d73f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa9a717493a21d0a2e7b662af5749ceafe4a7e3c1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8d5a85a2b43c5a1f1a710df2a06dbaf896f47d45", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd2c82c56aeb47dfb3fe4ad666c01183e54515789", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0793947f4cd2b85483a306216c34a1d7452a0e30", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x36ae978af2de42a11fe46f39b4f6c3035a1e87d3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x680ad9a58e05212094db3bf8fd39406e5280afe0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7037bb64743790bd0ed40e2d036631b286ea3314", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa1d8a089e6f6997a89284fe016f775b92a8f4c4c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa5572b04d1a422fabb806e9e785d9564ec067dfd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1a6d486b16829576a884bcce934143678a14beb9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x285799809073ec5418af80777ed95360db1c1048", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x182dffa6bcfe41d8cb5e016815ad2fc05cdf1ab5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xac4d8f224c52f2fd401bc65c4fc706544b41370f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x864e79830fc4267e43b0591deebb7863a2d699bd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5f3454ee9f39769c7f49bcf7a81f11552a308b98", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x95c600c78a13a13ed0c2549fee97cac70947c88b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaf0408222247198f3f4cda96495d7fcb9210338f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x764c5839589928c1b6679782273049e00768b416", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8a3644bfe2abbc4b26fdc7e8e4d2cc52f169d9ef", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7eefe4c35c56dab507f9823be0d8712fcf52ede9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3d29d604ab862483974752bda60a76f33baba50b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x93e3b1a6cfeab05b6b08b1b1eab0c814eb537527", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2ad88094b53899602319b97099b9b37c880d8848", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbe5d5faac77a052e9db02e98fe506769838b5d04", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x07c8aaacfa1e7a153ce9bdbc6d44ca9e6ab41315", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdb65563ed1b0c60d4615f6101688091845ebf1a3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf9e4dbaf8f9328ef50d7a55a40da8e19b1e269c8", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0b31fe78ed030989184456c22f4acda6540d0e8c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd0693abce019cc604c77f835cbd3722bb30d7e1c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x528b8586444c3f5f853f9811d3e7930bb77a57e1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x636c347026318013bd97f8814d87fd65862d659b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xef7844fc1f55a731fcaffe9c5d144c970c258daa", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0c79eca82b3f8c34b0c893dde23d91b26008301b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7bd683d7c2199d50a5061befa85155ec1b786bef", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x58578a0287cc4d49917c7a046333fa10c1d8c045", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5b02699e0bd34c7028ce1cc996cd10279a9a5ff5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x66941953970d1ce1b011fe378d589f90d913da75", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5403feff3eb10b5c233d42e9e1e9d2ba823894de", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc1779c72623eafc371eceafa397717bb2ac4d37c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc0d8a232b282c37153a912b2a16b5dfb128632ef", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0cb087918f8d8d8773f7697e3f0b1e4d9d5c9df3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x41e465398a9580bf42ca8b9016b23be318ba6574", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5cef2cde6b76b9d7c61a2c855bcefb7dd0588328", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xee4b1208c3005aa91c3173a6700069a1a2ee1037", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x226fe19a40d69d24285e4b1952b8c5b813cea399", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x21311340bfe3ee46d7bd8148049b435e387d4864", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5a5ce466f6b35ba28c3b36034708dc0b17022bda", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x18ec48f6cd401ea637de17e2e4e7c7b95ebab393", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2fd1f1ad30c81d769a3e9a123f4d5bb6939dd18a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0e0ed6aa4c88b7252927dcff3220103a384d239e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbd88b4211f4d40b17a5a82118f3dd778608f97ae", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x59342b1539600daa8a987c7d9b355d7c9230d0e1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdc8d0518f67b3f053be00bad5f5129aba13d416c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa0372cde031a0aec5dbf74a72953e3cf56a1d95f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcd3d4ff0068bd1392b4301f08e7292827bc75a80", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1a7d39e704f1f08550ca23c5820e841b2f8252b5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb9b8616004b333493aba3b58add5c3a214c8b2f9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xabfbdf99b5b60545786f3ac4b8dfd7072f7898d6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdbb0501e2bc8528973db60c69775070bea71af8f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8715df9d74392d6a281a8458ef1b3118d6c689f0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x69e965c8d5bcbe5390025e2830b7259e0c4da4eb", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbdd4730dfe8b48d78edab8c94cc2f4eec2feb67f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8f7e170baa37955bc0811ace2741a024ef35595e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x21a8e12ac3a8090cc291a3019d80cdefe99111b5", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x055228d00accbf02fe90c221c255ebadce0daa44", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa55a567baf3dbe9db41c09ff76187c4a84604804", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x69fb26f75c38805749f76c733faae1a731e8f1d7", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa26843838463a3ac7bb7cc59fcdb170fe1e5a70b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0286071a4699481b5299c6c684f1c81f45a305d0", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa7fc849836dff339004ff5eb85233b3f6d1462ed", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x09280aa2feb69b3abb4cfbab88f8fb6e47208039", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5e62e257614532b57767608a6a86532a9cd6c923", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xec4d950a682b623ff62afab2d523a0799cab1789", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd52f754a4fee588886cd984f2f0c67360243f465", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x55322ef2606335deb3276985fb77c9a43295daeb", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbcd12d85bfd5514dd37f940d86c762dddf2fae35", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9fe2b9895e80c213d6d23fa408ff1b7fa908fbee", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4e40f489782c3ae254e300a896bdfb209bea47f3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4cfd94ca6689ab2c81104485e7a01cf6ce220dc6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6367281526eb2e6e8ed88fa7e4bc13480e24f47e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaf2c86cd75a758be75423564f876cc6b12750b1c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd22de01861ef5906b8e8aa2f8376e4cb3f30a844", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8999b80c4620d803c9cb520391a52c3a01bb67ef", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd5afa2bb4f8c15aebf44eda7bea6ab8460105479", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xAA112c556F7ccaF817143D1002A7CE80a49248bB", + "chain": { + "id": 8453 + }, + "description": "LP-USR-25SEP2025/USR LpToAssetRate adapter", + "id": "bca71174-1a06-4444-b940-524cde82d5e2", + "pair": [ + "LP-USR-25SEP2025", + "USR" + ], + "vendor": "Pendle" + }, + "baseFeedTwo": { + "address": "0xCd76c50c3210C5AaA9c39D53A4f95BFd8b1a3a19", + "chain": { + "id": 8453 + }, + "description": "USR / USD", + "id": "29591047-4154-4804-b58e-d9bfb3c0e52a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedOne": { + "address": "0x4af3E0d3A45Ac89234F5dEAc723d5eE6C0224De3", + "chain": { + "id": 8453 + }, + "description": "USDC / USD Pyth price feed", + "id": "870ad215-48c2-424a-8eeb-e10c3e0e745b", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa5f2fd530e82a131899df95bbd6432ce7ecb0d2a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd09048c8b568dbf5f189302bea26c9edabfc4858", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x31fb76310e7aa59f4994af8cb6a420c39669604a", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x17D099fc623bd06CFE4861d874704Af184773c75", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "7eed2128-831c-4a05-ab9b-4282620eff34", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x4a595E0a62E50A2E5eC95A70c8E612F9746af006", + "chain": { + "id": 8453 + }, + "description": "USR / USD", + "id": "066d0b45-71f3-414a-8bec-295bd8dde108", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xae10cbdaa587646246c8253e4532a002ee4fa7a4", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xa669E5272E60f78299F4824495cE01a3923f4380", + "chain": { + "id": 8453 + }, + "description": "wstETH-ETH Exchange Rate (0.5%)", + "id": "ab2a642b-b2c1-44cd-b97d-f7a258e85841", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x550efc70b2d683fe8981224395b8989a452d1384", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbf20cf97c11aeb0e5b8bbaf15460366442ba64d6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd7a1aba119a236fea5bbc5cac6836465cbe9289a", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x43a5C292A453A3bF3606fa856197f09D7B74251a", + "chain": { + "id": 8453 + }, + "description": "WSTETH / ETH (0.5%)", + "id": "6f0a2ba4-cee4-4a8c-a413-50c8f8791c4c", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x96648038b7fbb94634e8408d710532cabf780155", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x55d2b52ab6d10298403cd499aea5f34ec42db39f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6aded60f115bd6244ff4be46f84149ba758d9085", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x553b07E07ebb880E4F55ac36B2D9dB0ab987a64D", + "chain": { + "id": 8453 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "7d808d6f-72e0-41af-a353-6af7da01ec4f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xCd76c50c3210C5AaA9c39D53A4f95BFd8b1a3a19", + "chain": { + "id": 8453 + }, + "description": "USR / USD", + "id": "29591047-4154-4804-b58e-d9bfb3c0e52a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x23638f560fbeca07923180eff1d420cc7adefb1c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd22b48ad1c25176cfb6a5e4ac3c0b7e898d43be4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf53903e7cc1d338e605410be746293954d62e423", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7d703869036ad080663bac01cdc59a36869f51a1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x77f59c5c09e7abef6991b456170930324fe36222", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4b129db6d65b4df1ca7ca3ac853a74d40cce92f9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbf991c8c88be948881a4d2168f7b7f3e1ee71dbc", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdd514731d42eef3be273498247ac708eabd3d82a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x830af61716777a735978e51ee7393a37cb20587a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd311406a4a472f0286b899f93489ef6edddd8e9c", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4E56D25000ADCE133687e334FdDC28888883a26C", + "chain": { + "id": 8453 + }, + "description": "USD / ETH", + "id": "d8e5cc55-0a5f-4b1d-a0b6-2784e000be04", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x502c2cc764d083383c36b6bd3ae0d59e85538c03", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xc0dbe64a62a6D2A16EC388a19Cee417b6fc01D26", + "chain": { + "id": 8453 + }, + "description": "USD / BTC", + "id": "f7bbcfbc-46e3-48dc-af87-893c58a09c07", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3bbc8cb0e2c6651074957dda8ac540cd69a8b268", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xAAFFa7bdD22f1c9825A2e16c7530207B307F091b", + "chain": { + "id": 8453 + }, + "description": "BTC / ETH", + "id": "0943f67d-2c10-439a-814c-cb99c109e4a7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2766c711ec32c8ea1f141ecee718c0c7c39f5370", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xAd5771b3C984748fd39566d4B58Cd32ec4B91856", + "chain": { + "id": 8453 + }, + "description": "yUSD/USDC", + "id": "ed974421-5282-4c86-b86e-34461b2f0192", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3dd527632bb34e40c9ca9dae051363bf324d75e7", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4404F0ec421004F986b4914d8fc0866D8C5751A4", + "chain": { + "id": 8453 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "f43fa1be-4845-48f7-8681-8cd80432d090", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x790181e93e9F4Eedb5b864860C12e4d2CffFe73B", + "chain": { + "id": 8453 + }, + "description": "USDe / USD (0.5%)", + "id": "b05546ba-a4de-4b48-89a6-147894515d74", + "pair": [ + "USDE", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0xda9AC2c71404c4f04868DdD35d706469B975f13b", + "chain": { + "id": 8453 + }, + "description": "Dummy feed with 12 decimals", + "id": "1f0693a9-69a9-4877-9943-a4f90194ca2e", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x74ba0b0f5d36c3ca9b4e5e35c91ee329292398d5", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4aE9A0a4c02Ec4ffb7F231717DF85D755192884A", + "chain": { + "id": 8453 + }, + "description": "satUSD/USD Oracle", + "id": "6f89738a-e3ef-45c7-9183-b7d5e14151e8", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x15af6e452fe5c4b78c45f9de02842a52e600a1ca", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x130c29d4aef8be94c4ab12772c9254d0baf21358", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4404F0ec421004F986b4914d8fc0866D8C5751A4", + "chain": { + "id": 8453 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "f43fa1be-4845-48f7-8681-8cd80432d090", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfea2d58cefcb9fcb597723c6bae66ffe4193afe4", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x17f72d1aedd145e37d057cea6cd593313896e767", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xfA2b4bb4330f77d799d7f9093b68f1fDe21043A7", + "chain": { + "id": 8453 + }, + "description": "", + "id": "dfb09f30-bde3-4875-ac6d-ec7126d93399", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xEAE4F4255AC8278Caeb7b1B0C3B9A3699D8CC683", + "chain": { + "id": 8453 + }, + "description": "", + "id": "cf0aac85-a0dd-471b-8599-5f4109f88dc0", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1c1e58d096dfff526b8ab1feca4fdf204b4d2012", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4846d4370fe1ab623bc79ef3f8005679f809f615", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x8156D5cFad70D8C951D611459feA14eF01fB96B4", + "chain": { + "id": 8453 + }, + "description": "", + "id": "425b61fc-fd75-47ac-b6a9-023d13197358", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xFD82f034B9EB97836969F131322159df6161fdD5", + "chain": { + "id": 8453 + }, + "description": "", + "id": "438459d7-a36d-43ee-a531-a7bd279f365a", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc04fe103aed6487e8c9fd404cc5d9f0d7c14f8f3", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x8dAC92f6c3ea0CF6e9c4472851b5FC0017B00b99", + "chain": { + "id": 8453 + }, + "description": "", + "id": "a2607f28-3b42-4b90-a47e-9d1ad5c07006", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4D7E57e55F7A4b10982ec7df1352B2689927e6f1", + "chain": { + "id": 8453 + }, + "description": "", + "id": "bd6e29be-9d26-4fa0-83d4-bd0ed99529e4", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1a2681bab91dc48c56f858808f6a65c402e63b3f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x5e1a2a77D4df85d3C0907715ED616e0B04eE51Dd", + "chain": { + "id": 8453 + }, + "description": null, + "id": "b2b91d65-74f8-45f4-8db2-b22303281d12", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x748a662ef13b03be444eb865ca0932517dbb61ec", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x4404F0ec421004F986b4914d8fc0866D8C5751A4", + "chain": { + "id": 8453 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "f43fa1be-4845-48f7-8681-8cd80432d090", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x268a7eac5a2dfe944e2f770b8047f16c277510c9", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf243538bc89634b0abb5686a5b72e21282a54695", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe0194b4235d6715e7cb23c19f6f1f458087fbdf6", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x33115970bb1943199d43fc5271b00d9f11cbebc4", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x553b07E07ebb880E4F55ac36B2D9dB0ab987a64D", + "chain": { + "id": 8453 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "7d808d6f-72e0-41af-a353-6af7da01ec4f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xCd76c50c3210C5AaA9c39D53A4f95BFd8b1a3a19", + "chain": { + "id": 8453 + }, + "description": "USR / USD", + "id": "29591047-4154-4804-b58e-d9bfb3c0e52a", + "pair": [ + "USR", + "USD" + ], + "vendor": "Pyth Network" + }, + "quoteFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd379c9fe3676f295e64bdde817ed043f98163734", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x18f7641edb2b1ebe31e11233cf6ecc3846d25383", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe2656f105411af62d16effb93aba0d29a5b609dc", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1e0e8bcfb5ffa86749b8b89fb6e055337ba74a39", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc940a4633e4443c43adbf419339b854a70043373", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": { + "address": "0xc15d9944dAefE2dB03e53bef8DDA25a56832C5fe", + "chain": { + "id": 8453 + }, + "description": "WELL / USD", + "id": "8b485909-2851-4364-937e-cc6cf89f32a7", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xeee8afd3950687d557a1c3222dbc834c124b946f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x43a5C292A453A3bF3606fa856197f09D7B74251a", + "chain": { + "id": 8453 + }, + "description": "WSTETH / ETH (0.5%)", + "id": "6f0a2ba4-cee4-4a8c-a413-50c8f8791c4c", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x261e5e73bbaa644918d97366dcd2576e997f8053", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x806b4Ac04501c29769051e42783cF04dCE41440b", + "chain": { + "id": 8453 + }, + "description": "CBETH / ETH (0.5%)", + "id": "606af1dd-3964-41b0-9d78-eae55af6df96", + "pair": [ + "CBETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x3A1d6444fb6a402470098E23DaD0B7E86E14252F", + "chain": { + "id": 8453 + }, + "description": "CHF / USD", + "id": "b84acffa-291d-4e03-94ed-64175b5ed8dc", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x71c8b2a2811ea292717badff9a3053248e398aed", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3A1d6444fb6a402470098E23DaD0B7E86E14252F", + "chain": { + "id": 8453 + }, + "description": "CHF / USD", + "id": "b84acffa-291d-4e03-94ed-64175b5ed8dc", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8d5097dd48e8d8d20f2c51a6f188183fec3e345b", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x806b4Ac04501c29769051e42783cF04dCE41440b", + "chain": { + "id": 8453 + }, + "description": "CBETH / ETH (0.5%)", + "id": "606af1dd-3964-41b0-9d78-eae55af6df96", + "pair": [ + "CBETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8e67ef9a3ec79839c6602f1259a2567954695125", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x5213eBB69743b85644dbB6E25cdF994aFBb8cF31", + "chain": { + "id": 8453 + }, + "description": "XAU / USD", + "id": "31e35d01-ac63-496c-81db-0da5933372a6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcfab06d788c9152d863406754c70812cda24f5e1", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3A1d6444fb6a402470098E23DaD0B7E86E14252F", + "chain": { + "id": 8453 + }, + "description": "CHF / USD", + "id": "b84acffa-291d-4e03-94ed-64175b5ed8dc", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x714d6dddc7ea6c047e96e6520b7ddba6b180daea", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x5213eBB69743b85644dbB6E25cdF994aFBb8cF31", + "chain": { + "id": 8453 + }, + "description": "XAU / USD", + "id": "31e35d01-ac63-496c-81db-0da5933372a6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x40ee0430a5661a6D86f0E309d4142e41d531a6B9", + "chain": { + "id": 8453 + }, + "description": "Troy ounces to grams adapter", + "id": "3ed8178b-0b88-4ceb-b4cf-8bdbcf9f7bce", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x44bc67fadd424582f24d655025e3b32286038967", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x5213eBB69743b85644dbB6E25cdF994aFBb8cF31", + "chain": { + "id": 8453 + }, + "description": "XAU / USD", + "id": "31e35d01-ac63-496c-81db-0da5933372a6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x40ee0430a5661a6D86f0E309d4142e41d531a6B9", + "chain": { + "id": 8453 + }, + "description": "Troy ounces to grams adapter", + "id": "3ed8178b-0b88-4ceb-b4cf-8bdbcf9f7bce", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x3A1d6444fb6a402470098E23DaD0B7E86E14252F", + "chain": { + "id": 8453 + }, + "description": "CHF / USD", + "id": "b84acffa-291d-4e03-94ed-64175b5ed8dc", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd725d9042d424bdf12340bcdb189a38736f0940b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3f2a979f28ff099f12aeff9340faa41eb19e947f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcae8377b2f3ba2592d3adec951553c699859fece", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xecf63962ad0388d8f79cbf85536474e458866e06", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdcbc5294ac4c7e64dd3568f8a2b042baafbbb04b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x532f71fa88e3ce643b02d422f838f06264aba3e2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1852873479f24a5aee99353b0a64c918db35b988", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x3B2107bf4f2D20A72361496d73B46824bC2a7342", + "chain": { + "id": 8453 + }, + "description": "Aerodrome Morpho Price Feed", + "id": "902402a0-47e0-439a-948b-835d877f08ed", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x245951c8a17dd700a35a3cb6e2007c3e8d133f0b", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xc15d9944dAefE2dB03e53bef8DDA25a56832C5fe", + "chain": { + "id": 8453 + }, + "description": "WELL / USD", + "id": "8b485909-2851-4364-937e-cc6cf89f32a7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc866447b4c254e2029f1bfb700f5aa43ce27b1be", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xC49F0Dd98F38C525A7ce15E73E60675456F3a161", + "chain": { + "id": 8453 + }, + "description": "bsdETH/ETH (0.5%)", + "id": "23b3304f-2fdf-4907-8bf5-ed88b1c58fe6", + "pair": [ + "bsdETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6e71acd28ef0050d2d42f70d77cbadbb05da96a4", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xCDCF874C9bb4741bc851Ded16271af7F96CcF9F5", + "chain": { + "id": 8453 + }, + "description": "Aerodrome Morpho Price Feed", + "id": "955a1f1b-25fb-45b8-ae2b-0a7d156555c1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xab311a5ee8ac3278475f84448bfa99a80030ddd6", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x99C098FA069B120dd81E56c0f2178093cc7a851f", + "chain": { + "id": 8453 + }, + "description": "vyUSD-USD Exchange Rate", + "id": "8a69257a-27f8-4938-94a2-5482bdc6fd7f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x14a816839b69b38c91ddf918a00bfd9e3f09292d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9c005a17721c1be0b63ed18c3a29bee4dca9f74b", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc2cbffd3db2925de4904c49867e6299e1cd164f2", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2dc205f24bcb6b311e5cdf0745b0741648aebd3d", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x87b881ef276a2e7fecb65ad75568aab78a52f2d4", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa121e16fb1def975c2b53c778a67b81926622687", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x186c4ffddff98718eb95702f7c80ad6e097c7659", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xca11C37a4182E98683EA6A6161a93034664ABDF1", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by Stork", + "id": "1f78e648-d351-413c-8aa5-76632b89381c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0065801dbe91b7e2dbde9f4d1c0073def76663ce", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x295206568bd64d54ee3bc0880e6a91055c0ca46c", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xeca2c68d29fc93370ba20d435f2ef05804c93b66", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc3966ceb04f0fb3837abd50c104e09d5d52ee4fd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x109a100c88096b2c00275a516a1545d67b92cd77", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x663becd10dae6c4a3dcd89f1d76c1174199639b9", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x407cca355c1f677b4a7cc610b5cb619b26ec5359", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xca11C37a4182E98683EA6A6161a93034664ABDF1", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by Stork", + "id": "1f78e648-d351-413c-8aa5-76632b89381c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe93c5157e32859a28fb42e9aa05aca65e45a7065", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x07DA0E54543a844a80ABE69c8A12F22B3aA59f9D", + "chain": { + "id": 8453 + }, + "description": "cbBTC / USD (0.5%)", + "id": "96a597b6-7836-4a12-8bf3-1e989c2ed70c", + "pair": [ + "CBBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xc91D87E81faB8f93699ECf7Ee9B44D11e1D53F0F", + "chain": { + "id": 8453 + }, + "description": "EUR / USD (0.3%)", + "id": "6a6f75c6-aed4-4b6a-a6a7-aaecbfd61fc6", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x4b5e24ba60b8a0510bd9b5716fc98bd6fec9b304", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb9812592279b8d354ec48db39c58d7e778590e5a", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1ae3b05ea39e660c86066fde5be3eaa1ff155b40", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x696dAF18Ba0Cf503FAc9ef137ed3EF5aA719e14D", + "chain": { + "id": 8453 + }, + "description": "WELL / USD", + "id": "627345b8-85b4-48a7-aefd-08951f423cb4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x754d0fa17554d56550a1a7cb68032ffeff3d89dd", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc3d040fc3dbb16ac400b2a469ca3f8a92b01e47c", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x67a3226e69A1a8316eF1807a44f077AF80071926", + "chain": { + "id": 8453 + }, + "description": "reUSD/USD exchange rate", + "id": "8d7a381b-a3f1-413c-bc4b-6d7d5bfd6f4d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x800e0d168a44d864204de811945065fc59935ab3", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x98B14fc2cc69186d8cffA342087D9E84228017De", + "chain": { + "id": 8453 + }, + "description": "MAMO / USD", + "id": "27fdc142-c6bd-4622-aaa1-8ce3e1dc5c1f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x49a48d40ce05e2f23f2b4a17ecc751b872618446", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x43a5C292A453A3bF3606fa856197f09D7B74251a", + "chain": { + "id": 8453 + }, + "description": "WSTETH / ETH (0.5%)", + "id": "6f0a2ba4-cee4-4a8c-a413-50c8f8791c4c", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x35d87a743d1f2f7cafb42d855dc1c5df857ce45f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x34cD971a092d5411bD69C10a5F0A7EEF72C69041", + "chain": { + "id": 8453 + }, + "description": "ADA / USD", + "id": "6216ff82-e5bc-4475-9c33-bff88579dcb1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd0d14b4944a751e14f0061a18c62c76220adad8e", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x07DA0E54543a844a80ABE69c8A12F22B3aA59f9D", + "chain": { + "id": 8453 + }, + "description": "cbBTC / USD (0.5%)", + "id": "96a597b6-7836-4a12-8bf3-1e989c2ed70c", + "pair": [ + "CBBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x47f961e6653423a77b1ef8fb680ee53bf7d8a00d", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x206a34e47093125fbf4C75b7c7E88b84c6A77a69", + "chain": { + "id": 8453 + }, + "description": "LTC / USD", + "id": "6f47bd06-c32e-491a-9222-0c12bf1f7104", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x031b2efc8d70042ac8d9f5c793c4149ec4b60fde", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x9f0C1dD78C4CBdF5b9cf923a549A201EdC676D34", + "chain": { + "id": 8453 + }, + "description": "XRP / USD", + "id": "7a50b976-8887-4452-9e9d-1d8545f77b02", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4c155b23b78b1deabb062d004a469364554b2322", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xe95e258bb6615d47515Fc849f8542dA651f12bF6", + "chain": { + "id": 8453 + }, + "description": "MORPHO / USD", + "id": "15ae9ec1-9035-4d53-9c67-c3ca0c0f9d89", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa9d36600fb9eba7548857e61f836ec951e3091b2", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x8422f3d3CAFf15Ca682939310d6A5e619AE08e57", + "chain": { + "id": 8453 + }, + "description": "DOGE / USD (0.5%)", + "id": "73168c5b-9544-4579-9585-5b83b7f52221", + "pair": [ + "DOGE", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0a1d042b57608444fa8c215302c304457425b1c9", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xe95e258bb6615d47515Fc849f8542dA651f12bF6", + "chain": { + "id": 8453 + }, + "description": "MORPHO / USD", + "id": "15ae9ec1-9035-4d53-9c67-c3ca0c0f9d89", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x559fca3613a4029a8ddf2c1b06fc1904d8d8723f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xEaf310161c9eF7c813A14f8FEF6Fb271434019F7", + "chain": { + "id": 8453 + }, + "description": "VIRTUAL / USD", + "id": "9023a45e-c82b-47a9-b10d-1df9044ea02d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf03b31a68a5c3f40b913be80870114e7a9144ccb", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xebb9df05f5f3f9b7ca85067cb95023c8cc0c5736", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x8eC6a128a430f7A850165bcF18facc9520a9873F", + "chain": { + "id": 8453 + }, + "description": "VVV / USD", + "id": "9722663b-8fb6-4754-967f-bb2e3c12d697", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd723a1a6b7bb1861a5f7d13ff9bc6a0b5c238054", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe930d2f8cfa6b4ff39e9b728f58fd9e993164309", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xAd5771b3C984748fd39566d4B58Cd32ec4B91856", + "chain": { + "id": 8453 + }, + "description": "yUSD/USDC", + "id": "ed974421-5282-4c86-b86e-34461b2f0192", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x621f0c801fab6c028a8487bcc3243fac2589396c", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xE69de7aBfCf2a252874d66bC7AeF6490B1978e7b", + "chain": { + "id": 8453 + }, + "description": "WELL / USD", + "id": "c7345ea6-dffe-4888-a2d5-5136dc58b0f9", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x71fbad6c2200c8a5b89380f9b6bb8a35d411c852", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xAEeE6335f50e1f8aF924DF0742b1879C9761F5f5", + "chain": { + "id": 8453 + }, + "description": "WELL / USD", + "id": "4de1fa1f-87c2-4583-a7b3-43a98fb17e5a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc842d95b9c35bf97842110408a8c501645fb1722", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x593355Faef3075AF1b20Ca22FeDAbF6F3D2FD66C", + "chain": { + "id": 8453 + }, + "description": "WELL / USD", + "id": "b0019254-8498-4c59-bce9-9d9ca9bbe5b8", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd5ec24b8913d585502950317ab078cfcc437dcbf", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xca11C37a4182E98683EA6A6161a93034664ABDF1", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by Stork", + "id": "1f78e648-d351-413c-8aa5-76632b89381c", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x45bf98cfd89baf738fe31159a761bba8137266c4", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xd7818272B9e248357d13057AAb0B417aF31E817d", + "chain": { + "id": 8453 + }, + "description": "CBETH / USD (0.15%)", + "id": "6acf5881-d2a6-49c1-8c0b-64beed3a11a2", + "pair": [ + "CBETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xca11C37a4182E98683EA6A6161a93034664ABDF1", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by Stork", + "id": "1f78e648-d351-413c-8aa5-76632b89381c", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x18d1325e8528e3ceafbf9a77f3be3f76fec42d5c", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xF4DCcaE864EDF2b218B40A950c4407C3383Dadb9", + "chain": { + "id": 8453 + }, + "description": "MAMO / USD", + "id": "54ad659f-09ef-414f-bbb8-5930bc77815a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf047736713d640974d66b64c5e1ce663e1d16d18", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x07DA0E54543a844a80ABE69c8A12F22B3aA59f9D", + "chain": { + "id": 8453 + }, + "description": "cbBTC / USD (0.5%)", + "id": "96a597b6-7836-4a12-8bf3-1e989c2ed70c", + "pair": [ + "CBBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xca11C37a4182E98683EA6A6161a93034664ABDF1", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by Stork", + "id": "1f78e648-d351-413c-8aa5-76632b89381c", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xbe3997eb6cd335bbec14036c0ddbd4af6cb69eef", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xca11C37a4182E98683EA6A6161a93034664ABDF1", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by Stork", + "id": "1f78e648-d351-413c-8aa5-76632b89381c", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1b5c4a99754bbc4c559381c6844a10583e220e72", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x9e07546c9Fe8868855CD04B26051a26D1599E270", + "chain": { + "id": 8453 + }, + "description": "LBTC / USD", + "id": "440f47cd-7c60-4687-bc54-9cdf43eb376c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xca11C37a4182E98683EA6A6161a93034664ABDF1", + "chain": { + "id": 8453 + }, + "description": "A port of a chainlink aggregator powered by Stork", + "id": "1f78e648-d351-413c-8aa5-76632b89381c", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xae7738a415c7c9e05d21d3f8117273bfd839671f", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7e78505d714cc801a0a51cfa0e7870538310934e", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x25d4f3f8dfeb5261110eff6da8584addcc21dd26", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6fdec2b9f6b6721d37538692a74b71775507e2a8", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x81575495532fB311Efc5C993B612564274F0949b", + "chain": { + "id": 8453 + }, + "description": "SGD / USD", + "id": "64c646b4-6d28-4e6b-910e-1e13d00a4ded", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2b44d170711f910aae58bce6b01f7ae0d95cdc26", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x483bc2b90c3e7427c1473f47b23ca7697fdfa9b3", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcbd6186d211e14f27b19b3518468a3d9798e401e", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x43a5C292A453A3bF3606fa856197f09D7B74251a", + "chain": { + "id": 8453 + }, + "description": "WSTETH / ETH (0.5%)", + "id": "6f0a2ba4-cee4-4a8c-a413-50c8f8791c4c", + "pair": [ + "WSTETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x81575495532fB311Efc5C993B612564274F0949b", + "chain": { + "id": 8453 + }, + "description": "SGD / USD", + "id": "64c646b4-6d28-4e6b-910e-1e13d00a4ded", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x690ac57864158aa3cf93f0f70d77db9a1ee0960f", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x64c911996D3c6aC71f9b455B1E8E7266BcbD848F", + "chain": { + "id": 8453 + }, + "description": "BTC / USD (0.1%)", + "id": "5ecf7491-654e-4879-b017-0fc69ba77a95", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x81575495532fB311Efc5C993B612564274F0949b", + "chain": { + "id": 8453 + }, + "description": "SGD / USD", + "id": "64c646b4-6d28-4e6b-910e-1e13d00a4ded", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5ecf0063ad1870f2ee4e010a415629e5881f9dcb", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x07DA0E54543a844a80ABE69c8A12F22B3aA59f9D", + "chain": { + "id": 8453 + }, + "description": "cbBTC / USD (0.5%)", + "id": "96a597b6-7836-4a12-8bf3-1e989c2ed70c", + "pair": [ + "CBBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x81575495532fB311Efc5C993B612564274F0949b", + "chain": { + "id": 8453 + }, + "description": "SGD / USD", + "id": "64c646b4-6d28-4e6b-910e-1e13d00a4ded", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd5eb6fb4c09b997a3f1cadfcc089398285071eb8", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0xd7818272B9e248357d13057AAb0B417aF31E817d", + "chain": { + "id": 8453 + }, + "description": "CBETH / USD (0.15%)", + "id": "6acf5881-d2a6-49c1-8c0b-64beed3a11a2", + "pair": [ + "CBETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x81575495532fB311Efc5C993B612564274F0949b", + "chain": { + "id": 8453 + }, + "description": "SGD / USD", + "id": "64c646b4-6d28-4e6b-910e-1e13d00a4ded", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x04721727d669683783cd012aa61e96a76ab3f622", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x868a501e68F3D1E89CfC0D22F6b22E8dabce5F04", + "chain": { + "id": 8453 + }, + "description": "cbETH-ETH Exchange Rate (0.5%)", + "id": "d8d6dc69-eb63-4be7-ae46-e8543bc15a6c", + "pair": [ + "cbETH", + "ETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": { + "address": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", + "chain": { + "id": 8453 + }, + "description": "ETH / USD (0.15%)", + "id": "e57df608-f585-47a3-bdef-b0d963ae16b7", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedOne": { + "address": "0x81575495532fB311Efc5C993B612564274F0949b", + "chain": { + "id": 8453 + }, + "description": "SGD / USD", + "id": "64c646b4-6d28-4e6b-910e-1e13d00a4ded", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x541de718a34f6db1daefbfc9510692ada2b8ff78", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x81575495532fB311Efc5C993B612564274F0949b", + "chain": { + "id": 8453 + }, + "description": "SGD / USD", + "id": "64c646b4-6d28-4e6b-910e-1e13d00a4ded", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf150af4d084dc419b9c115d6a095813cf0b4b5fe", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x81575495532fB311Efc5C993B612564274F0949b", + "chain": { + "id": 8453 + }, + "description": "SGD / USD", + "id": "64c646b4-6d28-4e6b-910e-1e13d00a4ded", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xded001caf296abc25671d7ec5b4d03ea4650936d", + "chainId": 8453, + "data": { + "baseFeedOne": { + "address": "0x2AD358a2972aD56937A18b5D90A4F087C007D08d", + "chain": { + "id": 8453 + }, + "description": null, + "id": "57e9e263-5896-48de-b613-398eb3439b57", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x7e860098F58bBFC8648a4311b374B1D669a2bc6B", + "chain": { + "id": 8453 + }, + "description": "USDC / USD (0.3%)", + "id": "76fce4b7-d38b-458a-ac83-a064da1e4e65", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2a591a447fbf8e7f8260557f4421833d97979fb1", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfede1e8a7013384b099e9829af8995cd7cf84717", + "chainId": 8453, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0000000000000000000000000000000000000000", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x06fb796f7d18e8134e681a72c873efb09f4c9872", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x06f3a8336969228089d6981fd8c266f82a19319f", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0x72484B12719E23115761D5DA1646945632979bB6", + "chain": { + "id": 137 + }, + "description": "AAVE / USD", + "id": "c20d6729-ea46-45a0-a6b2-eb076cc6eb65", + "pair": [ + "AAVE", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0d5da878b417f80dbb2e94ea87c9ca9de285b2ac", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0e8289d82fa65da1decc12485a683dce9b15ec93", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x11265628fe3741764e675ab89a6b2579457bf586", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x120a3dc5daf65f55168eeb3dd2917d46a629d765", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x12f67f6d3e2663545f9a4e0216741fc651e13a5a", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1338d6d22c55ac9cdf9a3d57b7aa66c70ef24957", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x13d8b2d9539ae4e5414c0309417094030de8fda8", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0xBF4Fa84B5433660a4194B5FbaF41c3d11B47ed77", + "chain": { + "id": 137 + }, + "description": "RedStone Price Feed for ACRED_FUNDAMENTAL", + "id": "2f537023-b831-43af-8036-5405b6f12569", + "pair": [ + "ACRED", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x14c5f50f4a02c7825eaf90197274b6b89011fbf2", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x151e8383646b451c6a17630542fe568da83548a5", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0xfE4A8cc5b5B2366C1B58Bea3858e81843581b2F7", + "chain": { + "id": 137 + }, + "description": "USDC / USD", + "id": "37043cac-22c6-49b7-878c-678f3b411e80", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xB90DA3ff54C3ED09115abf6FbA0Ff4645586af2c", + "chain": { + "id": 137 + }, + "description": "BRL / USD", + "id": "3a2a2130-54d0-4110-98d9-f40ce756ec7b", + "pair": [ + "BRL", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1567c838dda612a48d07826db112af40240aec0b", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x15b4e0ee3dc3d20d9d261da2d3e0d2a86a6a6291", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0xaca1222008C6Ea624522163174F80E6e17B0709A", + "chain": { + "id": 137 + }, + "description": "WBTC / USD", + "id": "ebf25e80-0544-45ef-8194-21696ca03e3e", + "pair": [ + "WBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x173e82f25cf929e59fc60627499508f925c3efec", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x197a412c482b1c4427d21292d6073fe6311862ee", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1c95ee640bc0172ba8ceab901f8ad398359feaf6", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1dc2444b54945064c131145cd6b8701e3454c63a", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0x3Ea1eC855fBda8bA0396975eC260AD2e9B2Bc01c", + "chain": { + "id": 137 + }, + "description": "wstETH-stETH Exchange Rate", + "id": "97e027ad-2d36-4586-a6d5-82e066d6e108", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1d1b97a185f4d73eea07a1da6105395943a83750", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x20fe2523873be99149c88ed0e8f715abdda6cea8", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x22d3774fe1c92d19468a26c5e53382e3c446f87f", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0x794Bf4E568330eE7fe6F4b78fb3933faa7FC0210", + "chain": { + "id": 137 + }, + "description": "Data Feed", + "id": "b1aeafdf-3770-40be-ae75-924495c68abe", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xfE4A8cc5b5B2366C1B58Bea3858e81843581b2F7", + "chain": { + "id": 137 + }, + "description": "USDC / USD", + "id": "37043cac-22c6-49b7-878c-678f3b411e80", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x237adc46b78211484f18f9f72b7e750e29a0b6e4", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x24e3c32540d688792ee7a02999b4a1a661b04d9e", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xD2D1BdD220C35C27f70a2bE1eD6462cECAc76384", + "chain": { + "id": 137 + }, + "description": "VanEck SMH MID iNAV", + "id": "7ab18ba1-98a4-4af0-88f9-e4e9048f35fd", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2765a2a4f3b86c2210f729d9b0daf55a976432bb", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2771776a1d0145d3fd775e204ba52e7ea2bb07a3", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2aa20a2276dda01a91f7c4b68b6fde841378cd6a", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2cf4e1e38d432cb3ef0ae3c83954db1b4f09a796", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2ca74fc49a395414b43e44fa810cf4916c6e47b7", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2cdb47d5425923fdba4eee505d16fa8588b5f6f6", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2e9ec17ccf985ebc03c09ad43839eaf2e53ccc39", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0xfBF4299519bdF63AE4296871b3a5237b09021B26", + "chain": { + "id": 137 + }, + "description": "ETH / USD", + "id": "dc093bca-1d08-45b6-b330-9d856b55c1a8", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x31747d843c100b0364d189e8b2f1fb3f6b758ae5", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3291da46fc707cffec5d702d2636a0cfe28e375e", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x331efb0319a061b93f45afedf7ac67e8d3a74b1d", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3400dd3a975c0eaf4115303a3701ec70375aff5c", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x34e3e113cc0cc0f431be3e760f239cc4648bb46e", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3524f21923e43db49c14bef63cdf26bb566b1c55", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x37a11276d916412375adfa7a2d75a1f92b5ef50c", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x37cb9063c66160d751ebd05f913c301216fa8745", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x399fd9c6f4e08dbcfbb0825e51bd259fc5e09ca7", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x39bc87bd1ae235eb21f35eeeeb5d69d386140289", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3baefca1c626262e9140b7c789326235d9ffd16d", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0xaca1222008C6Ea624522163174F80E6e17B0709A", + "chain": { + "id": 137 + }, + "description": "WBTC / USD", + "id": "ebf25e80-0544-45ef-8194-21696ca03e3e", + "pair": [ + "WBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xfBF4299519bdF63AE4296871b3a5237b09021B26", + "chain": { + "id": 137 + }, + "description": "ETH / USD", + "id": "dc093bca-1d08-45b6-b330-9d856b55c1a8", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3e9d068a87301d5b46cf19d698c36345615be1a5", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3f21dd89e86610be845fbcad64598042bdc5dbdb", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4727c4cef661f8b533eae96b94a8e89891420750", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x47646809fc04cf3e6e82049f2c3726bfab0d65b0", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x483a637e569643d09c2aa5f41857435b0d05f234", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x49a05418c78cacca498ed2dde945baea0e3fa33e", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4f7f14f910486988424f9f5326e6dd2b125d0dfe", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4fea1214d578dc8bce44aa44867618b2a5f80e8f", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4ce9d52099b9f649346534dabea504d422cd6ed4", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4d1d0665db603d0049024a225dae83316c657542", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4f807bdb7d9a923c6509bfe08b383904a3bad2f4", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x50811ba5330eb43790d38be5cd5f1276bb8c1f9e", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5334c5525e3985bc347607776b7353b27a5a5f07", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x53c44e7d0d30e942c4eff666592864e4200d5b2d", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xD2D1BdD220C35C27f70a2bE1eD6462cECAc76384", + "chain": { + "id": 137 + }, + "description": "VanEck SMH MID iNAV", + "id": "7ab18ba1-98a4-4af0-88f9-e4e9048f35fd", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x53d6cb03889dc1b97511f39a43d1fd12a2804d2d", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x549ab49cd0d235363095260f212cf22540de9081", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x55bd2dfa537b3dff9257d7be21a295babaef9813", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xD2D1BdD220C35C27f70a2bE1eD6462cECAc76384", + "chain": { + "id": 137 + }, + "description": "VanEck SMH MID iNAV", + "id": "7ab18ba1-98a4-4af0-88f9-e4e9048f35fd", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5638091554926253aa3a63d534263616423801ed", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5802dea84753cfc2c0130591c59b838eb4cf5345", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x59649fe9e3ed5c5f25ba734f4d28041ad517d5ae", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5a8da665eadf1ef51bae112e097bcb9f4683b2b6", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0xfBF4299519bdF63AE4296871b3a5237b09021B26", + "chain": { + "id": 137 + }, + "description": "ETH / USD", + "id": "dc093bca-1d08-45b6-b330-9d856b55c1a8", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5ad8f5bb522545aebed22f16817d9533ba40afd4", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5d553be162b5e4e6dd3e5ae8b029d26b725d7ae2", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5c2cba83f8aea30d292c8e6a2def2e2e42df4ea9", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5cc5bf1a730335261141cb4c824606e6a369b3e8", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x61b625578ed7981195bde253dbed3fe3d1c58ec0", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x624d826c5233a7426c98d1be789e70583a296b24", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0xaca1222008C6Ea624522163174F80E6e17B0709A", + "chain": { + "id": 137 + }, + "description": "WBTC / USD", + "id": "ebf25e80-0544-45ef-8194-21696ca03e3e", + "pair": [ + "WBTC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x66aCD49dB829005B3681E29b6F4Ba1d93843430e", + "chain": { + "id": 137 + }, + "description": "MATIC / USD", + "id": "ed590929-3b42-44ab-8ece-889b4d2e31b7", + "pair": [ + "MATIC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6289e4ad71c2e31a86a48d0b9d136cb0550ae56f", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x648ff6ad9f0cefe508ae979d7bf4fa48ae99ca9e", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0xfBF4299519bdF63AE4296871b3a5237b09021B26", + "chain": { + "id": 137 + }, + "description": "ETH / USD", + "id": "dc093bca-1d08-45b6-b330-9d856b55c1a8", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x66aCD49dB829005B3681E29b6F4Ba1d93843430e", + "chain": { + "id": 137 + }, + "description": "MATIC / USD", + "id": "ed590929-3b42-44ab-8ece-889b4d2e31b7", + "pair": [ + "MATIC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x690bf7311207024f63353ae4b7b461bc151457a5", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6c87ac2a51f6c6b051e5e49d9b9c07a364b5a152", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6f43d1f112ca751517d5e5895e841771b85efce5", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x70e5880144b02388b55fa19074d752b5f00b6c6b", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7242b1ae8d203482eaca839b1674775dbe9ae3fd", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x73acb25b42ec034083e6dcc5468c21be5d239598", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x768f8cd11cf2d1a3e6083d3b6c51b4c4a2a88d08", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x76e89d6cce4d3e851fb20d9e87e18e18420280ca", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x794f79490c82b63260a8c99cf0ecaa44aaba1fc7", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7a18a6497f21440715307d8acea0f96626668811", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7b9159c4ca8f59f9dc71dec7135248da31cb8223", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7f944310c24792ca72cc103ee6b1c2a67cd568eb", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7dc78b009c8c82b4876f43c8635f0bbeef35d015", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7e0b9933407a9362f1b47b4d59a371efb01303f6", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x81dba44efea30aed9378c3bee61bdefb93dcc073", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8464a9a83c45d756077ddf3899ff510779bdca44", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x847007de135647bf67ccb9e1afc51bd2919ea838", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x874fc8684cc5f80751597e6a6919d6a4b1d5bd6c", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8b6ceb0b6a61f953b9acb4ea4d63055c6c2360bc", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8b9fbf8103bc7b1c80647a7e1a8691e4de617df5", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8ce7fbef3533b2c32611ff1c5021c368c954fc7d", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8e0714de943b7f344a1a52b08ec9f451d376cf76", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0xfBF4299519bdF63AE4296871b3a5237b09021B26", + "chain": { + "id": 137 + }, + "description": "ETH / USD", + "id": "dc093bca-1d08-45b6-b330-9d856b55c1a8", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8eaba217671035f737868e602bd9033cb5db2b97", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8eece0e6a57554d70f4fa35913500d4c17ac3fef", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0xb6Cd28DD265aBbbF24a76B47353002ffeBd56099", + "chain": { + "id": 137 + }, + "description": "Calculated MaticX / USD", + "id": "9874283b-7d35-4c38-a957-df7f56781009", + "pair": [ + "MaticX", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8f946c2f4b6b32d35b91ba3d35023a058a70a805", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9033eade26ab2c09c8eeafa81a10d7f9c155c04d", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9114ab1bcf2fe0c5ab33a05540d5f0846e8f1f32", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9316bb115b6dc855bbfea6c0cd3b7430e6056d0a", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9390a3ee446a9d1137f31b20373518be2fec63f4", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9551cac2854f9971536472eff26ef026bd423146", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa4bcc1c8cbafd2ea5a6543d9879bd01dd944d572", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x197a412c482b1c4427d21292d6073fe6311862ee", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7dc78b009c8c82b4876f43c8635f0bbeef35d015", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc0be71243299e1f11d96af5dadb4f59f07cf5c2d", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf048a3088a0325caa3eb734df4071e851361cab8", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xD2D1BdD220C35C27f70a2bE1eD6462cECAc76384", + "chain": { + "id": 137 + }, + "description": "VanEck SMH MID iNAV", + "id": "7ab18ba1-98a4-4af0-88f9-e4e9048f35fd", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xfa8f6659bd6b67e591b52a05c0edba0aa577a308", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5cc5bf1a730335261141cb4c824606e6a369b3e8", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe35b4d255f7456dee71e5419bd1994ae551259c5", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5ad8f5bb522545aebed22f16817d9533ba40afd4", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb01f9904133050b31ddd706359dfd00ca594acfc", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x55bd2dfa537b3dff9257d7be21a295babaef9813", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xD2D1BdD220C35C27f70a2bE1eD6462cECAc76384", + "chain": { + "id": 137 + }, + "description": "VanEck SMH MID iNAV", + "id": "7ab18ba1-98a4-4af0-88f9-e4e9048f35fd", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x37a11276d916412375adfa7a2d75a1f92b5ef50c", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7f944310c24792ca72cc103ee6b1c2a67cd568eb", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x37cb9063c66160d751ebd05f913c301216fa8745", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb5fd0f24299fd0ea258fc117c5350f8cb91e2e81", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9551cac2854f9971536472eff26ef026bd423146", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc393e89021584a4e14e98aabec0f3dd496ae2f08", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8464a9a83c45d756077ddf3899ff510779bdca44", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x53c44e7d0d30e942c4eff666592864e4200d5b2d", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xD2D1BdD220C35C27f70a2bE1eD6462cECAc76384", + "chain": { + "id": 137 + }, + "description": "VanEck SMH MID iNAV", + "id": "7ab18ba1-98a4-4af0-88f9-e4e9048f35fd", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe9eed1006e7aba72886e758292af257ce7879186", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc424cf11c9b5fb24c5fd1b3580dc93e8e593c868", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc159ae6c56bac49e151eb373997a38d58b87423f", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9316bb115b6dc855bbfea6c0cd3b7430e6056d0a", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2aa20a2276dda01a91f7c4b68b6fde841378cd6a", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xae56c7171dd5a8043495d93dc8f9da4f47a7d965", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2ca74fc49a395414b43e44fa810cf4916c6e47b7", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x794f79490c82b63260a8c99cf0ecaa44aaba1fc7", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9033eade26ab2c09c8eeafa81a10d7f9c155c04d", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc4e110628f9333b1c62c3f2262dd4d8ff81d4f21", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4f807bdb7d9a923c6509bfe08b383904a3bad2f4", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0d5da878b417f80dbb2e94ea87c9ca9de285b2ac", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0e8289d82fa65da1decc12485a683dce9b15ec93", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xca3c3d4e967a6b3f4d3c027392c87922a5aff8ff", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x49a05418c78cacca498ed2dde945baea0e3fa33e", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6289e4ad71c2e31a86a48d0b9d136cb0550ae56f", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7a18a6497f21440715307d8acea0f96626668811", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfe31652ecb05b07a5c66e3d85b2606b12793d4d5", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa0faef6fdc9f07be768a0fe26a215a764b51f949", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcc274a27110b28a16578f7b5fdc4aac1784f3e93", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x12f67f6d3e2663545f9a4e0216741fc651e13a5a", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9d521ee862fac24925b0efa4b5a6e6f8c42de95e", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe4956b5d5c2153693b5b92c8f0c332559751c4d9", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe84cf3ed9283503f0be36c7d97b33af717945bd3", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8eaba217671035f737868e602bd9033cb5db2b97", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2765a2a4f3b86c2210f729d9b0daf55a976432bb", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x59649fe9e3ed5c5f25ba734f4d28041ad517d5ae", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3400dd3a975c0eaf4115303a3701ec70375aff5c", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe2f91c1bbae92280771adb78ec9f04c34a089a2e", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4ce9d52099b9f649346534dabea504d422cd6ed4", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6f43d1f112ca751517d5e5895e841771b85efce5", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2cf4e1e38d432cb3ef0ae3c83954db1b4f09a796", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdeac963c2f5b8f3b00f60d3c359008e43b801bbb", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb4fed4c3b002e0fbfc471b2fbecfaccaa446bd6e", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc17e69e80b848b8d1343ce3aa6f7a780a8ce4913", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xaac0a49494df4efa70ab1cd322d5db3627f29c3a", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf3c4c90564f5152186b54b2fc74e9ec9b115e569", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x06fb796f7d18e8134e681a72c873efb09f4c9872", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x39bc87bd1ae235eb21f35eeeeb5d69d386140289", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xafb79ef5b9df8886b1975ba0906b891fdb1aa374", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0x0f6914d8e7e1214CDb3A4C6fbf729b75C69DF608", + "chain": { + "id": 137 + }, + "description": "PAXG / USD", + "id": "5a2ab599-ce0a-4cc7-ad2e-350916280b98", + "pair": [ + "PAXG", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x73366Fe0AA0Ded304479862808e02506FE556a98", + "chain": { + "id": 137 + }, + "description": "EUR / USD", + "id": "11fc4e56-af40-4941-b30c-0bb1ee363ad8", + "pair": [ + "EUR", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x173e82f25cf929e59fc60627499508f925c3efec", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xce1981cf39c2c5edaa76588b1d4fcdccb8ebd18b", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x81dba44efea30aed9378c3bee61bdefb93dcc073", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa1b79dc94b7432b91d974e676c6ef802d1c94dd2", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x47646809fc04cf3e6e82049f2c3726bfab0d65b0", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4727c4cef661f8b533eae96b94a8e89891420750", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x20fe2523873be99149c88ed0e8f715abdda6cea8", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3524f21923e43db49c14bef63cdf26bb566b1c55", + "chainId": 137, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x151e8383646b451c6a17630542fe568da83548a5", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0xfE4A8cc5b5B2366C1B58Bea3858e81843581b2F7", + "chain": { + "id": 137 + }, + "description": "USDC / USD", + "id": "37043cac-22c6-49b7-878c-678f3b411e80", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xB90DA3ff54C3ED09115abf6FbA0Ff4645586af2c", + "chain": { + "id": 137 + }, + "description": "BRL / USD", + "id": "3a2a2130-54d0-4110-98d9-f40ce756ec7b", + "pair": [ + "BRL", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd5d38f6a8de2184cd66d34c6b1c0558ca330570d", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0xD647a6fC9BC6402301583C91decC5989d8Bc382D", + "chain": { + "id": 137 + }, + "description": "JPY / USD", + "id": "0d14f273-8eb3-4393-86e3-31c76e67937e", + "pair": [ + "JPY", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xfE4A8cc5b5B2366C1B58Bea3858e81843581b2F7", + "chain": { + "id": 137 + }, + "description": "USDC / USD", + "id": "37043cac-22c6-49b7-878c-678f3b411e80", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9d34922feafbc7db515ec63a40f33a7d1ea0549c", + "chainId": 137, + "data": { + "baseFeedOne": { + "address": "0xfE4A8cc5b5B2366C1B58Bea3858e81843581b2F7", + "chain": { + "id": 137 + }, + "description": "USDC / USD", + "id": "37043cac-22c6-49b7-878c-678f3b411e80", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Chainlink" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xD647a6fC9BC6402301583C91decC5989d8Bc382D", + "chain": { + "id": 137 + }, + "description": "JPY / USD", + "id": "0d14f273-8eb3-4393-86e3-31c76e67937e", + "pair": [ + "JPY", + "USD" + ], + "vendor": "Chainlink" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3379562a17a5df00810dd969e6e67f4cc210e7e9", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xDf4c077733412cc04545a629Dea389663BFaDb4E", + "chain": { + "id": 130 + }, + "description": "rsETH / ETH Chronicle price feed", + "id": "3feb1319-af4c-40c6-aab4-88646e27d859", + "pair": [ + "rsETH", + "ETH" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x74661a9ea74fD04975c6eBc6B155Abf8f885636c", + "chain": { + "id": 130 + }, + "description": "wstETH / ETH Fundamental Chronicle price feed", + "id": "9da5e9b1-e43d-409a-b283-427ac24b6c66", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Chronicle" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcfc2144093b897299cc1539446d83b3054abb9bb", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0x041a131Fa91Ad61dD85262A42c04975986580d50", + "chain": { + "id": 130 + }, + "description": "", + "id": "9e133ec5-25f4-4601-b586-5837d44db1af", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xD3C586Eec1C6C3eC41D276a23944dea080eDCf7f", + "chain": { + "id": 130 + }, + "description": "", + "id": "c840ec5f-0b9d-4902-aa20-fe30864d9404", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xaffaf4fba066108ae1e8098fbb2d7e0758ca04e8", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xa7C64E79eeee1A4c9B6Ea2976Fa37c276BB1A6cD", + "chain": { + "id": 130 + }, + "description": "", + "id": "29bca655-6367-44e7-8a72-ffddfd9e6969", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xAD806B3BD9cb89C5021CB4f2102258e3DfbB3BD4", + "chain": { + "id": 130 + }, + "description": "", + "id": "47776687-9f2e-4f4e-86fb-d08cb8944540", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0xD3C586Eec1C6C3eC41D276a23944dea080eDCf7f", + "chain": { + "id": 130 + }, + "description": "", + "id": "c840ec5f-0b9d-4902-aa20-fe30864d9404", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7f94b1ae11593cf704a5dab9dd05f068662a0e34", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xDf4c077733412cc04545a629Dea389663BFaDb4E", + "chain": { + "id": 130 + }, + "description": "rsETH / ETH Chronicle price feed", + "id": "3feb1319-af4c-40c6-aab4-88646e27d859", + "pair": [ + "rsETH", + "ETH" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x74661a9ea74fD04975c6eBc6B155Abf8f885636c", + "chain": { + "id": 130 + }, + "description": "wstETH / ETH Fundamental Chronicle price feed", + "id": "9da5e9b1-e43d-409a-b283-427ac24b6c66", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Chronicle" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe00cb9311b04929217a55caa292654468dd75700", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xa7C64E79eeee1A4c9B6Ea2976Fa37c276BB1A6cD", + "chain": { + "id": 130 + }, + "description": "", + "id": "29bca655-6367-44e7-8a72-ffddfd9e6969", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xAD806B3BD9cb89C5021CB4f2102258e3DfbB3BD4", + "chain": { + "id": 130 + }, + "description": "", + "id": "47776687-9f2e-4f4e-86fb-d08cb8944540", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5b0cf2b36a65a6BB085D501B971e4c102B9Cd473", + "chain": { + "id": 130 + }, + "description": "", + "id": "8dd5211e-7729-42ce-a038-19cc5468dbd0", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x43d4f4baeebfede811b0684ec19f909a82440355", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0x93Aa62C43a5cceb33682a267356117C4edbdc9b9", + "chain": { + "id": 130 + }, + "description": "", + "id": "3f88c300-6efd-42c7-a4eb-5f1380ba8d51", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8792bb552bbea5dda5bec8fb56f901dc1e2f0ba0", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0x4Dab7dde07CCBfCfB19bc0537739490faa2ADB15", + "chain": { + "id": 130 + }, + "description": "", + "id": "da0c6b70-8dec-4984-a0e9-594486f35aac", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcd65e1b0bf2a6363be667d9ddbb346e0886bbf4e", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0x70B9de72955ef9dC97192d2ac2e69597A1b54bB8", + "chain": { + "id": 130 + }, + "description": "ezETH / ETH Chronicle price feed", + "id": "e8d5b242-7e20-4422-8e96-4f1f8d6c0d07", + "pair": [ + "ezETH", + "ETH" + ], + "vendor": "Chronicle" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x74661a9ea74fD04975c6eBc6B155Abf8f885636c", + "chain": { + "id": 130 + }, + "description": "wstETH / ETH Fundamental Chronicle price feed", + "id": "9da5e9b1-e43d-409a-b283-427ac24b6c66", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Chronicle" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd70380b505100c61fa26fa862be057e3a7ed38f1", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0x24c8964338Deb5204B096039147B8e8C3AEa42Cc", + "chain": { + "id": 130 + }, + "description": "wstETH/ETH Redstone feed", + "id": "34ba42f4-059c-4177-a082-443f30848b72", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf19ed18adb3441d3f31c56112ba50426effb3d0b", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0x85C4F855Bc0609D2584405819EdAEa3aDAbfE97D", + "chain": { + "id": 130 + }, + "description": "rsETH/ETH FUNDAMENTAL Redstone feed", + "id": "1af2408a-6818-46f0-8e43-4d1d2fc48269", + "pair": [ + "rsETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1f54dea91d8a0921860b6b2c8ae5b2adc64e2739", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0x24c8964338Deb5204B096039147B8e8C3AEa42Cc", + "chain": { + "id": 130 + }, + "description": "wstETH/ETH Redstone feed", + "id": "34ba42f4-059c-4177-a082-443f30848b72", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6c57581d7530c2fbb2006bb4398789afc7effa03", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbe082c66b9860104c8466f267ca61edc25c045c4", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xe8D9FbC10e00ecc9f0694617075fDAF657a76FB2", + "chain": { + "id": 130 + }, + "description": "ETH/USD Redstone feed", + "id": "d8f3175c-0103-4f21-9202-64faefed17b6", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0d608af44011fc05cf1dfdcf83ecb2fe212dfb9e", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf30bbfdab26b15285a303048b97a7910fa252db5", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xe8D9FbC10e00ecc9f0694617075fDAF657a76FB2", + "chain": { + "id": 130 + }, + "description": "ETH/USD Redstone feed", + "id": "d8f3175c-0103-4f21-9202-64faefed17b6", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb5ff701a078720a5f823d31ed285d98bbc44b9cb", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xc44be6D00307c3565FDf753e852Fc003036cBc13", + "chain": { + "id": 130 + }, + "description": "BTC/USD Redstone feed", + "id": "be9cb89d-2f90-41c3-9b81-565b5802e674", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2e54df9add2120daa29069dfb3a47e71d9079f77", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0x24c8964338Deb5204B096039147B8e8C3AEa42Cc", + "chain": { + "id": 130 + }, + "description": "wstETH/ETH Redstone feed", + "id": "34ba42f4-059c-4177-a082-443f30848b72", + "pair": [ + "wstETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0xe8D9FbC10e00ecc9f0694617075fDAF657a76FB2", + "chain": { + "id": 130 + }, + "description": "ETH/USD Redstone feed", + "id": "d8f3175c-0103-4f21-9202-64faefed17b6", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6c146291bf0bee4da8b9885fc5e7fd680a728a62", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xBf3bA2b090188B40eF83145Be0e9F30C6ca63689", + "chain": { + "id": 130 + }, + "description": "weETH/ETH FUNDAMENTAL Redstone feed", + "id": "56acda16-22e6-4d97-85c9-05022e23c3c3", + "pair": [ + "weETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0xe8D9FbC10e00ecc9f0694617075fDAF657a76FB2", + "chain": { + "id": 130 + }, + "description": "ETH/USD Redstone feed", + "id": "d8f3175c-0103-4f21-9202-64faefed17b6", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9d08bbdab2dbf38c77678adec4e0be49ab342f82", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xC3346631E0A9720582fB9CAbdBEA22BC2F57741b", + "chain": { + "id": 130 + }, + "description": "wstETH/stETH FUNDAMENTAL Redstone feed", + "id": "87441d3b-ffc7-4c3e-be40-af4e6f58a754", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x781d11e714c8d9458e580e259a31d9cc824b16d1", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xa0f2EF6ceC437a4e5F6127d6C51E1B0d3A746911", + "chain": { + "id": 130 + }, + "description": "ezETH/ETH FUNDAMENTAL Redstone feed", + "id": "ed17edf5-f7ea-47df-9cc7-5fc17e0e9072", + "pair": [ + "ezETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8ca2161188130f30be187c85436fe1b5b96dbd81", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x82e8505c63ab08ebd8b8e76f5c2a67a235edea24", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xBf3bA2b090188B40eF83145Be0e9F30C6ca63689", + "chain": { + "id": 130 + }, + "description": "weETH/ETH FUNDAMENTAL Redstone feed", + "id": "56acda16-22e6-4d97-85c9-05022e23c3c3", + "pair": [ + "weETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdade74e41c52e34212c89c4372e455f2e48c7873", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xc44be6D00307c3565FDf753e852Fc003036cBc13", + "chain": { + "id": 130 + }, + "description": "BTC/USD Redstone feed", + "id": "be9cb89d-2f90-41c3-9b81-565b5802e674", + "pair": [ + "BTC", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xD15862FC3D5407A03B696548b6902D6464A69b8c", + "chain": { + "id": 130 + }, + "description": "USDC/USD Redstone feed", + "id": "021787e2-afca-45eb-996e-7050ad20f2d3", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2afd9b160adac67862001621ffc1d2dcd6c80653", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xC3346631E0A9720582fB9CAbdBEA22BC2F57741b", + "chain": { + "id": 130 + }, + "description": "wstETH/stETH FUNDAMENTAL Redstone feed", + "id": "87441d3b-ffc7-4c3e-be40-af4e6f58a754", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0xe8D9FbC10e00ecc9f0694617075fDAF657a76FB2", + "chain": { + "id": 130 + }, + "description": "ETH/USD Redstone feed", + "id": "d8f3175c-0103-4f21-9202-64faefed17b6", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": { + "address": "0xD15862FC3D5407A03B696548b6902D6464A69b8c", + "chain": { + "id": 130 + }, + "description": "USDC/USD Redstone feed", + "id": "021787e2-afca-45eb-996e-7050ad20f2d3", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa0560f48e0f105f112c58fa2a43e73d0919afd89", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xBf3bA2b090188B40eF83145Be0e9F30C6ca63689", + "chain": { + "id": 130 + }, + "description": "weETH/ETH FUNDAMENTAL Redstone feed", + "id": "56acda16-22e6-4d97-85c9-05022e23c3c3", + "pair": [ + "weETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": { + "address": "0xe8D9FbC10e00ecc9f0694617075fDAF657a76FB2", + "chain": { + "id": 130 + }, + "description": "ETH/USD Redstone feed", + "id": "d8f3175c-0103-4f21-9202-64faefed17b6", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": { + "address": "0xD15862FC3D5407A03B696548b6902D6464A69b8c", + "chain": { + "id": 130 + }, + "description": "USDC/USD Redstone feed", + "id": "021787e2-afca-45eb-996e-7050ad20f2d3", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x823b36c955732f20df1f13188bed6637f05dff0f", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xC3346631E0A9720582fB9CAbdBEA22BC2F57741b", + "chain": { + "id": 130 + }, + "description": "wstETH/stETH FUNDAMENTAL Redstone feed", + "id": "87441d3b-ffc7-4c3e-be40-af4e6f58a754", + "pair": [ + "wstETH", + "stETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2cabaedef555fe1424468edf4373ee2e868e6e7e", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xBf3bA2b090188B40eF83145Be0e9F30C6ca63689", + "chain": { + "id": 130 + }, + "description": "weETH/ETH FUNDAMENTAL Redstone feed", + "id": "56acda16-22e6-4d97-85c9-05022e23c3c3", + "pair": [ + "weETH", + "ETH" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9f3ef758f5c5c68fa98afaa494963b9943399630", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0x32Fe59f26747688E0f854F88A1091d1B19cF2a4C", + "chain": { + "id": 130 + }, + "description": "Yield Risk Engine gtWETHc", + "id": "34e1fecf-c436-4b64-8b4e-20eb912cafaa", + "pair": [ + "gtwethc", + "WETH" + ], + "vendor": "Ojo" + }, + "baseFeedTwo": { + "address": "0xe8D9FbC10e00ecc9f0694617075fDAF657a76FB2", + "chain": { + "id": 130 + }, + "description": "ETH/USD Redstone feed", + "id": "d8f3175c-0103-4f21-9202-64faefed17b6", + "pair": [ + "ETH", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedOne": { + "address": "0xD15862FC3D5407A03B696548b6902D6464A69b8c", + "chain": { + "id": 130 + }, + "description": "USDC/USD Redstone feed", + "id": "021787e2-afca-45eb-996e-7050ad20f2d3", + "pair": [ + "USDC", + "USD" + ], + "vendor": "Redstone" + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xac297ff06065d0dd690141e768c55a0a4097c6b4", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0xf1454949C6dEdfb500ae63Aa6c784Aa1Dde08A6c", + "chain": { + "id": 130 + }, + "description": "UNI/USD Redstone feed", + "id": "666f15cf-c49a-4e9a-917d-2b6e4966200b", + "pair": [ + "UNI", + "USD" + ], + "vendor": "Redstone" + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbebf408c1eabb94f72e20d1edae2164020e6559d", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xca5b4ae28692b47ad3a890455d91d1914da84d4d", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2e122937099d9924e95083eb7129bb9368d54692", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1b2c1b6a8d0de1cb45742ac65b3605aa78207df9", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0x9064a286162d636f194e08F6aC17d521a4F9B2Aa", + "chain": { + "id": 130 + }, + "description": "Spark USDC Vault", + "id": "f4201298-451b-472e-8054-9ed61138f20f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x85ebed8e29bdae1e302afaa764dc95df822d1a67", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9dff2b1cd90e8861e81ebc4462c5d03baf06b047", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd9fcf7b48064e2032ecd26354040eab194f3d328", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2ab5f498a00c72d5c4f8efc36d943b4f93c0e6bd", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0cc7398b838482e29426dcd3d98b38d07b6c305c", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x77a4085cc2744cb5a339693b65538e2b1db79a3f", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcff6e8b5fa203a04b187d5be4c56438ba3f1819c", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3a7e002198d0d150405133fb983c3e30e4da0963", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x035b98c0715fddb77e082e78bcec75c3c5ace4ca", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x251ae0d29ff294ec2159d9fa614e5c3e8f9a5c92", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd029280d2917f24beab009f39c33b262241a52a8", + "chainId": 130, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x789662311eb8ecd800bc68c67c8786e313e6d39c", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0x4782961880d251865c0d1C626140Cd78076BBb5A", + "chain": { + "id": 130 + }, + "description": null, + "id": "e1e7b197-db59-45ea-a571-78a27cf755a7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2a58e4d95440cd571161390fbe67330276927e2b", + "chainId": 130, + "data": { + "baseFeedOne": { + "address": "0x2AD358a2972aD56937A18b5D90A4F087C007D08d", + "chain": { + "id": 130 + }, + "description": null, + "id": "b8cad0d0-8824-4491-8832-c560b49ae2bd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0311feddd1b904d0a40b017415e002ae1f3f7b7b", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x031bda5ace9b2e3bca6d5301dae4a0f131ad5515", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xb8A0b83462A90c44bEe6e64A01Ab867f6F2920a8", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "86b016dd-650c-461f-8936-2b77686a504d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x090b20e84afdc699ec045db1e7851324e496cad6", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x88AC7Bca36567525A866138F03a6F6844868E0Bc", + "chain": { + "id": 42161 + }, + "description": "USDe / USD", + "id": "355c5220-29ce-43b0-849a-9d3de04f1cca", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0edaa484b877c96f609931a63d78f3d55bceb864", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x40d83Fed0323070B323f6cffa3B2712D749d940b", + "chain": { + "id": 42161 + }, + "description": "Spark USDC Vault", + "id": "74009754-eff3-4bf3-9804-3125b5b61001", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0fc9450fbf1b5bbc231e45d9a8b52a21f3bef699", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x115f020ebe6d9755a1e57a22146a739b46a13553", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x3dD92243A49233a4aa1Dffea89CB46D5e02387cb", + "chain": { + "id": 42161 + }, + "description": null, + "id": "fadb627b-6358-45c8-a225-a91b6ddedef5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf2215b9c35b1697B5f47e407c917a40D055E68d7", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USD", + "id": "e6abb8ab-9c9e-477a-bae7-a9610687471f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1168e7be6c5aa56dfb757451fbc7dc11020bfc68", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x32469164f327ddD6c378332fafaC89F4A8635349", + "chain": { + "id": 42161 + }, + "description": null, + "id": "3b035a0a-6524-435c-98d3-e35681045e63", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf8B3Fa720a9Cd8ABeeD5A81f11F80cD8f93E6B57", + "chain": { + "id": 42161 + }, + "description": null, + "id": "492a9636-dd96-4e07-9ab0-8a4346e9ea4b", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x14a7f156062d35861a285c7a7f5662964c2fe155", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xDC0E6a4372b899b47afCB7e15f4829a94AbceDE9", + "chain": { + "id": 42161 + }, + "description": "xUSD/USD", + "id": "59519710-25e4-4560-8d64-b50a65ac0859", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x177e4d6e8b54a75c12670b2f4326ccde289c4ba7", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x6c063497Bc998626440d7dEbc06E45d9FbBb8123", + "chain": { + "id": 42161 + }, + "description": null, + "id": "6b6c6164-5731-4c9a-b604-6ce3a88a42f9", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf2215b9c35b1697B5f47e407c917a40D055E68d7", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USD", + "id": "e6abb8ab-9c9e-477a-bae7-a9610687471f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1787a72e12515ddc8683eda0fd2af970e942aeb2", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x8D7c426B25044f2Ca429fd320Ac1166F6B02657f", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "108a0950-7043-49b7-a3c8-7134badc5ecf", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1837effc34bb5a96efda00d53560799be3a4226e", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xDC0E6a4372b899b47afCB7e15f4829a94AbceDE9", + "chain": { + "id": 42161 + }, + "description": "xUSD/USD", + "id": "59519710-25e4-4560-8d64-b50a65ac0859", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x18bd38454ca4c8637d9718d7fdbd1b3a696a7df5", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x36A9b1140C567071E2A9530cfB31f2759B925155", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "db7fcb02-58f2-4235-86c8-4b25195e8e04", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1e3162ea995249a6377d1d9a70329caa5a3b15a1", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612", + "chain": { + "id": 42161 + }, + "description": "ETH / USD", + "id": "0e70e63e-db5b-45cb-90a1-d657132118f4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf6c7Ac2c2d47841F8246fE2948B70aFf7B2b1137", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "f03c1dfc-67b9-4eec-866a-bbde59abf577", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x20b1aef49585afbb1d9d1677a68e31511e57061f", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xd920c9de28f27F2BA48f0D6583C7E4573Bc9018E", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "d0ba423a-7522-4467-9f6c-7d112e454c3a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x22bebbd44965328e6f4031d804df0ce2aa6e7cb1", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x23d0b6ff2931c0e84ecfae60b13c1ea7b9c8a3de", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x395D5c5D552Df670dc4B2B1cef0c4EABfFba492f", + "chain": { + "id": 42161 + }, + "description": "gmBTC / USD", + "id": "6179784f-b34b-4f34-891a-1219b2baae90", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x276071dff0a25d8dc5da0e97ef7671f1a6128f59", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xf6c7Ac2c2d47841F8246fE2948B70aFf7B2b1137", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "f03c1dfc-67b9-4eec-866a-bbde59abf577", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3f3f5dF88dC9F13eac63DF89EC16ef6e7E25DdE7", + "chain": { + "id": 42161 + }, + "description": "USDT / USD", + "id": "e614306b-f262-4233-9afa-825efdb46c6a", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x282feb10549fde52bd61a6979424ddf18a4971a2", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612", + "chain": { + "id": 42161 + }, + "description": "ETH / USD", + "id": "0e70e63e-db5b-45cb-90a1-d657132118f4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x290d48c1269f4b226b58f1a5747a9ebe4aa6e8e3", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2964ab84637d4c3caf0fd968be1c97d9990de925", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xCB978D06C91D709bA369688d6D92B4137F5D1ebF", + "chain": { + "id": 42161 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "7eb63ce0-3506-4d40-9a35-c48a7012682b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2b378df40398770e181e2a430a574bb82217f603", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2cf21d17dad427d185b0221d01fd31ea117c7cfa", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x7052210aE4e3624975d706EF8901CDb455d7DEC4", + "chain": { + "id": 42161 + }, + "description": "", + "id": "29675005-f06c-4aca-9861-2878088b0578", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xAdbA45AC0C274561F3a3902Da013774aB0593f53", + "chain": { + "id": 42161 + }, + "description": "", + "id": "8bbde710-7af9-45bd-ab54-718c9c9c895f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2d8380d2e2dbe516049fa2c4cb2ec48c418d249c", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x3861d83ed006A6570cE8Eb9878F4Df0dF889A2da", + "chain": { + "id": 42161 + }, + "description": "RLP-USD Exchange Rate", + "id": "c97e4b16-f046-45f6-9b97-b079d38ef281", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2db89368d7c74ae5841b3ac8de24a1decbb4ab68", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x1A4F23370c918a1b0A5bCaF7d5ae0A380756E39A", + "chain": { + "id": 42161 + }, + "description": null, + "id": "118a5e7d-3a96-4428-afc3-0d93d0983faf", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf2215b9c35b1697B5f47e407c917a40D055E68d7", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USD", + "id": "e6abb8ab-9c9e-477a-bae7-a9610687471f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x306fe7666768b83ff6cc399cbe4dcefde69c39ea", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3396664ab74685d0dce4183c8c11d05dbe3eaa0d", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xC56A4881f470b9E65D8C46Dcd1b023ea08D75aFc", + "chain": { + "id": 42161 + }, + "description": null, + "id": "0dda2f68-f5d7-4cbf-a1ec-bba5c3d5d23a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf2215b9c35b1697B5f47e407c917a40D055E68d7", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USD", + "id": "e6abb8ab-9c9e-477a-bae7-a9610687471f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x37daa236b4df1eae75a14f01457fea42ed150d9b", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x31370698ac9F500070ac2f8049fD510Ffb4a034a", + "chain": { + "id": 42161 + }, + "description": null, + "id": "497125f3-1892-47fd-988b-b1991fb67cb5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf2215b9c35b1697B5f47e407c917a40D055E68d7", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USD", + "id": "e6abb8ab-9c9e-477a-bae7-a9610687471f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3855b7833c7cb22adcab28505d838a2015ea8457", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xc5a90A6d7e4Af242dA238FFe279e9f2BA0c64B2e", + "chain": { + "id": 42161 + }, + "description": "BTC / ETH", + "id": "c244a43a-38da-4348-9fe4-b8b27a94e5d9", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x38ca96b97f9a66cb8e2b2fae3fafafc6e0a8d423", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x605EA726F0259a30db5b7c9ef39Df9fE78665C44", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USDe Exchange Rate", + "id": "938a9ddd-3495-4f65-b9c8-73d92cf10797", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x88AC7Bca36567525A866138F03a6F6844868E0Bc", + "chain": { + "id": 42161 + }, + "description": "USDe / USD", + "id": "355c5220-29ce-43b0-849a-9d3de04f1cca", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x3f3f5dF88dC9F13eac63DF89EC16ef6e7E25DdE7", + "chain": { + "id": 42161 + }, + "description": "USDT / USD", + "id": "e614306b-f262-4233-9afa-825efdb46c6a", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x393a33fc66c1c0742b0e65ee1c239cf65d2af3e4", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x29e451BbFe77AcCD3D9515dd3147752e910D35C5", + "chain": { + "id": 42161 + }, + "description": "sSuperUSD / USDC", + "id": "014d01f4-34d9-4c13-98c8-e544d5a434da", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3c839d31b6bae1dfeb0c667d0a3878c536ee20b7", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xd0C7101eACbB49F3deCcCc166d238410D6D46d57", + "chain": { + "id": 42161 + }, + "description": "WBTC / USD", + "id": "65414505-be73-4378-bed3-16187f1fb1d7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf6c7Ac2c2d47841F8246fE2948B70aFf7B2b1137", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "f03c1dfc-67b9-4eec-866a-bbde59abf577", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3c990014d4cf8defeed155cd1cc97987d41520b5", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xfC0942DAd801EFaF39fc5F1cD5cA4b0Ffa302f63", + "chain": { + "id": 42161 + }, + "description": "sUSDai Vault", + "id": "db48f3e6-1605-454b-a4f4-ab073acaef2a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3e0e1e5aef3ea576750aded57b7bf3a42161b6cd", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xc8E9dFc11CD3079132085bb49329E28d549acF86", + "chain": { + "id": 42161 + }, + "description": null, + "id": "0445fdec-9b06-4e91-861d-49faed4832a9", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3ea1ec9ae1f3b01d5415257f378638128346a39d", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x728Af9A808AA8005c99Be49087cfEB43Ef39Bbfc", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "30bc915c-299d-4b23-a0a2-f5c1118de51a", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3cddcc55b66487fa23db41d1864daca0dd07ae6f", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x40f8f123bbd268f6d1fdb3cd6bae62176ac65cf0", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x605EA726F0259a30db5b7c9ef39Df9fE78665C44", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USDe Exchange Rate", + "id": "938a9ddd-3495-4f65-b9c8-73d92cf10797", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x88AC7Bca36567525A866138F03a6F6844868E0Bc", + "chain": { + "id": 42161 + }, + "description": "USDe / USD", + "id": "355c5220-29ce-43b0-849a-9d3de04f1cca", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x441f60e0c8e7eacdbf639d09bd17ea040193264c", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x44fe193191b83cde9675d25ca6ef9e551d9018da", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xd0C7101eACbB49F3deCcCc166d238410D6D46d57", + "chain": { + "id": 42161 + }, + "description": "WBTC / USD", + "id": "65414505-be73-4378-bed3-16187f1fb1d7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x728Af9A808AA8005c99Be49087cfEB43Ef39Bbfc", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "30bc915c-299d-4b23-a0a2-f5c1118de51a", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x461520438fb5ed1c3d4809963caae4c5f38db26d", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xAE52d3675beB2a57e25d2b1245140758a23D9E16", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "f7a2bf2f-75a2-4515-aa44-4566709210c9", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x480ba79a5193d5239f1788aa7f02be8751b667fb", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xe7c31BA425FB9Ef8fF179f7ce7910C76e9c960fC", + "chain": { + "id": 42161 + }, + "description": "PT-USDai 20 NOV 2025 PtToSyRate adapter", + "id": "e4fc0091-8459-4d1c-acf5-8135ac7a082f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4923de8ff9a1a25bcec3f52237a6e3a53f18ae96", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x851B0d3f4584aE62Fa2aCF40F7c79a5CE9EB4F70", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "68901cec-c534-4f89-8641-b49b678ea3ca", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x4e49d73434a78866d217be0b542ca868495cbc77", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xA736eAe8805dDeFFba40cAB8c99bCB309dEaBd9B", + "chain": { + "id": 42161 + }, + "description": "Redstone Price Feed", + "id": "31095263-652b-4bc2-b8cf-35d8d26687a2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x197225B3B017eb9b72Ac356D6B3c267d0c04c57c", + "chain": { + "id": 42161 + }, + "description": "RedStone Price Feed for ETH", + "id": "434d724a-d423-4a7a-8e5d-1a05ea5236de", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x527df15e68fa2c2da381aa3536f1ac99ad4cbc18", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x52cc7c3b27bb61d0a83785b5344acc919f8f7124", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x2483326d19f780Fb082f333Fe124e4C075B207ba", + "chain": { + "id": 42161 + }, + "description": "sUSDS / USDS Exchange Rate", + "id": "2a8aba9f-9ed2-43fd-bfb9-603ddcf9c185", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x52dea1e79273887ad0bdf3faf3904351ae9460e0", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x5e1a2a77D4df85d3C0907715ED616e0B04eE51Dd", + "chain": { + "id": 42161 + }, + "description": null, + "id": "ce24f8e8-c845-4a36-8c55-7ba00b24983b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5374237b1a02bf1baa999fc3f42d4b13e6e472cc", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xe684Eb3F863A50D4c8092B00914194446e223d27", + "chain": { + "id": 42161 + }, + "description": null, + "id": "abb3467b-1a26-4c5b-a9a4-f86dfc5e314a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf2215b9c35b1697B5f47e407c917a40D055E68d7", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USD", + "id": "e6abb8ab-9c9e-477a-bae7-a9610687471f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x55be55417b57664b6334420fca39b409bbaaf9af", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xebc1AD5E8d9808e81413E9E38c2259c0d79eD089", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "26eda709-60db-4392-90b5-b3735ae85e72", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x563e2203297441d5a225475bb48eb5c135542760", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612", + "chain": { + "id": 42161 + }, + "description": "ETH / USD", + "id": "0e70e63e-db5b-45cb-90a1-d657132118f4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x728Af9A808AA8005c99Be49087cfEB43Ef39Bbfc", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "30bc915c-299d-4b23-a0a2-f5c1118de51a", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x594dfd70f133d60c47728cfaa0be1ec31853a747", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x19d7CE514a4554A20FE340923b862DACAc1e62D9", + "chain": { + "id": 42161 + }, + "description": null, + "id": "427673ea-f47f-4c96-ac3f-a493491d2222", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf2215b9c35b1697B5f47e407c917a40D055E68d7", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USD", + "id": "e6abb8ab-9c9e-477a-bae7-a9610687471f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5c448f1ddf01741905c47706cf9cf11a31f0df7f", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x88AC7Bca36567525A866138F03a6F6844868E0Bc", + "chain": { + "id": 42161 + }, + "description": "USDe / USD", + "id": "355c5220-29ce-43b0-849a-9d3de04f1cca", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3f3f5dF88dC9F13eac63DF89EC16ef6e7E25DdE7", + "chain": { + "id": 42161 + }, + "description": "USDT / USD", + "id": "e614306b-f262-4233-9afa-825efdb46c6a", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5d0c14978baadf24b3c59fa5626ff1cd2f4b9a41", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xEcE56a08146c8cF9f468B6B6f7d7f2D9393feaBB", + "chain": { + "id": 42161 + }, + "description": null, + "id": "8d2c3762-af9a-4a39-aa90-07ffab134655", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5f792ba55db68cc12005388c3d8fb6bd4a3386f8", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xfA2b4bb4330f77d799d7f9093b68f1fDe21043A7", + "chain": { + "id": 42161 + }, + "description": "", + "id": "6394dc92-ff1e-4cfc-a76b-79ef5929bec7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x504808594386a7d71CB365eb46726AF80128C86F", + "chain": { + "id": 42161 + }, + "description": "", + "id": "a1de4657-aec1-489c-b276-7c2d74102386", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5ad6bbde9c8f78520cfbf13891eded12dc63cf53", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x62e3f5b5e53f0afb18a60d0c2e6cca516da5c42c", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x91eBB2447582f07f9e68cd4DfB1dEE3252298972", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "094cec8e-e031-4891-90ea-1a0c06116247", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x63243b850e25e6d45bdbe5a7fd970f075a9df696", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612", + "chain": { + "id": 42161 + }, + "description": "ETH / USD", + "id": "0e70e63e-db5b-45cb-90a1-d657132118f4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf6c7Ac2c2d47841F8246fE2948B70aFf7B2b1137", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "f03c1dfc-67b9-4eec-866a-bbde59abf577", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x639fe6ab55c921f74e7fac1ee960c0b6293ba612", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x643419683c4f24fc71bc80a73abcd3657bbfa005", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612", + "chain": { + "id": 42161 + }, + "description": "ETH / USD", + "id": "0e70e63e-db5b-45cb-90a1-d657132118f4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x728Af9A808AA8005c99Be49087cfEB43Ef39Bbfc", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "30bc915c-299d-4b23-a0a2-f5c1118de51a", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x67a350a6a0dd3376325e442fff5fb05e3a06d7f4", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x68e07c01e5a21f11b940b5f751483dee3d502645", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x69a351bf446b5997642477bcb95979a89ac78c17", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x5e55bDDa344D077975BfC7ddDeC89d88DA733E9a", + "chain": { + "id": 42161 + }, + "description": null, + "id": "97d87dec-8218-44f8-9f57-6a104eecd5c1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6a945b36c479f5c0eb49be5788841754395dadb7", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xA2b0109D3233912A9567D4B1C88cA436cAA6AB74", + "chain": { + "id": 42161 + }, + "description": null, + "id": "f06488ba-78bc-45d6-a1f2-32766b79e339", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf2215b9c35b1697B5f47e407c917a40D055E68d7", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USD", + "id": "e6abb8ab-9c9e-477a-bae7-a9610687471f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6d316823ae54cd0d8c50224314f47a17bb4f91d8", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x8A71e50FC04460B390162F7af67fa193c772DBf2", + "chain": { + "id": 42161 + }, + "description": null, + "id": "dbd19113-7faf-4f57-94e2-1570ef1a06f7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf8B3Fa720a9Cd8ABeeD5A81f11F80cD8f93E6B57", + "chain": { + "id": 42161 + }, + "description": null, + "id": "492a9636-dd96-4e07-9ab0-8a4346e9ea4b", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x70dcd188b6444feffb772b1d3273d8f2767556fe", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xB1552C5e96B312d0Bf8b554186F846C40614a540", + "chain": { + "id": 42161 + }, + "description": "wstETH-stETH Exchange Rate", + "id": "139cf0ad-adcd-492d-b537-1f349360b8ef", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x727562f5d3cb62ad2244ed9b6777d9cced269816", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612", + "chain": { + "id": 42161 + }, + "description": "ETH / USD", + "id": "0e70e63e-db5b-45cb-90a1-d657132118f4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x6357F0c14d29d1996C10Fc91FeFf39623dF5A6eC", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "aa2e9dae-5d9d-4973-8315-6857af19641d", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7678125b59a0a5365d673d874e807db8f2bae2c0", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x11b8f47892B276Cc225F61afA4145EB4dd7C065F", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "dc7ee21e-d475-42fe-93a0-1ad54817611f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF3d6b05E69918d71807Ab005791daCcEC5de8C78", + "chain": { + "id": 42161 + }, + "description": "USDAI / USD", + "id": "cc8eea9d-d6a3-4c3d-bf44-3ea4458153d4", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x77eb2b3750808928b5e0631705be6a4a4dad3366", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xd0C7101eACbB49F3deCcCc166d238410D6D46d57", + "chain": { + "id": 42161 + }, + "description": "WBTC / USD", + "id": "65414505-be73-4378-bed3-16187f1fb1d7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf6c7Ac2c2d47841F8246fE2948B70aFf7B2b1137", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "f03c1dfc-67b9-4eec-866a-bbde59abf577", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7b0345fe59184fdd7a224e17fe6ff316b699aeb5", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf6c7Ac2c2d47841F8246fE2948B70aFf7B2b1137", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "f03c1dfc-67b9-4eec-866a-bbde59abf577", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7cce11a901a684dd6017f527d4ffe82d73d626db", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x82ae09282e1b508d35bb6d735bb915c9f22708f0", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x99031135213a981D9b4113c732FD0A099EF4096B", + "chain": { + "id": 42161 + }, + "description": null, + "id": "74f612d8-4ad0-480b-8062-e7eea62e42e4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf2215b9c35b1697B5f47e407c917a40D055E68d7", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USD", + "id": "e6abb8ab-9c9e-477a-bae7-a9610687471f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x838f9a104df1b2f5b35ffd7cf84827cc82ee8de9", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x7bfCE6c9717F29dcffAAE3a96DE10c379fE97F88", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "42e94607-254c-47fc-ac70-84e5d2404d16", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF3d6b05E69918d71807Ab005791daCcEC5de8C78", + "chain": { + "id": 42161 + }, + "description": "USDAI / USD", + "id": "cc8eea9d-d6a3-4c3d-bf44-3ea4458153d4", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x86a088154c0b876a426623e41c3e9e815c8300c8", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x1dc6DE1bba19E04C069Da8D0A8f367ACe33CB1CF", + "chain": { + "id": 42161 + }, + "description": null, + "id": "94b0eeeb-0ef9-424b-be0a-5de4d42fd62c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf8B3Fa720a9Cd8ABeeD5A81f11F80cD8f93E6B57", + "chain": { + "id": 42161 + }, + "description": null, + "id": "492a9636-dd96-4e07-9ab0-8a4346e9ea4b", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x86fe55543244d6ce7bae1e442568d9d536be54c7", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x875800c9b5f42f2f7afcb6771c9005c105da6ca5", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x88193fcb705d29724a40bb818ecaa47dd5f014d9", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x0017abAc5b6f291F9164e35B1234CA1D697f9CF4", + "chain": { + "id": 42161 + }, + "description": "WBTC / BTC", + "id": "301dd4b5-b2dd-4915-b2cc-a5ce4f9476d3", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x6ce185860a4963106506C203335A2910413708e9", + "chain": { + "id": 42161 + }, + "description": "BTC / USD", + "id": "99c50e12-d2f7-483a-8a69-be1cdf51a910", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8a27aec0b1ebde3aa22896b60a16b8fe6e7d4aad", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x9C12c2B16f158b167602cbf06b0FDeD16bfE0eB7", + "chain": { + "id": 42161 + }, + "description": "USDe/USD", + "id": "6f8cc418-d29c-4a2d-94ee-541e58799181", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8db25afe02c20783c7d4b52c738f8a560d53cdf9", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x5e55bDDa344D077975BfC7ddDeC89d88DA733E9a", + "chain": { + "id": 42161 + }, + "description": null, + "id": "97d87dec-8218-44f8-9f57-6a104eecd5c1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8cdf47ec14b2e72bcb06aec59b52cba6e92a2ffd", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xaB9D4F628230F657f35665442Af3Bfd78B73D5d7", + "chain": { + "id": 42161 + }, + "description": "sSuperUSD / USDC", + "id": "791ff0cf-ed9c-4f5f-b5ff-fdf03bdfeaf8", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8db78fbfa67a0b1ce434ebbbbd2bccec1954bd9f", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x605EA726F0259a30db5b7c9ef39Df9fE78665C44", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USDe Exchange Rate", + "id": "938a9ddd-3495-4f65-b9c8-73d92cf10797", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8e02a9b9cc29d783b2fcb71c3a72651b591cae31", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xb523AE262D20A936BC152e6023996e46FDC2A95D", + "chain": { + "id": 42161 + }, + "description": "WSTETH / ETH", + "id": "992f372a-0a9c-487c-baee-bea225e45e14", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612", + "chain": { + "id": 42161 + }, + "description": "ETH / USD", + "id": "0e70e63e-db5b-45cb-90a1-d657132118f4", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8e66f244f05277aae16e1b5a586d742df932f157", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x6A1c87d11dDe3D1d52c24f8EC59B91019f14170D", + "chain": { + "id": 42161 + }, + "description": "RedStone Price Feed for thBILL_FUNDAMENTAL", + "id": "c48ea3ab-50c3-49c6-a3b0-6d684043a792", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8f30ff3d54e69d4dfd5e99a9937474faddf27009", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xF8722c901675C4F2F7824E256B8A6477b2c105FB", + "chain": { + "id": 42161 + }, + "description": "syrupUSDC / USDC Exchange Rate", + "id": "195e564f-1a26-4102-957c-114e61689045", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x902dacccde936787bd028fb6e01b9d159122dcba", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9041d09213607a0e85190719e60d11125583612d", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xB1552C5e96B312d0Bf8b554186F846C40614a540", + "chain": { + "id": 42161 + }, + "description": "wstETH-stETH Exchange Rate", + "id": "139cf0ad-adcd-492d-b537-1f349360b8ef", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9298874cf0996c0b681940d83ba59c1d3a8063b5", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x946273cf499e7fe6f1c4a5810ad693292d773c12", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x97576e5e8afb600fd35717db0decd6b4a9277e30", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xEf3fE714D397ABF83631B9ADee021d8CC80104Fb", + "chain": { + "id": 42161 + }, + "description": null, + "id": "2d705203-f72e-442b-832a-a2755f3c1a62", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x979e4c611e4da2776404fe9346d77e95b01bfd82", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xb523AE262D20A936BC152e6023996e46FDC2A95D", + "chain": { + "id": 42161 + }, + "description": "WSTETH / ETH", + "id": "992f372a-0a9c-487c-baee-bea225e45e14", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612", + "chain": { + "id": 42161 + }, + "description": "ETH / USD", + "id": "0e70e63e-db5b-45cb-90a1-d657132118f4", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x3f3f5dF88dC9F13eac63DF89EC16ef6e7E25DdE7", + "chain": { + "id": 42161 + }, + "description": "USDT / USD", + "id": "e614306b-f262-4233-9afa-825efdb46c6a", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9f73de91f895fd71282ee3176f1a52093e64b2a3", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xfB3264D1129824933a52374c2C1696F4470D041e", + "chain": { + "id": 42161 + }, + "description": "gmETH / USD", + "id": "bc26f5a7-3f6a-4e54-86df-b060a25ff091", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9fe9c01e03336d7f53b1f5cc2d94dcc0155bddb6", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x17372D6e7c298c88Bc82Fe5dF0CA3A745559e1dE", + "chain": { + "id": 42161 + }, + "description": null, + "id": "33f3e569-a031-4bad-90ba-814d5a94d951", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf2215b9c35b1697B5f47e407c917a40D055E68d7", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USD", + "id": "e6abb8ab-9c9e-477a-bae7-a9610687471f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xac55d7601c7108a9cfe3d1e0224984204089154f", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x3A917e6B5732dFCc4A45257e3930979fAE6a3737", + "chain": { + "id": 42161 + }, + "description": "rsETH / ETH Exchange Rate", + "id": "a4d142b4-2fb7-4479-9e59-5fdda924888a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xad04b1cc53e8d092d7a6be6589a21278fed9b414", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb0f910301a6132d53c55dcf8ad9b445ddd52578b", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xAE52d3675beB2a57e25d2b1245140758a23D9E16", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "f7a2bf2f-75a2-4515-aa44-4566709210c9", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF8722c901675C4F2F7824E256B8A6477b2c105FB", + "chain": { + "id": 42161 + }, + "description": "syrupUSDC / USDC Exchange Rate", + "id": "195e564f-1a26-4102-957c-114e61689045", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb53ae39bf6ef80ca8eb6e82e64f0ac17eed8bfb6", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xE12B0707d390a04dbEf942c1017927b76DE0078E", + "chain": { + "id": 42161 + }, + "description": "Ojo Yield Risk Engine gtWETH", + "id": "06f5b3ea-1a40-4b7f-b97b-1a876ee8276b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612", + "chain": { + "id": 42161 + }, + "description": "ETH / USD", + "id": "0e70e63e-db5b-45cb-90a1-d657132118f4", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc3c61dc5fc21609cea20b86829c3ef50eeefb98b", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x68E07c01e5a21f11B940B5f751483deE3D502645", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "2b546e69-203d-4d48-b601-a8dae89cf31c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc3e8216e62850ced43ff5b5b1ead85cb1b579b4f", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xc6984fF1047Ddd0AB52D2dFa78381CC677921A85", + "chain": { + "id": 42161 + }, + "description": "GLV [BTC-USDC]-USD", + "id": "6b316ac8-6399-4e29-838c-84e9c80465ac", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc9c16a2ddc6889417c3ec29baac608602de4450d", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xd0C7101eACbB49F3deCcCc166d238410D6D46d57", + "chain": { + "id": 42161 + }, + "description": "WBTC / USD", + "id": "65414505-be73-4378-bed3-16187f1fb1d7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x6357F0c14d29d1996C10Fc91FeFf39623dF5A6eC", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "aa2e9dae-5d9d-4973-8315-6857af19641d", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd5a7cd3ab58fe108aeac3f7c45357d7342a829f1", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x163A4ae25BA70CC8DF6c8fC34A194Dd28346E1f7", + "chain": { + "id": 42161 + }, + "description": null, + "id": "24456c3f-c3fc-4947-afb7-83767a46340c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf2215b9c35b1697B5f47e407c917a40D055E68d7", + "chain": { + "id": 42161 + }, + "description": "sUSDe / USD", + "id": "e6abb8ab-9c9e-477a-bae7-a9610687471f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe468929f1e6f065926c9c88e1e4fd2a20005275e", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x989a480b6054389075CBCdC385C18CfB6FC08186", + "chain": { + "id": 42161 + }, + "description": "ezETH / ETH Exchange Rate", + "id": "1a583892-ea7a-4244-991c-e978295d0f84", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xebd3b258d51c39e7f6ec820ff060003c20686128", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xfa1A96DA6596f0a0FB02e3263F637d7ec7e6f900", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "a0f4d741-3b87-40be-92f2-579b7ca8a94b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xedcae878827fc68b9bc9c700ca17c20f811b1612", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xd0C7101eACbB49F3deCcCc166d238410D6D46d57", + "chain": { + "id": 42161 + }, + "description": "WBTC / USD", + "id": "65414505-be73-4378-bed3-16187f1fb1d7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1e3162ea995249a6377d1d9a70329caa5a3b15a1", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612", + "chain": { + "id": 42161 + }, + "description": "ETH / USD", + "id": "0e70e63e-db5b-45cb-90a1-d657132118f4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf6c7Ac2c2d47841F8246fE2948B70aFf7B2b1137", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "f03c1dfc-67b9-4eec-866a-bbde59abf577", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x62e3f5b5e53f0afb18a60d0c2e6cca516da5c42c", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x91eBB2447582f07f9e68cd4DfB1dEE3252298972", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "094cec8e-e031-4891-90ea-1a0c06116247", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xef77ccd2e662c3b06f3f5d878d11a8c64816f715", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x3f3f5dF88dC9F13eac63DF89EC16ef6e7E25DdE7", + "chain": { + "id": 42161 + }, + "description": "USDT / USD", + "id": "e614306b-f262-4233-9afa-825efdb46c6a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x6357F0c14d29d1996C10Fc91FeFf39623dF5A6eC", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "aa2e9dae-5d9d-4973-8315-6857af19641d", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x031bda5ace9b2e3bca6d5301dae4a0f131ad5515", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xb8A0b83462A90c44bEe6e64A01Ab867f6F2920a8", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "86b016dd-650c-461f-8936-2b77686a504d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3cddcc55b66487fa23db41d1864daca0dd07ae6f", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf8722c901675c4f2f7824e256b8a6477b2c105fb", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xae6bd24bb966e07115a344d701718ae044ed1fd8", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xD0E31451f58d3991045D68C479ea80D37e418851", + "chain": { + "id": 42161 + }, + "description": "GLV [WETH-USDC]-USD", + "id": "ad62433c-8961-45a9-8266-ccf9166a6066", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc3e8216e62850ced43ff5b5b1ead85cb1b579b4f", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xc6984fF1047Ddd0AB52D2dFa78381CC677921A85", + "chain": { + "id": 42161 + }, + "description": "GLV [BTC-USDC]-USD", + "id": "6b316ac8-6399-4e29-838c-84e9c80465ac", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x55be55417b57664b6334420fca39b409bbaaf9af", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xebc1AD5E8d9808e81413E9E38c2259c0d79eD089", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "26eda709-60db-4392-90b5-b3735ae85e72", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd029280d2917f24beab009f39c33b262241a52a8", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc350da53f5cc810cd03048f719aca232a3ec79a6", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x6357F0c14d29d1996C10Fc91FeFf39623dF5A6eC", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "aa2e9dae-5d9d-4973-8315-6857af19641d", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x4923de8ff9a1a25bcec3f52237a6e3a53f18ae96", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x851B0d3f4584aE62Fa2aCF40F7c79a5CE9EB4F70", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "68901cec-c534-4f89-8641-b49b678ea3ca", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x902dacccde936787bd028fb6e01b9d159122dcba", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc8022dc7da0f0b7f947f859f320825a5b0f9e94e", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x6357F0c14d29d1996C10Fc91FeFf39623dF5A6eC", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "aa2e9dae-5d9d-4973-8315-6857af19641d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x290d48c1269f4b226b58f1a5747a9ebe4aa6e8e3", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0311feddd1b904d0a40b017415e002ae1f3f7b7b", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xdd8293804c5d91e16728a324f98b338e3e614401", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x3f3f5dF88dC9F13eac63DF89EC16ef6e7E25DdE7", + "chain": { + "id": 42161 + }, + "description": "USDT / USD", + "id": "e614306b-f262-4233-9afa-825efdb46c6a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf6c7Ac2c2d47841F8246fE2948B70aFf7B2b1137", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "f03c1dfc-67b9-4eec-866a-bbde59abf577", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x86fe55543244d6ce7bae1e442568d9d536be54c7", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x77eb2b3750808928b5e0631705be6a4a4dad3366", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xd0C7101eACbB49F3deCcCc166d238410D6D46d57", + "chain": { + "id": 42161 + }, + "description": "WBTC / USD", + "id": "65414505-be73-4378-bed3-16187f1fb1d7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf6c7Ac2c2d47841F8246fE2948B70aFf7B2b1137", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "f03c1dfc-67b9-4eec-866a-bbde59abf577", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xccd9a1df5a2303c783dd3ab28960b29929bfabe7", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x6357F0c14d29d1996C10Fc91FeFf39623dF5A6eC", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "aa2e9dae-5d9d-4973-8315-6857af19641d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3f3f5dF88dC9F13eac63DF89EC16ef6e7E25DdE7", + "chain": { + "id": 42161 + }, + "description": "USDT / USD", + "id": "e614306b-f262-4233-9afa-825efdb46c6a", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xae8421c50356a0bbfd7ff275a78576f65506b0fe", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xf6c7Ac2c2d47841F8246fE2948B70aFf7B2b1137", + "chain": { + "id": 42161 + }, + "description": "MYR / USD", + "id": "f03c1dfc-67b9-4eec-866a-bbde59abf577", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd5ae4f742b8dccadb2cb762e69e6af5c94bdacda", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbdd688f44ed8df3f4d4cd0bc3628f7053528a3d1", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x7A6a12608784265a1bFa4e4A50FC4eC44f2134Fc", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "6267a96b-352f-4ce4-8a58-e28b493c7096", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x20b1aef49585afbb1d9d1677a68e31511e57061f", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xd920c9de28f27F2BA48f0D6583C7E4573Bc9018E", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "d0ba423a-7522-4467-9f6c-7d112e454c3a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x838f9a104df1b2f5b35ffd7cf84827cc82ee8de9", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x7bfCE6c9717F29dcffAAE3a96DE10c379fE97F88", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "42e94607-254c-47fc-ac70-84e5d2404d16", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF3d6b05E69918d71807Ab005791daCcEC5de8C78", + "chain": { + "id": 42161 + }, + "description": "USDAI / USD", + "id": "cc8eea9d-d6a3-4c3d-bf44-3ea4458153d4", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xb623285330a61203a248dd9c9301fec120aaaf7b", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x56272b27228546F5aD1d6CacE4DEDe4643b6827E", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "9e0e8aca-2d8a-4459-ab6f-112cd96d72ef", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x6A1c87d11dDe3D1d52c24f8EC59B91019f14170D", + "chain": { + "id": 42161 + }, + "description": "RedStone Price Feed for thBILL_FUNDAMENTAL", + "id": "c48ea3ab-50c3-49c6-a3b0-6d684043a792", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7678125b59a0a5365d673d874e807db8f2bae2c0", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x11b8f47892B276Cc225F61afA4145EB4dd7C065F", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "dc7ee21e-d475-42fe-93a0-1ad54817611f", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF3d6b05E69918d71807Ab005791daCcEC5de8C78", + "chain": { + "id": 42161 + }, + "description": "USDAI / USD", + "id": "cc8eea9d-d6a3-4c3d-bf44-3ea4458153d4", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2d8380d2e2dbe516049fa2c4cb2ec48c418d249c", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x3861d83ed006A6570cE8Eb9878F4Df0dF889A2da", + "chain": { + "id": 42161 + }, + "description": "RLP-USD Exchange Rate", + "id": "c97e4b16-f046-45f6-9b97-b079d38ef281", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa8b3f0451312e2d8aa2bd0a1d4fd674570007dfc", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xA7c82BA0438748293E51aA726289dE4848BcC722", + "chain": { + "id": 42161 + }, + "description": null, + "id": "b4dc202f-8846-4033-ab83-78217c70a61c", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3e0e1e5aef3ea576750aded57b7bf3a42161b6cd", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xc8E9dFc11CD3079132085bb49329E28d549acF86", + "chain": { + "id": 42161 + }, + "description": null, + "id": "0445fdec-9b06-4e91-861d-49faed4832a9", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x18bd38454ca4c8637d9718d7fdbd1b3a696a7df5", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0x36A9b1140C567071E2A9530cfB31f2759B925155", + "chain": { + "id": 42161 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "db7fcb02-58f2-4235-86c8-4b25195e8e04", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x50834F3163758fcC1Df9973b6e91f0F0F0434aD3", + "chain": { + "id": 42161 + }, + "description": "USDC / USD", + "id": "f09b923c-ce65-4c6b-88e9-18aecac28868", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x97576e5e8afb600fd35717db0decd6b4a9277e30", + "chainId": 42161, + "data": { + "baseFeedOne": { + "address": "0xEf3fE714D397ABF83631B9ADee021d8CC80104Fb", + "chain": { + "id": 42161 + }, + "description": null, + "id": "2d705203-f72e-442b-832a-a2755f3c1a62", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbaf671e0a97e1e43c07a02bf7351eb876756df28", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x946273cf499e7fe6f1c4a5810ad693292d773c12", + "chainId": 42161, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x00faace07f3976ed55c5bcdda8c30de6f02af2af", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xb7699E81Acf22456fa83696573738dfa25f1d6be", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for dnHYPE_FUNDAMENTAL", + "id": "8fcd1a07-e6c1-4827-9834-ba1ac5183e43", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0233de0b346bd410334b37f21c0fee50ff1a1ce6", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x29D295409d5A20b2C851df18054D32A442791346", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for sUSDe_FUNDAMENTAL", + "id": "ed916794-a315-4847-a304-13df353cc223", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x04cb18f056c9617a9198132a629887bfa1ec60c0", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x29d2fEC890B037B2d34f061F9a50f76F85ddBcAE", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USR", + "id": "d1ece495-22aa-40e5-a0d9-3b26c400599e", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0553a00dada670144cd7ea01de8b730a95e50ac6", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x07884D77Bed8f910c97A6D7A51A33f24949d1079", + "chain": { + "id": 999 + }, + "description": "Pendle sUSDe/USDe exchange rate", + "id": "3539a145-b8ef-4c46-91be-60e90b3214d4", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xcA727511c9d542AAb9eF406d24E5bbbE4567c22d", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDe", + "id": "86fcc1e6-6ac5-4d9b-ba82-552714312f29", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0xcA727511c9d542AAb9eF406d24E5bbbE4567c22d", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDe", + "id": "86fcc1e6-6ac5-4d9b-ba82-552714312f29", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x06dafb8abe56f9fcebfac3b71cf004312261fd95", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x4BAD96DD1C7D541270a0C92e1D4e5f12EEEA7a57", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for ETH", + "id": "5c34b184-a001-4828-aa37-a792c2fce4d6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x08005c84257df66af89f635d1c6b59d147107771", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0e902d5690a55740f748352a3798af98d223dc3d", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xC328CDf06CBc77134B84e1f6ed452774947146b6", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for hwHLP_FUNDAMENTAL", + "id": "f6c2d2b0-04c7-436a-98ee-433d07ea98ba", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0ed743489dede5670e4d9d8581b2050602bd9a1e", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0fe0b06c7d510db9f8401b997c6110b4380c82cc", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xEF5D2b08e76bEb742c41AeF80324509a5FF2A808", + "chain": { + "id": 999 + }, + "description": "hHLP/USDC exchange rate", + "id": "0a9fe47f-ef2a-4d96-8de4-22ade61e0b71", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x10521bb4173a6d4afac28dfb558b485a0272d52d", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x10e8707f41fd04622eb42b6bce857690313f5d78", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x46a08c702cf2bB8830b13c4a20C137f0624CC224", + "chain": { + "id": 999 + }, + "description": "wstHype/stHype exchange rate", + "id": "301d3ee8-535e-4269-9c27-87c24419b736", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x4cEC96A68cb9A979621b104F3C94884be1a66da0", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for stHYPE", + "id": "cea4f68f-4c82-4627-b704-bceda6f7d808", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x110eb1df7fe5bf758efc60059ae45f4a56df71a7", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x46a08c702cf2bB8830b13c4a20C137f0624CC224", + "chain": { + "id": 999 + }, + "description": "wstHype/stHype exchange rate", + "id": "301d3ee8-535e-4269-9c27-87c24419b736", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x4cEC96A68cb9A979621b104F3C94884be1a66da0", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for stHYPE", + "id": "cea4f68f-4c82-4627-b704-bceda6f7d808", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1184975bb8af7de1f3f9cd2e9f20e2535bfb6656", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x4BAD96DD1C7D541270a0C92e1D4e5f12EEEA7a57", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for ETH", + "id": "5c34b184-a001-4828-aa37-a792c2fce4d6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x11dcf08f1260b30015ec85b58c9f7d1d47dcf27c", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x13d8dc856f4dfadf09b4b55edace1e5f68162d7d", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x5016c48F36f7e4C83b5C4D4b7227BFEf35Ae7688", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_MAIN_FUNDAMENTAL", + "id": "d8fdd891-9c16-4713-962a-5fe72a91d7e5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x687AB202cA714D4Bece9dbD438466B4Cd8A6a696", + "chain": { + "id": 999 + }, + "description": "HypeUSD Oracle Aggregator", + "id": "f61c5b53-00aa-46f7-b01c-0457c9bf641d", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x146bafcbde7aa7cb399e886b50465fd65a0742bf", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x14e448b247c910739300f43170f65ca74ff1c122", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x15cc1f31c830475c2ced7903ca474ab416cce7e7", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xa8a94Da411425634e3Ed6C331a32ab4fd774aa43", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for HYPE", + "id": "d301965e-4c01-4ded-ad0d-29de95ff9eb1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x15b61ae4a4a4457bba05f7edcf421531d6e2bc61", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x1fe9F2f1e8E10f1f05Ac27A24f38a4b7F84c1859", + "chain": { + "id": 999 + }, + "description": null, + "id": "9f35e685-871d-4b9f-8617-d8b703ffa2ea", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0xE18aAD6733D1db21e19cb83B697082D3d4eE5170", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDH", + "id": "60249bdc-b9f8-4b59-8d6a-b5c6a0793e3f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x194fff37872bac3531a41fa5c426090ff84f4f31", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xa8a94Da411425634e3Ed6C331a32ab4fd774aa43", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for HYPE", + "id": "d301965e-4c01-4ded-ad0d-29de95ff9eb1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x19ed88871603d942050db7f41e62ffe3946d21e5", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xAc3d811f5ff30Aa3ab4b26760d0560faf379536A", + "chain": { + "id": 999 + }, + "description": "hbUSDT/USD", + "id": "391ca45b-2824-4357-adbc-ca9070631a09", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x217305aaeb9b0d509f0d678239ea7418f07050ff", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x225e9e58be07db30c0ed6cf081e0bae413e39d68", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xE2684d91474Ec9946C689f5B6C401f3B262a0a42", + "chain": { + "id": 999 + }, + "description": null, + "id": "616cdb4a-5291-417a-9766-b61211cd13dd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x23deeecf433be6835801220832c36f19169b9fa9", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x3EbFAAe0eF43f63dBb176FF11cAb16dcd976607b", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for thBILL_FUNDAMENTAL", + "id": "177e9507-988f-4047-a7b4-c2e32587c447", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2688a115460afb16fa170efe4f7401a3738df4bb", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xdc55D8D3276ce1224122196B3D75E7074B6e32D6", + "chain": { + "id": 999 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "f1022e64-2fb4-4386-b3fa-9ea381d93cf1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2cb626632a132d136fa16aed9c2f5113edec36e8", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x03e0f5aC1B66EAC4C761e16610aa59C11d2f230C", + "chain": { + "id": 999 + }, + "description": "Pendle Hype/KHype exchange rate", + "id": "d28b633f-e63a-4b13-bae1-22e3922ecf93", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2dfe3049adceb4acc53080435632f0dc3a8d1811", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xfFaa4a3D97fE9107Cef8a3F48c069F577Ff76cC1", + "chain": { + "id": 999 + }, + "description": null, + "id": "86cdded6-9e58-4c77-b0c8-3bc451b8e9ad", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5555555555555555555555555555555555555555", + "chain": { + "id": 999 + }, + "description": null, + "id": "cb2a70aa-9437-4f04-9b5a-844cf72937c8", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2efa5766b5454fc1b990355fc0d74a4736f36a33", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x706cEc110C2a755F05315A3Ad6d45Ac56e624A45", + "chain": { + "id": 999 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "ebacde34-b618-4250-a0c9-01a99c5d12ad", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x53156E996157A53f6627b2BF793D31d86a0c80Aa", + "chain": { + "id": 999 + }, + "description": "Ojo Yield Risk Engine RedStone Price Feed for hbUSDT_FUNDAMENTAL", + "id": "c6b270dd-c0e9-442b-9619-9f38009ff8a6", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x33dde9e88ef707ae08c7fb7169e56a79dc624aa2", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x5016c48F36f7e4C83b5C4D4b7227BFEf35Ae7688", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_MAIN_FUNDAMENTAL", + "id": "d8fdd891-9c16-4713-962a-5fe72a91d7e5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x34209408aadcd86d19e633dcdd3cf2196768c8a9", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x03e0f5aC1B66EAC4C761e16610aa59C11d2f230C", + "chain": { + "id": 999 + }, + "description": "Pendle Hype/KHype exchange rate", + "id": "d28b633f-e63a-4b13-bae1-22e3922ecf93", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x39004b5a26ee7c0b0d37216a0e340b3894a0f27d", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3939328b1ca39683ef2c5efbbed14798f58c5283", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3a459d5ec6c576d56d40dd58ae6ba337ed8d6752", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xe6E8baDBB469d16e2060e1Ebeb60F92B2a1250A9", + "chain": { + "id": 999 + }, + "description": "Pyth(redemption rate)-wstHYPE/stHYPE", + "id": "7a3d6285-571f-429b-9a44-46094f3148d5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa8a94Da411425634e3Ed6C331a32ab4fd774aa43", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for HYPE", + "id": "d301965e-4c01-4ded-ad0d-29de95ff9eb1", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3cd172d59a71d0e4ad41c76dab1fa2bf8dee97cb", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xFfe5F5e9e18b88FBdD7e28d4A583a111C874fB47", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE_FUNDAMENTAL", + "id": "2a2a1e49-f39b-411a-89f2-54cf7669db6b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3dfc727acba9465726a320fff17ff02c6a0efba3", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x8f757b84260030CD3ca0A459B0a00AFb76854942", + "chain": { + "id": 999 + }, + "description": "PT-sUSDE-25SEP2025-Hybrid/USDe", + "id": "32ce3a2d-6488-4734-a7fa-e56602ec9183", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3f5b78ea2d0df281463b8dac358716345292d6b2", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4001c9187623793c20e59b692c159b72dab48a51", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xDb924A25BfF353f98B066F692c38C3cFacb3a601", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for hbHYPE_FUNDAMENTAL", + "id": "4c7bd0b8-fce4-4c9c-8e93-27c2013216f3", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x420cd4a55356092127195a2130e8e48ef6cc2d35", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x4cEC96A68cb9A979621b104F3C94884be1a66da0", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for stHYPE", + "id": "cea4f68f-4c82-4627-b704-bceda6f7d808", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xE18aAD6733D1db21e19cb83B697082D3d4eE5170", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDH", + "id": "60249bdc-b9f8-4b59-8d6a-b5c6a0793e3f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x42890615c34fffdf89c7fdabd6e42bd20ec79bb3", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xd6156F8177aA1a6E0c5278CE437A9BDB32F203ef", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for RLP_FUNDAMENTAL", + "id": "fa9d5d61-a3e7-4544-96b7-abcadf5e5ab1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x29d2fEC890B037B2d34f061F9a50f76F85ddBcAE", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USR", + "id": "d1ece495-22aa-40e5-a0d9-3b26c400599e", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x4768b83c894abb938f9c5b403b80a6a44fafe428", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xCc6f4453714827C5e48e900D4830C9ffA63DeF4e", + "chain": { + "id": 999 + }, + "description": null, + "id": "8531b2c1-61ef-47fb-9379-3210f478c13d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x29D295409d5A20b2C851df18054D32A442791346", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for sUSDe_FUNDAMENTAL", + "id": "ed916794-a315-4847-a304-13df353cc223", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x47d46b26b224f8a3116d977d3a2ea74ce1da131b", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x5016c48F36f7e4C83b5C4D4b7227BFEf35Ae7688", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_MAIN_FUNDAMENTAL", + "id": "d8fdd891-9c16-4713-962a-5fe72a91d7e5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x48153a227ab23343d819239353024c80c498d6dd", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xFfe5F5e9e18b88FBdD7e28d4A583a111C874fB47", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE_FUNDAMENTAL", + "id": "2a2a1e49-f39b-411a-89f2-54cf7669db6b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa8a94Da411425634e3Ed6C331a32ab4fd774aa43", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for HYPE", + "id": "d301965e-4c01-4ded-ad0d-29de95ff9eb1", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x485ad642ab73710af785200b1ee90b3758b3d069", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x54e7e29554843dcc3f9fD8558D7243eC03912412", + "chain": { + "id": 999 + }, + "description": null, + "id": "dc2fe62a-b106-4f1e-b22d-38c621a9318e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x49f8c967cd2ee5eac2cb3c2d05f7d753649593fc", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xBE4d4D2FDdE7408bD00B9912705De7bDC3F9bDeb", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_FUNDAMENTAL", + "id": "2a6386b4-b118-4512-8575-b6ba04500513", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4e57068ca3c4917aba7fc16b4cb794976713c772", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4ae36a6a46a153aa25c94318f08904366dcf7c53", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x03e0f5aC1B66EAC4C761e16610aa59C11d2f230C", + "chain": { + "id": 999 + }, + "description": "Pendle Hype/KHype exchange rate", + "id": "d28b633f-e63a-4b13-bae1-22e3922ecf93", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0xE18aAD6733D1db21e19cb83B697082D3d4eE5170", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDH", + "id": "60249bdc-b9f8-4b59-8d6a-b5c6a0793e3f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x4c3de6921813551d10ed8b2b5be0fcf743df549d", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x47a1E9f11B7E2f6554861F450a5764c93913b784", + "chain": { + "id": 999 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "ec44d77d-9f4f-4a04-89fc-6097eaa474f1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4cf5893107e6e7161b740ec150adc6a3c5ad838e", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x53156E996157A53f6627b2BF793D31d86a0c80Aa", + "chain": { + "id": 999 + }, + "description": "Ojo Yield Risk Engine RedStone Price Feed for hbUSDT_FUNDAMENTAL", + "id": "c6b270dd-c0e9-442b-9619-9f38009ff8a6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4e7b7b3c3e0d82ac3c5ecc8dab042052da3b7259", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x5016c48F36f7e4C83b5C4D4b7227BFEf35Ae7688", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_MAIN_FUNDAMENTAL", + "id": "d8fdd891-9c16-4713-962a-5fe72a91d7e5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x54d74fafd8de6006cc486f48769ba6d2c9c2d469", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5555555555555555555555555555555555555555", + "chain": { + "id": 999 + }, + "description": null, + "id": "cb2a70aa-9437-4f04-9b5a-844cf72937c8", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x559afce660127bfa34f7abc899b4e2163befe3ec", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x58ff4deec83573510a7b8f26e7318173a473768b", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xC328CDf06CBc77134B84e1f6ed452774947146b6", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for hwHLP_FUNDAMENTAL", + "id": "f6c2d2b0-04c7-436a-98ee-433d07ea98ba", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5c7c32744ff92911790c3dd554d9e37bbf4d7fea", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x5016c48F36f7e4C83b5C4D4b7227BFEf35Ae7688", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_MAIN_FUNDAMENTAL", + "id": "d8fdd891-9c16-4713-962a-5fe72a91d7e5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa8a94Da411425634e3Ed6C331a32ab4fd774aa43", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for HYPE", + "id": "d301965e-4c01-4ded-ad0d-29de95ff9eb1", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5dd5907282ae6cba11b83bd2816b2a5228e40165", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x4e145E573b2dA4a8e400979519deB5CfD1cC7c10", + "chain": { + "id": 999 + }, + "description": "Pendle Hype/KHype exchange rate", + "id": "af4a3f07-bc45-4c77-a04a-011824463f44", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x5f5272ecaf3c9ef83697c7a0f560a8b8286108c7", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x82721e2C5Ef2DF1796B09728376361892b155594", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE_FUNDAMENTAL/USD", + "id": "efa8c98b-8ca3-40dd-a2aa-dbbfab0d9aa6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x61d50c76ed3afdb3012f2cf60a1d6f9f55a24224", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xA3A75Fd9f19bd334605f59527552DBC6c7f6fD88", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for XAUt", + "id": "93fbe550-3ca9-4f83-9590-cc4db939cd5d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x620662a065994e1a1d855e460bc6eeac85884924", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6254e080263ced51a82d6471cd49996765f84bb8", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x7d05cd5159F38694A7D4dBf58957146a63c8Ad5A", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for UBTC", + "id": "470e6fc7-ae9d-4626-8021-24cec5c00831", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xcA727511c9d542AAb9eF406d24E5bbbE4567c22d", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDe", + "id": "86fcc1e6-6ac5-4d9b-ba82-552714312f29", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x661183d479a55de9399269e04e3f7d112a0ba6a7", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x03e0f5aC1B66EAC4C761e16610aa59C11d2f230C", + "chain": { + "id": 999 + }, + "description": "Pendle Hype/KHype exchange rate", + "id": "d28b633f-e63a-4b13-bae1-22e3922ecf93", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x3519B2f175D22a4dFA0595c291fEfe0945F0656d", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE/HYPE", + "id": "67f70665-b08b-49da-9aef-212018e2341b", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6704358553fa0eede2ec4fc80c67fb03a8fdd764", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6bfa2792efa52c2ffe61ed6d5d56ffa35cc4dd67", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x4BAD96DD1C7D541270a0C92e1D4e5f12EEEA7a57", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for ETH", + "id": "5c34b184-a001-4828-aa37-a792c2fce4d6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6a98791d06bd5b274d95fb86f3b719db74daeaa4", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6df6a121e2bf25f0bcbb08117594a0e87bed1c29", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x7d05cd5159F38694A7D4dBf58957146a63c8Ad5A", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for UBTC", + "id": "470e6fc7-ae9d-4626-8021-24cec5c00831", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7111994019abaf6955fbccd0af0340fd27c6b847", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x8f7F4483647647C58939B1563c1fc6287ae36716", + "chain": { + "id": 999 + }, + "description": "Pendle Hype/KHype exchange rate", + "id": "d9a07a1d-637c-4a3c-a89f-ce300f818566", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7172cea84d8b9f8cdbcdbdca9c0e712f034d31e2", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x72f82357dc9916ef419fae30eae44b0899668474", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xa8a94Da411425634e3Ed6C331a32ab4fd774aa43", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for HYPE", + "id": "d301965e-4c01-4ded-ad0d-29de95ff9eb1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0xE18aAD6733D1db21e19cb83B697082D3d4eE5170", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDH", + "id": "60249bdc-b9f8-4b59-8d6a-b5c6a0793e3f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x754d069baccb22f80ed46e5b4afec08c3b891a69", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xa8a94Da411425634e3Ed6C331a32ab4fd774aa43", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for HYPE", + "id": "d301965e-4c01-4ded-ad0d-29de95ff9eb1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xcA727511c9d542AAb9eF406d24E5bbbE4567c22d", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDe", + "id": "86fcc1e6-6ac5-4d9b-ba82-552714312f29", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x78cb83fb1e6f1003bf61ba95cdefae82f3531bca", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x79ed085f7e43acf66f91e9b9375555d1b0b91a69", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x53156E996157A53f6627b2BF793D31d86a0c80Aa", + "chain": { + "id": 999 + }, + "description": "Ojo Yield Risk Engine RedStone Price Feed for hbUSDT_FUNDAMENTAL", + "id": "c6b270dd-c0e9-442b-9619-9f38009ff8a6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7f74b2c79449c63719d73b0f4ad3524eff13392a", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7fd5820ae24cd2cfb666da24a1a3aa39902cf72f", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xEF5D2b08e76bEb742c41AeF80324509a5FF2A808", + "chain": { + "id": 999 + }, + "description": "hHLP/USDC exchange rate", + "id": "0a9fe47f-ef2a-4d96-8de4-22ade61e0b71", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7cb763dfa1cdabc008444a58027fabbfb389c40b", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7eea57e090eb6a03305a0de173a4215e88733b72", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7f893ef7a219c3c016e4a7c7b3cfd43284c241a6", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x5C4c8d6f6Bf79B718F3e8399AaBdFEd01cB7e48f", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for cmETH_FUNDAMENTAL", + "id": "589c1246-714f-490d-bc15-641a5b23a993", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x818f3b8be6e985093fbf29a50ca412f5497d1378", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x54e7e29554843dcc3f9fD8558D7243eC03912412", + "chain": { + "id": 999 + }, + "description": null, + "id": "dc2fe62a-b106-4f1e-b22d-38c621a9318e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x843604e58edb7c53feaf531091c9120ae0767642", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x5016c48F36f7e4C83b5C4D4b7227BFEf35Ae7688", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_MAIN_FUNDAMENTAL", + "id": "d8fdd891-9c16-4713-962a-5fe72a91d7e5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa8a94Da411425634e3Ed6C331a32ab4fd774aa43", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for HYPE", + "id": "d301965e-4c01-4ded-ad0d-29de95ff9eb1", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x86cec272917818f6b710aff7e75a8b011327c684", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x7d05cd5159F38694A7D4dBf58957146a63c8Ad5A", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for UBTC", + "id": "470e6fc7-ae9d-4626-8021-24cec5c00831", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x882c3d8f8083791c54379fc3d703a0b0443c97c6", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x88c0acb09175a4a7ea661b0b58f6c8563ac33263", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xA569E68B5D110F2A255482c2997DFDBe1b2ab912", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for lstHYPE_FUNDAMENTAL", + "id": "94d765d6-a287-4667-9805-b6fd4e890565", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8bbb62f210f31e6947e1e632dd98f90b43fbaef0", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8c55dd7da2d30c44c291a781523761fb90f7afdb", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8cc885fb7ea3eabb740fd2ef88cc97fe78d71bbd", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x15A0CFC054935AE485FCC12bD7f11bDA738865e2", + "chain": { + "id": 999 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "4c269480-8477-41de-b049-5005c6f2c42e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xBE4d4D2FDdE7408bD00B9912705De7bDC3F9bDeb", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_FUNDAMENTAL", + "id": "2a6386b4-b118-4512-8575-b6ba04500513", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8e3b6d77c4f0b32d9144bdcf9166e7550bc1e4ea", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8f36df5a5a9fc1238d03401b96aa411d6ebca973", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xa8a94Da411425634e3Ed6C331a32ab4fd774aa43", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for HYPE", + "id": "d301965e-4c01-4ded-ad0d-29de95ff9eb1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8f90bbfe69a0f05682b16c64cae6bfaf55f6dc8d", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x29D295409d5A20b2C851df18054D32A442791346", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for sUSDe_FUNDAMENTAL", + "id": "ed916794-a315-4847-a304-13df353cc223", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9233fc6b9a032a27409bfb8636cec1bdc8b80f1f", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x96572d32d699cE463Fdf36610273CC76B7d83f9b", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for hbUSDT_FUNDAMENTAL", + "id": "6d0e1fa3-91e8-415b-92d1-c391fc7fc6fd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x926c01a9f6fdf8d337312274c2cea8597e10d69b", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x950495d3d720dc3a8f45faa130d350f25018b86b", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x99ef2099436e635cb8a6ca1e877f545da68a0468", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x1dd4A1568AA8eb9631E0Ddc792a9c13454f41D71", + "chain": { + "id": 999 + }, + "description": null, + "id": "478bd4b8-0c00-4813-a8e1-aac9836f8371", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x99eff9b2e620ce6b5fabe6754226cf1d22910b9e", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x99b8c8ee7b98718ceca81cbe104ae6e790daddac", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xfFaa4a3D97fE9107Cef8a3F48c069F577Ff76cC1", + "chain": { + "id": 999 + }, + "description": null, + "id": "86cdded6-9e58-4c77-b0c8-3bc451b8e9ad", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xfFaa4a3D97fE9107Cef8a3F48c069F577Ff76cC1", + "chain": { + "id": 999 + }, + "description": null, + "id": "86cdded6-9e58-4c77-b0c8-3bc451b8e9ad", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5555555555555555555555555555555555555555", + "chain": { + "id": 999 + }, + "description": null, + "id": "cb2a70aa-9437-4f04-9b5a-844cf72937c8", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": { + "address": "0x5555555555555555555555555555555555555555", + "chain": { + "id": 999 + }, + "description": null, + "id": "cb2a70aa-9437-4f04-9b5a-844cf72937c8", + "pair": [], + "vendor": null + } + } + }, + { + "address": "0x9da22e09f5e0000f792f06eee6c2166e19548d30", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xE18aAD6733D1db21e19cb83B697082D3d4eE5170", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDH", + "id": "60249bdc-b9f8-4b59-8d6a-b5c6a0793e3f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9f6d252e484f81fa5d5da1afa6d4f662764eb585", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x3EbFAAe0eF43f63dBb176FF11cAb16dcd976607b", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for thBILL_FUNDAMENTAL", + "id": "177e9507-988f-4047-a7b4-c2e32587c447", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9a030f6b110942481001b5568cb6cb2385a77a41", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9b79d0ff35e1c92bef8c66c059d17b8f3be3f4c6", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9b830439f8da06ac5c2b1384c6eb61e63128264f", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x47a1E9f11B7E2f6554861F450a5764c93913b784", + "chain": { + "id": 999 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "ec44d77d-9f4f-4a04-89fc-6097eaa474f1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9eddf9f249591dd5859d77e2531a1917fb025708", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x1dd4A1568AA8eb9631E0Ddc792a9c13454f41D71", + "chain": { + "id": 999 + }, + "description": null, + "id": "478bd4b8-0c00-4813-a8e1-aac9836f8371", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x3519B2f175D22a4dFA0595c291fEfe0945F0656d", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE/HYPE", + "id": "67f70665-b08b-49da-9aef-212018e2341b", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa3102e3e2c6ae443710a1b4726c23ca2d103e384", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xc53aa4b5AC3A3101b20d8FC537b6F1C38AB14f70", + "chain": { + "id": 999 + }, + "description": null, + "id": "2d8c0b46-9a5a-4885-98cf-41bc3f9559a1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x96572d32d699cE463Fdf36610273CC76B7d83f9b", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for hbUSDT_FUNDAMENTAL", + "id": "6d0e1fa3-91e8-415b-92d1-c391fc7fc6fd", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xa584b21118b4ae3a60074102385cc693ee501b60", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xA569E68B5D110F2A255482c2997DFDBe1b2ab912", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for lstHYPE_FUNDAMENTAL", + "id": "94d765d6-a287-4667-9805-b6fd4e890565", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb08b4ad4db763da8d58339e665001d84a1a2b84e", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x96572d32d699cE463Fdf36610273CC76B7d83f9b", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for hbUSDT_FUNDAMENTAL", + "id": "6d0e1fa3-91e8-415b-92d1-c391fc7fc6fd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x47d46b26b224f8a3116d977d3a2ea74ce1da131b", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x5016c48F36f7e4C83b5C4D4b7227BFEf35Ae7688", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_MAIN_FUNDAMENTAL", + "id": "d8fdd891-9c16-4713-962a-5fe72a91d7e5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x13d8dc856f4dfadf09b4b55edace1e5f68162d7d", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x5016c48F36f7e4C83b5C4D4b7227BFEf35Ae7688", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_MAIN_FUNDAMENTAL", + "id": "d8fdd891-9c16-4713-962a-5fe72a91d7e5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x687AB202cA714D4Bece9dbD438466B4Cd8A6a696", + "chain": { + "id": 999 + }, + "description": "HypeUSD Oracle Aggregator", + "id": "f61c5b53-00aa-46f7-b01c-0457c9bf641d", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x88c0acb09175a4a7ea661b0b58f6c8563ac33263", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xA569E68B5D110F2A255482c2997DFDBe1b2ab912", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for lstHYPE_FUNDAMENTAL", + "id": "94d765d6-a287-4667-9805-b6fd4e890565", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x58ff4deec83573510a7b8f26e7318173a473768b", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xC328CDf06CBc77134B84e1f6ed452774947146b6", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for hwHLP_FUNDAMENTAL", + "id": "f6c2d2b0-04c7-436a-98ee-433d07ea98ba", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf927616366e6d62cf25d24e037fab4e6ce92ca85", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x54e7e29554843dcc3f9fD8558D7243eC03912412", + "chain": { + "id": 999 + }, + "description": null, + "id": "dc2fe62a-b106-4f1e-b22d-38c621a9318e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfab8b6e727e256e691396330c8bb594865a1705a", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x96572d32d699cE463Fdf36610273CC76B7d83f9b", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for hbUSDT_FUNDAMENTAL", + "id": "6d0e1fa3-91e8-415b-92d1-c391fc7fc6fd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x29d2fEC890B037B2d34f061F9a50f76F85ddBcAE", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USR", + "id": "d1ece495-22aa-40e5-a0d9-3b26c400599e", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7fd5820ae24cd2cfb666da24a1a3aa39902cf72f", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xEF5D2b08e76bEb742c41AeF80324509a5FF2A808", + "chain": { + "id": 999 + }, + "description": "hHLP/USDC exchange rate", + "id": "0a9fe47f-ef2a-4d96-8de4-22ade61e0b71", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2688a115460afb16fa170efe4f7401a3738df4bb", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xdc55D8D3276ce1224122196B3D75E7074B6e32D6", + "chain": { + "id": 999 + }, + "description": "A port of a chainlink aggregator powered by pyth network feeds", + "id": "f1022e64-2fb4-4386-b3fa-9ea381d93cf1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xfc74ba6bf4d58a68b62a46c25c6ac4bc9d36a76d", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x4BAD96DD1C7D541270a0C92e1D4e5f12EEEA7a57", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for ETH", + "id": "5c34b184-a001-4828-aa37-a792c2fce4d6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x6bfa2792efa52c2ffe61ed6d5d56ffa35cc4dd67", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x4BAD96DD1C7D541270a0C92e1D4e5f12EEEA7a57", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for ETH", + "id": "5c34b184-a001-4828-aa37-a792c2fce4d6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x1184975bb8af7de1f3f9cd2e9f20e2535bfb6656", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x4BAD96DD1C7D541270a0C92e1D4e5f12EEEA7a57", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for ETH", + "id": "5c34b184-a001-4828-aa37-a792c2fce4d6", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd264717a8e2b359e104b16d956477364a6df307c", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xd6156F8177aA1a6E0c5278CE437A9BDB32F203ef", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for RLP_FUNDAMENTAL", + "id": "fa9d5d61-a3e7-4544-96b7-abcadf5e5ab1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x29d2fEC890B037B2d34f061F9a50f76F85ddBcAE", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USR", + "id": "d1ece495-22aa-40e5-a0d9-3b26c400599e", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x42890615c34fffdf89c7fdabd6e42bd20ec79bb3", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xd6156F8177aA1a6E0c5278CE437A9BDB32F203ef", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for RLP_FUNDAMENTAL", + "id": "fa9d5d61-a3e7-4544-96b7-abcadf5e5ab1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x29d2fEC890B037B2d34f061F9a50f76F85ddBcAE", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USR", + "id": "d1ece495-22aa-40e5-a0d9-3b26c400599e", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf41c3b302b2536b032f179a858d26597c32d675e", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x9ED559c2Ad1562aE8e919691A84A3320f547B248", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for hbBTC_FUNDAMENTAL", + "id": "59b8370e-39b3-46d2-a5c2-70171308f668", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x3587a73AA02519335A8a6053a97657BECe0bC2Cc", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for BTC", + "id": "4d77eae8-4d1c-45de-83a7-395b9ee99d81", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x7f74b2c79449c63719d73b0f4ad3524eff13392a", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4e57068ca3c4917aba7fc16b4cb794976713c772", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x39004b5a26ee7c0b0d37216a0e340b3894a0f27d", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xb08b4ad4db763da8d58339e665001d84a1a2b84e", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x96572d32d699cE463Fdf36610273CC76B7d83f9b", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for hbUSDT_FUNDAMENTAL", + "id": "6d0e1fa3-91e8-415b-92d1-c391fc7fc6fd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xc0dfe2166ba077439aeb1acc816e58d76cc2ecd4", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xBE4d4D2FDdE7408bD00B9912705De7bDC3F9bDeb", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_FUNDAMENTAL", + "id": "2a6386b4-b118-4512-8575-b6ba04500513", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x49f8c967cd2ee5eac2cb3c2d05f7d753649593fc", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xBE4d4D2FDdE7408bD00B9912705De7bDC3F9bDeb", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_FUNDAMENTAL", + "id": "2a6386b4-b118-4512-8575-b6ba04500513", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2efa5766b5454fc1b990355fc0d74a4736f36a33", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x706cEc110C2a755F05315A3Ad6d45Ac56e624A45", + "chain": { + "id": 999 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "ebacde34-b618-4250-a0c9-01a99c5d12ad", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x53156E996157A53f6627b2BF793D31d86a0c80Aa", + "chain": { + "id": 999 + }, + "description": "Ojo Yield Risk Engine RedStone Price Feed for hbUSDT_FUNDAMENTAL", + "id": "c6b270dd-c0e9-442b-9619-9f38009ff8a6", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcb87a2524ced4e4c23ddb1cde5e620530e328f9a", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x706cEc110C2a755F05315A3Ad6d45Ac56e624A45", + "chain": { + "id": 999 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "ebacde34-b618-4250-a0c9-01a99c5d12ad", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x53156E996157A53f6627b2BF793D31d86a0c80Aa", + "chain": { + "id": 999 + }, + "description": "Ojo Yield Risk Engine RedStone Price Feed for hbUSDT_FUNDAMENTAL", + "id": "c6b270dd-c0e9-442b-9619-9f38009ff8a6", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x926c01a9f6fdf8d337312274c2cea8597e10d69b", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa8aaf95b140f70ff7af82d22c2bab235275845df", + "chainId": 999, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xcd3521ae0eb1bbfdaa970b0ae972ac2414cc37bd", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x8f7F4483647647C58939B1563c1fc6287ae36716", + "chain": { + "id": 999 + }, + "description": "Pendle Hype/KHype exchange rate", + "id": "d9a07a1d-637c-4a3c-a89f-ce300f818566", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x46e223D4FE80dd89BCBB54d8C9aaDb48F0419315", + "chain": { + "id": 999 + }, + "description": "Fixed USD price", + "id": "7552753c-78fe-4b5a-8f38-1bf3833dbe36", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x8cc885fb7ea3eabb740fd2ef88cc97fe78d71bbd", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x15A0CFC054935AE485FCC12bD7f11bDA738865e2", + "chain": { + "id": 999 + }, + "description": "Pendle Chainlink-compatible Oracle", + "id": "4c269480-8477-41de-b049-5005c6f2c42e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xBE4d4D2FDdE7408bD00B9912705De7bDC3F9bDeb", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_FUNDAMENTAL", + "id": "2a6386b4-b118-4512-8575-b6ba04500513", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x7111994019abaf6955fbccd0af0340fd27c6b847", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x8f7F4483647647C58939B1563c1fc6287ae36716", + "chain": { + "id": 999 + }, + "description": "Pendle Hype/KHype exchange rate", + "id": "d9a07a1d-637c-4a3c-a89f-ce300f818566", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x225e9e58be07db30c0ed6cf081e0bae413e39d68", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xE2684d91474Ec9946C689f5B6C401f3B262a0a42", + "chain": { + "id": 999 + }, + "description": null, + "id": "616cdb4a-5291-417a-9766-b61211cd13dd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe876bfabad8d78e5efdb4ab4bed3a40f1aca8469", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xFfe5F5e9e18b88FBdD7e28d4A583a111C874fB47", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE_FUNDAMENTAL", + "id": "2a2a1e49-f39b-411a-89f2-54cf7669db6b", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa8a94Da411425634e3Ed6C331a32ab4fd774aa43", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for HYPE", + "id": "d301965e-4c01-4ded-ad0d-29de95ff9eb1", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa3102e3e2c6ae443710a1b4726c23ca2d103e384", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xc53aa4b5AC3A3101b20d8FC537b6F1C38AB14f70", + "chain": { + "id": 999 + }, + "description": null, + "id": "2d8c0b46-9a5a-4885-98cf-41bc3f9559a1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x96572d32d699cE463Fdf36610273CC76B7d83f9b", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for hbUSDT_FUNDAMENTAL", + "id": "6d0e1fa3-91e8-415b-92d1-c391fc7fc6fd", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xee75a03d284fad3daa9e1c380a23c95b18cc6fbb", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xBE4d4D2FDdE7408bD00B9912705De7bDC3F9bDeb", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_FUNDAMENTAL", + "id": "2a6386b4-b118-4512-8575-b6ba04500513", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x687AB202cA714D4Bece9dbD438466B4Cd8A6a696", + "chain": { + "id": 999 + }, + "description": "HypeUSD Oracle Aggregator", + "id": "f61c5b53-00aa-46f7-b01c-0457c9bf641d", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x843604e58edb7c53feaf531091c9120ae0767642", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x5016c48F36f7e4C83b5C4D4b7227BFEf35Ae7688", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_MAIN_FUNDAMENTAL", + "id": "d8fdd891-9c16-4713-962a-5fe72a91d7e5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xa8a94Da411425634e3Ed6C331a32ab4fd774aa43", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for HYPE", + "id": "d301965e-4c01-4ded-ad0d-29de95ff9eb1", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x33dde9e88ef707ae08c7fb7169e56a79dc624aa2", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x5016c48F36f7e4C83b5C4D4b7227BFEf35Ae7688", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for beHYPE_MAIN_FUNDAMENTAL", + "id": "d8fdd891-9c16-4713-962a-5fe72a91d7e5", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x72f82357dc9916ef419fae30eae44b0899668474", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xa8a94Da411425634e3Ed6C331a32ab4fd774aa43", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for HYPE", + "id": "d301965e-4c01-4ded-ad0d-29de95ff9eb1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0xE18aAD6733D1db21e19cb83B697082D3d4eE5170", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDH", + "id": "60249bdc-b9f8-4b59-8d6a-b5c6a0793e3f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xcf27638034aa6db43a14ee170e9352310ad2a960", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x7d05cd5159F38694A7D4dBf58957146a63c8Ad5A", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for UBTC", + "id": "470e6fc7-ae9d-4626-8021-24cec5c00831", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xE18aAD6733D1db21e19cb83B697082D3d4eE5170", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDH", + "id": "60249bdc-b9f8-4b59-8d6a-b5c6a0793e3f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x15b61ae4a4a4457bba05f7edcf421531d6e2bc61", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x1fe9F2f1e8E10f1f05Ac27A24f38a4b7F84c1859", + "chain": { + "id": 999 + }, + "description": null, + "id": "9f35e685-871d-4b9f-8617-d8b703ffa2ea", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0xE18aAD6733D1db21e19cb83B697082D3d4eE5170", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDH", + "id": "60249bdc-b9f8-4b59-8d6a-b5c6a0793e3f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x194fff37872bac3531a41fa5c426090ff84f4f31", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xa8a94Da411425634e3Ed6C331a32ab4fd774aa43", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for HYPE", + "id": "d301965e-4c01-4ded-ad0d-29de95ff9eb1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xa584b21118b4ae3a60074102385cc693ee501b60", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xA569E68B5D110F2A255482c2997DFDBe1b2ab912", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for lstHYPE_FUNDAMENTAL", + "id": "94d765d6-a287-4667-9805-b6fd4e890565", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x9233fc6b9a032a27409bfb8636cec1bdc8b80f1f", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x96572d32d699cE463Fdf36610273CC76B7d83f9b", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for hbUSDT_FUNDAMENTAL", + "id": "6d0e1fa3-91e8-415b-92d1-c391fc7fc6fd", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x5dd5907282ae6cba11b83bd2816b2a5228e40165", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x4e145E573b2dA4a8e400979519deB5CfD1cC7c10", + "chain": { + "id": 999 + }, + "description": "Pendle Hype/KHype exchange rate", + "id": "af4a3f07-bc45-4c77-a04a-011824463f44", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x34209408aadcd86d19e633dcdd3cf2196768c8a9", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x03e0f5aC1B66EAC4C761e16610aa59C11d2f230C", + "chain": { + "id": 999 + }, + "description": "Pendle Hype/KHype exchange rate", + "id": "d28b633f-e63a-4b13-bae1-22e3922ecf93", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x2cb626632a132d136fa16aed9c2f5113edec36e8", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x03e0f5aC1B66EAC4C761e16610aa59C11d2f230C", + "chain": { + "id": 999 + }, + "description": "Pendle Hype/KHype exchange rate", + "id": "d28b633f-e63a-4b13-bae1-22e3922ecf93", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x146bafcbde7aa7cb399e886b50465fd65a0742bf", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9da22e09f5e0000f792f06eee6c2166e19548d30", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xE18aAD6733D1db21e19cb83B697082D3d4eE5170", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDH", + "id": "60249bdc-b9f8-4b59-8d6a-b5c6a0793e3f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9eddf9f249591dd5859d77e2531a1917fb025708", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x1dd4A1568AA8eb9631E0Ddc792a9c13454f41D71", + "chain": { + "id": 999 + }, + "description": null, + "id": "478bd4b8-0c00-4813-a8e1-aac9836f8371", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x3519B2f175D22a4dFA0595c291fEfe0945F0656d", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE/HYPE", + "id": "67f70665-b08b-49da-9aef-212018e2341b", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x99ef2099436e635cb8a6ca1e877f545da68a0468", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x1dd4A1568AA8eb9631E0Ddc792a9c13454f41D71", + "chain": { + "id": 999 + }, + "description": null, + "id": "478bd4b8-0c00-4813-a8e1-aac9836f8371", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x5e21f6530f656A38caE4F55500944753F662D184", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDT", + "id": "39d4b623-b9d9-4a99-9431-76a81a2d3141", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xbabd6403d32ed112d0a38827b3b3dbb54d44c07a", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x1dd4A1568AA8eb9631E0Ddc792a9c13454f41D71", + "chain": { + "id": 999 + }, + "description": null, + "id": "478bd4b8-0c00-4813-a8e1-aac9836f8371", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x661183d479a55de9399269e04e3f7d112a0ba6a7", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x03e0f5aC1B66EAC4C761e16610aa59C11d2f230C", + "chain": { + "id": 999 + }, + "description": "Pendle Hype/KHype exchange rate", + "id": "d28b633f-e63a-4b13-bae1-22e3922ecf93", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0x3519B2f175D22a4dFA0595c291fEfe0945F0656d", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE/HYPE", + "id": "67f70665-b08b-49da-9aef-212018e2341b", + "pair": [], + "vendor": null + }, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3939328b1ca39683ef2c5efbbed14798f58c5283", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf2cb09edf4d07b2e867919d2cf5cac0486f6eb61", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x4cEC96A68cb9A979621b104F3C94884be1a66da0", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for stHYPE", + "id": "cea4f68f-4c82-4627-b704-bceda6f7d808", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x4C89968338b75551243C99B452c84a01888282fD", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDC", + "id": "d461ecad-7c1b-4789-98ca-5d8642f8d832", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x420cd4a55356092127195a2130e8e48ef6cc2d35", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x4cEC96A68cb9A979621b104F3C94884be1a66da0", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for stHYPE", + "id": "cea4f68f-4c82-4627-b704-bceda6f7d808", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xE18aAD6733D1db21e19cb83B697082D3d4eE5170", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDH", + "id": "60249bdc-b9f8-4b59-8d6a-b5c6a0793e3f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x4ae36a6a46a153aa25c94318f08904366dcf7c53", + "chainId": 999, + "data": { + "baseFeedOne": { + "address": "0x03e0f5aC1B66EAC4C761e16610aa59C11d2f230C", + "chain": { + "id": 999 + }, + "description": "Pendle Hype/KHype exchange rate", + "id": "d28b633f-e63a-4b13-bae1-22e3922ecf93", + "pair": [], + "vendor": null + }, + "baseFeedTwo": { + "address": "0xF2448DC04B1d3f1767D6f7C03da8a3933bdDD697", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for kHYPE", + "id": "ffefc6ea-8a72-4b8b-853b-6433e05c3764", + "pair": [], + "vendor": null + }, + "quoteFeedOne": { + "address": "0xE18aAD6733D1db21e19cb83B697082D3d4eE5170", + "chain": { + "id": 999 + }, + "description": "RedStone Price Feed for USDH", + "id": "60249bdc-b9f8-4b59-8d6a-b5c6a0793e3f", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x0bdb9e8e620e1e75e0f0db4da0395e9b9484bcf2", + "chainId": 143, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe0f1159edf01438d407c1f3cb847bbfd88930a58", + "chainId": 143, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x6a99cc46825a724b41f8e5656935929fa0a2cb2c", + "chainId": 143, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xf86faa2bcabccd0fd124e2514401c499094dd613", + "chainId": 143, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3a99ec79b4b8fa57a1a20acb8310a0048ae9b86f", + "chainId": 143, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xbedfa52eb0815f37a43f9ba0083b2094ecf0ad4a", + "chainId": 143, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8b4d5377d3b62e12fa8927348db7546f9a93a207", + "chainId": 143, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x50a0491d08da7aa22a906e4444daa2f244fdb022", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x16F8008c3e89f62e5e2b909Ce70999370D38F4F2", + "chain": { + "id": 143 + }, + "description": "SOL / USD", + "id": "0c88991e-c038-49cc-842d-9fc49b8ba63d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x8eefe8c566976ab65c4a5956be787fca730080bc", + "chainId": 143, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4d673d084a234895d6d786f1e2c2729a34702167", + "chainId": 143, + "data": { + "baseFeedOne": null, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x3ca73a170df0c287dbd3a9045fb51352402e0174", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0xBcD78f76005B7515837af6b50c7C52BCf73822fb", + "chain": { + "id": 143 + }, + "description": "MON / USD", + "id": "cafcb71e-def2-48f4-bf5d-e8a78ded53b2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x1a1Be4c184923a6BFF8c27cfDf6ac8bDE4DE00FC", + "chain": { + "id": 143 + }, + "description": "USDT / USD", + "id": "ae5a6318-8ffe-41e7-bb7b-77f0317d2caa", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x409b68a5986a84fd90761baeb34cb242a2ee02ef", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x936a444C983347FFBfe3F26D1497CAbfA2BfE271", + "chain": { + "id": 143 + }, + "description": null, + "id": "356b107a-6e9d-495e-a10e-b9830c666ec8", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x1a73cde847ddf4a852020118070bbd71865b9c29", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x16F8008c3e89f62e5e2b909Ce70999370D38F4F2", + "chain": { + "id": 143 + }, + "description": "SOL / USD", + "id": "0c88991e-c038-49cc-842d-9fc49b8ba63d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf5F15f188AbCB0d165D1Edb7f37F7d6fA2fCebec", + "chain": { + "id": 143 + }, + "description": "USDC / USD", + "id": "f767176a-225d-458e-9df1-f91e2525ed65", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xe0b4e42b082f639bc95f4edf95deebe7b5ea94aa", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x61dD33A34E47a181EE02e42eE0546a3DA808f1B4", + "chain": { + "id": 143 + }, + "description": "XAU / USD", + "id": "819ba691-7178-410a-a295-be6784ac023e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf5F15f188AbCB0d165D1Edb7f37F7d6fA2fCebec", + "chain": { + "id": 143 + }, + "description": "USDC / USD", + "id": "f767176a-225d-458e-9df1-f91e2525ed65", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xff07261c87763cc5693ab78746d0b6735ec626f5", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x2D1Df1bD061AAc38C22407AD69d69bCC3C62edBD", + "chain": { + "id": 143 + }, + "description": "WBTC / USD", + "id": "3547f706-cfb4-4875-ae32-eb77a8d595a1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf5F15f188AbCB0d165D1Edb7f37F7d6fA2fCebec", + "chain": { + "id": 143 + }, + "description": "USDC / USD", + "id": "f767176a-225d-458e-9df1-f91e2525ed65", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xdfb6db7433fd93c20acdec7d881ec4a7fa143904", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x16F8008c3e89f62e5e2b909Ce70999370D38F4F2", + "chain": { + "id": 143 + }, + "description": "SOL / USD", + "id": "0c88991e-c038-49cc-842d-9fc49b8ba63d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x1a1Be4c184923a6BFF8c27cfDf6ac8bDE4DE00FC", + "chain": { + "id": 143 + }, + "description": "USDT / USD", + "id": "ae5a6318-8ffe-41e7-bb7b-77f0317d2caa", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x82553ab2d3ca0345581584e586fcd26ce6b65a1c", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0xbB4105F349072B15e300f3dAeB701EF986ae5372", + "chain": { + "id": 143 + }, + "description": "A port of a chainlink aggregator powered by Stork", + "id": "c90a7f89-bf11-4d1c-bda2-45020d0db2ad", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x2b9f0a2cf3d1da2a01ce80f68d72dcfa4cbc00f2", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x16F8008c3e89f62e5e2b909Ce70999370D38F4F2", + "chain": { + "id": 143 + }, + "description": "SOL / USD", + "id": "0c88991e-c038-49cc-842d-9fc49b8ba63d", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf5F15f188AbCB0d165D1Edb7f37F7d6fA2fCebec", + "chain": { + "id": 143 + }, + "description": "USDC / USD", + "id": "f767176a-225d-458e-9df1-f91e2525ed65", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf423ad4298f16ea41b896515dee038c47211d329", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0xe6cd21b31948503dB54A07875999979722504B9A", + "chain": { + "id": 143 + }, + "description": "WSTETH / USD", + "id": "34ac46c1-7252-4eaa-808c-74d5df4407ae", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf5F15f188AbCB0d165D1Edb7f37F7d6fA2fCebec", + "chain": { + "id": 143 + }, + "description": "USDC / USD", + "id": "f767176a-225d-458e-9df1-f91e2525ed65", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x9f0180abd00430add72573dd5f3e8e3ab68c4a8b", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x2D1Df1bD061AAc38C22407AD69d69bCC3C62edBD", + "chain": { + "id": 143 + }, + "description": "WBTC / USD", + "id": "3547f706-cfb4-4875-ae32-eb77a8d595a1", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x1a1Be4c184923a6BFF8c27cfDf6ac8bDE4DE00FC", + "chain": { + "id": 143 + }, + "description": "USDT / USD", + "id": "ae5a6318-8ffe-41e7-bb7b-77f0317d2caa", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xf06b8511305df760c12a3755081d95b039915396", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x1B1414782B859871781bA3E4B0979b9ca57A0A04", + "chain": { + "id": 143 + }, + "description": "ETH / USD", + "id": "6d02a8ab-5758-4dab-8c9b-1abf513f2dc7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf5F15f188AbCB0d165D1Edb7f37F7d6fA2fCebec", + "chain": { + "id": 143 + }, + "description": "USDC / USD", + "id": "f767176a-225d-458e-9df1-f91e2525ed65", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x3965e39eddf7bcbc887799e4fd0940135cbf2349", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x1B1414782B859871781bA3E4B0979b9ca57A0A04", + "chain": { + "id": 143 + }, + "description": "ETH / USD", + "id": "6d02a8ab-5758-4dab-8c9b-1abf513f2dc7", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x1a1Be4c184923a6BFF8c27cfDf6ac8bDE4DE00FC", + "chain": { + "id": 143 + }, + "description": "USDT / USD", + "id": "ae5a6318-8ffe-41e7-bb7b-77f0317d2caa", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xd8a98553cd5d0508f90dcd091ac3e0ef320876a3", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0xa7f041Fb6AfFb962162Ff3f318cA184299e4eC58", + "chain": { + "id": 143 + }, + "description": null, + "id": "eaf2d3e0-fef2-402e-a44a-4fe8c4fdc2de", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xd6494ead5ad384a5ce01c1080c05b1c80454883f", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x61dD33A34E47a181EE02e42eE0546a3DA808f1B4", + "chain": { + "id": 143 + }, + "description": "XAU / USD", + "id": "819ba691-7178-410a-a295-be6784ac023e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x1a1Be4c184923a6BFF8c27cfDf6ac8bDE4DE00FC", + "chain": { + "id": 143 + }, + "description": "USDT / USD", + "id": "ae5a6318-8ffe-41e7-bb7b-77f0317d2caa", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xde78b8b680734cb6170b3ae0a195b0d1d83312ed", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0xe6cd21b31948503dB54A07875999979722504B9A", + "chain": { + "id": 143 + }, + "description": "WSTETH / USD", + "id": "34ac46c1-7252-4eaa-808c-74d5df4407ae", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0x1a1Be4c184923a6BFF8c27cfDf6ac8bDE4DE00FC", + "chain": { + "id": 143 + }, + "description": "USDT / USD", + "id": "ae5a6318-8ffe-41e7-bb7b-77f0317d2caa", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0x59e4a435001ce5743de105c64a2fc5427cd21a6a", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0xBcD78f76005B7515837af6b50c7C52BCf73822fb", + "chain": { + "id": 143 + }, + "description": "MON / USD", + "id": "cafcb71e-def2-48f4-bf5d-e8a78ded53b2", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": { + "address": "0xf5F15f188AbCB0d165D1Edb7f37F7d6fA2fCebec", + "chain": { + "id": 143 + }, + "description": "USDC / USD", + "id": "f767176a-225d-458e-9df1-f91e2525ed65", + "pair": [], + "vendor": null + }, + "quoteFeedTwo": null + } + }, + { + "address": "0xda77cf67ffeecc7fc64a4767837d1ffead1bc73c", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0xf8689D8A90cDB562ea2B83cecE80c8a551a931C6", + "chain": { + "id": 143 + }, + "description": null, + "id": "69ece3b9-525e-4ffd-b289-5a4ba8eb1587", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x0d5728c7985bd3124b4db4a2c2c6a55cc6e34a44", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x61dD33A34E47a181EE02e42eE0546a3DA808f1B4", + "chain": { + "id": 143 + }, + "description": "XAU / USD", + "id": "819ba691-7178-410a-a295-be6784ac023e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xe6e7c18e207744b608c01778a57a3458aaefa2c4", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x418541FFD62bDB3078fb669cB9c18D45942d9C3d", + "chain": { + "id": 143 + }, + "description": null, + "id": "cd21070f-7c95-4f1c-9b61-742bcb2eb38a", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x4bf4e0b49ef4fc428627dbcaa8d2f9f6d3a031d5", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x170763f9Aa2C91C30b0695a3e63b4e5b79D2067c", + "chain": { + "id": 143 + }, + "description": null, + "id": "a7cc27c6-db0d-4239-9d98-adf20f08c300", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0xc2dbc3261b5404eb9d51eecf4cee700dd7519719", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0x7f48247949578A3e6EdDf1159FDe93ced4d5f7b3", + "chain": { + "id": 143 + }, + "description": null, + "id": "586301e6-7dad-48bb-88c4-a66c4744f886", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + }, + { + "address": "0x00ec240a8acbd30871654990c171bf103673a720", + "chainId": 143, + "data": { + "baseFeedOne": { + "address": "0xB7cae8A151a6a19df58a276ABcC26C9f07d61055", + "chain": { + "id": 143 + }, + "description": null, + "id": "a5f63102-a43c-46b4-bec9-12e7dd660e9e", + "pair": [], + "vendor": null + }, + "baseFeedTwo": null, + "quoteFeedOne": null, + "quoteFeedTwo": null + } + } +] \ No newline at end of file diff --git a/src/contexts/MarketsContext.tsx b/src/contexts/MarketsContext.tsx index 712997c2..dcbf3583 100644 --- a/src/contexts/MarketsContext.tsx +++ b/src/contexts/MarketsContext.tsx @@ -11,11 +11,11 @@ import { useRef, } from 'react'; import { supportsMorphoApi } from '@/config/dataSources'; +import { useOracleDataContext } from '@/contexts/OracleDataContext'; import { fetchMorphoMarkets } from '@/data-sources/morpho-api/market'; import { fetchSubgraphMarkets } from '@/data-sources/subgraph/market'; import { useBlacklistedMarkets } from '@/hooks/useBlacklistedMarkets'; import { useLocalStorage } from '@/hooks/useLocalStorage'; -import { monarchWhitelistedMarkets } from '@/utils/markets'; import { ALL_SUPPORTED_NETWORKS, isSupportedChain } from '@/utils/networks'; import { Market } from '@/utils/types'; @@ -73,28 +73,50 @@ export function MarketsProvider({ children }: MarketsProviderProps) { isDefaultBlacklisted, } = useBlacklistedMarkets(); + // Oracle data context for enriching markets + const { getOracleData } = useOracleDataContext(); + + // Helper to enrich a market with oracle data + // Oracle data is always fetched from OracleDataContext (which uses API -> Cache -> Whitelist) + const enrichMarketWithOracleData = useCallback( + (market: Market): Market => { + // Get oracle data from the oracle context (API -> Cache -> Whitelist fallback) + const oracleData = getOracleData(market.oracleAddress, market.morphoBlue.chain.id); + + if (oracleData) { + return { + ...market, + oracle: { + data: oracleData, + }, + }; + } + + // No oracle data available - return market without oracle data + return market; + }, + [getOracleData], + ); // Computed markets based on the setting const markets = useMemo(() => { return showUnwhitelistedMarkets ? allMarkets : whitelistedMarkets; }, [showUnwhitelistedMarkets, allMarkets, whitelistedMarkets]); - // Helper to add metadata (whitelist info) to markets - const addMarketMetadata = useCallback((marketsToEnrich: Market[]) => { - return marketsToEnrich.map((market) => { - const isMonarchWhitelisted = - !market.whitelisted && - monarchWhitelistedMarkets.some( - (whitelistedMarket) => whitelistedMarket.id === market.uniqueKey.toLowerCase(), - ); - - return { - ...market, - whitelisted: market.whitelisted || isMonarchWhitelisted, - isMonarchWhitelisted, - }; - }); - }, []); + // Helper to add metadata (oracle data) to markets + const addMarketMetadata = useCallback( + (marketsToEnrich: Market[]) => { + return marketsToEnrich.map((market) => { + // Enrich with oracle data + const enrichedMarket = enrichMarketWithOracleData(market); + + // Return market with oracle data enriched + // Note: whitelisted flag comes from Morpho API and indicates universal rewards eligibility + return enrichedMarket; + }); + }, + [enrichMarketWithOracleData], + ); // Process markets helper function const processMarkets = useCallback( diff --git a/src/contexts/OracleDataContext.tsx b/src/contexts/OracleDataContext.tsx new file mode 100644 index 00000000..d0523621 --- /dev/null +++ b/src/contexts/OracleDataContext.tsx @@ -0,0 +1,199 @@ +'use client'; + +import { + createContext, + useContext, + ReactNode, + useState, + useEffect, + useCallback, + useMemo, + useRef, +} from 'react'; +import oracleCacheData from '@/constants/oracle/oracle-cache.json'; +import { oraclesQuery } from '@/graphql/morpho-api-queries'; +import { ALL_SUPPORTED_NETWORKS } from '@/utils/networks'; +import { MorphoChainlinkOracleData, OraclesQueryResponse } from '@/utils/types'; +import { URLS } from '@/utils/urls'; + +// Type for cached oracle entry +type CachedOracleEntry = { + address: string; + chainId: number; + data: MorphoChainlinkOracleData; +}; + +// Import oracle cache with proper typing +const oracleCache: CachedOracleEntry[] = oracleCacheData as CachedOracleEntry[]; + +export type OracleDataContextType = { + getOracleData: (oracleAddress: string, chainId: number) => MorphoChainlinkOracleData | null; + loading: boolean; + error: unknown | null; + refetch: () => void; +}; + +const OracleDataContext = createContext(undefined); + +type OracleDataProviderProps = { + children: ReactNode; +}; + +export function OracleDataProvider({ children }: OracleDataProviderProps) { + // Map for fast oracle lookup: key = "oracleAddress-chainId" + const [oracleDataMap, setOracleDataMap] = useState>( + new Map(), + ); + const [loading, setLoading] = useState(true); + const [error, setError] = useState(null); + + // Create lookup key + const createKey = useCallback((address: string, chainId: number): string => { + return `${address.toLowerCase()}-${chainId}`; + }, []); + + // Load oracle cache on mount + useEffect(() => { + const initialMap = new Map(); + + // Load from oracle cache + for (const entry of oracleCache) { + const key = createKey(entry.address, entry.chainId); + initialMap.set(key, entry.data); + } + + console.log(`Loaded ${initialMap.size} oracles from cache`); + setOracleDataMap(initialMap); + }, [createKey]); + + // Fetch fresh oracle data from Morpho API + const fetchOracleData = useCallback(async () => { + setLoading(true); + setError(null); + + try { + const fetchedMap = new Map(); + + // Fetch oracles for all networks in parallel + await Promise.all( + ALL_SUPPORTED_NETWORKS.map(async (network) => { + let skip = 0; + const pageSize = 1000; + + try { + while (true) { + const variables = { + first: pageSize, + skip, + where: { + chainId_in: [network], + }, + }; + + const response = await fetch(URLS.MORPHO_BLUE_API, { + method: 'POST', + headers: { 'Content-Type': 'application/json' }, + body: JSON.stringify({ query: oraclesQuery, variables }), + }); + + if (!response.ok) { + console.warn(`Failed to fetch oracles for network ${network}`); + break; + } + + const result = (await response.json()) as OraclesQueryResponse; + + if (result.errors) { + console.warn(`GraphQL errors for network ${network}:`, result.errors); + break; + } + + const items = result.data?.oracles?.items; + if (!items || items.length === 0) { + break; + } + + // Add to map + for (const oracle of items) { + if (oracle.data) { + const key = createKey(oracle.address, oracle.chain.id); + fetchedMap.set(key, oracle.data); + } + } + + // Check if we've fetched all + if (items.length < pageSize) { + break; + } + + skip += pageSize; + } + } catch (networkError) { + console.error(`Error fetching oracles for network ${network}:`, networkError); + // Continue with other networks + } + }), + ); + + console.log(`Fetched ${fetchedMap.size} oracles from Morpho API`); + + // Merge with cache: API data takes precedence + setOracleDataMap((prevMap) => { + const mergedMap = new Map(prevMap); + for (const [key, data] of fetchedMap) { + mergedMap.set(key, data); + } + return mergedMap; + }); + } catch (err) { + console.error('Error fetching oracle data:', err); + setError(err); + // Keep using cache data on error + } finally { + setLoading(false); + } + }, [createKey]); + + // Keep a stable ref to fetchOracleData + const fetchOracleDataRef = useRef(fetchOracleData); + fetchOracleDataRef.current = fetchOracleData; + + // Fetch oracle data on mount + useEffect(() => { + void fetchOracleDataRef.current(); + }, []); + + // Get oracle data for a specific oracle address and chain + // Data source priority: Morpho API (fetched) → Cache (pre-loaded) + const getOracleData = useCallback( + (oracleAddress: string, chainId: number): MorphoChainlinkOracleData | null => { + const key = createKey(oracleAddress, chainId); + return oracleDataMap.get(key) ?? null; + }, + [oracleDataMap, createKey], + ); + + const refetch = useCallback(() => { + void fetchOracleData(); + }, [fetchOracleData]); + + const contextValue = useMemo( + () => ({ + getOracleData, + loading, + error, + refetch, + }), + [getOracleData, loading, error, refetch], + ); + + return {children}; +} + +export function useOracleDataContext() { + const context = useContext(OracleDataContext); + if (context === undefined) { + throw new Error('useOracleDataContext must be used within an OracleDataProvider'); + } + return context; +} diff --git a/src/data-sources/morpho-api/market.ts b/src/data-sources/morpho-api/market.ts index ba864d59..fa3862b4 100644 --- a/src/data-sources/morpho-api/market.ts +++ b/src/data-sources/morpho-api/market.ts @@ -30,8 +30,6 @@ type MarketsGraphQLResponse = { const processMarketData = (market: Market): Market => { return { ...market, - isMonarchWhitelisted: false, - // Standard API always have USD price! hasUSDPrice: true, }; diff --git a/src/data-sources/subgraph/historical.ts b/src/data-sources/subgraph/historical.ts index f8a63fc6..74544a65 100644 --- a/src/data-sources/subgraph/historical.ts +++ b/src/data-sources/subgraph/historical.ts @@ -115,7 +115,7 @@ export const fetchSubgraphMarketHistoricalData = async ( const subgraphApiUrl = getSubgraphUrl(network); if (!subgraphApiUrl) { - console.error(`Subgraph URL for network ${network} is not defined.`); + console.warn(`Subgraph URL for network ${network} is not defined. Cannot fetch historical data.`); return null; // Return null } diff --git a/src/data-sources/subgraph/liquidations.ts b/src/data-sources/subgraph/liquidations.ts index 27861142..e71d4547 100644 --- a/src/data-sources/subgraph/liquidations.ts +++ b/src/data-sources/subgraph/liquidations.ts @@ -22,8 +22,8 @@ export const fetchSubgraphLiquidatedMarketKeys = async ( ): Promise> => { const subgraphApiUrl = getSubgraphUrl(network); if (!subgraphApiUrl) { - console.error(`Subgraph URL for network ${network} is not defined.`); - throw new Error(`Subgraph URL for network ${network} is not defined.`); + console.warn(`Subgraph URL for network ${network} is not defined. Skipping liquidation check.`); + return new Set(); } const liquidatedKeys = new Set(); diff --git a/src/data-sources/subgraph/market-borrows.ts b/src/data-sources/subgraph/market-borrows.ts index f26f4d88..8e4eabcc 100644 --- a/src/data-sources/subgraph/market-borrows.ts +++ b/src/data-sources/subgraph/market-borrows.ts @@ -45,8 +45,8 @@ export const fetchSubgraphMarketBorrows = async ( ): Promise => { const subgraphUrl = getSubgraphUrl(network); if (!subgraphUrl) { - console.error(`No Subgraph URL configured for network: ${network}`); - throw new Error(`Subgraph URL not available for network ${network}`); + console.warn(`No Subgraph URL configured for network: ${network}. Returning empty results.`); + return { items: [], totalCount: 0 }; } const fetchBatchSize = 200; diff --git a/src/data-sources/subgraph/market-liquidations.ts b/src/data-sources/subgraph/market-liquidations.ts index 44ad3176..e9fa8aa2 100644 --- a/src/data-sources/subgraph/market-liquidations.ts +++ b/src/data-sources/subgraph/market-liquidations.ts @@ -44,8 +44,8 @@ export const fetchSubgraphMarketLiquidations = async ( ): Promise => { const subgraphUrl = getSubgraphUrl(network); if (!subgraphUrl) { - console.error(`No Subgraph URL configured for network: ${network}`); - throw new Error(`Subgraph URL not available for network ${network}`); + console.warn(`No Subgraph URL configured for network: ${network}. Returning empty results.`); + return []; } const variables = { marketId }; diff --git a/src/data-sources/subgraph/market-supplies.ts b/src/data-sources/subgraph/market-supplies.ts index 4617bfac..bab8e000 100644 --- a/src/data-sources/subgraph/market-supplies.ts +++ b/src/data-sources/subgraph/market-supplies.ts @@ -46,8 +46,8 @@ export const fetchSubgraphMarketSupplies = async ( ): Promise => { const subgraphUrl = getSubgraphUrl(network); if (!subgraphUrl) { - console.error(`No Subgraph URL configured for network: ${network}`); - throw new Error(`Subgraph URL not available for network ${network}`); + console.warn(`No Subgraph URL configured for network: ${network}. Returning empty results.`); + return { items: [], totalCount: 0 }; } const fetchBatchSize = 200; diff --git a/src/data-sources/subgraph/market.ts b/src/data-sources/subgraph/market.ts index a1e92561..ff754123 100644 --- a/src/data-sources/subgraph/market.ts +++ b/src/data-sources/subgraph/market.ts @@ -1,5 +1,4 @@ import { Address } from 'viem'; -import { getWhitelistedOracleData } from '@/config/oracle-whitelist'; // Import the whitelist helper import { marketQuery as subgraphMarketQuery, marketsQuery as subgraphMarketsQuery, @@ -20,9 +19,8 @@ import { UnknownERC20Token, TokenPeg, } from '@/utils/tokens'; -import { MorphoChainlinkOracleData, Market, MarketWarning } from '@/utils/types'; +import { Market, MarketWarning } from '@/utils/types'; import { - SUBGRAPH_NO_ORACLE, SUBGRAPH_NO_PRICE, UNRECOGNIZED_COLLATERAL, UNRECOGNIZED_LOAN, @@ -137,13 +135,6 @@ const transformSubgraphMarketToMarket = ( const loanAsset = mapToken(subgraphMarket.borrowedToken); const collateralAsset = mapToken(subgraphMarket.inputToken); - const defaultOracleData: MorphoChainlinkOracleData = { - baseFeedOne: null, - baseFeedTwo: null, - quoteFeedOne: null, - quoteFeedTwo: null, - }; - const chainId = network; // @todo: might update due to input token being used here @@ -162,22 +153,6 @@ const transformSubgraphMarketToMarket = ( const borrowApy = Number(subgraphMarket.rates?.find((r) => r.side === 'BORROWER')?.rate ?? 0); let warnings: MarketWarning[] = []; // Initialize warnings - let whitelistedOracleData = getWhitelistedOracleData(oracleAddress, network); - - // Add SUBGRAPH_NO_ORACLE warning *only* if not whitelisted, or add warnings from whitelist - if (!whitelistedOracleData) { - warnings.push(SUBGRAPH_NO_ORACLE); - } else if (whitelistedOracleData.warningCodes && whitelistedOracleData.warningCodes.length > 0) { - // Add warnings specified in the whitelist configuration - const whitelistWarnings = whitelistedOracleData.warningCodes.map((code) => ({ - type: code, - // Determine level based on code if needed, or use a default/derive from code convention - // For simplicity, let's assume they are all 'warning' level for now, adjust as needed - level: 'warning', // This might need refinement based on warning code meanings - __typename: `OracleWarning_${code}`, // Construct a basic typename - })); - warnings = warnings.concat(whitelistWarnings); - } // get the prices let loanAssetPrice = safeParseFloat(subgraphMarket.borrowedToken?.lastPriceUSD ?? '0'); @@ -216,9 +191,6 @@ const transformSubgraphMarketToMarket = ( const collateralAssetsUsd = formatBalance(collateralAssets, collateralAsset.decimals) * collateralAssetPrice; - // Use whitelisted oracle data (feeds) if available, otherwise default - const oracleDataToUse = whitelistedOracleData ?? defaultOracleData; - const marketDetail = { id: marketId, uniqueKey: marketId, @@ -264,12 +236,7 @@ const transformSubgraphMarketToMarket = ( }, }, warnings: warnings, // Assign the potentially filtered warnings - oracle: { - data: oracleDataToUse, // Use the determined oracle data - }, hasUSDPrice: hasUSDPrice, - isMonarchWhitelisted: false, - // todo: not able to parse bad debt now realizedBadDebt: { @@ -291,8 +258,8 @@ export const fetchSubgraphMarket = async ( const subgraphApiUrl = getSubgraphUrl(network); if (!subgraphApiUrl) { - console.error(`Subgraph URL for network ${network} is not defined.`); - throw new Error(`Subgraph URL for network ${network} is not defined.`); + console.warn(`Subgraph URL for network ${network} is not defined. Cannot fetch market.`); + return null; } try { @@ -336,8 +303,8 @@ export const fetchSubgraphMarkets = async (network: SupportedNetworks): Promise< const subgraphApiUrl = getSubgraphUrl(network); if (!subgraphApiUrl) { - console.error(`Subgraph URL for network ${network} is not defined.`); - throw new Error(`Subgraph URL for network ${network} is not defined.`); + console.warn(`Subgraph URL for network ${network} is not defined. Skipping subgraph fetch.`); + return []; } // Construct variables for the query, adding blacklistTokens diff --git a/src/graphql/morpho-api-queries.ts b/src/graphql/morpho-api-queries.ts index 47922225..1f5c859c 100644 --- a/src/graphql/morpho-api-queries.ts +++ b/src/graphql/morpho-api-queries.ts @@ -14,6 +14,57 @@ export const feedFieldsFragment = ` } `; +// Query for fetching oracles (used for cache generation and runtime fetching) +export const oraclesQuery = ` + query getOracles($first: Int, $skip: Int, $where: OraclesFilters) { + oracles(first: $first, skip: $skip, where: $where) { + items { + address + chain { + id + } + data { + ... on MorphoChainlinkOracleData { + baseFeedOne { + ...FeedFields + } + baseFeedTwo { + ...FeedFields + } + quoteFeedOne { + ...FeedFields + } + quoteFeedTwo { + ...FeedFields + } + } + ... on MorphoChainlinkOracleV2Data { + baseFeedOne { + ...FeedFields + } + baseFeedTwo { + ...FeedFields + } + quoteFeedOne { + ...FeedFields + } + quoteFeedTwo { + ...FeedFields + } + } + } + } + pageInfo { + countTotal + count + limit + skip + } + } + } + ${feedFieldsFragment} +`; + // for both API type Market and MarketListItem const commonMarketFields = ` lltv @@ -81,38 +132,6 @@ supplyingVaults { address } -oracle { - data { - ... on MorphoChainlinkOracleData { - baseFeedOne { - ...FeedFields - } - baseFeedTwo { - ...FeedFields - } - quoteFeedOne { - ...FeedFields - } - quoteFeedTwo { - ...FeedFields - } - } - ... on MorphoChainlinkOracleV2Data { - baseFeedOne { - ...FeedFields - } - baseFeedTwo { - ...FeedFields - } - quoteFeedOne { - ...FeedFields - } - quoteFeedTwo { - ...FeedFields - } - } - } -} riskAnalysis { analysis { ... on CredoraRiskAnalysis { @@ -220,38 +239,6 @@ export const marketsQuery = ` level __typename } - oracle { - data { - ... on MorphoChainlinkOracleData { - baseFeedOne { - ...FeedFields - } - baseFeedTwo { - ...FeedFields - } - quoteFeedOne { - ...FeedFields - } - quoteFeedTwo { - ...FeedFields - } - } - ... on MorphoChainlinkOracleV2Data { - baseFeedOne { - ...FeedFields - } - baseFeedTwo { - ...FeedFields - } - quoteFeedOne { - ...FeedFields - } - quoteFeedTwo { - ...FeedFields - } - } - } - } riskAnalysis { analysis { ... on CredoraRiskAnalysis { diff --git a/src/hooks/useMarketData.ts b/src/hooks/useMarketData.ts index d2cd46d8..7358bbb8 100644 --- a/src/hooks/useMarketData.ts +++ b/src/hooks/useMarketData.ts @@ -1,6 +1,8 @@ +import { useMemo } from 'react'; import { useQuery } from '@tanstack/react-query'; import { usePublicClient } from 'wagmi'; import { supportsMorphoApi } from '@/config/dataSources'; +import { useOracleDataContext } from '@/contexts/OracleDataContext'; import { fetchMorphoMarket } from '@/data-sources/morpho-api/market'; import { fetchSubgraphMarket } from '@/data-sources/subgraph/market'; import { SupportedNetworks } from '@/utils/networks'; @@ -13,6 +15,7 @@ export const useMarketData = ( ) => { const queryKey = ['marketData', uniqueKey, network]; const publicClient = usePublicClient({ chainId: network }); + const { getOracleData } = useOracleDataContext(); const { data, isLoading, error, refetch } = useQuery({ queryKey: queryKey, @@ -99,8 +102,27 @@ export const useMarketData = ( retry: 1, }); + // Enrich with oracle data OUTSIDE the query to avoid re-triggering the entire fetch + // when oracle data context updates + const enrichedMarket = useMemo(() => { + if (!data || !network) return data; + + const oracleData = getOracleData(data.oracleAddress, network); + + if (oracleData) { + return { + ...data, + oracle: { + data: oracleData, + }, + }; + } + + return data; + }, [data, network, getOracleData]); + return { - data: data, + data: enrichedMarket, isLoading: isLoading, error: error, refetch: refetch, diff --git a/src/utils/types.ts b/src/utils/types.ts index 81139f3c..29f14c30 100644 --- a/src/utils/types.ts +++ b/src/utils/types.ts @@ -264,6 +264,31 @@ export type MorphoChainlinkOracleData = { quoteFeedTwo: OracleFeed | null; }; +// Oracle item from Morpho API oracles query +export type OracleItem = { + address: string; + chain: { + id: number; + }; + data: MorphoChainlinkOracleData | null; +}; + +// Oracles query response from Morpho API +export type OraclesQueryResponse = { + data: { + oracles: { + items: OracleItem[]; + pageInfo: { + countTotal: number; + count: number; + limit: number; + skip: number; + }; + }; + }; + errors?: { message: string }[]; +}; + // Update the Market type export type Market = { id: string; @@ -314,8 +339,6 @@ export type Market = { // whether we have USD price such has supplyUSD, borrowUSD, collateralUSD, etc. If not, use estimationP hasUSDPrice: boolean; warnings: MarketWarning[]; - isMonarchWhitelisted?: boolean; - oracle?: { data: MorphoChainlinkOracleData; };