This commit is contained in:
toom1996
2025-08-04 14:30:49 +08:00
parent 2443ff38a0
commit 0670f1b7e9
2 changed files with 107 additions and 108 deletions

View File

@ -11,7 +11,6 @@ interface result<T> {
}
function getRpcClient() {
return new JsonRpcClient(import.meta.env.RPC_REMOTE, import.meta.env.RPC_PORT)
}