Skip to content

Commit

Permalink
fund sequencer account updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Oct 23, 2023
1 parent cc0e824 commit 96f5fef
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
3 changes: 3 additions & 0 deletions docs/dusknet/2-local-rollup-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ export SEQUENCER_PRIV_KEY=<SEQUENCER_ACCOUNT_PRIV_KEY>

## Fund your Sequencer Account

In your web browser, navigate to `http://faucet.<YOUR_ROLLUP_NAME>.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
`<SEQUENCER_ACCOUNT_PUB_KEY>` into the input on the faucet page, and mint funds
Expand Down
21 changes: 12 additions & 9 deletions docs/dusknet/cloud-rollup-deployment/1-digital-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<YOUR_ROLLUP_NAME>.<YOUR_HOSTNAME>/`
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
`<SEQUENCER_ACCOUNT_PUB_KEY>` into the input on the faucet page, and mint funds
to your account:

![Sequencer Faucet](../assets/sequencer-faucet.png)

### Use locally modified chart

:::danger
Expand Down Expand Up @@ -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
`<SEQUENCER_ACCOUNT_PUB_KEY>` into the input on the faucet page, and mint funds
to your account:

![Sequencer Faucet](../assets/sequencer-faucet.png)

0 comments on commit 96f5fef

Please sign in to comment.