blockful-io / external-resolver-dapp

https://external-resolver-dapp.vercel.app
2 stars 2 forks source link

Add banner to arbitrum sepolia testnet #203

Closed guilhermebins closed 1 month ago

guilhermebins commented 1 month ago

This enhancement adds the Arbitrum Sepolia testnet banner to be displayed when users are connected.

vercel[bot] commented 1 month ago

@guilhermebins is attempting to deploy a commit to the Blockful Team on Vercel.

A member of the Team first needs to authorize it.

pikonha commented 1 month ago

we really appreciate your contribution to this @guilhermebins ✨

although the issue mentions adding the banner for arbitrum sepolia, I'd advise relying on the viem's chain definition which included a testnet flag for each chain.

the condition would be like this then:

 const isConnectedToTestnet = () => chain?.testnet;

what do you think @eduramme?

FrancoAguzzi commented 1 month ago

@guilhermebins thank you, looks sharp 📐✨

vercel[bot] commented 1 month ago

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

Name Status Preview Comments Updated (UTC)
nameful ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 4, 2024 5:46pm
FrancoAguzzi commented 1 month ago
Captura de Tela 2024-10-04 às 14 48 49 Captura de Tela 2024-10-04 às 14 48 39
guilhermebins commented 1 month ago

@guilhermebins thank you, looks sharp 📐✨

Thank you for your support, and I am happy to contribute to the project :)