@particle-network/provider
Advanced tools
Comparing version 0.5.10 to 0.5.11
@@ -17,9 +17,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.localAccountManager = exports.ParticleNetwork = void 0; | ||
var auth_1 = require("@particle-network/auth"); | ||
Object.defineProperty(exports, "ParticleNetwork", { enumerable: true, get: function () { return auth_1.ParticleNetwork; } }); | ||
__exportStar(require("./provider"), exports); | ||
__exportStar(require("./evm-provider"), exports); | ||
var account_manager_1 = require("./wallet/account-manager"); | ||
Object.defineProperty(exports, "localAccountManager", { enumerable: true, get: function () { return account_manager_1.localAccountManager; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -1,5 +0,1 @@ | ||
export { ParticleNetwork } from "@particle-network/auth"; | ||
export type { Config } from "@particle-network/auth"; | ||
export * from "./provider"; | ||
export * from "./evm-provider"; | ||
export { localAccountManager } from "./wallet/account-manager"; |
@@ -73,18 +73,1 @@ /// <reference types="node" /> | ||
export declare const signerMethods: string[]; | ||
export interface LocalAcount { | ||
address: string; | ||
privateKey: string; | ||
mnemonic?: string; | ||
} | ||
export interface GasFeeResult { | ||
low: GasFeeLevel; | ||
medium: GasFeeLevel; | ||
high: GasFeeLevel; | ||
baseFee: string; | ||
} | ||
export interface GasFeeLevel { | ||
maxPriorityFeePerGas: string; | ||
maxFeePerGas: string; | ||
minWaitTime: number; | ||
maxWaitTime: number; | ||
} |
{ | ||
"name": "@particle-network/provider", | ||
"version": "0.5.10", | ||
"version": "0.5.11", | ||
"files": [ | ||
@@ -14,8 +14,2 @@ "lib", | ||
}, | ||
"peerDependencies": { | ||
"bip39": "^3.0.4", | ||
"ethereumjs-abi": "^0.6.8", | ||
"@ethereumjs/tx": "^3.5.2", | ||
"ethereumjs-wallet": "^1.0.2" | ||
}, | ||
"dependencies": { | ||
@@ -29,10 +23,4 @@ "@particle-network/auth": "^0.5.6", | ||
"devDependencies": { | ||
"bip39": "^3.0.4", | ||
"ethereumjs-abi": "^0.6.8", | ||
"@ethereumjs/tx": "^3.5.2", | ||
"ethereumjs-wallet": "^1.0.2", | ||
"@types/ethereumjs-abi": "^0.6.3", | ||
"@types/uuid": "^8.3.4", | ||
"ts-loader": "^9.3.1", | ||
"stream": "^0.0.2", | ||
"webpack-cli": "^4.10.0" | ||
@@ -39,0 +27,0 @@ }, |
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
5
3
63088
21
806