Skip to content

Commit

Permalink
Merge branch 'clbrge:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Crelde authored Jul 16, 2023
2 parents 66d53d8 + 3ea9212 commit 7ee2e07
Show file tree
Hide file tree
Showing 5 changed files with 2,219 additions and 5,822 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ pass the address and size (optional) as props:
import { Jazzicon } from 'web3-svelte/components'
</script>

<Jazzicon address="0x0000000000000000000000000000000000000000" size={32} />
<Jazzicon address="0x0000000000000000000000000000000000000000" size="{32}" />
```

These components serve as a starting point for building your Ethereum-based
Expand All @@ -411,7 +411,6 @@ leveraging the reactivity and simplicity of Svelte along with the powerful
features of web3.js, you can create a seamless and efficient user experience
for your decentralized applications.


## Simultaneous multi chain usage

You can also using the library to create several stores, each
Expand Down
Loading

0 comments on commit 7ee2e07

Please sign in to comment.