Skip to content

Commit 70dce45

Browse files
authored
enable Us Gov feeds on BNB Chain (#3023)
1 parent 5252ce9 commit 70dce45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/features/data/chains.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const CHAINS: Chain[] = [
158158
title: "BNB Chain Data Feeds",
159159
img: "/assets/chains/bnb-chain.svg",
160160
networkStatusUrl: "https://bscscan.freshstatus.io/",
161-
tags: ["default", "smartData"],
161+
tags: ["default", "smartData", "usGovernmentMacroeconomicData"],
162162
supportedFeatures: ["vrfSubscription", "vrfDirectFunding", "feeds"],
163163
networks: [
164164
{
@@ -167,7 +167,7 @@ export const CHAINS: Chain[] = [
167167
networkType: "mainnet",
168168
rddUrl: "https://reference-data-directory.vercel.app/feeds-bsc-mainnet.json",
169169
queryString: "bnb-mainnet",
170-
tags: ["smartData"],
170+
tags: ["smartData", "usGovernmentMacroeconomicData"],
171171
},
172172
{
173173
name: "BNB Chain Testnet",

0 commit comments

Comments
 (0)