diff --git a/src/utils/blockchain/blockchain.ts b/src/utils/blockchain/blockchain.ts index 6614f58..cb104af 100644 --- a/src/utils/blockchain/blockchain.ts +++ b/src/utils/blockchain/blockchain.ts @@ -279,6 +279,8 @@ export function getPolygonAssetID(asset: string): string { case 'usdc.p': case 'usdcpolygon': return '0004' + case 'weth': + return '0006' default: return 'ffff' }