Skip to content

Commit 035165a

Browse files
fix typos
1 parent 4c3a51a commit 035165a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

delegation-toolkit/concepts/environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ import { DeleGatorEnvironment } from "@metamask/delegation-toolkit";
170170
import {
171171
overrideDeployedEnvironment,
172172
deployDeleGatorEnvironment
173-
} from '@metamask/delegation-toolkit/utils';
173+
} from "@metamask/delegation-toolkit/utils";
174174

175175
const environment: DeleGatorEnvironment = await deployDeleGatorEnvironment(
176176
walletClient,

delegation-toolkit/reference/api/delegation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ import { createExecution } from "@metamask/delegation-toolkit";
157157
// Creates an ExecutionStruct to transfer 0.01 ETH to
158158
// 0xe3C818389583fDD5cAC32f548140fE26BcEaE907 address.
159159
const caveats = createExecution({
160-
target: 0xe3C818389583fDD5cAC32f548140fE26BcEaE907",
160+
target: "0xe3C818389583fDD5cAC32f548140fE26BcEaE907",
161161
// 0.01 ETH in wei
162162
value: 10000000000000000n,
163163
callData: "0x",
@@ -384,7 +384,7 @@ const signature = signDelegation({
384384

385385
```ts
386386
import {
387-
getDeleGatorEnvironment,
387+
getDeleGatorEnvironment,
388388
createDelegation,
389389
} from "@metamask/delegation-toolkit";
390390
import { createWalletClient } from "viem";

0 commit comments

Comments
 (0)