Skip to content

Commit

Permalink
release 24.3.0 (#985)
Browse files Browse the repository at this point in the history
# Release Notes
- fix: remove ethers deps (2f64c18)
- fix: update exchange rate price feed (7ddfa9f)

# Config Changes
- The GRT/USD exchange rate source watches contracts on Arbitrum One,
rather than Ethereum mainnet. So the `exchange_rate_provider` should be
set to an Arbitrum One RPC URL.
  • Loading branch information
Theodus authored Nov 25, 2024
1 parent 1e0e378 commit b3904a9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 70 deletions.
88 changes: 19 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "graph-gateway"
version = "24.2.1"
version = "24.3.0"

[profile.release]
lto = true
Expand Down

0 comments on commit b3904a9

Please sign in to comment.