Skip to content

Commit

Permalink
add ethers client
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Oct 11, 2024
1 parent 227942d commit da4d7b1
Show file tree
Hide file tree
Showing 8 changed files with 1,632 additions and 1,156 deletions.
7 changes: 4 additions & 3 deletions apps/laboratory/src/pages/library/ethers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ const modal = createAppKit({
networks: [mainnet, optimism, polygon, zkSync, arbitrum, sepolia],
projectId: ConstantsUtil.ProjectId,
features: {
analytics: true
},
customWallets: ConstantsUtil.CustomWallets
analytics: true,
socials: [],
email: false
}
})

ThemeStore.setModal(modal)
Expand Down
Loading

0 comments on commit da4d7b1

Please sign in to comment.