Skip to content

Commit 24017ac

Browse files
authored
fix(svm): N-02 clarify documentation (#963)
Signed-off-by: Reinis Martinsons <[email protected]>
1 parent 3b8cf77 commit 24017ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/svm/createVault.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This script is used by a chain admin to create a vault for a token on the Solana Spoke Pool. Note that this is a
1+
// This script can be used by a anyone to create a vault for a token on the Solana Spoke Pool. Note that this is a
22
// permissionless operation, only requiring the caller to spend rent-exempt deposit to create the vault account that is
33
// not recoverable. Similar to other chains, this enables one to deposit and fill non-whitelisted tokens.
44

scripts/svm/nativeDeposit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async function nativeDeposit(): Promise<void> {
6565
// Define the signer (replace with your actual signer)
6666
const signer = (provider.wallet as anchor.Wallet).payer;
6767

68-
// Find ATA for the input token to be stored by state (vault). This was created when the route was enabled.
68+
// Find ATA for the input token to be stored by state (vault).
6969
const vault = getAssociatedTokenAddressSync(
7070
inputToken,
7171
statePda,

0 commit comments

Comments
 (0)