UNPKG

saepenatus

Version:

Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, mul

40 lines (39 loc) 950 B
{ "name": "@web3-onboard/gas", "version": "2.1.4", "description": "Estimate the gas prices needed to get a transaction in to the next block for Ethereum Mainnet and Polygon Matic Mainnet.", "keywords": [ "gas", "Ethereum", "Polygon" ], "repository": { "type": "git", "url": "https://github.com/blocknative/web3-onboard.git", "directory": "packages/gas" }, "homepage": "https://onboard.blocknative.com", "bugs": "https://github.com/blocknative/web3-onboard/issues", "module": "dist/index.js", "typings": "dist/index.d.ts", "browser": "dist/index.js", "main": "dist/index.js", "files": [ "dist" ], "type": "module", "scripts": { "build": "tsc", "dev": "tsc -w", "type-check": "tsc --noEmit" }, "license": "MIT", "devDependencies": { "typescript": "^4.5.5" }, "dependencies": { "@web3-onboard/common": "^2.2.3", "rxjs": "^7.5.2", "joi": "^17.6.1" } }