Skip to content

Commit 671332b

Browse files
Upd stackblitx links (#145)
1 parent a9f6625 commit 671332b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/docs/src/content/docs/guides/decode-method.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Content as RpcProvider } from '../../components/rpc-provider.md'
1111

1212
In this guide, we will go through the process of decoding EVM Calldata using Loop Decoder. As an example we will decode a Calldata for Gnosis Safe Multisend transaction that has deep nested calls.
1313

14-
We recomend to copy all snipepts to a typescript project and run it at the end of this guide, or or you can copy the whole example from this file: [Full Example Code](https://stackblitz.com/edit/vitejs-vite-hpenle?file=src%2Fcalldata-decoder.ts). Do not forget to replace the placeholder `YourApiKeyToken` with your own free Etherscan API key.
14+
We recomend to copy all snipepts to a typescript project and run it at the end of this guide, or or you can copy the whole example from this file: [Full Example Code](https://stackblitz.com/~/github.com/3loop/loop-decoder/tree/main/sandbox/quick-start). Do not forget to replace the placeholder `YourApiKeyToken` with your own free Etherscan API key.
1515

1616
## Prerequisites
1717

apps/docs/src/content/docs/guides/decode-transaction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Content as RpcProvider } from '../../components/rpc-provider.md'
1111

1212
In this guide, we will go through the process of decoding an Ethereum transaction using Loop Decoder. For the simplicity of the example, we assume that that contract ABIs involved in the transaction are verified on Etherscan.
1313

14-
We recomend to copy all snipepts to a typescript project and run it at the end of this guide, or or you can copy the whole example from this file: [Full Example Code](https://stackblitz.com/edit/vitejs-vite-hpenle?file=src%2Fdecoder.ts). Do not forget to replace the placeholder `YourApiKeyToken` with your own free Etherscan API key.
14+
We recomend to copy all snipepts to a typescript project and run it at the end of this guide, or or you can copy the whole example from this file: [Full Example Code](https://stackblitz.com/~/github.com/3loop/loop-decoder/tree/main/sandbox/quick-start). Do not forget to replace the placeholder `YourApiKeyToken` with your own free Etherscan API key.
1515

1616
## Prerequisites
1717

apps/docs/src/content/docs/welcome/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Content as RpcProvider } from '../../components/rpc-provider.md'
1212
<div style="height: 600px;">
1313
<iframe
1414
style="width: 100%; height: 100%; border: 0;"
15-
src="https://stackblitz.com/edit/vitejs-vite-hpenle?embed=1&file=src%2FApp.tsx"
15+
src="https://stackblitz.com/github/3loop/loop-decoder/tree/main/sandbox/quick-start?embed=1&file=src/decoder.ts&hideNavigation=1&hideDevTools=true"
1616
></iframe>
1717
</div>
1818

0 commit comments

Comments
 (0)