Skip to content

Commit

Permalink
sequencer account creation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sambukowski committed Oct 19, 2023
1 parent a69cab6 commit 9a0d4fb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
13 changes: 9 additions & 4 deletions docs/dusknet/cloud-rollup-deployment/2-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" # <SEQUENCER_ACCOUNT_PRIV_KEY>
Public Key: "ec20...f613" # <SEQUENCER_ACCOUNT_PUB_KEY>
Address: "8a2f...5f68"
```

Keep track of the `<SEQUENCER_ACCOUNT_PUB_KEY>` 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
Expand Down
13 changes: 9 additions & 4 deletions docs/dusknet/cloud-rollup-deployment/3-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" # <SEQUENCER_ACCOUNT_PRIV_KEY>
Public Key: "ec20...f613" # <SEQUENCER_ACCOUNT_PUB_KEY>
Address: "8a2f...5f68"
```

Keep track of the `<SEQUENCER_ACCOUNT_PUB_KEY>` 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
Expand Down
13 changes: 9 additions & 4 deletions docs/dusknet/cloud-rollup-deployment/4-aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" # <SEQUENCER_ACCOUNT_PRIV_KEY>
Public Key: "ec20...f613" # <SEQUENCER_ACCOUNT_PUB_KEY>
Address: "8a2f...5f68"
```

Keep track of the `<SEQUENCER_ACCOUNT_PUB_KEY>` 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
Expand Down

0 comments on commit 9a0d4fb

Please sign in to comment.