We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8090a1d commit e4690bdCopy full SHA for e4690bd
src/features/data/chains.ts
@@ -82,8 +82,7 @@ export const CHAINS: Chain[] = [
82
name: "Arbitrum Mainnet",
83
explorerUrl: "https://arbiscan.io/address/%s",
84
networkType: "mainnet",
85
- rddUrl:
86
- "https://gist.githubusercontent.com/dev-dist/d46d018e2141cc115832ea2c62e15f93/raw/9e485e8346b75fbce6f30b0f15ef2ced6bf4c8e3/feeds-ethereum-mainnet-arbitrum-1.json",
+ rddUrl: "https://reference-data-directory.vercel.app/feeds-ethereum-mainnet-arbitrum-1.json",
87
queryString: "arbitrum-mainnet",
88
tags: ["streams", "smartData", "usGovernmentMacroeconomicData"],
89
},
0 commit comments