From 7290d493270806358f5556d1f530531434e11fe7 Mon Sep 17 00:00:00 2001 From: 1yam Date: Thu, 15 May 2025 13:15:42 +0200 Subject: [PATCH] Fix: missing compatible chains in docs --- .../network/supported-blockchains/index.md | 45 +++++++++++++------ 1 file changed, 32 insertions(+), 13 deletions(-) diff --git a/docs/about/network/supported-blockchains/index.md b/docs/about/network/supported-blockchains/index.md index c01a88a..1310ffb 100644 --- a/docs/about/network/supported-blockchains/index.md +++ b/docs/about/network/supported-blockchains/index.md @@ -29,16 +29,35 @@ functionalities are supported. stop, and the resource becomes inaccessible. This approach ensures users only pay for what they actively use, offering a flexible and efficient payment method. -| Chain | Message signature | Wallet support | Token availability | Balance support | Staking support | PAYG | -|-----------|-------------------|---------------------------|--------------------|-----------------|-----------------|------| -| Ethereum | ✅ | Metamask & Wallet Connect | ✅ | ✅ | ✅ | | -| Polygon | ✅ | Metamask & Wallet Connect | | | | | -| Solana | ✅ | Phantom | ✅ | ❌ | ❌ | | -| Tezos | ✅ | | | | | | -| Cosmos | ✅ | | | | | | -| Nuls1 | Python only | | | | | | -| Nuls2 | Python only | | | | | | -| Substrate | ✅ | | | | | | -| Avalanche | ✅ | Metamask & Wallet Connect | ✅ | | | ✅ | -| BASE | ✅ | Metamask & Wallet Connect | ✅ | | | ✅ | -| BNB | ✅ | Metamask & Wallet Connect | ✅ | | | | +| Chain | Message signature | Wallet support | Token availability | Balance support | Staking support | PAYG | +|------------|------------------|---------------------------|-------------------|-----------------|-----------------|------| +| Ethereum | ✅ | Metamask & Wallet Connect | ✅ | ✅ | ✅ | ❌ | +| Polygon | ✅ | Metamask & Wallet Connect | ❌ | ❌ | ❌ | ❌ | +| Solana | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | +| Tezos | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| Cosmos | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| Nuls1 | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| Nuls2 | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| Substrate | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| Avalanche | ✅ | Metamask & Wallet Connect | ✅ | ✅ | ❌ | ✅ | +| BASE | ✅ | Metamask & Wallet Connect | ✅ | ✅ | ❌ | ✅ | +| BNB | ✅ | Metamask & Wallet Connect | ❌ | ❌ | ❌ | ❌ | +| CSDK | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| ECLIPSE | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| ARBITRUM | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| BLAST | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| BOB | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| BSC | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| DOT | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| CYBER | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| FRAXTAL | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| INK | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| LINEA | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| LISK | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| METIS | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| MODE | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| NEO | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| OPTIMISM | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| SONIC | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| WORLDCHAIN | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | +| ZORA | Python only | ❌ | ❌ | ❌ | ❌ | ❌ |