Skip to content

Conversation

navillanueva
Copy link
Contributor

No description provided.

@navillanueva navillanueva requested a review from a team as a code owner September 17, 2025 14:55
Copy link

vercel bot commented Sep 17, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
builder-hub Ready Ready Preview Comment Sep 29, 2025 9:29am

Copy link
Collaborator

@martineckardt martineckardt left a comment

Choose a reason for hiding this comment

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

Let's discuss in our 1:1

owenwahlgren
owenwahlgren previously approved these changes Sep 25, 2025
By wrapping your native token (e.g., AVAX), you ensure compatibility with these systems.
<CheckWalletRequirements configKey={[
WalletRequirementsConfigKey.EVMChainBalance
]}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Use container that is including the wallet requirements check (see other tools)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

#2963

owen said to now use container for or new metadata component

const allowance = async (owner: string, spender: string): Promise<string> => {
if (!publicClient || !contractAddress) throw new Error('Contract not ready');

const allowanceAmount = await publicClient.readContract({
Copy link
Contributor

Choose a reason for hiding this comment

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

we shouldn't use publicClient anymore.

use avalancheWalletClient from useWallet hook. We have viem client in it.

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.

Store 0xfacade0000...00 proxy & 0x111111..11y wrapped native token addresses in l1ListStore Wrapping & Unwrapping Native Token
4 participants