Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@fireblocks/fireblocks-web3-provider

Package Overview
Dependencies
Maintainers
6
Versions
41
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 0.0.6 to 0.0.7

6

CHANGELOG.md

@@ -5,6 +5,6 @@ ### Changelog

#### v0.0.6
#### v0.0.7
> 16 September 2022
> 29 September 2022
- Fix oneTimeAddressesEnabled config resolution bug [`36e2a78`](https://github.com/fireblocks/fireblocks-web3-provider/commit/36e2a786ee9fc4602d7ca23d8ee097088aeb4e7c)
- Update example snippet to use Goerli [`9f7b538`](https://github.com/fireblocks/fireblocks-web3-provider/commit/9f7b5386880b236409ebf5167678623714945a9a)

@@ -10,3 +10,3 @@ "use strict";

[types_1.ChainId.KOVAN]: { assetId: 'ETH_TEST2', rpcUrl: "https://kovan.poa.network" },
[types_1.ChainId.GOERLI]: { assetId: 'ETH_TEST3', rpcUrl: "https://goerli.optimism.io/" },
[types_1.ChainId.GOERLI]: { assetId: 'ETH_TEST3', rpcUrl: "https://rpc.ankr.com/eth_goerli" },
[types_1.ChainId.RINKEBY]: { assetId: 'ETH_TEST4', rpcUrl: "https://rpc.ankr.com/eth_rinkeby" },

@@ -13,0 +13,0 @@ [types_1.ChainId.BSC]: { assetId: 'BNB_BSC', rpcUrl: "https://bsc-dataseed.binance.org" },

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

@@ -5,0 +5,0 @@ "repository": "github:fireblocks/fireblocks-web3-provider",

@@ -25,3 +25,3 @@ [![npm version](https://badge.fury.io/js/@fireblocks%2Ffireblocks-web3-provider.svg)](https://badge.fury.io/js/@fireblocks%2Ffireblocks-web3-provider)

vaultAccountIds: process.env.FIREBLOCKS_VAULT_ACCOUNT_IDS,
chainId: ChainId.ROPSTEN,
chainId: ChainId.GOERLI,
})

@@ -28,0 +28,0 @@ ```

@@ -8,3 +8,3 @@ import { TransactionStatus } from "fireblocks-sdk";

[ChainId.KOVAN]: { assetId: 'ETH_TEST2', rpcUrl: "https://kovan.poa.network" },
[ChainId.GOERLI]: { assetId: 'ETH_TEST3', rpcUrl: "https://goerli.optimism.io/" },
[ChainId.GOERLI]: { assetId: 'ETH_TEST3', rpcUrl: "https://rpc.ankr.com/eth_goerli" },
[ChainId.RINKEBY]: { assetId: 'ETH_TEST4', rpcUrl: "https://rpc.ankr.com/eth_rinkeby" },

@@ -11,0 +11,0 @@ [ChainId.BSC]: { assetId: 'BNB_BSC', rpcUrl: "https://bsc-dataseed.binance.org" },

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