Skip to content

Commit

Permalink
chore: update demo snap version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 7, 2023
1 parent c88a9ee commit e851977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const appEl = document.getElementById('app')
if (appEl) {
render(
<WagmiConfig config={configWagmi}>
<FilsnapProvider snapId={SNAP_ID} config={config}>
<FilsnapProvider snapId={SNAP_ID} snapVersion=">=0.5.0" config={config}>
<App />
</FilsnapProvider>
</WagmiConfig>,
Expand Down

0 comments on commit e851977

Please sign in to comment.