Skip to content

Commit ba12824

Browse files
authored
Display Scroll Smartdata (#2219)
1 parent b841032 commit ba12824

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/features/data/chains.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ export const CHAINS: Chain[] = [
349349
title: "Scroll Data Feeds",
350350
img: "/assets/chains/scroll.svg",
351351
networkStatusUrl: "https://status.scroll.io/",
352-
tags: ["default"],
352+
tags: ["default", "smartData"],
353353
supportedFeatures: ["feeds"],
354354
l2SequencerFeed: true,
355355
networks: [
@@ -359,6 +359,7 @@ export const CHAINS: Chain[] = [
359359
networkType: "mainnet",
360360
rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-mainnet-scroll-1.json",
361361
queryString: "scroll-mainnet",
362+
tags: ["smartData"],
362363
},
363364
{
364365
name: "Scroll Sepolia testnet",

0 commit comments

Comments
 (0)