Skip to content

Commit cc705bf

Browse files
Update chains.ts
1 parent 25e68e3 commit cc705bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/data/chains.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -799,14 +799,14 @@ export const CHAINS: Chain[] = [
799799
name: "TRON Mainnet",
800800
explorerUrl: "https://tronscan.org/#/address/%s",
801801
networkType: "mainnet",
802-
rddUrl: "https://docs.chain.link/files/json/feeds-tron-mainnet.json",
802+
rddUrl: "https://reference-data-directory.vercel.app/feeds-tron-mainnet.json",
803803
queryString: "tron-mainnet",
804804
},
805805
{
806806
name: "TRON Nile Testnet",
807807
explorerUrl: "https://nile.tronscan.org/#/address/%s",
808808
networkType: "testnet",
809-
rddUrl: "https://docs.chain.link/files/json/feeds-tron-testnet.json",
809+
rddUrl: "https://reference-data-directory.vercel.app/feeds-tron-testnet-nile.json",
810810
queryString: "tron-testnet",
811811
},
812812
],

0 commit comments

Comments
 (0)