Skip to content

Commit

Permalink
rename logo
Browse files Browse the repository at this point in the history
  • Loading branch information
mahsamoosavi committed Mar 16, 2023
1 parent 9757b4b commit 6c1576d
Show file tree
Hide file tree
Showing 16 changed files with 43 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ yarn install
- ✈️ [Delayed inbox message(l2MSG)](./packages/delayedInbox-l2msg/)
- 🎁 [Redeem Retryable Ticket](./packages/redeem-failed-retryable/)

<p align="center"><img src="assets/offchain_labs_logo.svg" width="300"></p>
<p align="center"><img src="assets/logo.svg" width="300"></p>
File renamed without changes
4 changes: 3 additions & 1 deletion packages/address-table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ cp .env-sample .env

See our [developer documentation for more info](https://developer.offchainlabs.com/docs/special_features).

<p align="center"><img src="../../assets/offchain_labs_logo.svg" width="600"></p>
<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>
4 changes: 3 additions & 1 deletion packages/custom-token-bridging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ cp .env-sample .env
yarn run custom-token-bridging
```

<p align="left"><img src="../../assets/offchain_labs_logo.svg" width="150"></p>
<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>

4 changes: 3 additions & 1 deletion packages/delayedInbox-l2msg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,7 @@ yarn run withdrawFunds

Once the script is successfully executed, you can go to the [Arbitrum nitro block explorer](https://goerli-rollup-explorer.arbitrum.io/), enter your L2 address, and see the corresponding transactions on the Arbitrum chain!

<p align="left"><img src="../../assets/offchain_labs_logo.svg" width="150"></p>
<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>

5 changes: 3 additions & 2 deletions packages/demo-dapp-election/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ yarn run exec

Once the script is successfully executed, you can go to the [Arbitrum block explorer](https://goerli-rollup-explorer.arbitrum.io/), enter your L2 address, and see the corresponding transactions on the Arbitrum chain!

<p align="left"><img src="../../assets/offchain_labs_logo.svg" width="150"></p>

<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>
4 changes: 3 additions & 1 deletion packages/demo-dapp-pet-shop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ yarn run exec

Once the script is successfully executed, you can go to the [Arbitrum block explorer](https://goerli-rollup-explorer.arbitrum.io/), enter your L2 address, and see the corresponding transactions on the Arbitrum chain!

<p align="left"><img src="../../assets/offchain_labs_logo.svg" width="150"></p>
<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>
5 changes: 3 additions & 2 deletions packages/eth-deposit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ cp .env-sample .env

Once the script is successfully executed, you can go to the [Arbitrum block explorer](https://goerli-rollup-explorer.arbitrum.io/), enter your address, and see the amount of ETH that has been assigned to your address on the Arbitrum chain!

<p align="left"><img src="../../assets/offchain_labs_logo.svg" width="150"></p>

<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>
4 changes: 3 additions & 1 deletion packages/eth-withdraw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ cp .env-sample .env

Once the script is successfully executed, you can go to the [Arbitrum block explorer](https://goerli-rollup-explorer.arbitrum.io/), enter your address and see the amount of ETH has been deducted from your Layer 2 balance. Note that your Layer 1 balance will only be updated after rollup's confirmation period is over.

<p align="left"><img src="../../assets/offchain_labs_logo.svg" width="150"></p>
<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>
4 changes: 3 additions & 1 deletion packages/gas-estimation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@ cp .env-sample .env

(you'll still need to edit some variables, i.e., `L2RPC`)

<p align="center"><img src="../../assets/offchain_labs_logo.png" width="600"></p>
<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>
5 changes: 3 additions & 2 deletions packages/greeter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ cp .env-sample .env

(you'll still need to edit some variables, i.e., `DEVNET_PRIVKEY`)

<p align="left"><img src="../../assets/offchain_labs_logo.svg" width="150"></p>

<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>
5 changes: 3 additions & 2 deletions packages/l1-confirmation-checker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ cp .env-sample .env

(you'll still need to edit some variables, i.e., `DEVNET_PRIVKEY`)

<p align="left"><img src="../../assets/offchain_labs_logo.svg" width="150"></p>

<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>
4 changes: 3 additions & 1 deletion packages/outbox-execute/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ cp .env-sample .env

See our [developer documentation on messaging between layers](https://developer.offchainlabs.com/docs/l1_l2_messages).

<p align="left"><img src="../../assets/offchain_labs_logo.svg" width="150"></p>
<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>
4 changes: 3 additions & 1 deletion packages/redeem-failed-retryable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,6 @@ cp .env-sample .env

For more information on the retryable tickets, see our [developer documentation on messaging between layers](https://developer.offchainlabs.com/docs/l1_l2_messages).

<p align="left"><img src="../../assets/offchain_labs_logo.svg" width="150"></p>
<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>
4 changes: 3 additions & 1 deletion packages/token-deposit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ cp .env-sample .env
yarn run token-deposit
```

<p align="left"><img src="../../assets/offchain_labs_logo.svg" width="150"></p>
<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>
5 changes: 3 additions & 2 deletions packages/token-withdraw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ cp .env-sample .env
yarn withdraw-token
```

<p align="left"><img src="../../assets/offchain_labs_logo.svg" width="150"></p>

<p align="left">
<img width="350" height="150" src= "../../assets/logo.svg" />
</p>

0 comments on commit 6c1576d

Please sign in to comment.