From a328df0d087a0ccfa40abe03fa1aa67359602705 Mon Sep 17 00:00:00 2001 From: Savely <136869149+savvar9991@users.noreply.github.com> Date: Fri, 27 Dec 2024 20:41:29 +1100 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b1df8d..665f470 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Arbitrum Tutorials -This monorepo will help you get started with building on Arbitrum chains. It provides various simple demos showing and explaining how to interact with Arbitrum chains (including Orbit chains) — deploying and using contracts directly on Arbitrum, moving Ether and tokens betweens the parent and child chains, and more. +This monorepo will help you get started with building on Arbitrum chains. It provides various simple demos showing and explaining how to interact with Arbitrum chains (including Orbit chains) — deploying and using contracts directly on Arbitrum, moving Ether and tokens between the parent and child chains, and more. We show how you can use broadly supported Ethereum ecosystem tooling (Hardhat, Ethers-js, etc.) as well as our special [Arbitrum SDK](https://github.com/OffchainLabs/arbitrum-sdk) for convenience. ## Installation -From root directory: +From the root directory: ```bash yarn install @@ -42,7 +42,7 @@ yarn install - 🌉 [Bridging a custom token through a custom gateway](./packages/custom-gateway-bridging/) - ✈️ [Send a signed transaction from the parent chain](./packages/delayedInbox-l2msg/) - 🎁 [Redeem pending retryable ticket](./packages/redeem-pending-retryable/) -- 🧮 [Gas estimation](./packages/gas-estimation/) +- 🧮 [Gas Estimation](./packages/gas-estimation/) - 🌀 [Deposit Ether or Tokens from L1 to L3](./packages/l1-l3-teleport/) ## How to run the tutorials against a custom network From 9f4e3583332c2005a78f36c0b66e5581b2b8c226 Mon Sep 17 00:00:00 2001 From: Savely <136869149+savvar9991@users.noreply.github.com> Date: Fri, 27 Dec 2024 20:51:27 +1100 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 665f470..766eea9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This monorepo will help you get started with building on Arbitrum chains. It provides various simple demos showing and explaining how to interact with Arbitrum chains (including Orbit chains) — deploying and using contracts directly on Arbitrum, moving Ether and tokens between the parent and child chains, and more. -We show how you can use broadly supported Ethereum ecosystem tooling (Hardhat, Ethers-js, etc.) as well as our special [Arbitrum SDK](https://github.com/OffchainLabs/arbitrum-sdk) for convenience. +We show how you can use broadly supported Ethereum ecosystem tooling (Hardhat, Ethers.js, etc.) as well as our special [Arbitrum SDK](https://github.com/OffchainLabs/arbitrum-sdk) for convenience. ## Installation @@ -49,7 +49,7 @@ yarn install As mentioned above, these tutorials use the [Arbitrum SDK](https://github.com/OffchainLabs/arbitrum-sdk), which loads the regular Arbitrum chains by default (Arbitrum One, Arbitrum Nova and Arbitrum Sepolia). You can use these tutorials against any other Arbitrum chain (including Orbit chains), by loading it to the Arbitrum SDK. -To do that, fill the information of your chain in the [`customNetwork.json`](./customNetwork.json) file, which is automatically loaded in all tutorials. +To do that, fill in the information of your chain in the [`customNetwork.json`](./customNetwork.json) file, which is automatically loaded in all tutorials. To obtain the information of a specific chain, you can use the method [`prepareArbitrumNetwork`](https://github.com/OffchainLabs/arbitrum-orbit-sdk/blob/main/src/utils/registerNewNetwork.ts#L18) of the Orbit SDK. From f065627dbcbf10419ee8e62e662406752879fc89 Mon Sep 17 00:00:00 2001 From: Savely <136869149+savvar9991@users.noreply.github.com> Date: Sat, 1 Feb 2025 14:16:34 +1100 Subject: [PATCH 3/3] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: José FP <105675159+TucksonDev@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8313bd5..096fd20 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ yarn run testAll - 🌉 [Bridging a custom token through a custom gateway](./packages/custom-gateway-bridging/) - ✈️ [Send a signed transaction from the parent chain](./packages/delayedInbox-l2msg/) - 🎁 [Redeem pending retryable ticket](./packages/redeem-pending-retryable/) -- 🧮 [Gas Estimation](./packages/gas-estimation/) +- 🧮 [Gas estimation](./packages/gas-estimation/) - 🌀 [Deposit Ether or Tokens from L1 to L3](./packages/l1-l3-teleport/) ## How to run the tutorials against a custom network