Skip to content

Commit 97a9a5e

Browse files
authored
fix(docs): update GitHub repository links in TypeScript Viem guides (#1344)
1 parent 7d73b0b commit 97a9a5e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/smart-accounts/guides/typescript-viem/01-state-lookup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this guide, you will learn how to get the following using the Viem TypeScript
2929
- the total value of FXRP of a personal account, in each of the registered vaults
3030
- a list of all the registered agent vaults
3131

32-
The code example is available on the [Flare Foundation GitHub](https://github.com/flare-foundation/flare-smart-accounts-viem).
32+
The code example is available on the [Flare Foundation GitHub](https://github.com/flare-foundation/flare-viem-starter).
3333

3434
<CodeBlock language="typescript" title="src/state-lookup.ts">
3535
{StateLookupScript}

docs/smart-accounts/guides/typescript-viem/03-custom-instruction.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ As we will see, the custom instruction that we will be sending transfers a total
3636
The [State Lookup guide](/smart-accounts/guides/typescript-viem/state-lookup-ts#personal-account-of-an-xrpl-address) explains how we can acquire its address.
3737
Then, we can use the [Flare faucet](https://faucet.flare.network/coston2) to fund our account.
3838

39-
The full code showcased in this guide is available on [GitHub](https://github.com/flare-foundation/flare-smart-accounts-viem).
39+
The full code showcased in this guide is available on [GitHub](https://github.com/flare-foundation/flare-viem-starter).
4040

4141
## Contracts
4242

@@ -421,7 +421,7 @@ The vehicle for bridging the instruction is the [Flare Data Connector](/fdc/over
421421

422422
## Full script
423423

424-
The repository with the above example is available on [GitHub](https://github.com/flare-foundation/flare-smart-accounts-viem).
424+
The repository with the above example is available on [GitHub](https://github.com/flare-foundation/flare-viem-starter).
425425
In the example repository, certain functions are isolated into separate files in the `src/utils` directory.
426426

427427
<CodeBlock language="typescript" title="src/custom-instructions.ts">

0 commit comments

Comments
 (0)