Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
clbrge committed Jul 16, 2023
1 parent 26c6d14 commit e42451e
Show file tree
Hide file tree
Showing 4 changed files with 1,153 additions and 5,663 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 e42451e

Please sign in to comment.