Skip to content

Commit

Permalink
Display Scroll Smartdata
Browse files Browse the repository at this point in the history
  • Loading branch information
khadni committed Dec 16, 2024
1 parent 881400d commit 1dca14a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/features/data/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export const CHAINS: Chain[] = [
title: "Scroll Data Feeds",
img: "/assets/chains/scroll.svg",
networkStatusUrl: "https://status.scroll.io/",
tags: ["default"],
tags: ["default", "smartData"],
supportedFeatures: ["feeds"],
l2SequencerFeed: true,
networks: [
Expand All @@ -359,6 +359,7 @@ export const CHAINS: Chain[] = [
networkType: "mainnet",
rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-mainnet-scroll-1.json",
queryString: "scroll-mainnet",
tags: ["smartData"],
},
{
name: "Scroll Sepolia testnet",
Expand Down

0 comments on commit 1dca14a

Please sign in to comment.