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 +29
-0
lines changed 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" : " USR/USD.RR" ,
4+ "id" : " 512a79cc65f49531f0bbb72956353e79ecdc1e4a6e5241847196c1f9a11d8a52" ,
5+ "time_difference" : 3600 ,
6+ "price_deviation" : 1 ,
7+ "confidence_ratio" : 100
8+ },
9+ {
10+ "alias" : " RLP/USD.RR" ,
11+ "id" : " 796bcb684fdfbba2b071c165251511ab61f08c8949afd9e05665a26f69d9a839" ,
12+ "time_difference" : 3600 ,
13+ "price_deviation" : 1 ,
14+ "confidence_ratio" : 100
15+ },
16+ {
17+ "alias" : " WSTUSR/USR.RR" ,
18+ "id" : " b74c2bc175c2dab850ce5a5451608501c293fe8410cb4aba7449dd1c355ab706" ,
19+ "time_difference" : 3600 ,
20+ "price_deviation" : 1 ,
21+ "confidence_ratio" : 100
22+ }
23+ ]
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import berachainMainnet from "../sponsored-feeds/data/evm/berachain_mainnet.json
66import ethereumMainnet from " ../sponsored-feeds/data/evm/ethereum_mainnet.json" ;
77import hyperevmMainnet from " ../sponsored-feeds/data/evm/hyperevm_mainnet.json" ;
88import krakenMainnet from " ../sponsored-feeds/data/evm/kraken_mainnet.json" ;
9+ import soneiumMainnet from " ../sponsored-feeds/data/evm/soneium_mainnet.json" ;
910import sonicMainnet from " ../sponsored-feeds/data/evm/sonic_mainnet.json" ;
1011import unichainMainnet from " ../sponsored-feeds/data/evm/unichain_mainnet.json" ;
1112import optimismSepolia from " ../sponsored-feeds/data/evm/optimism_sepolia.json" ;
@@ -22,6 +23,7 @@ The following EVM chains have sponsored price feeds:
2223- [ Ethereum Mainnet] ( #ethereum-mainnet )
2324- [ HyperEVM Mainnet] ( #hyperevm-mainnet )
2425- [ Kraken Mainnet] ( #kraken-mainnet )
26+ - [ Soneium Mainnet] ( #soneium-mainnet )
2527- [ Sonic Mainnet] ( #sonic-mainnet )
2628- [ Unichain Mainnet] ( #unichain-mainnet )
2729- [ Optimism Sepolia] ( #optimism-sepolia )
@@ -55,6 +57,10 @@ The following EVM chains have sponsored price feeds:
5557
5658<SponsoredFeedsTable feeds = { krakenMainnet } networkName = " Kraken mainnet" />
5759
60+ ## Soneium Mainnet
61+
62+ <SponsoredFeedsTable feeds = { sonicMainnet } networkName = " Soneium mainnet" />
63+
5864## Sonic Mainnet
5965
6066<SponsoredFeedsTable feeds = { sonicMainnet } networkName = " Sonic mainnet" />
You can’t perform that action at this time.
0 commit comments