Skip to content

Conversation

@ganchoradkov
Copy link
Member

This PR updates react-app by replacing the deprecated wcm with appkit, also I've updated typescript & eslint

@vercel
Copy link

vercel bot commented May 16, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
decentralized-relay-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2025 0:44am
malicious-dapp-verify-simulation ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2025 0:44am
react-dapp-v2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 16, 2025 0:44am
8 Skipped Deployments
Name Status Preview Comments Updated (UTC)
appkit-react-wagmi-example ⬜️ Ignored (Inspect) May 16, 2025 0:44am
appkit-solana ⬜️ Ignored (Inspect) May 16, 2025 0:44am
chain-abstraction-demo ⬜️ Ignored (Inspect) Visit Preview May 16, 2025 0:44am
decentralized-relay-wallet ⬜️ Ignored (Inspect) Visit Preview May 16, 2025 0:44am
react-dapp-v2-cosmos-provider ⬜️ Ignored (Inspect) Visit Preview May 16, 2025 0:44am
react-dapp-v2-with-ethers ⬜️ Ignored (Inspect) Visit Preview May 16, 2025 0:44am
react-wallet-v2 ⬜️ Ignored (Inspect) Visit Preview 💬 Add feedback May 16, 2025 0:44am
smart-sessions-demo ⬜️ Ignored (Inspect) Visit Preview May 16, 2025 0:44am

@cloudflare-workers-and-pages
Copy link

Deploying demo-ai-agents with  Cloudflare Pages  Cloudflare Pages

Latest commit: 1d0405d
Status:🚫  Build failed.

View logs

Comment on lines +147 to +166
const mapCaipIdToAppKitCaipNetwork = (caipId: CaipNetworkId): CaipNetwork => {
const [namespace, chainId] = caipId.split(":");
const chain = defineChain({
id: chainId,
caipNetworkId: caipId,
chainNamespace: namespace as CaipNetwork["chainNamespace"],
name: "",
nativeCurrency: {
name: "",
symbol: "",
decimals: 8,
},
rpcUrls: {
default: { http: ["https://rpc.walletconnect.org/v1"] },
},
});

return chain as CaipNetwork;
};

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self: export this as a util from ak package

Comment on lines +320 to +328
showWallets: true,
enableEIP6963: false, // Disable 6963 by default
enableInjected: false, // Disable injected by default
enableCoinbase: true, // Default to true
enableWalletConnect: true, // Default to true,
features: {
email: false,
socials: false,
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all of these are defaults

@ganchoradkov ganchoradkov merged commit e69a1ad into main May 21, 2025
15 of 16 checks passed
@ganchoradkov ganchoradkov deleted the refactor/replace-wcm-with-appkit branch May 21, 2025 12:08
radumojic pushed a commit to radumojic/web-examples that referenced this pull request Aug 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants