Closed Udit-takkar closed 11 months ago
@Udit-takkar is attempting to deploy a commit to the Aufacicenta Team on Vercel.
A member of the Team first needs to authorize it.
@Udit-takkar wagmi and this package looks good. I'll make some updates to your code and I'll merge it.
@Udit-takkar wagmi and this package looks good. I'll make some updates to your code and I'll merge it.
Okay
@netpoe i am getting some errors after pulling your changes.
ah, yes! forgot about that. There's a sequelize provider that requires this package. You need to:
cd database/
touch .env
sh install.sh
cd app/
yarn link "@aufacicenta/fileagent-db"
@netpoe should i also remove NearMarketContractContextController and NearPromptWarsMarketContractContextController (and related files useNearPromptWarsMarketContractContext ?
These file uses useWalletStateContext(). what does walletState.context.connection and walletState.context.wallet represent? we would have to replace it with something from wagmi hooks and remove @near-wallet-selector too.
@netpoe should i also remove NearMarketContractContextController and NearPromptWarsMarketContractContextController (and related files useNearPromptWarsMarketContractContext ?
These file uses useWalletStateContext(). what does walletState.context.connection and walletState.context.wallet represent? we would have to replace it with something from wagmi hooks and remove @near-wallet-selector too.
Yeah... This is an interesting problem. We don't want to break the game functionality but we don't want to turn this PR into a huge refactor.
What's your take in this one? Should we merge this one and start a new PR that removes all NEAR functionality? This would be better no?
The EVM Wallet Selector works fine already. Let's merge and start a new PR to remove all NEAR features and implement the Solidity features.
@Udit-takkar paid! Let's start a new PR branching out from ´aufacienta:EVM´ to move away from NEAR and integrate the new Solidity ABI.
@netpoe ok
Fixes: https://github.com/aufacicenta/pulsemarkets/issues/209
1) what are guest wallets ? how to connect guest wallets here?
Demo
Packages Added:- @web3modal/wagmi, wagmi and viem
Environment Variable added
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID
Create a project on https://cloud.walletconnect.com and copy the project id