Skip to content

Commit 7064eca

Browse files
committed
enable aptos smartdata
1 parent 82f05a2 commit 7064eca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/features/data/chains.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const CHAINS: Chain[] = [
4747
title: "Aptos Data Feeds",
4848
img: "/assets/chains/aptos.svg",
4949
networkStatusUrl: "https://explorer.aptoslabs.com/",
50-
tags: ["default"],
50+
tags: ["default", "smartData"],
5151
supportedFeatures: ["feeds"],
5252
networks: [
5353
{
@@ -56,13 +56,15 @@ export const CHAINS: Chain[] = [
5656
networkType: "mainnet",
5757
rddUrl: "https://docs.chain.link/files/json/feeds-aptos-mainnet.json",
5858
queryString: "aptos-mainnet",
59+
tags: ["smartData"],
5960
},
6061
{
6162
name: "Aptos Testnet",
6263
explorerUrl: "",
6364
networkType: "testnet",
6465
rddUrl: "https://docs.chain.link/files/json/feeds-aptos-testnet.json",
6566
queryString: "aptos-testnet",
67+
tags: ["smartData"],
6668
},
6769
],
6870
},

0 commit comments

Comments
 (0)