@fireblocks/fireblocks-web3-provider
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -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/" }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67468