Commit e079dca 1 parent bf57605 commit e079dca Copy full SHA for e079dca
File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ apiVersion: v2
2
2
description : Helm chart of [hashgraph/hedera-sourcify](https://github.com/hashgraph/hedera-sourcify) repository service.
3
3
name : sourcify
4
4
type : application
5
- version : 0.1.0
5
+ version : 0.1.0-rc1
Original file line number Diff line number Diff line change 1
1
openapi : " 3.0.0"
2
2
info :
3
- version : 1.0.0
3
+ version : 0. 1.0-rc1
4
4
title : Sourcify API
5
5
description : API to interact with Sourcify
6
6
license :
7
7
name : MIT
8
- url : https://github.com/ethereum/ sourcify/blob/master/LICENSE
8
+ url : https://github.com/hashgraph/hedera- sourcify/blob/master/LICENSE
9
9
servers :
10
10
- url : https://sourcify.dev/server
11
11
description : Production server
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " ethereum -sourcify" ,
3
- "version" : " 1.0.0 " ,
4
- "description" : " Solidity metadata-based re-compilation and source verification tool" ,
2
+ "name" : " @hashgraph/hedera -sourcify" ,
3
+ "version" : " 0. 1.0-rc1 " ,
4
+ "description" : " A Hedera fork of ethereum sorucify that provides a Solidity metadata-based re-compilation and source verification tool" ,
5
5
"private" : true ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " git+https://github.com/ethereum/ sourcify.git"
8
+ "url" : " git+https://github.com/hashgraph/hedera- sourcify.git"
9
9
},
10
10
"scripts" : {
11
11
"prepublishOnly" : " npm install && npm run build" ,
43
43
" bytecode" ,
44
44
" metadata"
45
45
],
46
- "author" : " sourcifyeth " ,
46
+ "author" : " Hedera Mirro Node Explorer & Smart Contracts Teams " ,
47
47
"license" : " MIT" ,
48
48
"bugs" : {
49
- "url" : " https://github.com/ethereum/ sourcify/issues"
49
+ "url" : " https://github.com/hashgraph/hedera- sourcify/issues"
50
50
},
51
- "homepage" : " https://github.com/ethereum/ sourcify#readme" ,
51
+ "homepage" : " https://github.com/hashgraph/hedera- sourcify#readme" ,
52
52
"dependencies" : {
53
53
"@ethereum-sourcify/bytecode-utils" : " *" ,
54
54
"@ethereum-sourcify/lib-sourcify" : " *" ,
You can’t perform that action at this time.
0 commit comments