This repository was archived by the owner on Nov 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "alias" : " HLP0/USDC.RR" ,
4+ "id" : " aa388e24e74d5dd12145f74fad3180266f78ed08c0a2f47c60583fdb612587ba" ,
5+ "time_difference" : 3600 ,
6+ "price_deviation" : 1 ,
7+ "confidence_ratio" : 100
8+ }
9+ ]
Original file line number Diff line number Diff line change 11import { SponsoredFeedsTable } from " ../../../components/SponsoredFeedsTableWithData" ;
22import arbitrumMainnet from " ../sponsored-feeds/data/evm/arbitrum_mainnet.json" ;
3+ import avalancheMainnet from " ../sponsored-feeds/data/evm/avalanche_mainnet.json" ;
34import baseMainnet from " ../sponsored-feeds/data/evm/base_mainnet.json" ;
45import berachainMainnet from " ../sponsored-feeds/data/evm/berachain_mainnet.json" ;
56import ethereumMainnet from " ../sponsored-feeds/data/evm/ethereum_mainnet.json" ;
@@ -15,6 +16,7 @@ import unichainSepolia from "../sponsored-feeds/data/evm/unichain_sepolia.json";
1516The following EVM chains have sponsored price feeds:
1617
1718- [ Arbitrum Mainnet] ( #arbitrum-mainnet )
19+ - [ Avalanche Mainnet] ( #avalanche-mainnet )
1820- [ Base Mainnet] ( #base-mainnet )
1921- [ Berachain Mainnet] ( #berachain-mainnet )
2022- [ Ethereum Mainnet] ( #ethereum-mainnet )
@@ -29,6 +31,10 @@ The following EVM chains have sponsored price feeds:
2931
3032<SponsoredFeedsTable feeds = { arbitrumMainnet } networkName = " Arbitrum mainnet" />
3133
34+ ## Avalanche Mainnet
35+
36+ <SponsoredFeedsTable feeds = { avalancheMainnet } networkName = " Avalanche mainnet" />
37+
3238## Base Mainnet
3339
3440<SponsoredFeedsTable feeds = { baseMainnet } networkName = " Base mainnet" />
You can’t perform that action at this time.
0 commit comments