@valve-tech/gas-oracle 0.10.0 → 0.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ All notable changes to `@valve-tech/gas-oracle` are documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
 
8
+ ## [0.10.1] — 2026-05-08
9
+
10
+ Synchronized release — no changes to this package. Republished at
11
+ 0.10.1 alongside the rest of the toolkit; v0.10.0 only got
12
+ trueblocks-sdk publishing wrong (missing `repository` field tripped
13
+ provenance validation), so the rest of the line had to bump to
14
+ re-sync.
15
+
8
16
  ## [0.10.0] — 2026-05-08
9
17
 
10
18
  Synchronized release — no changes to this package. Republished at
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valve-tech/gas-oracle",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "description": "Multi-tier gas-fee oracle for EVM chains. Computes slow/standard/fast/instant tier recommendations from block-included tips, mempool pending tips, and base-fee trend, with a configurable downside-decay cap and a chain-aware EIP-1559 priority cutoff. viem-native — pass it a PublicClient and it does the rest. Ships viem-actions and viem-transport subpaths for drop-in client extension and transport-wrapping.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/valve-tech/evm-toolkit/tree/main/packages/gas-oracle#readme",
@@ -59,7 +59,7 @@
59
59
  "prepare": "yarn build"
60
60
  },
61
61
  "dependencies": {
62
- "@valve-tech/chain-source": "^0.10.0"
62
+ "@valve-tech/chain-source": "^0.10.1"
63
63
  },
64
64
  "peerDependencies": {
65
65
  "viem": "^2.0.0"