Skip to content

Commit

Permalink
fix: testnet rpc url (#404)
Browse files Browse the repository at this point in the history
* fix testnet rpc url

* upgrade zerocopy
  • Loading branch information
itegulov authored Jan 9, 2024
1 parent 5755960 commit 04d6016
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion infra/mpc-recovery-testnet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ locals {
client_id = jsondecode(local.credentials).client_id

workspace = {
near_rpc = "https://rpc.mainnet.near.org"
near_rpc = "https://rpc.testnet.near.org"
near_root_account = "near"
}
}
Expand Down
1 change: 1 addition & 0 deletions mpc-recovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ curv = { package = "curv-kzen", version = "0.9", default-features = false }
# TODO: Update to >=2 to resolve RUSTSEC-2022-0093
ed25519-dalek = { version = "1.0.1", features = ["serde"] }
sha2 = "0.9.9"
zerocopy = "0.7.32"

[dev-dependencies]
rsa = "0.8.2"
Expand Down

0 comments on commit 04d6016

Please sign in to comment.