diff --git a/charts/Chart.yaml b/charts/Chart.yaml index c3d9b2b0..05c11922 100644 --- a/charts/Chart.yaml +++ b/charts/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 description: Helm chart of [hashgraph/hedera-sourcify](https://github.com/hashgraph/hedera-sourcify) repository service. name: sourcify type: application -version: 0.1.0 \ No newline at end of file +version: 0.1.0-rc1 \ No newline at end of file diff --git a/openapi.yaml b/openapi.yaml index 7fc61cb3..e67809e7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,11 +1,11 @@ openapi: "3.0.0" info: - version: 1.0.0 + version: 0.1.0-rc1 title: Sourcify API description: API to interact with Sourcify license: name: MIT - url: https://github.com/ethereum/sourcify/blob/master/LICENSE + url: https://github.com/hashgraph/hedera-sourcify/blob/master/LICENSE servers: - url: https://sourcify.dev/server description: Production server diff --git a/package.json b/package.json index 2137d6fa..da0fde3f 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "ethereum-sourcify", - "version": "1.0.0", - "description": "Solidity metadata-based re-compilation and source verification tool", + "name": "@hashgraph/hedera-sourcify", + "version": "0.1.0-rc1", + "description": "A Hedera fork of ethereum sorucify that provides a Solidity metadata-based re-compilation and source verification tool", "private": true, "repository": { "type": "git", - "url": "git+https://github.com/ethereum/sourcify.git" + "url": "git+https://github.com/hashgraph/hedera-sourcify.git" }, "scripts": { "prepublishOnly": "npm install && npm run build", @@ -43,12 +43,12 @@ "bytecode", "metadata" ], - "author": "sourcifyeth", + "author": "Hedera Mirro Node Explorer & Smart Contracts Teams", "license": "MIT", "bugs": { - "url": "https://github.com/ethereum/sourcify/issues" + "url": "https://github.com/hashgraph/hedera-sourcify/issues" }, - "homepage": "https://github.com/ethereum/sourcify#readme", + "homepage": "https://github.com/hashgraph/hedera-sourcify#readme", "dependencies": { "@ethereum-sourcify/bytecode-utils": "*", "@ethereum-sourcify/lib-sourcify": "*",