Skip to content

Commit

Permalink
Merge pull request #11 from quali-chat/fix/restrict-network-selection
Browse files Browse the repository at this point in the history
fix: restrict network selection
  • Loading branch information
michele-franchi authored Sep 26, 2024
2 parents ac814ac + 10b74d4 commit 83d29bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
const web3modal = createAppKit({
adapters: [wagmiAdapter],
networks: [mainnet, sepolia],
networks,
metadata,
projectId,
features: {
Expand Down

0 comments on commit 83d29bc

Please sign in to comment.