Skip to content

Commit

Permalink
[Documents] Change the json rpc email
Browse files Browse the repository at this point in the history
  • Loading branch information
jolestar committed Jun 27, 2023
1 parent c72f5c2 commit 064bf90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rooch-open-rpc/spec/openrpc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"contact": {
"name": "Rooch Network",
"url": "https://rooch.network",
"email": "build@rooch.com"
"email": "opensource@rooch.network"
},
"license": {
"name": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion crates/rooch-open-rpc/src/generate_json_rpc_spec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub fn rooch_rpc_doc(version: &str) -> Project {
"Rooch JSON-RPC API for interaction with rooch server. ",
"Rooch Network",
"https://rooch.network",
"build@rooch.com", // TODO: Determine the specific address
"opensource@rooch.network",
"Apache-2.0",
"https://raw.githubusercontent.com/rooch-network/rooch/main/LICENSE",
)
Expand Down

0 comments on commit 064bf90

Please sign in to comment.