Skip to content

Commit

Permalink
Show abi.encoding/decoding example
Browse files Browse the repository at this point in the history
  • Loading branch information
aelmanaa committed Feb 5, 2024
1 parent cbcc23b commit f2374ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
url: "chainlink-functions/tutorials/importing-packages",
},
{
title: "Using ABI encoding and decoding in Chainlink Functions",
title: "Using ABI encoding and decoding",
url: "chainlink-functions/tutorials/abi-decoding",
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/content/chainlink-functions/tutorials/abi-decoding.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
section: chainlinkFunctions
date: Last Modified
title: "Using ABI encoding and decoding in Chainlink Functions"
title: "Using ABI encoding and decoding"
metadata:
linkToWallet: true
whatsnext:
Expand Down
2 changes: 1 addition & 1 deletion src/content/chainlink-functions/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ import { Aside } from "@components"
- [Automate your Functions (Time-based Automation)](/chainlink-functions/tutorials/automate-functions)
- [Automate your Functions (Custom Logic Automation)](/chainlink-functions/tutorials/automate-functions-custom-logic)
- [Using Imports with Functions](/chainlink-functions/tutorials/importing-packages)
- [Use ABI encoding and decoding in Chainlink Functions](/chainlink-functions/tutorials/abi-decoding)
- [Use ABI encoding and decoding](/chainlink-functions/tutorials/abi-decoding)

0 comments on commit f2374ae

Please sign in to comment.