Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysu committed Sep 28, 2023
1 parent 68bf15d commit e7f896d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/web/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lens SDK + wagmi + Bundlr
# Lens SDK + ethers + wagmi + Bundlr

This package is an example app showcasing the `@lens-protocol/react` capabilities as well as a possible integration with [wagmi](https://wagmi.sh/) and Aerwave via [Bundlr](https://github.com/Bundlr-Network).

Expand Down
1 change: 0 additions & 1 deletion examples/web/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ const config = createConfig({
});

const lensConfig: LensConfig = {
// bindings: wagmiBindings(),
environment: development,
storage: localStorage(),
};
Expand Down

0 comments on commit e7f896d

Please sign in to comment.