From 384206de3fcdb19bab77c04444787fc1b5ac42e6 Mon Sep 17 00:00:00 2001 From: 1yam Date: Tue, 22 Apr 2025 10:03:08 +0000 Subject: [PATCH 1/2] Update supported chains was outdated --- docs/protocol/chains.md | 45 +++++++++++++++++++++++++++++------------ 1 file changed, 32 insertions(+), 13 deletions(-) diff --git a/docs/protocol/chains.md b/docs/protocol/chains.md index 5de9ac2..b18b6bd 100644 --- a/docs/protocol/chains.md +++ b/docs/protocol/chains.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 | ✅ | | ✅ | ❌ | ❌ | | -| 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 | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| ECLIPSE | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| ARBITRUM | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| BLAST | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| BOB | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| BSC | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| DOT | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| CYBER | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| FRAXTAL | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| INK | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| LINEA | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| LISK | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| METIS | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| MODE | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| NEO | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| OPTIMISM | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| SONIC | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| WORLDCHAIN | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | +| ZORA | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | \ No newline at end of file From 8991bb6e7b3318feb2a990b652b1e23e532ed7e4 Mon Sep 17 00:00:00 2001 From: 1yam Date: Tue, 22 Apr 2025 10:16:41 +0000 Subject: [PATCH 2/2] fix: specify only suported on python side --- docs/protocol/chains.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/docs/protocol/chains.md b/docs/protocol/chains.md index b18b6bd..010985b 100644 --- a/docs/protocol/chains.md +++ b/docs/protocol/chains.md @@ -33,7 +33,7 @@ functionalities are supported. |------------|------------------|---------------------------|-------------------|-----------------|-----------------|------| | Ethereum | ✅ | Metamask & Wallet Connect | ✅ | ✅ | ✅ | ❌ | | Polygon | ✅ | Metamask & Wallet Connect | ❌ | ❌ | ❌ | ❌ | -| Solana | ✅ | ❌ | ✅ | ❌ | ❌ | ❌ | +| Solana | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | | Tezos | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | | Cosmos | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | | Nuls1 | Python only | ❌ | ❌ | ❌ | ❌ | ❌ | @@ -42,22 +42,22 @@ functionalities are supported. | Avalanche | ✅ | Metamask & Wallet Connect | ✅ | ✅ | ❌ | ✅ | | BASE | ✅ | Metamask & Wallet Connect | ✅ | ✅ | ❌ | ✅ | | BNB | ✅ | Metamask & Wallet Connect | ❌ | ❌ | ❌ | ❌ | -| CSDK | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| ECLIPSE | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| ARBITRUM | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| BLAST | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| BOB | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| BSC | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| DOT | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| CYBER | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| FRAXTAL | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| INK | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| LINEA | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| LISK | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| METIS | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| MODE | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| NEO | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| OPTIMISM | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| SONIC | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| WORLDCHAIN | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | -| ZORA | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ | \ No newline at end of file +| 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 | ❌ | ❌ | ❌ | ❌ | ❌ | \ No newline at end of file