Skip to content

Commit b3c4eb8

Browse files
committed
fix(examples): update comment to clarify usage of executor address in collateral reservation
1 parent e66bf4a commit b3c4eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/developer-hub-javascript/fassetsReserveCollateralWithExecutor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ async function main() {
124124
agentVaultAddress,
125125
LOTS_TO_MINT,
126126
agentInfo.feeBIPS,
127-
// Not using the executor
127+
// Using the executor by passing the executor address
128128
EXECUTOR_ADDRESS,
129129
// Sending the collateral reservation fee as native tokens
130130
{ value: totalFee },

0 commit comments

Comments
 (0)