We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b841032 commit ba12824Copy full SHA for ba12824
src/features/data/chains.ts
@@ -349,7 +349,7 @@ export const CHAINS: Chain[] = [
349
title: "Scroll Data Feeds",
350
img: "/assets/chains/scroll.svg",
351
networkStatusUrl: "https://status.scroll.io/",
352
- tags: ["default"],
+ tags: ["default", "smartData"],
353
supportedFeatures: ["feeds"],
354
l2SequencerFeed: true,
355
networks: [
@@ -359,6 +359,7 @@ export const CHAINS: Chain[] = [
359
networkType: "mainnet",
360
rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-mainnet-scroll-1.json",
361
queryString: "scroll-mainnet",
362
+ tags: ["smartData"],
363
},
364
{
365
name: "Scroll Sepolia testnet",
0 commit comments