Skip to content

Commit e1ab35a

Browse files
authored
Semrush march fix (#314)
* fix title * fix link * llms
1 parent be7a79b commit e1ab35a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build/transfers/connect/configuration-v0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure Your Connect Widget: v0
2+
title: Configure Your Connect Widget v0
33
description: Configure Wormhole Connect v0 for React or HTML, set themes, define tokens, networks, and customize RPC endpoints for optimized blockchain interactions.
44
---
55

build/transfers/native-token-transfers/faqs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ By importing this package, the Wormhole SDK can register and utilize the require
2525

2626
## How can I transfer ownership of NTT to a multisig?
2727

28-
Transferring ownership of Wormhole's NTT to a multisig is a two-step process for safety. This ensures that ownership is not transferred to an address that cannot claim it. Refer to the `transfer_ownership` method in the [NTT Manager Contract](https://github.com/wormhole-foundation/native-token-transfers/blob/main/solana/programs/example-native-token-transfers/src/instructions/admin.rs#L16-L60){target=\_blank} to initiate the transfer.
28+
Transferring ownership of Wormhole's NTT to a multisig is a two-step process for safety. This ensures that ownership is not transferred to an address that cannot claim it. Refer to the `transfer_ownership` method in the [NTT Manager Contract](https://github.com/wormhole-foundation/native-token-transfers/blob/main/solana/programs/example-native-token-transfers/src/instructions/admin/transfer_ownership.rs#L55){target=\_blank} to initiate the transfer.
2929

3030
1. **Initiate transfer** - use the `transfer_ownership` method on the NTT Manager contract to set the new owner (the multisig)
3131
2. **Claim ownership** - the multisig must then claim ownership via the `claim_ownership` instruction. If not claimed, the current owner can cancel the transfer

llms.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -9566,7 +9566,7 @@ To view a complete example of creating a contract that integrates with Wormhole'
95669566
Doc-Content: https://wormhole.com/docs/build/transfers/connect/configuration-v0/
95679567
--- BEGIN CONTENT ---
95689568
---
9569-
title: Configure Your Connect Widget: v0
9569+
title: Configure Your Connect Widget v0
95709570
description: Configure Wormhole Connect v0 for React or HTML, set themes, define tokens, networks, and customize RPC endpoints for optimized blockchain interactions.
95719571
---
95729572

@@ -13133,7 +13133,7 @@ By importing this package, the Wormhole SDK can register and utilize the require
1313313133

1313413134
## How can I transfer ownership of NTT to a multisig?
1313513135

13136-
Transferring ownership of Wormhole's NTT to a multisig is a two-step process for safety. This ensures that ownership is not transferred to an address that cannot claim it. Refer to the `transfer_ownership` method in the [NTT Manager Contract](https://github.com/wormhole-foundation/native-token-transfers/blob/main/solana/programs/example-native-token-transfers/src/instructions/admin.rs#L16-L60){target=\_blank} to initiate the transfer.
13136+
Transferring ownership of Wormhole's NTT to a multisig is a two-step process for safety. This ensures that ownership is not transferred to an address that cannot claim it. Refer to the `transfer_ownership` method in the [NTT Manager Contract](https://github.com/wormhole-foundation/native-token-transfers/blob/main/solana/programs/example-native-token-transfers/src/instructions/admin/transfer_ownership.rs#L55){target=\_blank} to initiate the transfer.
1313713137

1313813138
1. **Initiate transfer** - use the `transfer_ownership` method on the NTT Manager contract to set the new owner (the multisig)
1313913139
2. **Claim ownership** - the multisig must then claim ownership via the `claim_ownership` instruction. If not claimed, the current owner can cancel the transfer

0 commit comments

Comments
 (0)