From 72cfe515b5d1281ead89ada8a634ed38503d3535 Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Tue, 25 Feb 2025 10:23:57 -0800 Subject: [PATCH] Add note about TSS direct deposit support --- src/pages/developers/chains/functionality.mdx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/pages/developers/chains/functionality.mdx b/src/pages/developers/chains/functionality.mdx index c40e74803..62e79d13e 100644 --- a/src/pages/developers/chains/functionality.mdx +++ b/src/pages/developers/chains/functionality.mdx @@ -7,6 +7,7 @@ | Withdraw and call (native coin) | EVM | ✅ | ✅ | ✅ | ✅ | | Withdraw and call (fungible token) | EVM | ✅ | ✅ | ✅ | ✅ | | Deposit ZETA | EVM | ✅ | ✅ | ✅ | ❌ | +| TSS Direct Deposits | EVM | ⚠️ | ⚠️ | ⚠️ | ❌ | | Withdraw ZETA | EVM | ✅ | ✅ | ✅ | ❌ | | Deposit and call (ZETA) | EVM | ❌ | ❌ | ❌ | ❌ | | Withdraw and call (ZETA) | EVM | ❌ | ❌ | ❌ | ❌ | @@ -17,8 +18,8 @@ | Deposit/withdraw fungible token | Solana | ✅ | ✅ | ❌ | ❌ | | Deposit and call (native coin) | Solana | ✅ | ✅ | ✅ | ❌ | | Deposit and call (fungible token) | Solana | ✅ | ✅ | ❌ | ❌ | -| Withdraw and call (fungible token) | Solana | ❌ | Feb 25 | ❌ | ❌ | -| Withdraw and call (native coin) | Solana | ❌ | Feb 25 | ❌ | ❌ | +| Withdraw and call (fungible token) | Solana | ❌ | Mar 10 | ✅ | ❌ | +| Withdraw and call (native coin) | Solana | ❌ | Mar 10 | ✅ | ❌ | | Deposit ZETA | Solana | ❌ | ❌ | ❌ | ❌ | | Withdraw ZETA | Solana | ❌ | ❌ | ❌ | ❌ | | Deposit and call (ZETA) | Solana | ❌ | ❌ | ❌ | ❌ | @@ -61,6 +62,14 @@ Transfer of a fungible token from ZetaChain to a Connected Chain, followed by a smart contract call on the Connected Chain. +- **TSS Direct Deposits** + Transfers directly to the TSS address on EVM Connected Chains. This feature is only + supported on Ethereum and is being disabled on all other EVM chains. + - **Call** A smart contract call between ZetaChain and a Connected Chain without transferring assets. + +- **E2E** + The protocol level development environment + ([link](https://github.com/zeta-chain/node/tree/develop/contrib/localnet)). \ No newline at end of file