Skip to content

Commit

Permalink
add support for USDC.e on polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed Jan 24, 2024
1 parent 25bef3b commit 8076d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/blockchain/blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export function getPolygonAssetID(asset: string): string {
return '0000'
case 'wbtc':
return '0001'
case 'derc20':
case 'usdc.e':
return '0003'
default:
return 'ffff'
Expand Down

0 comments on commit 8076d0d

Please sign in to comment.