Skip to content

Commit e4690bd

Browse files
authored
restore arb rdd (#3006)
1 parent 8090a1d commit e4690bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/features/data/chains.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ export const CHAINS: Chain[] = [
8282
name: "Arbitrum Mainnet",
8383
explorerUrl: "https://arbiscan.io/address/%s",
8484
networkType: "mainnet",
85-
rddUrl:
86-
"https://gist.githubusercontent.com/dev-dist/d46d018e2141cc115832ea2c62e15f93/raw/9e485e8346b75fbce6f30b0f15ef2ced6bf4c8e3/feeds-ethereum-mainnet-arbitrum-1.json",
85+
rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-mainnet-arbitrum-1.json",
8786
queryString: "arbitrum-mainnet",
8887
tags: ["streams", "smartData", "usGovernmentMacroeconomicData"],
8988
},

0 commit comments

Comments
 (0)