Skip to content

Commit

Permalink
chore: Typo Corrections (#35)
Browse files Browse the repository at this point in the history
* typo corr arbitrum-nitro-on-0g-da.md

* typo corr op-stack-on-0g-da.md

* typo corr og-da-deep-dive.md
  • Loading branch information
cypherpepe authored Nov 16, 2024
1 parent d7081a3 commit 590b3db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Arbitrum Nitro is a high-performance Ethereum rollup that uses a new consensus m

0G DA is a high-performance data availability layer that can be used for Arbitrum Nitro to provide a cost-effective and secure solution for storing transaction data.

To implement this server spec, EigenDA provides EigenDA Proxy which is ran as a dependency alongside OP Stack sequencers and full nodes to securely communicate with the EigenDA disperser.
To implement this server spec, EigenDA provides EigenDA Proxy which is run as a dependency alongside OP Stack sequencers and full nodes to securely communicate with the EigenDA disperser.

### DA provider implementation
The Arbitrum Nitro code includes a DataAvailabilityProvider interface, which is utilized throughout the codebase for storing and retrieving data from various providers, including EIP-4844 blobs, Anytrust, and now 0G.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Below are the requisite steps to deploy an OP Stack rollup on 0G DA, which the f
* Follow the instructions to set up a [0G DA client node](/build-with-0g/da-integration)
* Set up a [0G DA encoder node](/build-with-0g/da-integration)
* Deploy a 0G DA Server as shown below
* Deploy the OP Stack components with configuation adjustments as shown below
* Deploy the OP Stack components with configuration adjustments as shown below

## GitHub Repository

Expand Down
2 changes: 1 addition & 1 deletion docs/da/og-da-deep-dive.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ When a DA epoch ends, all the rewards from that DA epoch will be stored in the D

In the early stages of the ecosystem, the foundation can reserve a portion of tokens for system rewards. When the DA node submits a valid response, an additional reward of `BASE_REWARD` will be issued.

The funds for the base reward will be manually deposited into the reward contract and tracked separately. If the balance for the base reward is insufficient to cover a signle base reward, miners will not be able to receive the full base reward.
The funds for the base reward will be manually deposited into the reward contract and tracked separately. If the balance for the base reward is insufficient to cover a single base reward, miners will not be able to receive the full base reward.

### Service Fee

Expand Down

0 comments on commit 590b3db

Please sign in to comment.