Skip to content

Commit

Permalink
chore: remove redundant words in comment
Browse files Browse the repository at this point in the history
Signed-off-by: guqicun <[email protected]>
  • Loading branch information
guqicun authored and aefhm committed Dec 10, 2024
1 parent a95e833 commit 1e2a178
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/dapp/opl/celer/ping-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ You'll need the following three parameters:

- `_dstContract`: The contract address of the reveiving contract on the
destination chain which you just deployed.
- `_dstChainId`: The chain id of the the destination chain. Which is in our
- `_dstChainId`: The chain id of the destination chain. Which is in our
example `Sapphire Testnet` - `23295`.
- `message`: The encoded message. e.g. "Hello from BSC" -
`0x48656c6c6f2066726f6d20425343000000000000000000000000000000000000`.
Expand Down
2 changes: 1 addition & 1 deletion docs/dapp/opl/opl-sdk/ping-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ back and forth.
2. Get next nonce of your account from `BSC Testnet`
1. If you didn't do anything on *BSC Testnet* yet this will `0`.
2. Else you need to get your last nonce, e.g. by checking your account
address on [bscscan](https://testnet.bscscan.com/) and and inspect the details
address on [bscscan](https://testnet.bscscan.com/) and inspect the details
of your latest transaction, and then add 1.
3. In Metamask, switch to the `Sapphire Testnet` network and select
`Injected Provider - MetaMask` as the environment in Remix.
Expand Down
2 changes: 1 addition & 1 deletion docs/node/testnet/upgrade-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ For a more detailed explanation of the parameters below, see the [Genesis Docume
* **`roothash.params.gas_costs.submit_msg`** is a new parameter that specifies
the cost for an submit message transaction. It will be set to `1000`.
This will be done automatically with the `oasis-node debug fix-genesis` command.
* **`roothash.params.max_in_runtime_messages`** is a new parameter that that
* **`roothash.params.max_in_runtime_messages`** is a new parameter that
specifies the maximum number of incoming messages that can be queued for
processing by a runtime. It will be set to `128`.

Expand Down

0 comments on commit 1e2a178

Please sign in to comment.