Skip to content

Commit 14bbcb5

Browse files
authored
Display BSC SmartData (#2206)
1 parent c91c244 commit 14bbcb5

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
@@ -64,7 +64,7 @@ export const CHAINS: Chain[] = [
6464
title: "BNB Chain Data Feeds",
6565
img: "/assets/chains/bnb-chain.svg",
6666
networkStatusUrl: "https://bscscan.freshstatus.io/",
67-
tags: ["default"],
67+
tags: ["default", "smartData"],
6868
supportedFeatures: ["vrfSubscription", "vrfDirectFunding", "feeds"],
6969
networks: [
7070
{
@@ -73,6 +73,7 @@ export const CHAINS: Chain[] = [
7373
networkType: "mainnet",
7474
rddUrl: "https://reference-data-directory.vercel.app/feeds-bsc-mainnet.json",
7575
queryString: "bnb-mainnet",
76+
tags: ["smartData"],
7677
},
7778
{
7879
name: "BNB Chain Testnet",

0 commit comments

Comments
 (0)