Skip to content

Commit

Permalink
Merge pull request #785 from near/xiangyi/testnet_tf_fix
Browse files Browse the repository at this point in the history
fix terraform for testnet
  • Loading branch information
ppca authored Jul 31, 2024
2 parents dda2acc + 5a224cb commit dd99c3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion infra/multichain-testnet/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ variable "static_env" {
},
{
name = "MPC_CONTRACT_ID"
value = "v2.multichain-mpc.testnet"
value = "v1.signer-prod.testnet"
},
{
name = "MPC_INDEXER_S3_BUCKET"
Expand Down
2 changes: 1 addition & 1 deletion infra/partner-testnet/terraform-testnet-example.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ node_configs = [
# These 3 values below should match your secret names in google secrets manager
account_sk_secret_id = "multichain-account-sk-testnet-0"
cipher_sk_secret_id = "multichain-cipher-sk-testnet-0"
sign_sk_secret_id = null
sign_sk_secret_id = "multichain-sign-sk-testnet-0"
sk_share_secret_id = "multichain-sk-share-testnet-0"
},
]
2 changes: 1 addition & 1 deletion infra/partner-testnet/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ variable "static_env" {
},
{
name = "MPC_CONTRACT_ID"
value = "v2.multichain-mpc.testnet"
value = "v1.signer-prod.testnet"
},
{
name = "MPC_INDEXER_S3_BUCKET"
Expand Down

0 comments on commit dd99c3b

Please sign in to comment.