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.3 to 0.0.4

6

CHANGELOG.md

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

#### v0.0.3
#### v0.0.4
> 29 August 2022
> 30 August 2022
- Added externalTxId to transaction creation (contract call \ typed message). [`#1`](https://github.com/fireblocks/fireblocks-web3-provider/pull/1)
- Fix typo [`d180e06`](https://github.com/fireblocks/fireblocks-web3-provider/commit/d180e060d105985df19c19f257e61e49e9a61e7f)

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

[types_1.ChainId.CELO_BAK]: { assetId: 'CELO_BAK', rpcUrl: "https://baklava-blockscout.celo-testnet.org/api/eth-rpc" },
[types_1.ChainId.CELO_ALF]: { assetId: 'CELO_BAK', rpcUrl: "https://alfajores-forno.celo-testnet.org/api/eth-rpc" },
[types_1.ChainId.CELO_ALF]: { assetId: 'CELO_ALF', rpcUrl: "https://alfajores-forno.celo-testnet.org/api/eth-rpc" },
[types_1.ChainId.OPTIMISM]: { assetId: 'ETH-OPT', rpcUrl: "https://rpc.ankr.com/optimism" },

@@ -31,0 +31,0 @@ [types_1.ChainId.OPTIMISM_KOVAN]: { assetId: 'ETH-OPT_KOV', rpcUrl: "https://kovan.optimism.io/" },

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

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

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

[ChainId.CELO_BAK]: { assetId: 'CELO_BAK', rpcUrl: "https://baklava-blockscout.celo-testnet.org/api/eth-rpc" },
[ChainId.CELO_ALF]: { assetId: 'CELO_BAK', rpcUrl: "https://alfajores-forno.celo-testnet.org/api/eth-rpc" },
[ChainId.CELO_ALF]: { assetId: 'CELO_ALF', rpcUrl: "https://alfajores-forno.celo-testnet.org/api/eth-rpc" },
[ChainId.OPTIMISM]: { assetId: 'ETH-OPT', rpcUrl: "https://rpc.ankr.com/optimism" },

@@ -29,0 +29,0 @@ [ChainId.OPTIMISM_KOVAN]: { assetId: 'ETH-OPT_KOV', rpcUrl: "https://kovan.optimism.io/" },

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