Skip to content

Commit

Permalink
Merge branch 'V3' of https://github.com/WalletConnect/web3modal into …
Browse files Browse the repository at this point in the history
…chore/missing-env-var
  • Loading branch information
Cali93 committed Dec 20, 2023
2 parents 2fc1c95 + 87fec4d commit 0e8d343
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/laboratory/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Obtain a project ID from https://cloud.walletconnect.com
NEXT_PUBLIC_PROJECT_ID=""
NEXTAUTH_SECRET=""
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_URL="http://localhost:3000"
4 changes: 2 additions & 2 deletions packages/scaffold/src/views/w3m-transactions-view/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class W3mTransactionsView extends LitElement {
id=${isLastTransaction && this.next ? PAGINATOR_ID : ''}
status=${status}
type=${type}
images=${images}
.images=${images}
.descriptions=${descriptions}
></wui-transaction-list-item>
`
Expand All @@ -152,7 +152,7 @@ export class W3mTransactionsView extends LitElement {
status=${status}
type=${type}
.onlyDirectionIcon=${true}
images=${[images?.[index]]}
.images=${[images?.[index]]}
.descriptions=${[description]}
></wui-transaction-list-item>`
})
Expand Down

0 comments on commit 0e8d343

Please sign in to comment.