Skip to content

Commit b0f0a88

Browse files
resolved merge conflicts
2 parents 072f3a7 + 331c119 commit b0f0a88

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

.github/workflows/docker-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
documentation-image:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: Set image tag to timestamp and shortened commit hash
1414
run: |
1515
SHORT_HASH=$(echo ${{ github.sha }} | cut -c1-7)

.github/workflows/js-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
test:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-node@v3
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-node@v4
1212
with:
1313
node-version: 18
1414
cache: "npm"

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
13-
- uses: actions/setup-python@v2
14-
- uses: pre-commit/action@v2.0.3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
14+
- uses: pre-commit/action@v3.0.1

pages/price-feeds/market-hours.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pyth price feeds follow the [traditional market hours](https://www.cmegroup.com/
88
| EU Equities | Paris, Amsterdam, Ireland: Every weekday from 9AM CET to 5.30PM CET | Markets are closed on weekends, and follow [Euronext Holidays & Trading Hours](https://live.euronext.com/en/resources/trading-hours-holidays) |
99
| UK Equities | Every weekday from 8AM GMT to 4.30PM GMT | Markets are closed on weekends, and follow [LSE Holidays & Trading Hours](https://www.londonstockexchange.com/equities-trading/business-days) |
1010
| FX | From Sunday 5PM ET to Friday 5PM ET | Daily maintenance window applies from 5PM ET to 6PM ET, Monday to Thursday. Trading continues during most US holidays |
11-
| Metals | From Sunday 5PM ET to Friday 5PM ET | Daily maintenance window applies from 5PM ET to 6PM ET, Monday to Thursday. Spot gold and silver trading also follow [CME holiday closures](https://www.cmegroup.com/tools-information/holiday-calendar.html)|
11+
| Metals | From Sunday 6PM ET to Friday 5PM ET | Daily maintenance window applies from 5PM ET to 6PM ET, Monday to Thursday. Spot gold and silver trading also follow [CME holiday closures](https://www.cmegroup.com/tools-information/holiday-calendar.html)|
1212
| Rates | Every weekday from 8AM ET to 5PM ET | Markets are closed on weekends, and follow [NYSE Holidays & Trading Hours](https://www.nyse.com/markets/hours-calendars) |
1313
| Commodities | WTI: From Sunday 6PM ET to Friday 5PM ET | Daily maintenance window applies from 5PM ET to 6PM ET and follow [CME holiday closures](https://www.cmegroup.com/tools-information/holiday-calendar.html)|
1414
| Commodities | BRENT: From Sunday 6PM ET to Friday 6PM ET | Daily maintenance window applies from 6PM ET to 8PM ET, Monday to Thursday and follow [ICE holiday closures](https://www.ice.com/publicdocs/Trading_Schedule.pdf)|

pages/price-feeds/sponsored-feeds/evm.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Sponsored Feeds on EVM
22

3-
At the time of writing, the following EVM chains have sponsored price feeds:
3+
At the moment, the following EVM chains have sponsored price feeds:
44

55
- [Ethereum Mainnet](#ethereum-mainnet)
66
- [Base Mainnet](#base-mainnet)
@@ -83,6 +83,9 @@ Update Parameters: **1 hour heartbeat or 1% price deviation**
8383
| IBERA/USD | `eb943c0b5c9e02a529f799ac91070c3b7046f9412f3e5b0a90ba00267b838f34` |
8484
| NECT/USD | `ddf0dd319060db4561b5aa8f84a94816d33579f8dc2af2d8f74583bce20cd260` |
8585
| HONEY/USD.RR | `8bb3695875f9c33594097b0e0a1daa881aa81290088f0eac3a07b700fc7612ba` |
86+
| BERAETH/USD | `b0e25851305040478afe2f7ba29d29e8677dc521f93322400d6c4cab7a2a5ec0` |
87+
| LBGT/USD | `7d80a0d7344c6632c5ed2b85016f32aed4f831294e274739d92bb9e32df5b22f` |
88+
| ORIBGT/IBGT.RR | `4d7ecce398410a6eb0100da7627722bb0cc2b6ca4b9d3962b66a6fe4dda53928` |
8689

8790
## HyperEVM Mainnet
8891

@@ -115,6 +118,7 @@ Update Parameters: **1 hour heartbeat or 1% price deviation**
115118
| WSTHYPE/STHYPE.RR | `1a78b5829a99f1d2897917dae2a02266c0210535a995a2e9d0692613bbc89e27` |
116119
| LHYPE/USD | `9e3cadc2a8a0ebfd765b34d5ee5de77a4add3114672fc0b8d3ad09ac56940069` |
117120
| FHYPE/HYPE.RR | `8f749681c078ce4ef65cd220994f25735b80264fca4386dd57b31eacf7e4610b` |
121+
| USDXL/USD | `e10593860e9ee1c204e4f9569e877502f098dd1a4d84cc5bad06f23f77dcbfe2` |
118122

119123
## Kraken Mainnet
120124

0 commit comments

Comments
 (0)