diff --git a/package.json b/package.json index 5acb468..4629474 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,13 @@ "name": "gas-price-oracle", "version": "0.5.3", "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", "module": "./lib/esm/index.js", "types": "./lib/index.d.ts", "repository": { "type": "git", - "url": "https://git.tornado.ws/tornado-packages/gas-price-oracle" + "url": "https://git.tornado.is/tornado-packages/gas-price-oracle" }, "scripts": { "test": "ts-mocha --timeout 30000 --paths 'src/tests/*.test.ts'",