File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
test-suite/fhevm/env/staging Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ DEPLOYER_PRIVATE_KEY=0xe746bc71f6bee141a954e6a49bc9384d334e393a7ea1e70b50241cb2e
3232# =============================================================================
3333# PROTOCOL CONFIGURATION
3434# =============================================================================
35- PROTOCOL_NAME=
36- PROTOCOL_WEBSITE=
35+ PROTOCOL_NAME="Test Protocol"
36+ PROTOCOL_WEBSITE="https://test-protocol.com"
3737
3838# =============================================================================
3939# KMS CONFIGURATION
@@ -55,7 +55,7 @@ NUM_KMS_NODES=1
5555# KMS Node 1 (accounts[0] - Gateway)
5656KMS_TX_SENDER_ADDRESS_0=0x31de9c8ac5ecd5eaceddddee531e9bad8ac9c2a5
5757KMS_SIGNER_ADDRESS_0=0x0Ea5BA6Bdb66553ED882CDB7cc78630340e0F031
58- KMS_NODE_IP_ADDRESS_0=
58+ KMS_NODE_IP_ADDRESS_0="127.0.0.1"
5959KMS_NODE_STORAGE_URL_0=http://minio:9000/kms-public
6060
6161# =============================================================================
@@ -89,8 +89,8 @@ NUM_HOST_CHAINS=1
8989HOST_CHAIN_CHAIN_ID_0=12345
9090HOST_CHAIN_FHEVM_EXECUTOR_ADDRESS_0=0xcCAe95fF1d11656358E782570dF0418F59fA40e1
9191HOST_CHAIN_ACL_ADDRESS_0=0x05fD9B5EFE0a996095f42Ed7e77c390810CF660c
92- HOST_CHAIN_NAME_0=
93- HOST_CHAIN_WEBSITE_0=
92+ HOST_CHAIN_NAME_0="Host chain 0"
93+ HOST_CHAIN_WEBSITE_0="https://host-chain-0.com"
9494
9595# =============================================================================
9696# PAUSERS
You can’t perform that action at this time.
0 commit comments