Skip to content

chore(sponsored-feeds): Add avalanche #750

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jul 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"alias": "HLP0/USDC.RR",
"id": "aa388e24e74d5dd12145f74fad3180266f78ed08c0a2f47c60583fdb612587ba",
"time_difference": 3600,
"price_deviation": 1,
"confidence_ratio": 100
}
]
6 changes: 6 additions & 0 deletions pages/price-feeds/sponsored-feeds/evm.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { SponsoredFeedsTable } from "../../../components/SponsoredFeedsTableWithData";
import arbitrumMainnet from "../sponsored-feeds/data/evm/arbitrum_mainnet.json";
import avalancheMainnet from "../sponsored-feeds/data/evm/avalanche_mainnet.json";
import baseMainnet from "../sponsored-feeds/data/evm/base_mainnet.json";
import berachainMainnet from "../sponsored-feeds/data/evm/berachain_mainnet.json";
import ethereumMainnet from "../sponsored-feeds/data/evm/ethereum_mainnet.json";
Expand All @@ -15,6 +16,7 @@ import unichainSepolia from "../sponsored-feeds/data/evm/unichain_sepolia.json";
The following EVM chains have sponsored price feeds:

- [Arbitrum Mainnet](#arbitrum-mainnet)
- [Avalanche Mainnet](#avalanche-mainnet)
- [Base Mainnet](#base-mainnet)
- [Berachain Mainnet](#berachain-mainnet)
- [Ethereum Mainnet](#ethereum-mainnet)
Expand All @@ -29,6 +31,10 @@ The following EVM chains have sponsored price feeds:

<SponsoredFeedsTable feeds={arbitrumMainnet} networkName="Arbitrum mainnet" />

## Avalanche Mainnet

<SponsoredFeedsTable feeds={avalancheMainnet} networkName="Avalanche mainnet" />

## Base Mainnet

<SponsoredFeedsTable feeds={baseMainnet} networkName="Base mainnet" />
Expand Down
Loading