Skip to content

Commit

Permalink
feat: add polygon-zkevm
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeroman committed Oct 23, 2023
1 parent 9dece87 commit 161ebed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utils/okx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ export class Okx {
return "polygon";
case 324:
return "zksync-era";
case 1101:
return "polygon-zkevm";
case 8453:
return "base";
case 42161:
Expand Down

0 comments on commit 161ebed

Please sign in to comment.