Skip to content

Commit

Permalink
Added polygon weth
Browse files Browse the repository at this point in the history
  • Loading branch information
localhuman committed May 22, 2024
1 parent a676355 commit ea4594d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/blockchain/blockchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,8 @@ export function getPolygonAssetID(asset: string): string {
case 'usdc.p':
case 'usdcpolygon':
return '0004'
case 'weth':
return '0006'
default:
return 'ffff'
}
Expand Down

0 comments on commit ea4594d

Please sign in to comment.