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
6
6
import ethereumMainnet from " ../sponsored-feeds/data/evm/ethereum_mainnet.json" ;
7
7
import hyperevmMainnet from " ../sponsored-feeds/data/evm/hyperevm_mainnet.json" ;
8
8
import krakenMainnet from " ../sponsored-feeds/data/evm/kraken_mainnet.json" ;
9
+ import soneiumMainnet from " ../sponsored-feeds/data/evm/soneium_mainnet.json" ;
9
10
import sonicMainnet from " ../sponsored-feeds/data/evm/sonic_mainnet.json" ;
10
11
import unichainMainnet from " ../sponsored-feeds/data/evm/unichain_mainnet.json" ;
11
12
import optimismSepolia from " ../sponsored-feeds/data/evm/optimism_sepolia.json" ;
@@ -22,6 +23,7 @@ The following EVM chains have sponsored price feeds:
22
23
- [ Ethereum Mainnet] ( #ethereum-mainnet )
23
24
- [ HyperEVM Mainnet] ( #hyperevm-mainnet )
24
25
- [ Kraken Mainnet] ( #kraken-mainnet )
26
+ - [ Soneium Mainnet] ( #soneium-mainnet )
25
27
- [ Sonic Mainnet] ( #sonic-mainnet )
26
28
- [ Unichain Mainnet] ( #unichain-mainnet )
27
29
- [ Optimism Sepolia] ( #optimism-sepolia )
@@ -55,6 +57,10 @@ The following EVM chains have sponsored price feeds:
55
57
56
58
<SponsoredFeedsTable feeds = { krakenMainnet } networkName = " Kraken mainnet" />
57
59
60
+ ## Soneium Mainnet
61
+
62
+ <SponsoredFeedsTable feeds = { sonicMainnet } networkName = " Soneium mainnet" />
63
+
58
64
## Sonic Mainnet
59
65
60
66
<SponsoredFeedsTable feeds = { sonicMainnet } networkName = " Sonic mainnet" />
You can’t perform that action at this time.
0 commit comments