Skip to content

Commit 8c16b74

Browse files
authored
add tron nile feeds (#2676)
1 parent 0fdd107 commit 8c16b74

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/features/data/chains.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -670,9 +670,7 @@ export const CHAINS: Chain[] = [
670670
name: "TRON Nile Testnet",
671671
explorerUrl: "https://nile.tronscan.org/#/address/%s",
672672
networkType: "testnet",
673-
// rddUrl: "https://docs.chain.link/files/json/feeds-tron-testnet.json",
674-
rddUrl:
675-
"https://gist.githubusercontent.com/khadni/1d67c2bb92cc10f1b81c517a2cb9e641/raw/cfd70987a9def017b87e0eaf9c19c8695638c64d/tron-testnet.json",
673+
rddUrl: "https://docs.chain.link/files/json/feeds-tron-testnet.json",
676674
queryString: "tron-testnet",
677675
},
678676
],

0 commit comments

Comments
 (0)