You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gateway-contracts/docs/getting-started/deployment/env_variables.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ Here's the complete list of environment variables used for deploying the FHEVM g
50
50
|`MNEMONIC`| "Mnemonic phrase for address generation | string | "adapt mosquito move limb mobile illegal tree voyage juice mosquito burger raise father hope layer" | - |
51
51
|`RPC_URL`| URL of the RPC node | string | "http://127.0.0.1:8757"| - |
52
52
|`GATEWAY_CONFIG_ADDRESS`| Address of the GatewayConfig contract | address | - | Only for production settings |
53
+
|`NEW_OWNER_PRIVATE_KEY`| Private key for new owner acceptance | bytes32 | - | Only used in task that transfers ownership of the gateway to a new EAO owner |
This (static) address is needed for generating the FHE key and CRS through the KMSGeneration contract. In a proper production setting, this environment variable needs to be dynamically set after deploying the contracts.
This is the private key of the targeted new owner EAO, used to accept the ownership of the gateway contracts in case it is not directly transferred to a multisig account.
0 commit comments