Anyone know what the typical rate/limi is for api calls through something like metamask?

Nov 30, 2022, 9:47 PM
I knw that depends on the endpoint, but lets assume something like infura on eth or binance nodes on bsc ?
Nov 30, 2022, 9:47 PM
>1s maybe
I am not sure of that
tf happend again
Nov 30, 2022, 11:06 PM
*Image (case)
Nov 30, 2022, 11:08 PM
which Image ({Image}) or {Image &&<....
Nov 30, 2022, 11:09 PM
The param one
Nov 30, 2022, 11:12 PM
hmm so ({Image()})?
or {Image()}
Nov 30, 2022, 11:13 PM
const NImage = ({image})
Nov 30, 2022, 11:14 PM
Ah I quit for now, So much strees plus its 5am
Nov 30, 2022, 11:15 PM
The param you're passing in probably doesn't exist or you didn't set it well from the parent component
Nov 30, 2022, 11:16 PM
Can we connect over DM, I need a error time mentor badly
Nov 30, 2022, 11:16 PM
Haha, stay strong man 😅
Just check the props you're passing in from the parent to the child component
Nov 30, 2022, 11:17 PM
oh I see next config is not setup for that
Nov 30, 2022, 11:17 PM
You use next config for the image links
In your case, image doesn't exists
So check your props
What is the parent component passing in this image variable???
Nov 30, 2022, 11:17 PM
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
images: {
domains: ['https://gateway.ipfscdn.io/ipfs/'],
},

}

module.exports = nextConfig
Dec 1, 2022, 12:35 AM

© 2024 Draquery.com All rights reserved.