Skip to content

Commit

Permalink
Add Arbitrum PoR Data Feeds (smartcontractkit#1965)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightjl authored Jun 4, 2024
1 parent 2833de0 commit b842014
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/features/data/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const CHAINS: Chain[] = [
title: "Arbitrum Data Feeds",
img: "/assets/chains/arbitrum.svg",
networkStatusUrl: "https://arbiscan.freshstatus.io/",
tags: ["default", "rates", "streams"],
tags: ["default", "rates", "streams", "proofOfReserve"],
supportedFeatures: ["vrfSubscription", "vrfDirectFunding", "feeds"],
networks: [
{
Expand All @@ -195,7 +195,7 @@ export const CHAINS: Chain[] = [
networkType: "mainnet",
rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-mainnet-arbitrum-1.json",
queryString: "arbitrum-mainnet",
tags: ["streams"],
tags: ["streams", "proofOfReserve"],
},
{
name: "Arbitrum Sepolia",
Expand Down

0 comments on commit b842014

Please sign in to comment.