Skip to content

Commit 2c65845

Browse files
committed
Remove Polygon from NFT and Rates feeds lists
1 parent 98cb320 commit 2c65845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/data/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const CHAINS: Chain[] = [
8989
label: "Polygon (Matic)",
9090
img: "/assets/chains/polygon.svg",
9191
networkStatusUrl: "https://polygon.io/system",
92-
tags: ["default", "proofOfReserve", "nftFloorPrice", "rates"],
92+
tags: ["default", "proofOfReserve"],
9393
supportedFeatures: ["vrfSubscription", "vrfDirectFunding", "feeds"],
9494
networks: [
9595
{

0 commit comments

Comments
 (0)