Skip to content

Commit

Permalink
docs: Update TS SDK v0.99.0, Broken Link, and Sway Libs v0.24.2 (#594)
Browse files Browse the repository at this point in the history
* ready

* update

* fix
  • Loading branch information
calldelegation authored Feb 5, 2025
1 parent fd961d4 commit c1c9781
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/fuels-ts
Submodule fuels-ts updated 304 files
2 changes: 1 addition & 1 deletion docs/nightly/fuels-ts
Submodule fuels-ts updated 304 files
4 changes: 2 additions & 2 deletions src/components/QuickstartCards.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export function QuickstartCards() {

<Card
heading={'Node Operator'}
description={'Get started running a node on Fuel.'}
href={'/guides/running-a-node'}
description={'Get started running a node or validator on Fuel.'}
href={'https://docs.fuel.network/docs/node-operator/'}
icon={'Broadcast'}
/>
</Grid>
Expand Down
4 changes: 2 additions & 2 deletions src/config/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"default": {
"forc": "0.66.6",
"rust": "0.70.0",
"ts": "0.98.0",
"ts": "0.99.0",
"wallet": "0.47.0",
"sway_libs": "0.24.1",
"sway_libs": "0.24.2",
"sway_standards": "0.6.3"
}
}

0 comments on commit c1c9781

Please sign in to comment.