Skip to content

Commit

Permalink
Merge pull request #1338 from celestiaorg/jcs/arbi-update
Browse files Browse the repository at this point in the history
feat: update header and edit copy
  • Loading branch information
Ferret-san authored Dec 19, 2023
2 parents 07d96f5 + 5bcafa1 commit 275a779
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
9 changes: 5 additions & 4 deletions developers/arbitrum-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: An overview of the integration of Arbitrum Orbit and Nitro with Cel

# Introduction to Arbitrum rollups with Celestia as DA

![Celestia_Arbitrum](/img/Celestia_Arbitrum.jpeg)
![Celestia_Arbitrum](/img/Celestia-Arbitrum.png)

## Overview

Expand Down Expand Up @@ -39,9 +39,10 @@ include:

### Blobstream

:::warning DRAFT
The Blobstream section is a draft, the integration with Blobstream
is a work in progress.
:::warning UPCOMING INTEGRATION
The Blobstream section is currently under development. Please note that
the integration with Blobstream is not yet finalized, but it is planned
for implementation in the near future.
:::

The Celestia and Arbitrum integration also
Expand Down
8 changes: 4 additions & 4 deletions developers/arbitrum-smart-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,19 @@ contract CounterTest is Test {
This file performs unit testing on the contract we created in the previous
section. Here's what the test is doing:

The contract includes a public "Counter" type variable called "counter".
- The contract includes a public "Counter" type variable called "counter".
In the `setUp` function, it initializes a new instance of the "Counter"
contract and sets the "number" variable to 0.

There are two test functions in the contract: `testIncrement` and
- There are two test functions in the contract: `testIncrement` and
`testSetNumber`.

The `testIncrement` function tests the "increment" function of the
- The `testIncrement` function tests the "increment" function of the
"Counter" contract by calling it and then asserting that the "number" in
the "Counter" contract is 1. It verifies if the increment operation
correctly increases the number by one.

The `testSetNumber` function is more generic. It takes an unsigned integer
- The `testSetNumber` function is more generic. It takes an unsigned integer
argument 'x' and tests the "setNumber" function of the "Counter" contract.
After calling the "setNumber" function with 'x', it asserts that the
"number" in the "Counter" contract is equal to 'x'. This verifies that the
Expand Down
8 changes: 4 additions & 4 deletions developers/deploy-on-bubs.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,19 @@ contract CounterTest is Test {
This file performs unit testing on the contract we created in the previous
section. Here's what the test is doing:

The contract includes a public "Counter" type variable called "counter".
- The contract includes a public "Counter" type variable called "counter".
In the `setUp` function, it initializes a new instance of the "Counter"
contract and sets the "number" variable to 0.

There are two test functions in the contract: `testIncrement` and
- There are two test functions in the contract: `testIncrement` and
`testSetNumber`.

The `testIncrement` function tests the "increment" function of the
- The `testIncrement` function tests the "increment" function of the
"Counter" contract by calling it and then asserting that the "number" in
the "Counter" contract is 1. It verifies if the increment operation
correctly increases the number by one.

The `testSetNumber` function is more generic. It takes an unsigned integer
- The `testSetNumber` function is more generic. It takes an unsigned integer
argument 'x' and tests the "setNumber" function of the "Counter" contract.
After calling the "setNumber" function with 'x', it asserts that the
"number" in the "Counter" contract is equal to 'x'. This verifies that the
Expand Down
Binary file added public/img/Celestia-Arbitrum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/img/Celestia_Arbitrum.jpeg
Binary file not shown.

0 comments on commit 275a779

Please sign in to comment.