repository updated
Some checks are pending
Node.js CI / build (push) Waiting to run
Node.js CI / publish (push) Blocked by required conditions

This commit is contained in:
Theo 2024-07-25 17:52:46 -04:00
parent 05d758a01e
commit 6f1062f2bf

View File

@ -2,13 +2,13 @@
"name": "gas-price-oracle", "name": "gas-price-oracle",
"version": "0.5.3", "version": "0.5.3",
"description": "Gas Price Oracle library for Ethereum dApps.", "description": "Gas Price Oracle library for Ethereum dApps.",
"homepage": "https://git.tornado.ws/tornado-packages/gas-price-oracle", "homepage": "https://git.tornado.is/tornado-packages/gas-price-oracle",
"main": "./lib/index.js", "main": "./lib/index.js",
"module": "./lib/esm/index.js", "module": "./lib/esm/index.js",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.tornado.ws/tornado-packages/gas-price-oracle" "url": "https://git.tornado.is/tornado-packages/gas-price-oracle"
}, },
"scripts": { "scripts": {
"test": "ts-mocha --timeout 30000 --paths 'src/tests/*.test.ts'", "test": "ts-mocha --timeout 30000 --paths 'src/tests/*.test.ts'",