Skip to content

Commit dfcdd46

Browse files
Update supported networks
* add new supported networks * fix typo
1 parent 5884e66 commit dfcdd46

File tree

2 files changed

+63
-59
lines changed

2 files changed

+63
-59
lines changed

delegation-toolkit/concepts/advanced-permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Dapps can use this method to request a wallet to grant the dapp permission to ex
2424
Common signer implementations include wallet signers, single key and multisig signers, and account signers.
2525

2626
Smart Accounts Kit supports multiple signer types. The documentation uses [an account signer](../guides/advanced-permissions/execute-on-metamask-users-behalf.md) as a common implementation example.
27-
When you use an account signer, a session account is created solely to request and redeem Advanced Permissions, and doesn't contain tokens
27+
When you use an account signer, a session account is created solely to request and redeem Advanced Permissions, and doesn't contain tokens.
2828
The session account can be granted with permissions and redeem them as specified in [ERC-7710](https://eips.ethereum.org/EIPS/eip-7710).
2929
The session account can be a smart account or an externally owned account (EOA).
3030

delegation-toolkit/get-started/supported-networks.md

Lines changed: 62 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -13,72 +13,76 @@ If you don't see the network you're looking for, you can request support by emai
1313

1414
### Mainnet networks
1515

16-
| Network Name | v0.11.0 | v0.12.0 | v0.13.0 |
17-
| ------------------- | ------- | ------- | ------- |
18-
| Arbitrum Nova ||||
19-
| Arbitrum One ||||
20-
| Base ||||
21-
| Berachain ||||
22-
| Binance Smart Chain ||||
23-
| Ethereum ||||
24-
| Gnosis Chain ||||
25-
| Ink ||||
26-
| Linea ||||
27-
| Optimism ||||
28-
| Polygon ||||
29-
| Unichain ||||
16+
| Network Name | v0.1.0 |
17+
| ------------------- | -------|
18+
| Arbitrum Nova ||
19+
| Arbitrum One ||
20+
| Base ||
21+
| Berachain ||
22+
| Binance Smart Chain ||
23+
| Ethereum ||
24+
| Gnosis Chain ||
25+
| Ink ||
26+
| Linea ||
27+
| Optimism ||
28+
| Polygon ||
29+
| Sonic ||
30+
| Unichain ||
3031

3132
### Testnet networks
3233

33-
| Network Name | v0.11.0 | v0.12.0 | v0.13.0 |
34-
| --------------------------- | ------- | ------- | ------- |
35-
| Arbitrum Sepolia ||||
36-
| Base Sepolia ||||
37-
| Berachain Bepolia ||||
38-
| Binance Smart Chain ||||
39-
| Citrea ||||
40-
| Ethereum Sepolia ||||
41-
| Gnosis Chiado ||||
42-
| Ink Sepolia ||||
43-
| Linea Sepolia ||||
44-
| MegaEth ||||
45-
| Monad ||||
46-
| Optimism Sepolia ||||
47-
| Polygon Amoy ||||
48-
| Unichain Sepolia ||||
34+
| Network Name | v0.1.0 |
35+
| --------------------------- | -------|
36+
| Arbitrum Sepolia ||
37+
| Base Sepolia ||
38+
| Berachain Bepolia ||
39+
| Binance Smart Chain ||
40+
| Citrea ||
41+
| Ethereum Sepolia ||
42+
| Gnosis Chiado ||
43+
| Hoodi ||
44+
| Ink Sepolia ||
45+
| Linea Sepolia ||
46+
| MegaEth ||
47+
| Monad ||
48+
| Optimism Sepolia ||
49+
| Polygon Amoy ||
50+
| Sei ||
51+
| Sonic ||
52+
| Unichain Sepolia ||
4953

5054
## Advanced Permissions (ERC-7715)
5155

5256
### Mainnet networks
5357

54-
| Network Name | v0.11.0 | v0.12.0 | v0.13.0 |
55-
| ------------------- | ------- | ------- | ------- |
56-
| Arbitrum Nova | || |
57-
| Arbitrum One | || |
58-
| Base | || |
59-
| Berachain | || |
60-
| Binance Smart Chain | || |
61-
| Ethereum | || |
62-
| Gnosis | || |
63-
| Optimism | || |
64-
| Polygon | || |
65-
| Sonic | || |
66-
| Unichain | || |
58+
| Network Name | v0.1.0 |
59+
| ------------------- | -------|
60+
| Arbitrum Nova ||
61+
| Arbitrum One ||
62+
| Base ||
63+
| Berachain ||
64+
| Binance Smart Chain ||
65+
| Ethereum ||
66+
| Gnosis ||
67+
| Optimism ||
68+
| Polygon ||
69+
| Sonic ||
70+
| Unichain ||
6771

6872
### Testnet networks
6973

70-
| Network Name | v0.11.0 | v0.12.0 | v0.13.0 |
71-
| ------------------- | ------- | ------- | ------- |
72-
| Arbitrum Sepolia | || |
73-
| Base Sepolia | || |
74-
| Berachain Bepolia | || |
75-
| Binance Smart Chain | || |
76-
| Chiado | || |
77-
| Citrea | || |
78-
| Hoodi | || |
79-
| MegaEth | || |
80-
| Optimism Sepolia | || |
81-
| Polygon Amoy | || |
82-
| Sepolia ||||
83-
| Sonic | || |
84-
| Unichain Sepolia | || |
74+
| Network Name | v0.1.0 |
75+
| ------------------- | -------|
76+
| Arbitrum Sepolia ||
77+
| Base Sepolia ||
78+
| Berachain Bepolia ||
79+
| Binance Smart Chain ||
80+
| Chiado ||
81+
| Citrea ||
82+
| Hoodi ||
83+
| MegaEth ||
84+
| Optimism Sepolia ||
85+
| Polygon Amoy ||
86+
| Sepolia ||
87+
| Sonic ||
88+
| Unichain Sepolia ||

0 commit comments

Comments
 (0)