Skip to content

Commit fc3c07b

Browse files
authored
Split the Functionality table into separate tables with headings (#580)
1 parent 7a0c695 commit fc3c07b

File tree

1 file changed

+87
-42
lines changed

1 file changed

+87
-42
lines changed
+87-42
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,80 @@
1-
| Feature | Chain | Mainnet | Testnet | E2E | Localnet |
2-
| :--------------------------------- | :------ | :------ | :------ | :-- | :------- |
3-
| Deposit/withdraw native coin | EVM |||||
4-
| Deposit/withdraw fungible token | EVM |||||
5-
| Deposit and call (native coin) | EVM |||||
6-
| Deposit and call (fungible token) | EVM |||||
7-
| Withdraw and call (native coin) | EVM |||||
8-
| Withdraw and call (fungible token) | EVM |||||
9-
| Deposit ZETA | EVM |||||
10-
| TSS Direct Deposits | EVM | ⚠️ | ⚠️ | ⚠️ ||
11-
| Withdraw ZETA | EVM |||||
12-
| Deposit and call (ZETA) | EVM |||||
13-
| Withdraw and call (ZETA) | EVM |||||
14-
| Call | EVM |||||
15-
| Deposit/withdraw native coin | Bitcoin |||||
16-
| Deposit and call (native coin) | Bitcoin |||||
17-
| Deposit/withdraw native coin | Solana |||||
18-
| Deposit/withdraw fungible token | Solana |||||
19-
| Deposit and call (native coin) | Solana |||||
20-
| Deposit and call (fungible token) | Solana |||||
21-
| Withdraw and call (fungible token) | Solana || Mar 10 |||
22-
| Withdraw and call (native coin) | Solana || Mar 10 |||
23-
| Deposit ZETA | Solana |||||
24-
| Withdraw ZETA | Solana |||||
25-
| Deposit and call (ZETA) | Solana |||||
26-
| Withdraw and call (ZETA) | Solana |||||
27-
| Call | Solana |||||
28-
| Deposit/withdraw native coin | TON |||||
29-
| Deposit/withdraw fungible token | TON |||||
30-
| Deposit and call (native coin) | TON |||||
31-
| Deposit and call (fungible token) | TON |||||
32-
| Withdraw and call (native coin) | TON |||||
33-
| Withdraw and call (fungible token) | TON |||||
34-
| Deposit ZETA | TON |||||
35-
| Withdraw ZETA | TON |||||
36-
| Deposit and call (ZETA) | TON |||||
37-
| Call | TON |||||
1+
## EVM
2+
3+
| Feature | Mainnet | Testnet | E2E | Localnet |
4+
| :--------------------------------- | :------ | :------ | :-- | :------- |
5+
| Deposit/withdraw native coin |||||
6+
| Deposit/withdraw fungible token |||||
7+
| Deposit and call (native coin) |||||
8+
| Deposit and call (fungible token) |||||
9+
| Withdraw and call (native coin) |||||
10+
| Withdraw and call (fungible token) |||||
11+
| Deposit ZETA |||||
12+
| TSS Direct Deposits | ⚠️ | ⚠️ | ⚠️ ||
13+
| Withdraw ZETA |||||
14+
| Deposit and call (ZETA) |||||
15+
| Withdraw and call (ZETA) |||||
16+
| No asset call to ZetaChain |||||
17+
| No asset call to connected chain |||||
18+
| onRevert |||||
19+
20+
## Bitcoin
21+
22+
| Feature | Mainnet | Testnet | E2E | Localnet |
23+
| :----------------------------- | :------ | :------ | :-- | :------- |
24+
| Deposit/withdraw native coin |||||
25+
| Deposit and call (native coin) |||||
26+
27+
## Solana
28+
29+
| Feature | Mainnet | Testnet | E2E | Localnet |
30+
| :--------------------------------- | :------ | :------ | :-- | :------- |
31+
| Deposit/withdraw native coin |||||
32+
| Deposit/withdraw fungible token |||||
33+
| Deposit and call (native coin) |||||
34+
| Deposit and call (fungible token) |||||
35+
| Withdraw and call (fungible token) |||||
36+
| Withdraw and call (native coin) |||||
37+
| Deposit ZETA |||||
38+
| Withdraw ZETA |||||
39+
| Deposit and call (ZETA) |||||
40+
| Withdraw and call (ZETA) |||||
41+
| No asset call to ZetaChain |||||
42+
| No asset call to connected chain |||||
43+
| onRevert |||||
44+
45+
## Sui
46+
47+
| Feature | Mainnet | Testnet | E2E | Localnet |
48+
| :--------------------------------- | :------ | :------ | :-- | :------- |
49+
| Deposit/withdraw native coin |||||
50+
| Deposit/withdraw fungible token |||||
51+
| Deposit and call (native coin) |||||
52+
| Deposit and call (fungible token) |||||
53+
| Withdraw and call (native coin) |||||
54+
| Withdraw and call (fungible token) |||||
55+
| Deposit ZETA |||||
56+
| Withdraw ZETA |||||
57+
| Deposit and call (ZETA) |||||
58+
| No asset call to ZetaChain |||||
59+
| No asset call to connected chain |||||
60+
| onRevert |||||
61+
62+
## TON
63+
64+
| Feature | Mainnet | Testnet | E2E | Localnet |
65+
| :--------------------------------- | :------ | :------ | :-- | :------- |
66+
| Deposit/withdraw native coin |||||
67+
| Deposit/withdraw fungible token |||||
68+
| Deposit and call (native coin) |||||
69+
| Deposit and call (fungible token) |||||
70+
| Withdraw and call (native coin) |||||
71+
| Withdraw and call (fungible token) |||||
72+
| Deposit ZETA |||||
73+
| Withdraw ZETA |||||
74+
| Deposit and call (ZETA) |||||
75+
| No asset call to ZetaChain |||||
76+
| No asset call to connected chain |||||
77+
| onRevert |||||
3878

3979
## Terminology
4080

@@ -62,14 +102,19 @@
62102
Transfer of a fungible token from ZetaChain to a Connected Chain, followed by
63103
a smart contract call on the Connected Chain.
64104

65-
- **TSS Direct Deposits**
66-
Transfers directly to the TSS address on EVM Connected Chains. This feature is only
67-
supported on Ethereum and is being disabled on all other EVM chains.
105+
- **TSS Direct Deposits**
106+
Transfers directly to the TSS address on EVM Connected Chains. This feature is
107+
only supported on Ethereum and is being disabled on all other EVM chains.
68108

69109
- **Call**
70110
A smart contract call between ZetaChain and a Connected Chain without
71111
transferring assets.
72112

113+
- **onRevert**
114+
Execution of the `onRevert` function of a contract on a connected chain as a
115+
result of a reverted call from a connected chain to a universal contract on
116+
ZetaChain.
117+
73118
- **E2E**
74-
The protocol level development environment
75-
([link](https://github.com/zeta-chain/node/tree/develop/contrib/localnet)).
119+
The protocol level development environment
120+
([link](https://github.com/zeta-chain/node/tree/develop/contrib/localnet)).

0 commit comments

Comments
 (0)