-
![Image](https://github.com/IkigaiLabsETH/ikigailabs.xyz/assets/128307722/1b9997b2-c8ec-4c3d-a205-70eaa5283cb5)
een similar UI as the Collection List View
but for the ERC20 testnet token, ...
fo…
-
we have inly react import `useSetActiveWallet` how to use in `@wagmi/vue` ?
```ts
const setActiveWallet = useSetActiveWallet()
```
also `@wagmi/vue` not support `useWalletClient` (https://g…
-
When using the `ThirdwebProvider` from the `@thirdweb-dev/react` package for my Next.js, App router codebase, I'm encountering an error message that says _"No QueryClient set, use QueryClientProvider …
-
According to the docs:
```js
import { ThirdwebSDK } from "@thirdweb-dev/sdk";
const sdk = new ThirdwebSDK("celo", {
secretKey: "XXX",
})
const explorerAPIUrl = "https://api.celoscan.io/a…
-
I'm encountering a webpack build warning in a Next.js project when using `magic-sdk` and related `@thirdweb-dev` packages. The warning states:
```
Compiling /login ...
⚠ ./node_modules/@thirdweb…
-
## Description
When deploying a Next.js application that utilizes the @thirdweb-dev/sdk and related packages, the deployment fails in environments using the Edge Runtime (such as Vercel) due to secur…
-
# Project Name
thirdweb_connect_error
## Description
This project is a minimal reproduction of a problem experienced when the provider tries to connect.
https://github.com/CWhits/thirdweb_co…
-
import { CHAIN_ID_TO_NAME, NFT, ThirdwebSDK } from "@thirdweb-dev/sdk"; **('"@thirdweb-dev/sdk"' has no exported member named 'CHAIN_ID_TO_NAME'. Did you mean 'ChainIdOrName'?)**
"isApprovedForAl…
-
Creating an account works fine with a personal wallet but as soon as I swap out the wallet with an AWS KMS wallet, it returns `method not found error`. I was told to use `@thirdweb-dev/wallets@0.0.0-d…
-
First up, we've got an issue that I'm assuming is related to our `database.types.ts` or potentially with our Lens client (however I'm doubting that is the case because when using the Lens client as a …