Skip to content

Commit 8e2546f

Browse files
committed
Merge remote-tracking branch 'origin/celo-sepolia' into celo-sepolia
2 parents d3bd129 + 203a3d7 commit 8e2546f

File tree

94 files changed

+282
-342
lines changed

Some content is hidden

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

94 files changed

+282
-342
lines changed

gator_versioned_docs/version-0.1.0/changelog/0.1.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ description: MetaMask Smart Accounts Kit v0.1.0 changelog
77

88
:::warning Breaking changes
99

10-
The ⚠️ symbol denotes potentially breaking API changes. As per the [semantic versioning specification](https://semver.org/#spec-item-4), from v1.0.0 onwards, breaking changes will be released only in major version bumps.
10+
The ⚠️ symbol denotes potentially breaking API changes. As per the [semantic versioning specification](https://semver.org/#spec-item-4), from v1.0.0 onward, breaking changes will be released only in major version bumps.
1111

1212
:::
1313

14-
## Breaking Changes
14+
## Breaking changes
1515

1616
### ⚠️ Package name
1717

gator_versioned_docs/version-0.1.0/changelog/0.12.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ description: MetaMask Delegation Toolkit v0.12.0 changelog
77

88
:::warning Breaking changes
99

10-
The ⚠️ symbol denotes potentially breaking API changes. As per the [semantic versioning specification](https://semver.org/#spec-item-4), from v1.0.0 onwards, breaking changes will be released only in major version bumps.
10+
The ⚠️ symbol denotes potentially breaking API changes. As per the [semantic versioning specification](https://semver.org/#spec-item-4), from v1.0.0 onward, breaking changes will be released only in major version bumps.
1111

1212
:::
1313

14-
## Breaking Changes
14+
## Breaking changes
1515

1616
### ⚠️ `createExecution`
1717

@@ -63,7 +63,7 @@ The `target` parameter now accepts a `Address` instead of `Hex`.
6363
6464
### ⚠️ Utility exports
6565
66-
Some functions and interfaces have been moved from root to the utils export. Several of them are listed below.
66+
Some functions and interfaces have been moved from root to the utils export. Several of these are listed below.
6767
6868
#### ⚠️ `overrideDeployedEnvironment`
6969
@@ -110,7 +110,7 @@ import {
110110
111111
### ⚠️ Contract utility functions
112112
113-
The contract utility functions have been moved from root to the contract exports. Some of them are listed below.
113+
The contract utility functions have been moved from root to the contract exports. Some of these are listed below.
114114
115115
```typescript
116116
import {

gator_versioned_docs/version-0.1.0/changelog/0.13.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ description: MetaMask Delegation Toolkit v0.13.0 changelog
77

88
:::warning Breaking changes
99

10-
The ⚠️ symbol denotes potentially breaking API changes. As per the [semantic versioning specification](https://semver.org/#spec-item-4), from v1.0.0 onwards, breaking changes will be released only in major version bumps.
10+
The ⚠️ symbol denotes potentially breaking API changes. As per the [semantic versioning specification](https://semver.org/#spec-item-4), from v1.0.0 onward, breaking changes will be released only in major version bumps.
1111

1212
:::
1313

14-
## Breaking Changes
14+
## Breaking changes
1515

1616
### ⚠️ `createDelegation`
1717

@@ -124,7 +124,7 @@ The function has been moved from root to the utils export.
124124
+ import { createCaveatBuilder } from "@metamask/delegation-toolkit/utils";
125125
```
126126

127-
### ⚠️ Execution Modes
127+
### ⚠️ Execution modes
128128

129129
Individual constants like `SINGLE_DEFAULT_MODE` have been replaced with the `ExecutionMode` enum.
130130

gator_versioned_docs/version-0.1.0/guides/advanced-permissions/execute-on-metamask-users-behalf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ In this guide, you'll request an ERC-20 periodic transfer permission from a Meta
1818

1919
## Prerequisites
2020

21-
- [Install and set up the Smart Accounts Kit.](../../get-started/install.md)
22-
- [Install MetaMask Flask 13.5.0 or later.](/snaps/get-started/install-flask)
21+
- [Install and set up the Smart Accounts Kit](../../get-started/install.md)
22+
- [Install MetaMask Flask 13.5.0 or later](/snaps/get-started/install-flask)
2323

2424
### 1. Set up a Wallet Client
2525

gator_versioned_docs/version-0.1.0/guides/advanced-permissions/use-permissions/erc20-token.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ permissions for ERC-20 token transfers with time-based (periodic) or streaming c
1313

1414
## Prerequisites
1515

16-
- [Install and set up the Smart Accounts Kit.](../../../get-started/install.md)
17-
- [Configure the Smart Accounts Kit.](../../configure-toolkit.md)
18-
- [Create a session account.](../execute-on-metamask-users-behalf.md#3-set-up-a-session-account)
16+
- [Install and set up the Smart Accounts Kit](../../../get-started/install.md)
17+
- [Configure the Smart Accounts Kit](../../configure-toolkit.md)
18+
- [Create a session account](../execute-on-metamask-users-behalf.md#3-set-up-a-session-account)
1919

2020
## ERC-20 periodic permission
2121

gator_versioned_docs/version-0.1.0/guides/advanced-permissions/use-permissions/native-token.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ permissions for native token transfers with time-based (periodic) or streaming c
1313

1414
## Prerequisites
1515

16-
- [Install and set up the Smart Accounts Kit.](../../../get-started/install.md)
17-
- [Configure the Smart Accounts Kit.](../../configure-toolkit.md)
18-
- [Create a session account.](../execute-on-metamask-users-behalf.md#3-set-up-a-session-account)
16+
- [Install and set up the Smart Accounts Kit](../../../get-started/install.md)
17+
- [Configure the Smart Accounts Kit](../../configure-toolkit.md)
18+
- [Create a session account](../execute-on-metamask-users-behalf.md#3-set-up-a-session-account)
1919

2020
## Native token periodic permission
2121

gator_versioned_docs/version-0.1.0/guides/configure-toolkit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can also configure the [toolkit environment](#optional-configure-the-toolkit
1414

1515
## Prerequisites
1616

17-
[Install and set up the Smart Accounts Kit.](../get-started/install.md)
17+
- [Install and set up the Smart Accounts Kit](../get-started/install.md)
1818

1919
## Configure the bundler
2020

gator_versioned_docs/version-0.1.0/guides/delegation/check-delegation-state.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Use the `CaveatEnforcerClient` to check the available balances for specific scop
1919

2020
## Prerequisites
2121

22-
- [Install and set up the Smart Accounts Kit.](../../get-started/install.md)
23-
- [Create a delegator account.](execute-on-smart-accounts-behalf.md#3-create-a-delegator-account)
24-
- [Create a delegate account.](execute-on-smart-accounts-behalf.md#4-create-a-delegate-account)
25-
- [Create a delegation with an ERC-20 periodic scope.](use-delegation-scopes/spending-limit.md#erc-20-periodic-scope)
22+
- [Install and set up the Smart Accounts Kit](../../get-started/install.md)
23+
- [Create a delegator account](execute-on-smart-accounts-behalf.md#3-create-a-delegator-account)
24+
- [Create a delegate account](execute-on-smart-accounts-behalf.md#4-create-a-delegate-account)
25+
- [Create a delegation with an ERC-20 periodic scope](use-delegation-scopes/spending-limit.md#erc-20-periodic-scope)
2626

2727
## Create a `CaveatEnforcerClient`
2828

gator_versioned_docs/version-0.1.0/guides/delegation/disable-delegation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ delegation, the transaction will revert, preventing him from spending Alice's US
2020

2121
## Prerequisites
2222

23-
- [Install and set up the Smart Accounts Kit.](../../get-started/install.md)
24-
- [Create a delegator account.](execute-on-smart-accounts-behalf.md#3-create-a-delegator-account)
25-
- [Create a delegate account.](execute-on-smart-accounts-behalf.md#4-create-a-delegate-account)
23+
- [Install and set up the Smart Accounts Kit](../../get-started/install.md)
24+
- [Create a delegator account](execute-on-smart-accounts-behalf.md#3-create-a-delegator-account)
25+
- [Create a delegate account](execute-on-smart-accounts-behalf.md#4-create-a-delegate-account)
2626

2727

2828
## Disable a delegation

gator_versioned_docs/version-0.1.0/guides/delegation/execute-on-smart-accounts-behalf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You'll complete the delegation lifecycle (create, sign, and redeem a delegation)
1616

1717
## Prerequisites
1818

19-
[Install and set up the Smart Accounts Kit.](../../get-started/install.md)
19+
- [Install and set up the Smart Accounts Kit](../../get-started/install.md)
2020

2121
## Steps
2222

0 commit comments

Comments
 (0)