-
Notifications
You must be signed in to change notification settings - Fork 154
feat: add Arbitrum One and Arbitrum Sepolia EVM support #204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@jordo1138 is attempting to deploy a commit to the Coinbase Team on Vercel. A member of the Team first needs to authorize it. |
🟡 Heimdall Review Status
|
@jordo1138 looks good to me but seems to be failing lint, mind running |
e902f5e
to
9b4378f
Compare
thanks - interesting line return vs single line lint - i reproduced issue locally and fixed and re-ran, all passing locally. Let me know if there is still a remaining issue. @erikreppel-cb |
@jordo1138 lgtm just needs a rebase |
Following the pattern established in PR coinbase#157 for Avalanche support: - Add Arbitrum One (chainId: 42161) and Arbitrum Sepolia (chainId: 421614) - Configure USDC contract addresses: * Arbitrum One: 0xaf88d065e77c8cc2239327c5edb3a432268e5831 (Native USDC) * Arbitrum Sepolia: 0x75faf114eafb1BDbe2F0316DF893fd58CE46AA4d (Native USDC) - Add client/signer functions: createClientArbitrumOne, createSignerArbitrumOne, etc. - Update network mappings and supported networks list This enables x402 payments on Arbitrum networks using the existing EIP-3009 exact scheme with lower gas costs and faster settlement times.
9b4378f
to
5ceaab7
Compare
@erikreppel-cb did the rebase thanks |
Following the pattern established in PR #157 for Avalanche support:
This enables x402 payments on Arbitrum networks using the existing EIP-3009 exact scheme with lower gas costs and faster settlement times.