Skip to content

Commit 5cd760f

Browse files
authored
Merge branch 'main' into DOC-782
2 parents 586a51e + 1cb728a commit 5cd760f

73 files changed

Lines changed: 87 additions & 8249 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

delegation-toolkit/concepts/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ import {
206206
// remove-end
207207

208208
// add-start
209-
+ const evniroment: DeleGatorEnvironment = {
209+
+ const environment: DeleGatorEnvironment = {
210210
+ SimpleFactory: "0x124..",
211211
+ // ...
212212
+ implementations: {
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: Supported networks
3+
sidebar_label: Supported networks
4+
description: Supported networks for Delegation Toolkit.
5+
sidebar_position: 5
6+
---
7+
8+
The following tables display the networks supported by each version of the MetaMask Delegation Toolkit.
9+
10+
If you don't see the network you're looking for, you can request support by emailing hellogators@consensys.net.
11+
12+
## Mainnet networks
13+
14+
| Network Name | v0.10.1 | v0.10.2 | v0.11.0 |
15+
| ------------------- | ------- | ------- | ------- |
16+
| Ethereum ||||
17+
| Polygon ||||
18+
| Binance Smart Chain ||||
19+
| Optimism ||||
20+
| Arbitrum ||||
21+
| Linea ||||
22+
| Base ||||
23+
| Gnosis Chain ||||
24+
25+
## Testnet networks
26+
27+
| Network Name | v0.10.1 | v0.10.2 | v0.11.0 |
28+
| ---------------- | ------- | ------- | ------- |
29+
| Ethereum Sepolia ||||
30+
| Linea Sepolia ||||
31+
| Base Sepolia ||||
32+
| MegaEth ||||
33+
| Gnosis Chiado ||||

delegation-toolkit/how-to/create-delegation/create-custom-caveat-enforcer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ import {
9292
import { toHex } from "viem";
9393
import { delegatorSmartAccount } from "./config.ts";
9494

95-
const environment = delegatorSmartAccount.enviroment;
95+
const environment = delegatorSmartAccount.environment;
9696

9797
// Replace this with the address where the AfterTimestampEnforcer.sol contract is deployed.
9898
const afterTimestampEnforcer = "0x22Ae4c4919C3aB4B5FC309713Bf707569B74876F";

gator_versioned_docs/version-0.10.0/changelog/0.10.0.md

Lines changed: 0 additions & 105 deletions
This file was deleted.

gator_versioned_docs/version-0.10.0/changelog/0.9.0.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

gator_versioned_docs/version-0.10.0/changelog/_category_.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

gator_versioned_docs/version-0.10.0/concepts/_category_.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)