@fireblocks/fireblocks-web3-provider
Advanced tools
Comparing version 1.2.5 to 1.2.6
{ | ||
"name": "@fireblocks/fireblocks-web3-provider", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "EIP-1193 Compatible Ethereum provider for Fireblocks", | ||
@@ -5,0 +5,0 @@ "repository": "github:fireblocks/fireblocks-web3-provider", |
@@ -13,2 +13,3 @@ "use strict"; | ||
[types_1.ChainId.SEPOLIA]: { assetId: 'ETH_TEST5', rpcUrl: "https://rpc.sepolia.org" }, | ||
[types_1.ChainId.HOLESKY]: { assetId: 'ETH_TEST6', rpcUrl: "https://ethereum-holesky.publicnode.com" }, | ||
[types_1.ChainId.BSC]: { assetId: 'BNB_BSC', rpcUrl: "https://bsc-dataseed.binance.org" }, | ||
@@ -15,0 +16,0 @@ [types_1.ChainId.BSC_TEST]: { assetId: 'BNB_TEST', rpcUrl: "https://data-seed-prebsc-1-s1.binance.org:8545" }, |
@@ -9,2 +9,3 @@ import { FeeLevel } from "fireblocks-sdk"; | ||
SEPOLIA = 11155111, | ||
HOLESKY = 17000, | ||
BSC = 56, | ||
@@ -11,0 +12,0 @@ BSC_TEST = 97, |
@@ -12,2 +12,3 @@ "use strict"; | ||
ChainId[ChainId["SEPOLIA"] = 11155111] = "SEPOLIA"; | ||
ChainId[ChainId["HOLESKY"] = 17000] = "HOLESKY"; | ||
ChainId[ChainId["BSC"] = 56] = "BSC"; | ||
@@ -14,0 +15,0 @@ ChainId[ChainId["BSC_TEST"] = 97] = "BSC_TEST"; |
{ | ||
"name": "@fireblocks/fireblocks-web3-provider", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "EIP-1193 Compatible Ethereum provider for Fireblocks", | ||
@@ -5,0 +5,0 @@ "repository": "github:fireblocks/fireblocks-web3-provider", |
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
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
118041
1382