Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/architecture/modules/fungible/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ can be updated IMPORTANT: the new contract bytecode must have the same
storage layout as the old contract bytecode the new contract can add new
variable but cannot remove any existing variable

Authozied: admin policy group 2
Authorized: admin policy group 2

```proto
message MsgUpdateContractBytecode {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ can be updated IMPORTANT: the new contract bytecode must have the same
storage layout as the old contract bytecode the new contract can add new
variable but cannot remove any existing variable

Authozied: admin policy group 2
Authorized: admin policy group 2

```proto
message MsgUpdateContractBytecode {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ message MsgAddBlameVote {

UpdateCrosschainFlags updates the crosschain related flags.

Aurthorized: admin policy group 1 (except enabling/disabled
Authorized: admin policy group 1 (except enabling/disabled
inbounds/outbounds and gas price increase), admin policy group 2 (all).

```proto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function withdrawAndCall(
|`amount`|`uint256`|The amount of tokens to withdraw.|
|`zrc20`|`address`|The address of the ZRC20 token.|
|`message`|`bytes`|The calldata to pass to the contract call.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbirtrary call flag.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbitrary call flag.|
|`revertOptions`|`RevertOptions`|Revert options.|


Expand Down Expand Up @@ -284,7 +284,7 @@ function call(
|`receiver`|`bytes`|The receiver address on the external chain.|
|`zrc20`|`address`|Address of zrc20 to pay fees.|
|`message`|`bytes`|The calldata to pass to the contract call.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbirtrary call flag.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbitrary call flag.|
|`revertOptions`|`RevertOptions`|Revert options.|


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ function withdrawGasFeeWithGasLimit(uint256 gasLimit) public view override retur

### withdraw

*Withraws ZRC20 tokens to external chains, this function causes cctx module to send out outbound tx to the
*Withdraws ZRC20 tokens to external chains, this function causes cctx module to send out outbound tx to the
outbound chain
this contract should be given enough allowance of the gas ZRC20 to pay for outbound tx gas fee.*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function withdrawAndCall(
|`amount`|`uint256`|The amount of tokens to withdraw.|
|`zrc20`|`address`|The address of the ZRC20 token.|
|`message`|`bytes`|The calldata to pass to the contract call.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbirtrary call flag.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbitrary call flag.|
|`revertOptions`|`RevertOptions`|Revert options.|


Expand Down Expand Up @@ -110,7 +110,7 @@ function withdrawAndCall(
|`amount`|`uint256`|The amount of tokens to withdraw.|
|`chainId`|`uint256`|Chain id of the external chain.|
|`message`|`bytes`|The calldata to pass to the contract call.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbirtrary call flag.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbitrary call flag.|
|`revertOptions`|`RevertOptions`|Revert options.|


Expand All @@ -136,7 +136,7 @@ function call(
|`receiver`|`bytes`|The receiver address on the external chain.|
|`zrc20`|`address`|Address of zrc20 to pay fees.|
|`message`|`bytes`|The calldata to pass to the contract call.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbirtrary call flag.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbitrary call flag.|
|`revertOptions`|`RevertOptions`|Revert options.|


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ event Called(
|`zrc20`|`address`|Address of zrc20 to pay fees.|
|`receiver`|`bytes`|The receiver address on the external chain.|
|`message`|`bytes`|The calldata passed to the contract call.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbirtrary call flag.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbitrary call flag.|
|`revertOptions`|`RevertOptions`|Revert options.|

### Withdrawn
Expand Down Expand Up @@ -62,7 +62,7 @@ event Withdrawn(
|`gasfee`|`uint256`|The gas fee for the withdrawal.|
|`protocolFlatFee`|`uint256`|The protocol flat fee for the withdrawal.|
|`message`|`bytes`|The calldata passed with the withdraw. No longer used. Kept to maintain compatibility.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbirtrary call flag.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbitrary call flag.|
|`revertOptions`|`RevertOptions`|Revert options.|

### WithdrawnAndCalled
Expand Down Expand Up @@ -96,6 +96,6 @@ event WithdrawnAndCalled(
|`gasfee`|`uint256`|The gas fee for the withdrawal.|
|`protocolFlatFee`|`uint256`|The protocol flat fee for the withdrawal.|
|`message`|`bytes`|The calldata passed to the contract call.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbirtrary call flag.|
|`callOptions`|`CallOptions`|Call options including gas limit and arbitrary call flag.|
|`revertOptions`|`RevertOptions`|Revert options.|

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is generated from the cosmos sdk side and should probably be reverted. I would be automatically reverted the next time the documentation is updated anyway.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ zetacored export [flags]
### Options

```
--for-zero-height Export state to start at height zero (perform preproccessing)
--for-zero-height Export state to start at height zero (perform preprocessing)
--height int Export state from a particular height (-1 means latest height) (default -1)
-h, --help help for export
--home string The application home directory
Expand Down
5 changes: 2 additions & 3 deletions src/pages/developers/services/goldsky.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,9 @@ npx hardhat cctx 0xb4318f04329d6ddd398b11ccba40d0404e1872494a054fb382267e2f1de16
```

```
CCCTXs on ZetaChain found.
CCTXs on ZetaChain found.

✓ 0xf5fbf1ba190e074c64adaba044e2c4f6724aeebe70ca01b0998919d0b1059338: 80001 → 7001: OutboundMined (Remote omnichain cont
ract call completed)
✓ 0xf5fbf1ba190e074c64adaba044e2c4f6724aeebe70ca01b0998919d0b1059338: 80001 → 7001: OutboundMined (Remote omnichain contract call completed)
⠏ 0xa0cfd783f991bd060239193082594dd3fe5ae239e97b8baaa0a303ee6ba6ba79: 7001 → 18332: PendingOutbound
```

Expand Down
2 changes: 1 addition & 1 deletion src/pages/developers/services/particle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Main components of the Particle Network stack:
- Account abstraction (AA)
- [Bundler](https://particlenetwork.readme.io/docs/bundler). As apart of the
AA stack Particle Network offers an open-source Bundler in which all
"useroOperations" are constructed and sent.
"userOperations" are constructed and sent.
- [Paymaster](https://particlenetwork.readme.io/docs/paymaster). Alongside the
Bundler, Particle Network also offers a paymaster for multi-chain gas
sponsorship.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/developers/tutorials/testnet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ If the faucet is throwing an error, delete the `access_token` file from the
project and try again.

In addition to ZETA tokens on ZetaChain, you might need tokens on connected
blockchains like Ethereun, BNB and Bitcoin testnets.
blockchains like Ethereum, BNB and Bitcoin testnets.

- https://www.bnbchain.org/en/testnet-faucet
- https://www.alchemy.com/faucets/ethereum-sepolia
Expand Down
2 changes: 1 addition & 1 deletion src/pages/nodes/start-here/syncing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ printing `INF` logs like these:
4:10AM INF executed block height=3468229 module=state num_invalid_txs=1 num_valid_txs=24 server=node
4:10AM INF commit synced commit=436F6D6D697449447B5B3139332032323120323438203430203230
4:10AM INF committed state app_hash=C1DDF828CB4126E8239D92FB57006D978664911BF75FDB2606804083C4F65354 height=3468229
4:10AM INF indexed block exents height=3468229 module=txindex server=node
4:10AM INF indexed block events height=3468229 module=txindex server=node
4:11AM INF Timed out dur=4468.382473 height=3468230 module=consensus round=0 server=node step=1
```

Expand Down
4 changes: 2 additions & 2 deletions src/pages/reference/apps/get-testnet-zeta.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provided below.
### Using the ZetaChain CLI faucet

The easiest way to get testnet ZETA is to use the ZetaChain CLI faucet. You can
install the CLI by following the instructions (you may need `sudo` priveleges):
install the CLI by following the instructions (you may need `sudo` privileges):

```
npm install -g @zetachain/faucet-cli
Expand Down Expand Up @@ -94,7 +94,7 @@ instructions provided in the `#zeta-faucet-athens-3` channel.

### Third-party ZETA Faucets

- [Covelent ZETA Faucet](https://www.covalenthq.com/faucet)
- [Covalent ZETA Faucet](https://www.covalenthq.com/faucet)
- [Triangle ZETA Faucet](https://faucet.triangleplatform.com/zetachain/athens3)

## Getting Additional Testnet Gas Assets
Expand Down
6 changes: 3 additions & 3 deletions src/pages/reference/learn/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ interoperability built in. It is not a sidechain, rollup, or bridge.

### How does ZetaChain compare to other solutions?

ZetaChain is, at the time of writing, unique in its support for chain-agnostiic
ZetaChain is, at the time of writing, unique in its support for chain-agnostic
omnichain dApps. No other blockchain enables fully interoperable smart
contracts. This feature allows an unbounded platform to build omnichain and
cross-chain applications that function as if everything lived on a single chain.
Although some systems like Cosmos offer interoperability within the IBC
ecosystem, ZetaChain brings seamless interoperabiliy to all chains, including
ecosystem, ZetaChain brings seamless interoperability to all chains, including
non-smart-contract chains like Bitcoin and Dogecoin. As a blockchain and smart
contract platform, ZetaChain provides a fully public, transparent, decentralized
interoperability solution that supports both omnichain messaging and smart
Expand All @@ -98,7 +98,7 @@ interoperability smart contract and messaging platform. One can build
need-specific bridges through ZetaChain, although ZetaChain has omnichain value
transfer built-in. Transferring value through ZetaChain also does not require
wrapping of assets. Wrapped assets and centralized vaults are often the points
of failure or expoits that result in losses of hundreds of millions of dollars
of failure or exploits that result in losses of hundreds of millions of dollars
that are not uncommon (Wormhole hack, Poly Network hack). With ZetaChain, all
funds at rest are not at risk, because there is no interdependency via
wrapping/locking.
Expand Down
2 changes: 1 addition & 1 deletion src/pages/users/keplr/transfer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ native and IBC tokens, but not ZRC-20 or ERC-20. Select ZETA from the list:
<Image src={`${basePath}/img/docs/keplr-assets.png`} width={400} height={670} alt="Keplr extension - Select Asset" />

Enter the recipient address in the bech32 format (`zeta***`) and the amount you
want to transfer. Please, note that the amount in Keplr is speficied in ZETA, so
want to transfer. Please, note that the amount in Keplr is specified in ZETA, so
in this example you're sending 1 ZETA or 10¹⁸ azeta. You can also add a memo.
Memo is optional and is often used when sending tokens to centralized exchanges.

Expand Down
Loading