Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/docs/fuel-connectors/solana-ledger-connection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Solana wallets use specific derivation paths.
#### For Phantom Wallet

- Phantom supports multiple derivation paths, including those used by Ledger.
- However, [Phantom will only detect Ledger derivation paths if activity (transactions or balance) is found on those paths](https://help.phantom.com/hc/en-us/articles/12988493966227-What-derivation-paths-does-Phantom-wallet-support).
- However, Phantom will only detect Ledger derivation paths if activity (transactions or balance) is found on those paths.
- If your Ledger-derived Solana account has prior activity, Phantom should automatically display it after import.

#### For Other Wallets
Expand Down Expand Up @@ -113,4 +113,4 @@ After signing:

If you encounter issues:

- Visit Phantom's [Help Center](https://help.phantom.com/hc/en-us)
- Visit [Phantom's website](https://phantom.com/) for support
1 change: 0 additions & 1 deletion docs/guides/docs/user-quickstart/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Fuel Network has a growing ecosystem of decentralized applications (dApps) pleas

- [Mira Exchange](https://mira.ly/) - AMM on Fuel
- [Swaylend](https://swaylend.com/) - Lending protocol on Fuel
- [V12](https://v12.trade/) - A predicate-based central limit order book
- [Fluid Protocol](https://fluidprotocol.xyz/) - The native decentralized stablecoin on Fuel

### Other Services
Expand Down
2 changes: 1 addition & 1 deletion docs/integration-docs
2 changes: 1 addition & 1 deletion docs/nightly/integration-docs
10 changes: 1 addition & 9 deletions src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ export type LinkObject = {
};

export const EXTERNAL_NAVIGATION_LINKS: LinkObject[] = [
{
name: 'Sway Core Lib',
link: 'https://fuellabs.github.io/sway/master/core/',
},
{
name: 'Sway Std Lib',
link: 'https://fuellabs.github.io/sway/master/std/',
Expand Down Expand Up @@ -79,17 +75,13 @@ export const NAVIGATION: any[] = [
name: 'Standard Library',
link: 'https://fuellabs.github.io/sway/master/std/',
},
{
name: 'Core Library',
link: 'https://fuellabs.github.io/sway/master/core/',
},
{
name: 'Sway Playground',
link: 'https://sway-playground.org',
},
{
name: 'Sway By Example',
link: 'https://swaybyexample.com/',
link: '/docs/sway-by-example-lib',
},
{
name: 'Example Apps',
Expand Down
Loading