We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c91c244 commit 14bbcb5Copy full SHA for 14bbcb5
src/features/data/chains.ts
@@ -64,7 +64,7 @@ export const CHAINS: Chain[] = [
64
title: "BNB Chain Data Feeds",
65
img: "/assets/chains/bnb-chain.svg",
66
networkStatusUrl: "https://bscscan.freshstatus.io/",
67
- tags: ["default"],
+ tags: ["default", "smartData"],
68
supportedFeatures: ["vrfSubscription", "vrfDirectFunding", "feeds"],
69
networks: [
70
{
@@ -73,6 +73,7 @@ export const CHAINS: Chain[] = [
73
networkType: "mainnet",
74
rddUrl: "https://reference-data-directory.vercel.app/feeds-bsc-mainnet.json",
75
queryString: "bnb-mainnet",
76
+ tags: ["smartData"],
77
},
78
79
name: "BNB Chain Testnet",
0 commit comments