From d63028e89f41faad453780ae6c91d399b97adac7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 16 May 2026 07:52:48 +0000 Subject: [PATCH] content: update untrusted courses from upstream gittorial repos --- content/courses/papi-intro-tutorial/papi-intro-tutorial.mdx | 2 +- .../sections/introduction/lessons/bun-init/bun-init.mdx | 2 +- .../sections/introduction/lessons/getbalance/getbalance.mdx | 2 +- .../introduction/lessons/getdisplayname/getdisplayname.mdx | 2 +- .../lessons/getfellowshipmembers/getfellowshipmembers.mdx | 2 +- .../introduction/lessons/main-function/main-function.mdx | 2 +- .../sections/introduction/lessons/makeclient/makeclient.mdx | 2 +- .../polkadotapi-codegen-and-adding-chains.mdx | 2 +- ...kadotapi-installation-and-configruation-what-we-will-see.mdx | 2 +- .../introduction/lessons/printchaininfo/printchaininfo.mdx | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/content/courses/papi-intro-tutorial/papi-intro-tutorial.mdx b/content/courses/papi-intro-tutorial/papi-intro-tutorial.mdx index 99f93ebc..2dc2315a 100644 --- a/content/courses/papi-intro-tutorial/papi-intro-tutorial.mdx +++ b/content/courses/papi-intro-tutorial/papi-intro-tutorial.mdx @@ -13,7 +13,7 @@ what_youll_learn: [ "Introduction to the new Polkadot API" ] estimated_time: 1 -last_updated: "2026-04-02" +last_updated: "2024-10-04" is_gitorial: true github_url: https://github.com/wirednkod/papi-intro-tutorial --- diff --git a/content/courses/papi-intro-tutorial/sections/introduction/lessons/bun-init/bun-init.mdx b/content/courses/papi-intro-tutorial/sections/introduction/lessons/bun-init/bun-init.mdx index bb495b28..10079dbb 100644 --- a/content/courses/papi-intro-tutorial/sections/introduction/lessons/bun-init/bun-init.mdx +++ b/content/courses/papi-intro-tutorial/sections/introduction/lessons/bun-init/bun-init.mdx @@ -2,7 +2,7 @@ slug: bun-init title: Initialize a Basic TypeScript Project order: 1 -last_updated: "2026-04-02" # Current date +last_updated: "2024-10-04" commit_hash: af0784d50c020b9f4c4b4b9308c9b79a40386d32 --- diff --git a/content/courses/papi-intro-tutorial/sections/introduction/lessons/getbalance/getbalance.mdx b/content/courses/papi-intro-tutorial/sections/introduction/lessons/getbalance/getbalance.mdx index 9fcc5587..1ffeda22 100644 --- a/content/courses/papi-intro-tutorial/sections/introduction/lessons/getbalance/getbalance.mdx +++ b/content/courses/papi-intro-tutorial/sections/introduction/lessons/getbalance/getbalance.mdx @@ -2,7 +2,7 @@ slug: getbalance title: Some specifics around PAPI are needed order: 7 -last_updated: "2026-04-02" # Current date +last_updated: "2024-10-04" commit_hash: 954a4871e3a8278baf6010cb6730aa632decc684 --- diff --git a/content/courses/papi-intro-tutorial/sections/introduction/lessons/getdisplayname/getdisplayname.mdx b/content/courses/papi-intro-tutorial/sections/introduction/lessons/getdisplayname/getdisplayname.mdx index e47690cc..bb2e7e51 100644 --- a/content/courses/papi-intro-tutorial/sections/introduction/lessons/getdisplayname/getdisplayname.mdx +++ b/content/courses/papi-intro-tutorial/sections/introduction/lessons/getdisplayname/getdisplayname.mdx @@ -2,7 +2,7 @@ slug: getdisplayname title: PEOPLE System Chain order: 8 -last_updated: "2026-04-02" # Current date +last_updated: "2024-10-04" commit_hash: d12c6b916ccad56bbe51ad83952541ccefb1bb72 --- diff --git a/content/courses/papi-intro-tutorial/sections/introduction/lessons/getfellowshipmembers/getfellowshipmembers.mdx b/content/courses/papi-intro-tutorial/sections/introduction/lessons/getfellowshipmembers/getfellowshipmembers.mdx index d67b9d93..844cd49e 100644 --- a/content/courses/papi-intro-tutorial/sections/introduction/lessons/getfellowshipmembers/getfellowshipmembers.mdx +++ b/content/courses/papi-intro-tutorial/sections/introduction/lessons/getfellowshipmembers/getfellowshipmembers.mdx @@ -2,7 +2,7 @@ slug: getfellowshipmembers title: COLLECTIVES System Chain order: 9 -last_updated: "2026-04-02" # Current date +last_updated: "2024-10-04" commit_hash: 0afe86e5b8dca283199712f3daa695ddf007d8f6 --- diff --git a/content/courses/papi-intro-tutorial/sections/introduction/lessons/main-function/main-function.mdx b/content/courses/papi-intro-tutorial/sections/introduction/lessons/main-function/main-function.mdx index 366c93b4..d5d5619f 100644 --- a/content/courses/papi-intro-tutorial/sections/introduction/lessons/main-function/main-function.mdx +++ b/content/courses/papi-intro-tutorial/sections/introduction/lessons/main-function/main-function.mdx @@ -2,7 +2,7 @@ slug: main-function title: Remote Procedure Call (RPC) endpoints order: 5 -last_updated: "2026-04-02" # Current date +last_updated: "2024-10-04" commit_hash: 99530c898e6bfc6d6b3d77177a63ad43528a9b8a --- diff --git a/content/courses/papi-intro-tutorial/sections/introduction/lessons/makeclient/makeclient.mdx b/content/courses/papi-intro-tutorial/sections/introduction/lessons/makeclient/makeclient.mdx index 0289e7f2..ecc5dca0 100644 --- a/content/courses/papi-intro-tutorial/sections/introduction/lessons/makeclient/makeclient.mdx +++ b/content/courses/papi-intro-tutorial/sections/introduction/lessons/makeclient/makeclient.mdx @@ -2,7 +2,7 @@ slug: makeclient title: Connection Process order: 4 -last_updated: "2026-04-02" # Current date +last_updated: "2024-10-04" commit_hash: 436dda1d420fe28a36c1412f8dbb20bfdfea1dbc --- diff --git a/content/courses/papi-intro-tutorial/sections/introduction/lessons/polkadotapi-codegen-and-adding-chains/polkadotapi-codegen-and-adding-chains.mdx b/content/courses/papi-intro-tutorial/sections/introduction/lessons/polkadotapi-codegen-and-adding-chains/polkadotapi-codegen-and-adding-chains.mdx index 33ce7c79..507eaf66 100644 --- a/content/courses/papi-intro-tutorial/sections/introduction/lessons/polkadotapi-codegen-and-adding-chains/polkadotapi-codegen-and-adding-chains.mdx +++ b/content/courses/papi-intro-tutorial/sections/introduction/lessons/polkadotapi-codegen-and-adding-chains/polkadotapi-codegen-and-adding-chains.mdx @@ -2,7 +2,7 @@ slug: polkadotapi-codegen-and-adding-chains title: Codegen & "adding" chains order: 3 -last_updated: "2026-04-02" # Current date +last_updated: "2024-10-04" commit_hash: 5d261ba7e481b83ccd1d5e1ffd33f463c5893e77 --- diff --git a/content/courses/papi-intro-tutorial/sections/introduction/lessons/polkadotapi-installation-and-configruation-what-we-will-see/polkadotapi-installation-and-configruation-what-we-will-see.mdx b/content/courses/papi-intro-tutorial/sections/introduction/lessons/polkadotapi-installation-and-configruation-what-we-will-see/polkadotapi-installation-and-configruation-what-we-will-see.mdx index 484da3ac..06b01d85 100644 --- a/content/courses/papi-intro-tutorial/sections/introduction/lessons/polkadotapi-installation-and-configruation-what-we-will-see/polkadotapi-installation-and-configruation-what-we-will-see.mdx +++ b/content/courses/papi-intro-tutorial/sections/introduction/lessons/polkadotapi-installation-and-configruation-what-we-will-see/polkadotapi-installation-and-configruation-what-we-will-see.mdx @@ -2,7 +2,7 @@ slug: polkadotapi-installation-and-configruation-what-we-will-see title: Let's PAPI this...! order: 2 -last_updated: "2026-04-02" # Current date +last_updated: "2024-10-04" commit_hash: 8d99a000ecfaaf25a6b36b47cb867baa0751aa5c --- diff --git a/content/courses/papi-intro-tutorial/sections/introduction/lessons/printchaininfo/printchaininfo.mdx b/content/courses/papi-intro-tutorial/sections/introduction/lessons/printchaininfo/printchaininfo.mdx index 1ee269c9..e01454a4 100644 --- a/content/courses/papi-intro-tutorial/sections/introduction/lessons/printchaininfo/printchaininfo.mdx +++ b/content/courses/papi-intro-tutorial/sections/introduction/lessons/printchaininfo/printchaininfo.mdx @@ -2,7 +2,7 @@ slug: printchaininfo title: Create and Implement the `printChainInfo` Function order: 6 -last_updated: "2026-04-02" # Current date +last_updated: "2024-10-04" commit_hash: 8c958ceebe7f27c8f6cf594e3557f1a217b79e0c ---