From d29710040dc95e1f1136db79843ac5c03b09e400 Mon Sep 17 00:00:00 2001 From: crStiv Date: Mon, 25 Nov 2024 19:01:17 +0100 Subject: [PATCH 1/4] typo feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 1105be7b6..f7f1744cf 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -18,7 +18,7 @@ body: - type: textarea id: desired-behavior attributes: - label: Desired behaviour + label: Desired behavior placeholder: | What would you like to happen? From 8b37deb41160afc4a4fea5387fe49ccca2a8f49f Mon Sep 17 00:00:00 2001 From: crStiv Date: Mon, 25 Nov 2024 19:04:53 +0100 Subject: [PATCH 2/4] typos nightly.yml --- .github/workflows/nightly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c1c94ed3d..8c20104e4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -237,7 +237,7 @@ jobs: kurtosis files download ${{ env.ENCLAVE_NAME }} genesis /tmp cp /tmp/genesis.json templates/permissionless-node/genesis.json - # Deploy permisionless node. + # Deploy permissionless node. yq -Y --in-place '.deploy_zkevm_permissionless_node = true' params.yml kurtosis run --enclave=${{ env.ENCLAVE_NAME }} --args-file=params.yml . yq -Y --in-place '.deploy_zkevm_permissionless_node = false' params.yml # reset @@ -276,7 +276,7 @@ jobs: working-directory: .github/scripts run: ./monitor-verified-batches.sh --rpc-url "$(kurtosis port print ${{ env.ENCLAVE_NAME }} cdk-erigon-node-001 http-rpc)" - # Deploy a standalone zkevm permisionless node against Sepolia (Ethereum Testnet). + # Deploy a standalone zkevm permissionless node against Sepolia (Ethereum Testnet). sepolia-pless-zkevm-node: if: github.repository == '0xPolygon/kurtosis-cdk' # Prevent this job to run on forks. runs-on: ubuntu-latest @@ -287,7 +287,7 @@ jobs: - name: Install Kurtosis CDK tools uses: ./.github/actions/setup-kurtosis-cdk - - name: Deploy the permisionless node + - name: Deploy the permissionless node run: | # Disable all deployment steps yq -Y --in-place 'with_entries(if .value | type == "boolean" then .value = false else . end)' params.yml From 7c11e10e27d08788cd4dc8a01c7882fcddff7aee Mon Sep 17 00:00:00 2001 From: crStiv Date: Mon, 25 Nov 2024 19:20:35 +0100 Subject: [PATCH 3/4] typo --- docs/migrate/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrate/upgrade.md b/docs/migrate/upgrade.md index dddd1ede4..708a0e481 100644 --- a/docs/migrate/upgrade.md +++ b/docs/migrate/upgrade.md @@ -50,7 +50,7 @@ Follow the steps to verify all batches for upgrading. 1. Start synchronizer's new version. -2. Wait until synchornizer receives a fork id event (check table `state.fork_id`). +2. Wait until synchronizer receives a fork id event (check table `state.fork_id`). 3. Edit node config file (node v0.6.2 version): From bba30fc5ba96aba85768993af5c38bb7509cc08a Mon Sep 17 00:00:00 2001 From: crStiv Date: Mon, 25 Nov 2024 19:30:47 +0100 Subject: [PATCH 4/4] various typos --- docs/use-native-token/use-native-token.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/use-native-token/use-native-token.md b/docs/use-native-token/use-native-token.md index 21e5312e0..6c15b5928 100644 --- a/docs/use-native-token/use-native-token.md +++ b/docs/use-native-token/use-native-token.md @@ -15,7 +15,7 @@ The diagram below illustrates the interchange of assets between layers, focusing It depicts several scenarios, such as bridging an ERC20 token from mainnet to another ERC20 token in LY, bridging L1 ETH to the LY gas token, or bridging a wrapped ERC20 token living on LX to LY ETH. -![Unfied bridge exchanges](img/how-to/gas-token-img/ulxly-exchanges.drawio.png) +![Unified bridge exchanges](img/how-to/gas-token-img/ulxly-exchanges.drawio.png) ## Set up and prerequisites @@ -155,7 +155,7 @@ The first derived private key from the `code...quality` mnemonic is ### Transfer token -1. To complete the test, lets transfer some of the value on L2 to another address. +1. To complete the test, let's transfer some of the value on L2 to another address. ![Transfer to another L2 address](img/how-to/gas-token-img/07_bridge.png) @@ -165,7 +165,7 @@ The first derived private key from the `code...quality` mnemonic is ### Withdraw the token -1. After initiating a withdraw transaction, wait for the transaction data to be proven on L1. +1. After initiating a withdrawal transaction, wait for the transaction data to be proven on L1. ![Balance of receiving account](img/how-to/gas-token-img/11_bridge.png)