New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fireblocks/fireblocks-web3-provider

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fireblocks/fireblocks-web3-provider - npm Package Compare versions

Comparing version 1.3.12 to 1.3.13

4

dist/package.json
{
"name": "@fireblocks/fireblocks-web3-provider",
"version": "1.3.12",
"version": "1.3.13",
"description": "EIP-1193 Compatible Ethereum provider for Fireblocks",

@@ -58,3 +58,3 @@ "repository": "github:fireblocks/fireblocks-web3-provider",

"@ethersproject/units": "^5.7.0",
"axios": "^1.6.2",
"axios": "^1.7.8",
"debug": "^4.3.7",

@@ -61,0 +61,0 @@ "ethers": "^6.13.4",

@@ -66,2 +66,3 @@ "use strict";

[types_1.ChainId.SONEIUM_MINATO]: { assetId: 'SONEIUM_MINATO_TEST', rpcUrl: "https://rpc.minato.soneium.org/" },
[types_1.ChainId.LACHAIN]: { assetId: 'LAC', rpcUrl: "https://rpc1.mainnet.lachain.network" },
};

@@ -68,0 +69,0 @@ exports.SIGNER_METHODS = [

@@ -60,3 +60,4 @@ import { FeeLevel } from "fireblocks-sdk";

BLAST = 81457,
SONEIUM_MINATO = 1946
SONEIUM_MINATO = 1946,
LACHAIN = 274
}

@@ -63,0 +64,0 @@ export declare enum ApiBaseUrl {

@@ -65,2 +65,3 @@ "use strict";

ChainId[ChainId["SONEIUM_MINATO"] = 1946] = "SONEIUM_MINATO";
ChainId[ChainId["LACHAIN"] = 274] = "LACHAIN";
})(ChainId = exports.ChainId || (exports.ChainId = {}));

@@ -67,0 +68,0 @@ var ApiBaseUrl;

{
"name": "@fireblocks/fireblocks-web3-provider",
"version": "1.3.12",
"version": "1.3.13",
"description": "EIP-1193 Compatible Ethereum provider for Fireblocks",

@@ -58,3 +58,3 @@ "repository": "github:fireblocks/fireblocks-web3-provider",

"@ethersproject/units": "^5.7.0",
"axios": "^1.6.2",
"axios": "^1.7.8",
"debug": "^4.3.7",

@@ -61,0 +61,0 @@ "ethers": "^6.13.4",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc