File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments