From 9a0d4fb59f814b562155408a9c44ef6fe0899043 Mon Sep 17 00:00:00 2001 From: Sam Bukowski Date: Thu, 19 Oct 2023 12:09:08 -0600 Subject: [PATCH] sequencer account creation updates --- docs/dusknet/cloud-rollup-deployment/2-gcp.md | 13 +++++++++---- docs/dusknet/cloud-rollup-deployment/3-azure.md | 13 +++++++++---- docs/dusknet/cloud-rollup-deployment/4-aws.md | 13 +++++++++---- 3 files changed, 27 insertions(+), 12 deletions(-) diff --git a/docs/dusknet/cloud-rollup-deployment/2-gcp.md b/docs/dusknet/cloud-rollup-deployment/2-gcp.md index cfaf28a..554228e 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 ebe66e2..b167200 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 a623b68..ae13f36 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