diff --git a/docs/dusknet/cloud-rollup-deployment/2-gcp.md b/docs/dusknet/cloud-rollup-deployment/2-gcp.md index cfaf28ab..554228e0 100644 --- a/docs/dusknet/cloud-rollup-deployment/2-gcp.md +++ b/docs/dusknet/cloud-rollup-deployment/2-gcp.md @@ -305,13 +305,18 @@ astria-cli sequencer account create ```bash Create Sequencer Account -Private Key: "0981...691c" -Public Key: "f08e...8a4d" -Address: "8f40...64fb" +Private Key: "5562...1622" # +Public Key: "ec20...f613" # +Address: "8a2f...5f68" ``` +Keep track of the `` as it will be used with the +Faucet later on for funding your sequencer account. + +Export your sequencer private key as an environment variable. + ```bash -export SEQUENCER_PRIV_KEY=0981...691c +export SEQUENCER_PRIV_KEY=9c78...710d ``` ### Create Namespace diff --git a/docs/dusknet/cloud-rollup-deployment/3-azure.md b/docs/dusknet/cloud-rollup-deployment/3-azure.md index ebe66e2d..b1672004 100644 --- a/docs/dusknet/cloud-rollup-deployment/3-azure.md +++ b/docs/dusknet/cloud-rollup-deployment/3-azure.md @@ -283,13 +283,18 @@ astria-cli sequencer account create ```bash Create Sequencer Account -Private Key: "0981...691c" -Public Key: "f08e...8a4d" -Address: "8f40...64fb" +Private Key: "5562...1622" # +Public Key: "ec20...f613" # +Address: "8a2f...5f68" ``` +Keep track of the `` as it will be used with the +Faucet later on for funding your sequencer account. + +Export your sequencer private key as an environment variable. + ```bash -export SEQUENCER_PRIV_KEY=0981...691c +export SEQUENCER_PRIV_KEY=9c78...710d ``` ### Create Namespace diff --git a/docs/dusknet/cloud-rollup-deployment/4-aws.md b/docs/dusknet/cloud-rollup-deployment/4-aws.md index a623b683..ae13f36c 100644 --- a/docs/dusknet/cloud-rollup-deployment/4-aws.md +++ b/docs/dusknet/cloud-rollup-deployment/4-aws.md @@ -310,13 +310,18 @@ astria-cli sequencer account create ```bash Create Sequencer Account -Private Key: "0981...691c" -Public Key: "f08e...8a4d" -Address: "8f40...64fb" +Private Key: "5562...1622" # +Public Key: "ec20...f613" # +Address: "8a2f...5f68" ``` +Keep track of the `` as it will be used with the +Faucet later on for funding your sequencer account. + +Export your sequencer private key as an environment variable. + ```bash -export SEQUENCER_PRIV_KEY=0981...691c +export SEQUENCER_PRIV_KEY=9c78...710d ``` ### Create Namespace