Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Oct 15, 2024
1 parent 73379d4 commit 5edcc7a
Show file tree
Hide file tree
Showing 5 changed files with 4,625 additions and 2,558 deletions.
3 changes: 3 additions & 0 deletions flow/config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import * as fcl from "@onflow/fcl"

const WC_PROJECT_ID = process.env.NEXT_PUBLIC_WC_PROJECT_ID || "9b70cfa398b2355a5eb9b1cf99f4a981"

const USE_LOCAL = false
const resolver = async () => ({
appIdentifier: "Awesome App (v0.0)",
Expand All @@ -22,6 +24,7 @@ fcl
.put("app.detail.icon", "https://placekitten.com/g/200/200")
.put("service.OpenID.scopes", "email")
.put("fcl.accountProof.resolver", resolver)
.put("walletconnect.projectId", WC_PROJECT_ID)
// storage override
//.put("fcl.storage", LOCAL_STORAGE)

Expand Down
5 changes: 4 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ const nextConfig = {
FCL_CRYPTO_CONTRACT: process.env.FCL_CRYPTO_CONTRACT,
},
images: {
domains: ["avatars.githubusercontent.com"],
remotePatterns: [{
protocol: "https",
hostname: "**",
}],
},
}

Expand Down
Loading

0 comments on commit 5edcc7a

Please sign in to comment.