@fireblocks/fireblocks-web3-provider
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -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
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
69010