File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ import { DeleGatorEnvironment } from "@metamask/delegation-toolkit";
170170import {
171171 overrideDeployedEnvironment ,
172172 deployDeleGatorEnvironment
173- } from ' @metamask/delegation-toolkit/utils' ;
173+ } from " @metamask/delegation-toolkit/utils" ;
174174
175175const environment: DeleGatorEnvironment = await deployDeleGatorEnvironment (
176176 walletClient ,
Original file line number Diff line number Diff 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.
159159const 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
386386import {
387- getDeleGatorEnvironment ,
387+ getDeleGatorEnvironment ,
388388 createDelegation ,
389389} from " @metamask/delegation-toolkit" ;
390390import { createWalletClient } from " viem" ;
You can’t perform that action at this time.
0 commit comments