From 6eaf450c67aa9a508b7c3e0c8690f650a248840e Mon Sep 17 00:00:00 2001 From: Aditya Arora Date: Mon, 23 Jun 2025 11:30:30 -0400 Subject: [PATCH] chore(evm-sdk)-bump-version --- target_chains/ethereum/sdk/solidity/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target_chains/ethereum/sdk/solidity/package.json b/target_chains/ethereum/sdk/solidity/package.json index 3d74301838..f5c5d11426 100644 --- a/target_chains/ethereum/sdk/solidity/package.json +++ b/target_chains/ethereum/sdk/solidity/package.json @@ -1,6 +1,6 @@ { "name": "@pythnetwork/pyth-sdk-solidity", - "version": "4.1.0", + "version": "4.2.0", "description": "Read prices from the Pyth oracle", "type": "module", "repository": {