x402
x402 copied to clipboard
feat: add USDC for Lisk Test/Mainnet
Description
This pull request adds support for the Lisk and Lisk Sepolia EVM networks across the codebase. The changes ensure these networks are recognized, properly mapped, and have their USDC token information configured.
Lisk network support:
- Added
"lisk"and"lisk-sepolia"to the list of supported EVM networks inNetworkSchema,SupportedEVMNetworks, and mapped their network names to chain IDs inEvmNetworkToChainId(network.ts). [1] [2] [3] - Added USDC token address and name for both Lisk networks in the
configobject (config.ts).
Wallet and chain integration:
- Imported
liskandliskSepoliachain definitions and updatedgetChainFromNetworkto support both new networks (wallet.ts). [1] [2]
Tests
The changes were verified with the following commands, and all tests passed.
Checklist
- [x] I have formatted and linted my code
- [x] All new and existing tests pass
- [x] My commits are signed (required for merge) -- you may need to rebase if you initially pushed unsigned commits
@dante4rt 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
| Requirement | Status | More Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reviews |
🟡
0/1
|
Denominator calculation
|
Hi @CarsonRoscoe, could you please review this PR? Thanks!