Skip to content

Commit

Permalink
Display BSC SmartData
Browse files Browse the repository at this point in the history
  • Loading branch information
khadni committed Dec 5, 2024
1 parent c91c244 commit bf36b27
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 @@ -64,7 +64,7 @@ export const CHAINS: Chain[] = [
title: "BNB Chain Data Feeds",
img: "/assets/chains/bnb-chain.svg",
networkStatusUrl: "https://bscscan.freshstatus.io/",
tags: ["default"],
tags: ["default", "smartData"],
supportedFeatures: ["vrfSubscription", "vrfDirectFunding", "feeds"],
networks: [
{
Expand All @@ -73,6 +73,7 @@ export const CHAINS: Chain[] = [
networkType: "mainnet",
rddUrl: "https://reference-data-directory.vercel.app/feeds-bsc-mainnet.json",
queryString: "bnb-mainnet",
tags: ["smartData"],
},
{
name: "BNB Chain Testnet",
Expand Down

0 comments on commit bf36b27

Please sign in to comment.