@fireblocks/fireblocks-web3-provider
Advanced tools
Comparing version 1.3.12 to 1.3.13
{ | ||
"name": "@fireblocks/fireblocks-web3-provider", | ||
"version": "1.3.12", | ||
"version": "1.3.13", | ||
"description": "EIP-1193 Compatible Ethereum provider for Fireblocks", | ||
@@ -58,3 +58,3 @@ "repository": "github:fireblocks/fireblocks-web3-provider", | ||
"@ethersproject/units": "^5.7.0", | ||
"axios": "^1.6.2", | ||
"axios": "^1.7.8", | ||
"debug": "^4.3.7", | ||
@@ -61,0 +61,0 @@ "ethers": "^6.13.4", |
@@ -66,2 +66,3 @@ "use strict"; | ||
[types_1.ChainId.SONEIUM_MINATO]: { assetId: 'SONEIUM_MINATO_TEST', rpcUrl: "https://rpc.minato.soneium.org/" }, | ||
[types_1.ChainId.LACHAIN]: { assetId: 'LAC', rpcUrl: "https://rpc1.mainnet.lachain.network" }, | ||
}; | ||
@@ -68,0 +69,0 @@ exports.SIGNER_METHODS = [ |
@@ -60,3 +60,4 @@ import { FeeLevel } from "fireblocks-sdk"; | ||
BLAST = 81457, | ||
SONEIUM_MINATO = 1946 | ||
SONEIUM_MINATO = 1946, | ||
LACHAIN = 274 | ||
} | ||
@@ -63,0 +64,0 @@ export declare enum ApiBaseUrl { |
@@ -65,2 +65,3 @@ "use strict"; | ||
ChainId[ChainId["SONEIUM_MINATO"] = 1946] = "SONEIUM_MINATO"; | ||
ChainId[ChainId["LACHAIN"] = 274] = "LACHAIN"; | ||
})(ChainId = exports.ChainId || (exports.ChainId = {})); | ||
@@ -67,0 +68,0 @@ var ApiBaseUrl; |
{ | ||
"name": "@fireblocks/fireblocks-web3-provider", | ||
"version": "1.3.12", | ||
"version": "1.3.13", | ||
"description": "EIP-1193 Compatible Ethereum provider for Fireblocks", | ||
@@ -58,3 +58,3 @@ "repository": "github:fireblocks/fireblocks-web3-provider", | ||
"@ethersproject/units": "^5.7.0", | ||
"axios": "^1.6.2", | ||
"axios": "^1.7.8", | ||
"debug": "^4.3.7", | ||
@@ -61,0 +61,0 @@ "ethers": "^6.13.4", |
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
132797
1522
Updatedaxios@^1.7.8