Skip to content

Commit

Permalink
wip: github publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Sep 28, 2023
1 parent 076d4c1 commit 251e443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 251e443

Please sign in to comment.