Skip to content

Commit

Permalink
quick funding account updates,
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Oct 19, 2023
1 parent 9a0d4fb commit 0070cf8
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/dusknet/cloud-rollup-deployment/1-digital-ocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Private key: 0x332e...a8fb # <GENESIS_PRIVATE_KEY>

You can then `export` the genesis accounts like so:
```bash
export ROLLUP_GENESIS_ACCOUNTS=<GENESIS_ADDRESS>:100000000000000000000
export ROLLUP_GENESIS_ACCOUNTS=<GENESIS_ADDRESS>:<BALANCE>
```

Set `<GENESIS_ADDRESS>` to the address printed out from the new command, and
Expand Down Expand Up @@ -392,8 +392,8 @@ cast balance $REC_ADDR

## Fund you Sequencer Account

Using your sequencer pub key you created in the [Create a New Sequencer
Account](#create-a-new-sequencer-account), copy and past the
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:

Expand Down
12 changes: 7 additions & 5 deletions docs/dusknet/cloud-rollup-deployment/2-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,18 @@ curl 34.42.184.206

## Create an A Record

TODO!!!
Creating an A record will depend on where you purchased your domain from. Each
domain provider will have different steps required to set up an A record.

An example (for Google domains) can be seen here:
- https://support.google.com/a/answer/2579934?hl=en

:::danger
You must configure a DNS record because our ingress configuration uses name
based virtual routing.
More info here: https://kubernetes.io/docs/concepts/services-networking/ingress/#name-based-virtual-hosting
:::

![CNAME record Example](../assets/cname-record-example.png)

## Creating your own Genesis Account

You can add genesis account(s) to your rollup during configuration.
Expand Down Expand Up @@ -403,8 +405,8 @@ cast balance $REC_ADDR

## Fund you Sequencer Account

Using your sequencer pub key you created in the [Create a New Sequencer
Account](#create-a-new-sequencer-account), copy and past the
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:

Expand Down
12 changes: 7 additions & 5 deletions docs/dusknet/cloud-rollup-deployment/3-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,18 @@ curl 20.72.189.135

## Create an A Record

TODO!!!
Creating an A record will depend on where you purchased your domain from. Each
domain provider will have different steps required to set up an A record.

An example (for Google domains) can be seen here:
- https://support.google.com/a/answer/2579934?hl=en

:::danger
You must configure a DNS record because our ingress configuration uses name
based virtual routing.
More info here: https://kubernetes.io/docs/concepts/services-networking/ingress/#name-based-virtual-hosting
:::

![CNAME record Example](../assets/cname-record-example.png)

## Creating your own Genesis Account

You can add genesis account(s) to your rollup during configuration.
Expand Down Expand Up @@ -381,8 +383,8 @@ cast balance $REC_ADDR

## Fund you Sequencer Account

Using your sequencer pub key you created in the [Create a New Sequencer
Account](#create-a-new-sequencer-account), copy and past the
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:

Expand Down
4 changes: 2 additions & 2 deletions docs/dusknet/cloud-rollup-deployment/4-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,8 @@ cast balance $REC_ADDR

## Fund you Sequencer Account

Using your sequencer pub key you created in the [Create a New Sequencer
Account](#create-a-new-sequencer-account), copy and past the
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:

Expand Down

0 comments on commit 0070cf8

Please sign in to comment.