From 251e4434fdd5f171ac8ce51e643bdc557d614855 Mon Sep 17 00:00:00 2001 From: alecdwm Date: Thu, 28 Sep 2023 01:06:26 +0000 Subject: [PATCH] wip: github publish ci --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d14fe9a9ec..b7d08a320e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The published files can be browsed at this URL: https://talismansociety.github.i As an example, you could make this request to get the names, [genesisHashes](## 'the hash of the first block on the chain') and [address type prefixes](https://wiki.polkadot.network/docs/learn-account-advanced#address-format) for all chains: ```ts -const chains = await(await fetch(`https://talismansociety.github.io/chaindata/chains.json`)).json() +const chains = await(await fetch(`https://talismansociety.github.io/chaindata/chains/summary.json`)).json() ``` For an example of a more advanced use-case, you can check out the [Talisman wallet](https://github.com/TalismanSociety/talisman) source code.