From 96f5fef084545e56315b9709c3ea836937322efe Mon Sep 17 00:00:00 2001 From: Sam Bukowski Date: Mon, 23 Oct 2023 15:27:56 -0600 Subject: [PATCH] fund sequencer account updates --- docs/dusknet/2-local-rollup-deployment.md | 3 +++ .../1-digital-ocean.md | 21 +++++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/docs/dusknet/2-local-rollup-deployment.md b/docs/dusknet/2-local-rollup-deployment.md index 3e390f3d..396765c8 100644 --- a/docs/dusknet/2-local-rollup-deployment.md +++ b/docs/dusknet/2-local-rollup-deployment.md @@ -210,6 +210,9 @@ export SEQUENCER_PRIV_KEY= ## Fund your Sequencer Account +In your web browser, navigate to `http://faucet..localdev.me/` +to view the faucet. + Using your sequencer pub key you created in the [Create a New Sequencer Account](#create-a-new-sequencer-account), copy and paste the `` into the input on the faucet page, and mint funds diff --git a/docs/dusknet/cloud-rollup-deployment/1-digital-ocean.md b/docs/dusknet/cloud-rollup-deployment/1-digital-ocean.md index b757e6d4..923d9885 100644 --- a/docs/dusknet/cloud-rollup-deployment/1-digital-ocean.md +++ b/docs/dusknet/cloud-rollup-deployment/1-digital-ocean.md @@ -252,6 +252,18 @@ Export your sequencer private key as an environment variable. export SEQUENCER_PRIV_KEY=9c78...710d ``` +## Fund your Sequencer Account + +In your web browser, navigate to `http://faucet../` +to view the faucet. + +Using your sequencer pub key you created in the +[Create a New Sequencer Account](#create-new-sequencer-account) section, copy and paste the +`` into the input on the faucet page, and mint funds +to your account: + +![Sequencer Faucet](../assets/sequencer-faucet.png) + ### Use locally modified chart :::danger @@ -352,12 +364,3 @@ cast send $REC_ADDR --value 10000000000000000000 --private-key $ROLLUP_FAUCET_PR ```bash cast balance $REC_ADDR ``` - -## Fund you Sequencer Account - -Using your sequencer pub key you created in the -[Create a New Sequencer Account](#create-new-sequencer-account) section, copy and past the -`` into the input on the faucet page, and mint funds -to your account: - -![Sequencer Faucet](../assets/sequencer-faucet.png)