This commit is contained in:
aozhiwei 2024-06-20 16:00:44 +08:00
parent 475eb8f07d
commit 53c2e78aa4
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
[
{
"url": "http://127.0.0.1:7672/"
}
]

View File

@ -52,3 +52,8 @@ message Contract
optional string name = 1;
optional string address = 4;
}
message Web3SignCluster
{
optional string url = 1;
}