File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
pages/price-feeds/push-feeds Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "alias" : " WETH/USD" ,
4+ "id" : " 9d4294bbcd1174d6f2003ec365831e64cc31d9f6f15a2b85399db8d5000960f6" ,
5+ "time_difference" : 3600 ,
6+ "price_deviation" : 1 ,
7+ "confidence_ratio" : 100
8+ },
9+ {
10+ "alias" : " USDT/USD" ,
11+ "id" : " 2b89b9dc8fdf9f34709a5b106b472f0f39bb6ca9ce04b0fd7f2e971688e2e53b" ,
12+ "time_difference" : 3600 ,
13+ "price_deviation" : 1 ,
14+ "confidence_ratio" : 100
15+ },
16+ {
17+ "alias" : " PENGU/USD" ,
18+ "id" : " bed3097008b9b5e3c93bec20be79cb43986b85a996475589351a21e67bae9b61" ,
19+ "time_difference" : 3600 ,
20+ "price_deviation" : 1 ,
21+ "confidence_ratio" : 100
22+ }
23+ ]
Original file line number Diff line number Diff line change 11import { Callout } from " nextra/components" ;
22
33import { SponsoredFeedsTable } from " ../../../components/SponsoredFeedsTableWithData" ;
4+ import abstractMainnet from " ../push-feeds/data/evm/abstract_mainnet.json" ;
45import arbitrumMainnet from " ../push-feeds/data/evm/arbitrum_mainnet.json" ;
56import avalancheMainnet from " ../push-feeds/data/evm/avalanche_mainnet.json" ;
67import baseMainnet from " ../push-feeds/data/evm/base_mainnet.json" ;
@@ -15,6 +16,7 @@ import lineaMainnet from "../push-feeds/data/evm/linea_mainnet.json";
1516
1617The following EVM chains have push feeds:
1718
19+ - [ Abstract Mainnet] ( #abstract-mainnet )
1820- [ Arbitrum Mainnet] ( #arbitrum-mainnet )
1921- [ Avalanche Mainnet] ( #avalanche-mainnet )
2022- [ Base Mainnet] ( #base-mainnet )
@@ -30,6 +32,10 @@ The following EVM chains have push feeds:
3032 [ form] ( https://tally.so/r/nGz2jj ) to signal your interest.
3133</Callout >
3234
35+ ## Abstract Mainnet
36+
37+ <SponsoredFeedsTable feeds = { abstractMainnet } networkName = " Abstract mainnet" />
38+
3339## Arbitrum Mainnet
3440
3541<SponsoredFeedsTable feeds = { arbitrumMainnet } networkName = " Arbitrum mainnet" />
You can’t perform that action at this time.
0 commit comments