Skip to content

Commit eb65a75

Browse files
authored
Merge branch 'main' into qs-transmitter
2 parents 6e020c9 + 59b8999 commit eb65a75

39 files changed

+2158
-232
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ updates:
1919
- dependency-name: "@chainlink/local"
2020
versions: ["*"]
2121
- dependency-name: "@chainlink/cl-search-frontend"
22-
update-types: ["version-update:semver-patch"]
22+
versions: ["*"]
2323
# For all deps
2424
- dependency-name: "*"
2525
# ignore all major updates

.github/scripts/data/baseline.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"timestamp": "2025-06-22T21:02:32Z",
2+
"timestamp": "2025-06-29T21:03:00Z",
33
"knownIds": [
44
"aptos-apt-usd",
55
"aptos-btc-usd",
@@ -32,6 +32,7 @@
3232
"arbitrum-anon-usd",
3333
"arbitrum-ape-usd",
3434
"arbitrum-ape-usd-premium-prod",
35+
"arbitrum-apt-usd",
3536
"arbitrum-apt-usd-premium-prod",
3637
"arbitrum-apxeth-pxeth-exchange-rate",
3738
"arbitrum-ar-usd-refprice-ds-premium-global-003-prod",
@@ -963,6 +964,7 @@
963964
"ethereum-steth-usd",
964965
"ethereum-stg-usd",
965966
"ethereum-susde-usd",
967+
"ethereum-susdf-usdf-exchange-rate",
966968
"ethereum-sushi-eth",
967969
"ethereum-sushi-usd",
968970
"ethereum-swell-eth",

.github/scripts/data/detect-data.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ node <<EOF
155155
// === data-streams networks
156156
const STREAMS_NETWORKS = [
157157
"apechain", "arbitrum", "avalanche", "base", "berachain", "bitlayer", "blast",
158-
"bnb-chain", "bob", "celo", "ethereum", "gnosis-chain", "gravity", "hashkey", "hyperliquid",
159-
"ink", "lens", "linea", "mantle", "opbnb", "optimism", "polygon", "ronin",
158+
"bnb-chain", "bob", "botanix", "celo", "ethereum", "gnosis-chain", "gravity", "hashkey", "hyperliquid",
159+
"ink", "katana", "lens", "linea", "mantle", "metis", "opbnb", "optimism", "polygon", "ronin",
160160
"scroll", "shibarium", "soneium", "sonic",
161161
"solana", "taiko", "unichain", "worldchain", "zksync"
162162
];

package-lock.json

Lines changed: 121 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)