Skip to content

Commit 2804b7b

Browse files
authored
Merge branch 'main' into feature/update-heartbeats-add-thala
2 parents adc8bf6 + 9e170c3 commit 2804b7b

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/features/data/chains.ts

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ export const CHAINS: Chain[] = [
375375
title: "Linea Data Feeds",
376376
img: "/assets/chains/linea.svg",
377377
networkStatusUrl: "https://linea.statuspage.io/",
378-
tags: ["default"],
378+
tags: ["default", "smartData"],
379379
supportedFeatures: ["feeds"],
380380
networks: [
381381
{
@@ -384,6 +384,7 @@ export const CHAINS: Chain[] = [
384384
networkType: "mainnet",
385385
rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-mainnet-linea-1.json",
386386
queryString: "linea-mainnet",
387+
tags: ["smartData"],
387388
},
388389
],
389390
},
@@ -623,7 +624,7 @@ export const CHAINS: Chain[] = [
623624
title: "Soneium Data Feeds",
624625
img: "/assets/chains/soneium.svg",
625626
networkStatusUrl: "https://soneium.blockscout.com",
626-
tags: ["default"],
627+
tags: ["default", "smartData"],
627628
supportedFeatures: ["feeds"],
628629
networks: [
629630
{
@@ -632,6 +633,7 @@ export const CHAINS: Chain[] = [
632633
networkType: "mainnet",
633634
rddUrl: "https://reference-data-directory.vercel.app/feeds-soneium-mainnet.json",
634635
queryString: "soneium-mainnet",
636+
tags: ["smartData"],
635637
},
636638
{
637639
name: "Soneium Minato Testnet",
@@ -674,7 +676,7 @@ export const CHAINS: Chain[] = [
674676
title: "Sonic Data Feeds",
675677
img: "/assets/chains/sonic.svg",
676678
networkStatusUrl: "",
677-
tags: ["default"],
679+
tags: ["default", "smartData"],
678680
supportedFeatures: ["feeds"],
679681
networks: [
680682
{
@@ -683,6 +685,7 @@ export const CHAINS: Chain[] = [
683685
networkType: "mainnet",
684686
rddUrl: "https://reference-data-directory.vercel.app/feeds-sonic-mainnet.json",
685687
queryString: "sonic-mainnet",
688+
tags: ["smartData"],
686689
},
687690
{
688691
name: "Sonic Blaze testnet",
@@ -792,7 +795,7 @@ export const CHAINS: Chain[] = [
792795
title: "ZKsync Data Feeds",
793796
img: "/assets/chains/zksync.svg",
794797
networkStatusUrl: "https://explorer.zksync.io/",
795-
tags: ["default"],
798+
tags: ["default", "smartData"],
796799
supportedFeatures: ["feeds"],
797800
networks: [
798801
{
@@ -801,6 +804,7 @@ export const CHAINS: Chain[] = [
801804
networkType: "mainnet",
802805
rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-mainnet-zksync-1.json",
803806
queryString: "zksync-mainnet",
807+
tags: ["smartData"],
804808
},
805809
{
806810
name: "ZKsync Sepolia testnet",

0 commit comments

Comments
 (0)